public interface FetchReadTokenResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getExpirationTime()
public abstract Timestamp getExpirationTime()
Expiration timestamp. Can be empty if unknown or non-expiring.
.google.protobuf.Timestamp expiration_time = 2;
Returns | |
---|---|
Type | Description |
Timestamp |
The expirationTime. |
getExpirationTimeOrBuilder()
public abstract TimestampOrBuilder getExpirationTimeOrBuilder()
Expiration timestamp. Can be empty if unknown or non-expiring.
.google.protobuf.Timestamp expiration_time = 2;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getGitUsername()
public abstract String getGitUsername()
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()
public abstract ByteString getGitUsernameBytes()
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()
public abstract String getToken()
The token content.
string token = 1;
Returns | |
---|---|
Type | Description |
String |
The token. |
getTokenBytes()
public abstract ByteString getTokenBytes()
The token content.
string token = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for token. |
hasExpirationTime()
public abstract boolean hasExpirationTime()
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. |