Interface V1Authentication.BoundObjectReferenceOrBuilder

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

public static interface V1Authentication.BoundObjectReferenceOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    API version of the referent.
    com.google.protobuf.ByteString
    API version of the referent.
    Kind of the referent.
    com.google.protobuf.ByteString
    Kind of the referent.
    Name of the referent.
    com.google.protobuf.ByteString
    Name of the referent.
    UID of the referent.
    com.google.protobuf.ByteString
    UID of the referent.
    boolean
    API version of the referent.
    boolean
    Kind of the referent.
    boolean
    Name of the referent.
    boolean
    UID of the referent.

    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

    • hasKind

      boolean hasKind()
       Kind of the referent. Valid kinds are 'Pod' and 'Secret'.
       +optional
       
      optional string kind = 1;
    • getKind

      String getKind()
       Kind of the referent. Valid kinds are 'Pod' and 'Secret'.
       +optional
       
      optional string kind = 1;
    • getKindBytes

      com.google.protobuf.ByteString getKindBytes()
       Kind of the referent. Valid kinds are 'Pod' and 'Secret'.
       +optional
       
      optional string kind = 1;
    • hasApiVersion

      boolean hasApiVersion()
       API version of the referent.
       +optional
       
      optional string apiVersion = 2;
    • getApiVersion

      String getApiVersion()
       API version of the referent.
       +optional
       
      optional string apiVersion = 2;
    • getApiVersionBytes

      com.google.protobuf.ByteString getApiVersionBytes()
       API version of the referent.
       +optional
       
      optional string apiVersion = 2;
    • hasName

      boolean hasName()
       Name of the referent.
       +optional
       
      optional string name = 3;
    • getName

      String getName()
       Name of the referent.
       +optional
       
      optional string name = 3;
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Name of the referent.
       +optional
       
      optional string name = 3;
    • hasUID

      boolean hasUID()
       UID of the referent.
       +optional
       
      optional string uID = 4;
    • getUID

      String getUID()
       UID of the referent.
       +optional
       
      optional string uID = 4;
    • getUIDBytes

      com.google.protobuf.ByteString getUIDBytes()
       UID of the referent.
       +optional
       
      optional string uID = 4;