Interface FetchReadWriteTokenResponseOrBuilder (0.16.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface FetchReadWriteTokenResponseOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
getExpirationTime()
publicabstractTimestampgetExpirationTime()Expiration timestamp. Can be empty if unknown or non-expiring.
.google.protobuf.Timestamp expiration_time = 2;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The expirationTime. |
getExpirationTimeOrBuilder()
publicabstractTimestampOrBuildergetExpirationTimeOrBuilder()Expiration timestamp. Can be empty if unknown or non-expiring.
.google.protobuf.Timestamp expiration_time = 2;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getGitUsername()
publicabstractStringgetGitUsername()The git_username to specify when making a git clone with the token. For example, for GitHub GitRepositoryLinks, this would be "x-access-token"
string git_username = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The gitUsername. |
getGitUsernameBytes()
publicabstractByteStringgetGitUsernameBytes()The git_username to specify when making a git clone with the token. For example, for GitHub GitRepositoryLinks, this would be "x-access-token"
string git_username = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for gitUsername. |
getToken()
publicabstractStringgetToken()The token content.
string token = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The token. |
getTokenBytes()
publicabstractByteStringgetTokenBytes()The token content.
string token = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for token. |
hasExpirationTime()
publicabstractbooleanhasExpirationTime()Expiration timestamp. Can be empty if unknown or non-expiring.
.google.protobuf.Timestamp expiration_time = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the expirationTime field is set. |