Interface V1beta1Storage.TokenRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
V1beta1Storage.TokenRequest, V1beta1Storage.TokenRequest.Builder
Enclosing class:
V1beta1Storage

public static interface V1beta1Storage.TokenRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Audience is the intended audience of the token in "TokenRequestSpec".
    com.google.protobuf.ByteString
    Audience is the intended audience of the token in "TokenRequestSpec".
    long
    ExpirationSeconds is the duration of validity of the token in "TokenRequestSpec".
    boolean
    Audience is the intended audience of the token in "TokenRequestSpec".
    boolean
    ExpirationSeconds is the duration of validity of the token in "TokenRequestSpec".

    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

    • hasAudience

      boolean hasAudience()
       Audience is the intended audience of the token in "TokenRequestSpec".
       It will default to the audiences of kube apiserver.
       
      optional string audience = 1;
    • getAudience

      String getAudience()
       Audience is the intended audience of the token in "TokenRequestSpec".
       It will default to the audiences of kube apiserver.
       
      optional string audience = 1;
    • getAudienceBytes

      com.google.protobuf.ByteString getAudienceBytes()
       Audience is the intended audience of the token in "TokenRequestSpec".
       It will default to the audiences of kube apiserver.
       
      optional string audience = 1;
    • hasExpirationSeconds

      boolean hasExpirationSeconds()
       ExpirationSeconds is the duration of validity of the token in "TokenRequestSpec".
       It has the same default value of "ExpirationSeconds" in "TokenRequestSpec"
       +optional
       
      optional int64 expirationSeconds = 2;
    • getExpirationSeconds

      long getExpirationSeconds()
       ExpirationSeconds is the duration of validity of the token in "TokenRequestSpec".
       It has the same default value of "ExpirationSeconds" in "TokenRequestSpec"
       +optional
       
      optional int64 expirationSeconds = 2;