Interface GenerateAwsAccessTokenResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GenerateAwsAccessTokenResponse
,GenerateAwsAccessTokenResponse.Builder
public interface GenerateAwsAccessTokenResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAccessToken()
Output only.com.google.protobuf.ByteString
getAccessTokenBytes()
Output only.com.google.protobuf.Timestamp
getExpirationTime()
Output only.com.google.protobuf.TimestampOrBuilder
getExpirationTimeOrBuilder()
Output only.boolean
hasExpirationTime()
Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAccessToken
String getAccessToken()
Output only. Access token to authenticate to k8s api-server.
string access_token = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The accessToken.
-
getAccessTokenBytes
com.google.protobuf.ByteString getAccessTokenBytes()
Output only. Access token to authenticate to k8s api-server.
string access_token = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The bytes for accessToken.
-
hasExpirationTime
boolean hasExpirationTime()
Output only. Timestamp at which the token will expire.
.google.protobuf.Timestamp expiration_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- Whether the expirationTime field is set.
-
getExpirationTime
com.google.protobuf.Timestamp getExpirationTime()
Output only. Timestamp at which the token will expire.
.google.protobuf.Timestamp expiration_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The expirationTime.
-
getExpirationTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getExpirationTimeOrBuilder()
Output only. Timestamp at which the token will expire.
.google.protobuf.Timestamp expiration_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
-