public static interface Meta.TableOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getIncludeObject()
includeObject decides whether to include each object along with its columnar information.
|
com.google.protobuf.ByteString |
getIncludeObjectBytes()
includeObject decides whether to include each object along with its columnar information.
|
boolean |
hasIncludeObject()
includeObject decides whether to include each object along with its columnar information.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;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;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;Copyright © 2023. All rights reserved.