public sealed class FetchReadTokenResponse : IMessage<FetchReadTokenResponse>, IEquatable<FetchReadTokenResponse>, IDeepCloneable<FetchReadTokenResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Developer Connect v1 API class FetchReadTokenResponse.
Message for responding to get read token.
Implements
IMessageFetchReadTokenResponse, IEquatableFetchReadTokenResponse, IDeepCloneableFetchReadTokenResponse, IBufferMessage, IMessageNamespace
Google.Cloud.DeveloperConnect.V1Assembly
Google.Cloud.DeveloperConnect.V1.dll
Constructors
FetchReadTokenResponse()
public FetchReadTokenResponse()
FetchReadTokenResponse(FetchReadTokenResponse)
public FetchReadTokenResponse(FetchReadTokenResponse other)
Parameter | |
---|---|
Name | Description |
other |
FetchReadTokenResponse |
Properties
ExpirationTime
public Timestamp ExpirationTime { get; set; }
Expiration timestamp. Can be empty if unknown or non-expiring.
Property Value | |
---|---|
Type | Description |
Timestamp |
GitUsername
public string GitUsername { get; set; }
The git_username to specify when making a git clone with the token. For example, for GitHub GitRepositoryLinks, this would be "x-access-token"
Property Value | |
---|---|
Type | Description |
string |
Token
public string Token { get; set; }
The token content.
Property Value | |
---|---|
Type | Description |
string |