public static interface V1Authentication.TokenRequestStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Meta.Time |
getExpirationTimestamp()
ExpirationTimestamp is the time of expiration of the returned token.
|
Meta.TimeOrBuilder |
getExpirationTimestampOrBuilder()
ExpirationTimestamp is the time of expiration of the returned token.
|
String |
getToken()
Token is the opaque bearer token.
|
com.google.protobuf.ByteString |
getTokenBytes()
Token is the opaque bearer token.
|
boolean |
hasExpirationTimestamp()
ExpirationTimestamp is the time of expiration of the returned token.
|
boolean |
hasToken()
Token is the opaque bearer token.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasToken()
Token is the opaque bearer token.
optional string token = 1;String getToken()
Token is the opaque bearer token.
optional string token = 1;com.google.protobuf.ByteString getTokenBytes()
Token is the opaque bearer token.
optional string token = 1;boolean hasExpirationTimestamp()
ExpirationTimestamp is the time of expiration of the returned token.
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time expirationTimestamp = 2;Meta.Time getExpirationTimestamp()
ExpirationTimestamp is the time of expiration of the returned token.
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time expirationTimestamp = 2;Meta.TimeOrBuilder getExpirationTimestampOrBuilder()
ExpirationTimestamp is the time of expiration of the returned token.
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time expirationTimestamp = 2;Copyright © 2021. All rights reserved.