Interface Generated.GetOptionsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Generated.GetOptions,Generated.GetOptions.Builder
- Enclosing class:
- Generated
public static interface Generated.GetOptionsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetResourceVersion()resourceVersion sets a constraint on what resource versions a request may be served from.com.google.protobuf.ByteStringgetResourceVersionBytes()resourceVersion sets a constraint on what resource versions a request may be served from.booleanhasResourceVersion()resourceVersion sets a constraint on what resource versions a request may be served from.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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;- Returns:
- Whether the resourceVersion field is set.
-
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;- Returns:
- The resourceVersion.
-
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;- Returns:
- The bytes for resourceVersion.
-
-