Interface GenerateAzureAccessTokenResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GenerateAzureAccessTokenResponse,GenerateAzureAccessTokenResponse.Builder
public interface GenerateAzureAccessTokenResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAccessToken()Output only.com.google.protobuf.ByteStringgetAccessTokenBytes()Output only.com.google.protobuf.TimestampgetExpirationTime()Output only.com.google.protobuf.TimestampOrBuildergetExpirationTimeOrBuilder()Output only.booleanhasExpirationTime()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];
-
-