Package io.kubernetes.client.proto
Interface Meta.PreconditionsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Meta.Preconditions,Meta.Preconditions.Builder
- Enclosing class:
- Meta
public static interface Meta.PreconditionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the target ResourceVersion +optionalcom.google.protobuf.ByteStringSpecifies the target ResourceVersion +optionalgetUid()Specifies the target UID.com.google.protobuf.ByteStringSpecifies the target UID.booleanSpecifies the target ResourceVersion +optionalbooleanhasUid()Specifies the target UID.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
-
hasUid
boolean hasUid()Specifies the target UID. +optional
optional string uid = 1; -
getUid
String getUid()Specifies the target UID. +optional
optional string uid = 1; -
getUidBytes
com.google.protobuf.ByteString getUidBytes()Specifies the target UID. +optional
optional string uid = 1; -
hasResourceVersion
boolean hasResourceVersion()Specifies the target ResourceVersion +optional
optional string resourceVersion = 2; -
getResourceVersion
String getResourceVersion()Specifies the target ResourceVersion +optional
optional string resourceVersion = 2; -
getResourceVersionBytes
com.google.protobuf.ByteString getResourceVersionBytes()Specifies the target ResourceVersion +optional
optional string resourceVersion = 2;
-