public interface FetchAccessTokenResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getExpireTime()
public abstract Timestamp getExpireTime()
The token is valid until this time.
.google.protobuf.Timestamp expire_time = 4;
Returns | |
---|---|
Type | Description |
Timestamp |
The expireTime. |
getExpireTimeOrBuilder()
public abstract TimestampOrBuilder getExpireTimeOrBuilder()
The token is valid until this time.
.google.protobuf.Timestamp expire_time = 4;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getReadLocation()
public abstract String getReadLocation()
The location in bucket that can be used for reading.
string read_location = 1;
Returns | |
---|---|
Type | Description |
String |
The readLocation. |
getReadLocationBytes()
public abstract ByteString getReadLocationBytes()
The location in bucket that can be used for reading.
string read_location = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for readLocation. |
getToken()
public abstract String getToken()
The downscoped token that was created.
string token = 3;
Returns | |
---|---|
Type | Description |
String |
The token. |
getTokenBytes()
public abstract ByteString getTokenBytes()
The downscoped token that was created.
string token = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for token. |
getWriteLocation()
public abstract String getWriteLocation()
The location in bucket that can be used for writing.
string write_location = 2;
Returns | |
---|---|
Type | Description |
String |
The writeLocation. |
getWriteLocationBytes()
public abstract ByteString getWriteLocationBytes()
The location in bucket that can be used for writing.
string write_location = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for writeLocation. |
hasExpireTime()
public abstract boolean hasExpireTime()
The token is valid until this time.
.google.protobuf.Timestamp expire_time = 4;
Returns | |
---|---|
Type | Description |
boolean |
Whether the expireTime field is set. |