Package io.kubernetes.client.proto
Interface V1Authentication.TokenRequestStatusOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1Authentication.TokenRequestStatus
,V1Authentication.TokenRequestStatus.Builder
- Enclosing class:
- V1Authentication
public static interface V1Authentication.TokenRequestStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionExpirationTimestamp is the time of expiration of the returned token.ExpirationTimestamp is the time of expiration of the returned token.getToken()
Token is the opaque bearer token.com.google.protobuf.ByteString
Token is the opaque bearer token.boolean
ExpirationTimestamp is the time of expiration of the returned token.boolean
hasToken()
Token is the opaque bearer token.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasToken
boolean hasToken()Token is the opaque bearer token.
optional string token = 1;
-
getToken
String getToken()Token is the opaque bearer token.
optional string token = 1;
-
getTokenBytes
com.google.protobuf.ByteString getTokenBytes()Token is the opaque bearer token.
optional string token = 1;
-
hasExpirationTimestamp
boolean hasExpirationTimestamp()ExpirationTimestamp is the time of expiration of the returned token.
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time expirationTimestamp = 2;
-
getExpirationTimestamp
Meta.Time getExpirationTimestamp()ExpirationTimestamp is the time of expiration of the returned token.
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time expirationTimestamp = 2;
-
getExpirationTimestampOrBuilder
Meta.TimeOrBuilder getExpirationTimestampOrBuilder()ExpirationTimestamp is the time of expiration of the returned token.
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time expirationTimestamp = 2;
-