Package io.kubernetes.client.proto
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 TypeMethodDescriptionObject 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.getType()optional string type = 1;com.google.protobuf.ByteStringoptional string type = 1;booleanObject is: * If Type is Added or Modified: the new state of the object.booleanhasType()optional string type = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
Runtime.RawExtension 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;
-