Interface V1.SerializedReferenceOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The reference to an object in the system.
    The reference to an object in the system.
    boolean
    The reference to an object in the system.

    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

    • hasReference

      boolean hasReference()
       The reference to an object in the system.
       +optional
       
      optional .k8s.io.api.core.v1.ObjectReference reference = 1;
    • getReference

      V1.ObjectReference getReference()
       The reference to an object in the system.
       +optional
       
      optional .k8s.io.api.core.v1.ObjectReference reference = 1;
    • getReferenceOrBuilder

      V1.ObjectReferenceOrBuilder getReferenceOrBuilder()
       The reference to an object in the system.
       +optional
       
      optional .k8s.io.api.core.v1.ObjectReference reference = 1;