public final class BigtableOptions extends com.google.protobuf.GeneratedMessageV3 implements BigtableOptionsOrBuilder
The Bigtable Options object that contains information to support the import.Protobuf type
google.cloud.discoveryengine.v1alpha.BigtableOptions| Modifier and Type | Class and Description |
|---|---|
static class |
BigtableOptions.BigtableColumn
The column of the Bigtable.
|
static class |
BigtableOptions.BigtableColumnFamily
The column family of the Bigtable.
|
static interface |
BigtableOptions.BigtableColumnFamilyOrBuilder |
static interface |
BigtableOptions.BigtableColumnOrBuilder |
static class |
BigtableOptions.Builder
The Bigtable Options object that contains information to support
the import.
|
static class |
BigtableOptions.Encoding
The encoding mode of a Bigtable column or column family.
|
static class |
BigtableOptions.Type
The type of values in a Bigtable column or column family.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
FAMILIES_FIELD_NUMBER |
static int |
KEY_FIELD_NAME_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsFamilies(String key)
The mapping from family names to an object that contains column families
level information for the given column family.
|
boolean |
equals(Object obj) |
static BigtableOptions |
getDefaultInstance() |
BigtableOptions |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Map<String,BigtableOptions.BigtableColumnFamily> |
getFamilies()
Deprecated.
|
int |
getFamiliesCount()
The mapping from family names to an object that contains column families
level information for the given column family.
|
Map<String,BigtableOptions.BigtableColumnFamily> |
getFamiliesMap()
The mapping from family names to an object that contains column families
level information for the given column family.
|
BigtableOptions.BigtableColumnFamily |
getFamiliesOrDefault(String key,
BigtableOptions.BigtableColumnFamily defaultValue)
The mapping from family names to an object that contains column families
level information for the given column family.
|
BigtableOptions.BigtableColumnFamily |
getFamiliesOrThrow(String key)
The mapping from family names to an object that contains column families
level information for the given column family.
|
String |
getKeyFieldName()
The field name used for saving row key value in the document.
|
com.google.protobuf.ByteString |
getKeyFieldNameBytes()
The field name used for saving row key value in the document.
|
com.google.protobuf.Parser<BigtableOptions> |
getParserForType() |
int |
getSerializedSize() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapFieldReflectionAccessor |
internalGetMapFieldReflection(int number) |
boolean |
isInitialized() |
static BigtableOptions.Builder |
newBuilder() |
static BigtableOptions.Builder |
newBuilder(BigtableOptions prototype) |
BigtableOptions.Builder |
newBuilderForType() |
protected BigtableOptions.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static BigtableOptions |
parseDelimitedFrom(InputStream input) |
static BigtableOptions |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BigtableOptions |
parseFrom(byte[] data) |
static BigtableOptions |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BigtableOptions |
parseFrom(ByteBuffer data) |
static BigtableOptions |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BigtableOptions |
parseFrom(com.google.protobuf.ByteString data) |
static BigtableOptions |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BigtableOptions |
parseFrom(com.google.protobuf.CodedInputStream input) |
static BigtableOptions |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BigtableOptions |
parseFrom(InputStream input) |
static BigtableOptions |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<BigtableOptions> |
parser() |
BigtableOptions.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int KEY_FIELD_NAME_FIELD_NUMBER
public static final int FAMILIES_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
internalGetMapFieldReflection in class com.google.protobuf.GeneratedMessageV3protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getKeyFieldName()
The field name used for saving row key value in the document. The name has to match the pattern `[a-zA-Z0-9][a-zA-Z0-9-_]*`.
string key_field_name = 1;getKeyFieldName in interface BigtableOptionsOrBuilderpublic com.google.protobuf.ByteString getKeyFieldNameBytes()
The field name used for saving row key value in the document. The name has to match the pattern `[a-zA-Z0-9][a-zA-Z0-9-_]*`.
string key_field_name = 1;getKeyFieldNameBytes in interface BigtableOptionsOrBuilderpublic int getFamiliesCount()
BigtableOptionsOrBuilderThe mapping from family names to an object that contains column families level information for the given column family. If a family is not present in this map it will be ignored.
map<string, .google.cloud.discoveryengine.v1alpha.BigtableOptions.BigtableColumnFamily> families = 2;
getFamiliesCount in interface BigtableOptionsOrBuilderpublic boolean containsFamilies(String key)
The mapping from family names to an object that contains column families level information for the given column family. If a family is not present in this map it will be ignored.
map<string, .google.cloud.discoveryengine.v1alpha.BigtableOptions.BigtableColumnFamily> families = 2;
containsFamilies in interface BigtableOptionsOrBuilder@Deprecated public Map<String,BigtableOptions.BigtableColumnFamily> getFamilies()
getFamiliesMap() instead.getFamilies in interface BigtableOptionsOrBuilderpublic Map<String,BigtableOptions.BigtableColumnFamily> getFamiliesMap()
The mapping from family names to an object that contains column families level information for the given column family. If a family is not present in this map it will be ignored.
map<string, .google.cloud.discoveryengine.v1alpha.BigtableOptions.BigtableColumnFamily> families = 2;
getFamiliesMap in interface BigtableOptionsOrBuilderpublic BigtableOptions.BigtableColumnFamily getFamiliesOrDefault(String key, BigtableOptions.BigtableColumnFamily defaultValue)
The mapping from family names to an object that contains column families level information for the given column family. If a family is not present in this map it will be ignored.
map<string, .google.cloud.discoveryengine.v1alpha.BigtableOptions.BigtableColumnFamily> families = 2;
getFamiliesOrDefault in interface BigtableOptionsOrBuilderpublic BigtableOptions.BigtableColumnFamily getFamiliesOrThrow(String key)
The mapping from family names to an object that contains column families level information for the given column family. If a family is not present in this map it will be ignored.
map<string, .google.cloud.discoveryengine.v1alpha.BigtableOptions.BigtableColumnFamily> families = 2;
getFamiliesOrThrow in interface BigtableOptionsOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static BigtableOptions parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BigtableOptions parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BigtableOptions parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BigtableOptions parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BigtableOptions parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BigtableOptions parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BigtableOptions parseFrom(InputStream input) throws IOException
IOExceptionpublic static BigtableOptions parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static BigtableOptions parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static BigtableOptions parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static BigtableOptions parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static BigtableOptions parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic BigtableOptions.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static BigtableOptions.Builder newBuilder()
public static BigtableOptions.Builder newBuilder(BigtableOptions prototype)
public BigtableOptions.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected BigtableOptions.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static BigtableOptions getDefaultInstance()
public static com.google.protobuf.Parser<BigtableOptions> parser()
public com.google.protobuf.Parser<BigtableOptions> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public BigtableOptions getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.