Interface Generated.TableOptionsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Generated.TableOptions,Generated.TableOptions.Builder
- Enclosing class:
- Generated
public static interface Generated.TableOptionsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetIncludeObject()includeObject decides whether to include each object along with its columnar information.com.google.protobuf.ByteStringgetIncludeObjectBytes()includeObject decides whether to include each object along with its columnar information.booleanhasIncludeObject()includeObject decides whether to include each object along with its columnar information.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasIncludeObject
boolean hasIncludeObject()
includeObject decides whether to include each object along with its columnar information. Specifying "None" will return no object, specifying "Object" will return the full object contents, and specifying "Metadata" (the default) will return the object's metadata in the PartialObjectMetadata kind in version v1beta1 of the meta.k8s.io API group.
optional string includeObject = 1;- Returns:
- Whether the includeObject field is set.
-
getIncludeObject
String getIncludeObject()
includeObject decides whether to include each object along with its columnar information. Specifying "None" will return no object, specifying "Object" will return the full object contents, and specifying "Metadata" (the default) will return the object's metadata in the PartialObjectMetadata kind in version v1beta1 of the meta.k8s.io API group.
optional string includeObject = 1;- Returns:
- The includeObject.
-
getIncludeObjectBytes
com.google.protobuf.ByteString getIncludeObjectBytes()
includeObject decides whether to include each object along with its columnar information. Specifying "None" will return no object, specifying "Object" will return the full object contents, and specifying "Metadata" (the default) will return the object's metadata in the PartialObjectMetadata kind in version v1beta1 of the meta.k8s.io API group.
optional string includeObject = 1;- Returns:
- The bytes for includeObject.
-
-