Interface Meta.WatchEventOrBuilder

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

public static interface Meta.WatchEventOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Object is: * If Type is Added or Modified: the new state of the object.
    Object is: * If Type is Added or Modified: the new state of the object.
    optional string type = 1;
    com.google.protobuf.ByteString
    optional string type = 1;
    boolean
    Object is: * If Type is Added or Modified: the new state of the object.
    boolean
    optional string type = 1;

    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

    • hasType

      boolean hasType()
      optional string type = 1;
    • getType

      String getType()
      optional string type = 1;
    • getTypeBytes

      com.google.protobuf.ByteString getTypeBytes()
      optional string type = 1;
    • hasObject

      boolean hasObject()
       Object is:
        * If Type is Added or Modified: the new state of the object.
        * If Type is Deleted: the state of the object immediately before deletion.
        * If Type is Error: *Status is recommended; other types may make sense
          depending on context.
       
      optional .k8s.io.apimachinery.pkg.runtime.RawExtension object = 2;
    • getObject

       Object is:
        * If Type is Added or Modified: the new state of the object.
        * If Type is Deleted: the state of the object immediately before deletion.
        * If Type is Error: *Status is recommended; other types may make sense
          depending on context.
       
      optional .k8s.io.apimachinery.pkg.runtime.RawExtension object = 2;
    • getObjectOrBuilder

      Runtime.RawExtensionOrBuilder getObjectOrBuilder()
       Object is:
        * If Type is Added or Modified: the new state of the object.
        * If Type is Deleted: the state of the object immediately before deletion.
        * If Type is Error: *Status is recommended; other types may make sense
          depending on context.
       
      optional .k8s.io.apimachinery.pkg.runtime.RawExtension object = 2;