Interface V1.SecretReferenceOrBuilder

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

public static interface V1.SecretReferenceOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Name is unique within a namespace to reference a secret resource.
    com.google.protobuf.ByteString
    Name is unique within a namespace to reference a secret resource.
    Namespace defines the space within which the secret name must be unique.
    com.google.protobuf.ByteString
    Namespace defines the space within which the secret name must be unique.
    boolean
    Name is unique within a namespace to reference a secret resource.
    boolean
    Namespace defines the space within which the secret name must be unique.

    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

    • hasName

      boolean hasName()
       Name is unique within a namespace to reference a secret resource.
       +optional
       
      optional string name = 1;
    • getName

      String getName()
       Name is unique within a namespace to reference a secret resource.
       +optional
       
      optional string name = 1;
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Name is unique within a namespace to reference a secret resource.
       +optional
       
      optional string name = 1;
    • hasNamespace

      boolean hasNamespace()
       Namespace defines the space within which the secret name must be unique.
       +optional
       
      optional string namespace = 2;
    • getNamespace

      String getNamespace()
       Namespace defines the space within which the secret name must be unique.
       +optional
       
      optional string namespace = 2;
    • getNamespaceBytes

      com.google.protobuf.ByteString getNamespaceBytes()
       Namespace defines the space within which the secret name must be unique.
       +optional
       
      optional string namespace = 2;