Interface AuthorizeEnvironmentRequestOrBuilder (2.36.0)

public interface AuthorizeEnvironmentRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAccessToken()

public abstract String getAccessToken()

The OAuth access token that should be sent to the environment.

string access_token = 2;

Returns
TypeDescription
String

The accessToken.

getAccessTokenBytes()

public abstract ByteString getAccessTokenBytes()

The OAuth access token that should be sent to the environment.

string access_token = 2;

Returns
TypeDescription
ByteString

The bytes for accessToken.

getExpireTime()

public abstract Timestamp getExpireTime()

The time when the credentials expire. If not set, defaults to one hour from when the server received the request.

.google.protobuf.Timestamp expire_time = 3;

Returns
TypeDescription
Timestamp

The expireTime.

getExpireTimeOrBuilder()

public abstract TimestampOrBuilder getExpireTimeOrBuilder()

The time when the credentials expire. If not set, defaults to one hour from when the server received the request.

.google.protobuf.Timestamp expire_time = 3;

Returns
TypeDescription
TimestampOrBuilder

getIdToken()

public abstract String getIdToken()

The OAuth ID token that should be sent to the environment.

string id_token = 4;

Returns
TypeDescription
String

The idToken.

getIdTokenBytes()

public abstract ByteString getIdTokenBytes()

The OAuth ID token that should be sent to the environment.

string id_token = 4;

Returns
TypeDescription
ByteString

The bytes for idToken.

getName()

public abstract String getName()

Name of the resource that should receive the credentials, for example users/me/environments/default or users/someone@example.com/environments/default.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Name of the resource that should receive the credentials, for example users/me/environments/default or users/someone@example.com/environments/default.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

hasExpireTime()

public abstract boolean hasExpireTime()

The time when the credentials expire. If not set, defaults to one hour from when the server received the request.

.google.protobuf.Timestamp expire_time = 3;

Returns
TypeDescription
boolean

Whether the expireTime field is set.