Package io.kubernetes.client.proto
Interface Meta.GetOptionsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Meta.GetOptions
,Meta.GetOptions.Builder
- Enclosing class:
- Meta
public static interface Meta.GetOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionresourceVersion sets a constraint on what resource versions a request may be served from.com.google.protobuf.ByteString
resourceVersion sets a constraint on what resource versions a request may be served from.boolean
resourceVersion sets a constraint on what resource versions a request may be served from.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
-
hasResourceVersion
boolean hasResourceVersion()resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset +optional
optional string resourceVersion = 1;
-
getResourceVersion
String getResourceVersion()resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset +optional
optional string resourceVersion = 1;
-
getResourceVersionBytes
com.google.protobuf.ByteString getResourceVersionBytes()resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset +optional
optional string resourceVersion = 1;
-