public interface BigtableOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 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.
|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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;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;int getFamiliesCount()
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.v1beta.BigtableOptions.BigtableColumnFamily> families = 2;
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.v1beta.BigtableOptions.BigtableColumnFamily> families = 2;
@Deprecated Map<String,BigtableOptions.BigtableColumnFamily> getFamilies()
getFamiliesMap() instead.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.v1beta.BigtableOptions.BigtableColumnFamily> families = 2;
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.v1beta.BigtableOptions.BigtableColumnFamily> families = 2;
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.v1beta.BigtableOptions.BigtableColumnFamily> families = 2;
Copyright © 2025 Google LLC. All rights reserved.