Package k8s.io.api.core.v1
Interface Generated.ObjectFieldSelectorOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Generated.ObjectFieldSelector,Generated.ObjectFieldSelector.Builder
- Enclosing class:
- Generated
public static interface Generated.ObjectFieldSelectorOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetApiVersion()Version of the schema the FieldPath is written in terms of, defaults to "v1".com.google.protobuf.ByteStringgetApiVersionBytes()Version of the schema the FieldPath is written in terms of, defaults to "v1".StringgetFieldPath()Path of the field to select in the specified API version.com.google.protobuf.ByteStringgetFieldPathBytes()Path of the field to select in the specified API version.booleanhasApiVersion()Version of the schema the FieldPath is written in terms of, defaults to "v1".booleanhasFieldPath()Path of the field to select in the specified API version.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasApiVersion
boolean hasApiVersion()
Version of the schema the FieldPath is written in terms of, defaults to "v1". +optional
optional string apiVersion = 1;- Returns:
- Whether the apiVersion field is set.
-
getApiVersion
String getApiVersion()
Version of the schema the FieldPath is written in terms of, defaults to "v1". +optional
optional string apiVersion = 1;- Returns:
- The apiVersion.
-
getApiVersionBytes
com.google.protobuf.ByteString getApiVersionBytes()
Version of the schema the FieldPath is written in terms of, defaults to "v1". +optional
optional string apiVersion = 1;- Returns:
- The bytes for apiVersion.
-
hasFieldPath
boolean hasFieldPath()
Path of the field to select in the specified API version.
optional string fieldPath = 2;- Returns:
- Whether the fieldPath field is set.
-
getFieldPath
String getFieldPath()
Path of the field to select in the specified API version.
optional string fieldPath = 2;- Returns:
- The fieldPath.
-
getFieldPathBytes
com.google.protobuf.ByteString getFieldPathBytes()
Path of the field to select in the specified API version.
optional string fieldPath = 2;- Returns:
- The bytes for fieldPath.
-
-