Interface GenerateAwsClusterAgentTokenResponseOrBuilder (0.80.0)

public interface GenerateAwsClusterAgentTokenResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAccessToken() (deprecated)

public abstract String getAccessToken()

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

Returns
Type Description
String

The accessToken.

getAccessTokenBytes() (deprecated)

public abstract ByteString getAccessTokenBytes()

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

Returns
Type Description
ByteString

The bytes for accessToken.

getExpiresIn() (deprecated)

public abstract int getExpiresIn()

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

Returns
Type Description
int

The expiresIn.

getTokenType() (deprecated)

public abstract String getTokenType()

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

Returns
Type Description
String

The tokenType.

getTokenTypeBytes() (deprecated)

public abstract ByteString getTokenTypeBytes()

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

Returns
Type Description
ByteString

The bytes for tokenType.