Interface GenerateAttachedClusterAgentTokenResponseOrBuilder (0.80.0)

public interface GenerateAttachedClusterAgentTokenResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAccessToken()

public abstract String getAccessToken()

string access_token = 1 [json_name = "access_token"];

Returns
Type Description
String

The accessToken.

getAccessTokenBytes()

public abstract ByteString getAccessTokenBytes()

string access_token = 1 [json_name = "access_token"];

Returns
Type Description
ByteString

The bytes for accessToken.

getExpiresIn()

public abstract int getExpiresIn()

int32 expires_in = 2 [json_name = "expires_in"];

Returns
Type Description
int

The expiresIn.

getTokenType()

public abstract String getTokenType()

string token_type = 3 [json_name = "token_type"];

Returns
Type Description
String

The tokenType.

getTokenTypeBytes()

public abstract ByteString getTokenTypeBytes()

string token_type = 3 [json_name = "token_type"];

Returns
Type Description
ByteString

The bytes for tokenType.