Interface FetchReadWriteTokenResponseOrBuilder (3.82.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

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.