public interface TableOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsColumnFamilies(String key)
The column families configured for this table, mapped by column family ID.
|
Map<String,ColumnFamily> |
getColumnFamilies()
Deprecated.
|
int |
getColumnFamiliesCount()
The column families configured for this table, mapped by column family ID.
|
Map<String,ColumnFamily> |
getColumnFamiliesMap()
The column families configured for this table, mapped by column family ID.
|
ColumnFamily |
getColumnFamiliesOrDefault(String key,
ColumnFamily defaultValue)
The column families configured for this table, mapped by column family ID.
|
ColumnFamily |
getColumnFamiliesOrThrow(String key)
The column families configured for this table, mapped by column family ID.
|
Table.TimestampGranularity |
getGranularity()
The granularity (e.g.
|
int |
getGranularityValue()
The granularity (e.g.
|
String |
getName()
The unique name of the table.
|
com.google.protobuf.ByteString |
getNameBytes()
The unique name of the table.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The unique name of the table. Values are of the form projects/<project>/instances/<instance>/tables/[_a-zA-Z0-9][-_.a-zA-Z0-9]* Views: NAME_ONLY, SCHEMA_VIEW, REPLICATION_VIEW, FULL @OutputOnly
string name = 1;com.google.protobuf.ByteString getNameBytes()
The unique name of the table. Values are of the form projects/<project>/instances/<instance>/tables/[_a-zA-Z0-9][-_.a-zA-Z0-9]* Views: NAME_ONLY, SCHEMA_VIEW, REPLICATION_VIEW, FULL @OutputOnly
string name = 1;int getColumnFamiliesCount()
The column families configured for this table, mapped by column family ID. Views: SCHEMA_VIEW, FULL @CreationOnly
map<string, .google.bigtable.admin.v2.ColumnFamily> column_families = 3;boolean containsColumnFamilies(String key)
The column families configured for this table, mapped by column family ID. Views: SCHEMA_VIEW, FULL @CreationOnly
map<string, .google.bigtable.admin.v2.ColumnFamily> column_families = 3;@Deprecated Map<String,ColumnFamily> getColumnFamilies()
getColumnFamiliesMap() instead.Map<String,ColumnFamily> getColumnFamiliesMap()
The column families configured for this table, mapped by column family ID. Views: SCHEMA_VIEW, FULL @CreationOnly
map<string, .google.bigtable.admin.v2.ColumnFamily> column_families = 3;ColumnFamily getColumnFamiliesOrDefault(String key, ColumnFamily defaultValue)
The column families configured for this table, mapped by column family ID. Views: SCHEMA_VIEW, FULL @CreationOnly
map<string, .google.bigtable.admin.v2.ColumnFamily> column_families = 3;ColumnFamily getColumnFamiliesOrThrow(String key)
The column families configured for this table, mapped by column family ID. Views: SCHEMA_VIEW, FULL @CreationOnly
map<string, .google.bigtable.admin.v2.ColumnFamily> column_families = 3;int getGranularityValue()
The granularity (e.g. MILLIS, MICROS) at which timestamps are stored in this table. Timestamps not matching the granularity will be rejected. If unspecified at creation time, the value will be set to MILLIS. Views: SCHEMA_VIEW, FULL @CreationOnly
.google.bigtable.admin.v2.Table.TimestampGranularity granularity = 4;Table.TimestampGranularity getGranularity()
The granularity (e.g. MILLIS, MICROS) at which timestamps are stored in this table. Timestamps not matching the granularity will be rejected. If unspecified at creation time, the value will be set to MILLIS. Views: SCHEMA_VIEW, FULL @CreationOnly
.google.bigtable.admin.v2.Table.TimestampGranularity granularity = 4;