Interface FetchReadWriteTokenResponseOrBuilder (0.1.0)

publicinterface FetchReadWriteTokenResponseOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

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.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.