public interface TableOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsClusterStates(java.lang.String key)
This is a private alpha release of Cloud Bigtable replication.
|
boolean |
containsColumnFamilies(java.lang.String key)
(`CreationOnly`)
The column families configured for this table, mapped by column family ID.
|
java.util.Map<java.lang.String,Table.ClusterState> |
getClusterStates()
Deprecated.
|
int |
getClusterStatesCount()
This is a private alpha release of Cloud Bigtable replication.
|
java.util.Map<java.lang.String,Table.ClusterState> |
getClusterStatesMap()
This is a private alpha release of Cloud Bigtable replication.
|
Table.ClusterState |
getClusterStatesOrDefault(java.lang.String key,
Table.ClusterState defaultValue)
This is a private alpha release of Cloud Bigtable replication.
|
Table.ClusterState |
getClusterStatesOrThrow(java.lang.String key)
This is a private alpha release of Cloud Bigtable replication.
|
java.util.Map<java.lang.String,ColumnFamily> |
getColumnFamilies()
Deprecated.
|
int |
getColumnFamiliesCount()
(`CreationOnly`)
The column families configured for this table, mapped by column family ID.
|
java.util.Map<java.lang.String,ColumnFamily> |
getColumnFamiliesMap()
(`CreationOnly`)
The column families configured for this table, mapped by column family ID.
|
ColumnFamily |
getColumnFamiliesOrDefault(java.lang.String key,
ColumnFamily defaultValue)
(`CreationOnly`)
The column families configured for this table, mapped by column family ID.
|
ColumnFamily |
getColumnFamiliesOrThrow(java.lang.String key)
(`CreationOnly`)
The column families configured for this table, mapped by column family ID.
|
Table.TimestampGranularity |
getGranularity()
(`CreationOnly`)
The granularity (e.g.
|
int |
getGranularityValue()
(`CreationOnly`)
The granularity (e.g.
|
java.lang.String |
getName()
(`OutputOnly`)
The unique name of the table.
|
ByteString |
getNameBytes()
(`OutputOnly`)
The unique name of the table.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getName()
(`OutputOnly`) 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`, `FULL`
string name = 1;
ByteString getNameBytes()
(`OutputOnly`) 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`, `FULL`
string name = 1;
int getClusterStatesCount()
This is a private alpha release of Cloud Bigtable replication. This feature is not currently available to most Cloud Bigtable customers. This feature might be changed in backward-incompatible ways and is not recommended for production use. It is not subject to any SLA or deprecation policy. (`OutputOnly`) Map from cluster ID to per-cluster table state. If it could not be determined whether or not the table has data in a particular cluster (for example, if its zone is unavailable), then there will be an entry for the cluster with UNKNOWN `replication_status`. Views: `FULL`
map<string, .google.bigtable.admin.v2.Table.ClusterState> cluster_states = 2;
boolean containsClusterStates(java.lang.String key)
This is a private alpha release of Cloud Bigtable replication. This feature is not currently available to most Cloud Bigtable customers. This feature might be changed in backward-incompatible ways and is not recommended for production use. It is not subject to any SLA or deprecation policy. (`OutputOnly`) Map from cluster ID to per-cluster table state. If it could not be determined whether or not the table has data in a particular cluster (for example, if its zone is unavailable), then there will be an entry for the cluster with UNKNOWN `replication_status`. Views: `FULL`
map<string, .google.bigtable.admin.v2.Table.ClusterState> cluster_states = 2;
@Deprecated java.util.Map<java.lang.String,Table.ClusterState> getClusterStates()
getClusterStatesMap()
instead.java.util.Map<java.lang.String,Table.ClusterState> getClusterStatesMap()
This is a private alpha release of Cloud Bigtable replication. This feature is not currently available to most Cloud Bigtable customers. This feature might be changed in backward-incompatible ways and is not recommended for production use. It is not subject to any SLA or deprecation policy. (`OutputOnly`) Map from cluster ID to per-cluster table state. If it could not be determined whether or not the table has data in a particular cluster (for example, if its zone is unavailable), then there will be an entry for the cluster with UNKNOWN `replication_status`. Views: `FULL`
map<string, .google.bigtable.admin.v2.Table.ClusterState> cluster_states = 2;
Table.ClusterState getClusterStatesOrDefault(java.lang.String key, Table.ClusterState defaultValue)
This is a private alpha release of Cloud Bigtable replication. This feature is not currently available to most Cloud Bigtable customers. This feature might be changed in backward-incompatible ways and is not recommended for production use. It is not subject to any SLA or deprecation policy. (`OutputOnly`) Map from cluster ID to per-cluster table state. If it could not be determined whether or not the table has data in a particular cluster (for example, if its zone is unavailable), then there will be an entry for the cluster with UNKNOWN `replication_status`. Views: `FULL`
map<string, .google.bigtable.admin.v2.Table.ClusterState> cluster_states = 2;
Table.ClusterState getClusterStatesOrThrow(java.lang.String key)
This is a private alpha release of Cloud Bigtable replication. This feature is not currently available to most Cloud Bigtable customers. This feature might be changed in backward-incompatible ways and is not recommended for production use. It is not subject to any SLA or deprecation policy. (`OutputOnly`) Map from cluster ID to per-cluster table state. If it could not be determined whether or not the table has data in a particular cluster (for example, if its zone is unavailable), then there will be an entry for the cluster with UNKNOWN `replication_status`. Views: `FULL`
map<string, .google.bigtable.admin.v2.Table.ClusterState> cluster_states = 2;
int getColumnFamiliesCount()
(`CreationOnly`) The column families configured for this table, mapped by column family ID. Views: `SCHEMA_VIEW`, `FULL`
map<string, .google.bigtable.admin.v2.ColumnFamily> column_families = 3;
boolean containsColumnFamilies(java.lang.String key)
(`CreationOnly`) The column families configured for this table, mapped by column family ID. Views: `SCHEMA_VIEW`, `FULL`
map<string, .google.bigtable.admin.v2.ColumnFamily> column_families = 3;
@Deprecated java.util.Map<java.lang.String,ColumnFamily> getColumnFamilies()
getColumnFamiliesMap()
instead.java.util.Map<java.lang.String,ColumnFamily> getColumnFamiliesMap()
(`CreationOnly`) The column families configured for this table, mapped by column family ID. Views: `SCHEMA_VIEW`, `FULL`
map<string, .google.bigtable.admin.v2.ColumnFamily> column_families = 3;
ColumnFamily getColumnFamiliesOrDefault(java.lang.String key, ColumnFamily defaultValue)
(`CreationOnly`) The column families configured for this table, mapped by column family ID. Views: `SCHEMA_VIEW`, `FULL`
map<string, .google.bigtable.admin.v2.ColumnFamily> column_families = 3;
ColumnFamily getColumnFamiliesOrThrow(java.lang.String key)
(`CreationOnly`) The column families configured for this table, mapped by column family ID. Views: `SCHEMA_VIEW`, `FULL`
map<string, .google.bigtable.admin.v2.ColumnFamily> column_families = 3;
int getGranularityValue()
(`CreationOnly`) 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`
.google.bigtable.admin.v2.Table.TimestampGranularity granularity = 4;
Table.TimestampGranularity getGranularity()
(`CreationOnly`) 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`
.google.bigtable.admin.v2.Table.TimestampGranularity granularity = 4;