Interface Generated.SerializedReferenceOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Generated.ObjectReference getReference()
      The reference to an object in the system.
      Generated.ObjectReferenceOrBuilder getReferenceOrBuilder()
      The reference to an object in the system.
      boolean hasReference()
      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 Detail

      • hasReference

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

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

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