public sealed class FetchReadWriteTokenResponse : IMessage<FetchReadWriteTokenResponse>, IEquatable<FetchReadWriteTokenResponse>, IDeepCloneable<FetchReadWriteTokenResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Developer Connect v1 API class FetchReadWriteTokenResponse.
Message for responding to get read/write token.
Implements
IMessageFetchReadWriteTokenResponse, IEquatableFetchReadWriteTokenResponse, IDeepCloneableFetchReadWriteTokenResponse, IBufferMessage, IMessageNamespace
Google.Cloud.DeveloperConnect.V1Assembly
Google.Cloud.DeveloperConnect.V1.dll
Constructors
FetchReadWriteTokenResponse()
public FetchReadWriteTokenResponse()
FetchReadWriteTokenResponse(FetchReadWriteTokenResponse)
public FetchReadWriteTokenResponse(FetchReadWriteTokenResponse other)
Parameter | |
---|---|
Name | Description |
other |
FetchReadWriteTokenResponse |
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 |