Uses of Class
com.google.bigtable.admin.v2.Table.ClusterState
-
Packages that use Table.ClusterState Package Description com.google.bigtable.admin.v2 -
-
Uses of Table.ClusterState in com.google.bigtable.admin.v2
Methods in com.google.bigtable.admin.v2 that return Table.ClusterState Modifier and Type Method Description Table.ClusterState
Table.ClusterState.Builder. build()
Table.ClusterState
Table.ClusterState.Builder. buildPartial()
Table.ClusterState
Table.Builder. getClusterStatesOrDefault(String key, Table.ClusterState defaultValue)
Output only.Table.ClusterState
Table. getClusterStatesOrDefault(String key, Table.ClusterState defaultValue)
Output only.Table.ClusterState
TableOrBuilder. getClusterStatesOrDefault(String key, Table.ClusterState defaultValue)
Output only.Table.ClusterState
Table.Builder. getClusterStatesOrThrow(String key)
Output only.Table.ClusterState
Table. getClusterStatesOrThrow(String key)
Output only.Table.ClusterState
TableOrBuilder. getClusterStatesOrThrow(String key)
Output only.static Table.ClusterState
Table.ClusterState. getDefaultInstance()
Table.ClusterState
Table.ClusterState.Builder. getDefaultInstanceForType()
Table.ClusterState
Table.ClusterState. getDefaultInstanceForType()
static Table.ClusterState
Table.ClusterState. parseDelimitedFrom(InputStream input)
static Table.ClusterState
Table.ClusterState. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Table.ClusterState
Table.ClusterState. parseFrom(byte[] data)
static Table.ClusterState
Table.ClusterState. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Table.ClusterState
Table.ClusterState. parseFrom(com.google.protobuf.ByteString data)
static Table.ClusterState
Table.ClusterState. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Table.ClusterState
Table.ClusterState. parseFrom(com.google.protobuf.CodedInputStream input)
static Table.ClusterState
Table.ClusterState. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Table.ClusterState
Table.ClusterState. parseFrom(InputStream input)
static Table.ClusterState
Table.ClusterState. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Table.ClusterState
Table.ClusterState. parseFrom(ByteBuffer data)
static Table.ClusterState
Table.ClusterState. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.bigtable.admin.v2 that return types with arguments of type Table.ClusterState Modifier and Type Method Description Map<String,Table.ClusterState>
Table.Builder. getClusterStates()
Deprecated.Map<String,Table.ClusterState>
Table. getClusterStates()
Deprecated.Map<String,Table.ClusterState>
TableOrBuilder. getClusterStates()
Deprecated.Map<String,Table.ClusterState>
Table.Builder. getClusterStatesMap()
Output only.Map<String,Table.ClusterState>
Table. getClusterStatesMap()
Output only.Map<String,Table.ClusterState>
TableOrBuilder. getClusterStatesMap()
Output only.Map<String,Table.ClusterState>
Table.Builder. getMutableClusterStates()
Deprecated.com.google.protobuf.Parser<Table.ClusterState>
Table.ClusterState. getParserForType()
static com.google.protobuf.Parser<Table.ClusterState>
Table.ClusterState. parser()
Methods in com.google.bigtable.admin.v2 with parameters of type Table.ClusterState Modifier and Type Method Description Table.ClusterState
Table.Builder. getClusterStatesOrDefault(String key, Table.ClusterState defaultValue)
Output only.Table.ClusterState
Table. getClusterStatesOrDefault(String key, Table.ClusterState defaultValue)
Output only.Table.ClusterState
TableOrBuilder. getClusterStatesOrDefault(String key, Table.ClusterState defaultValue)
Output only.Table.ClusterState.Builder
Table.ClusterState.Builder. mergeFrom(Table.ClusterState other)
static Table.ClusterState.Builder
Table.ClusterState. newBuilder(Table.ClusterState prototype)
Table.Builder
Table.Builder. putClusterStates(String key, Table.ClusterState value)
Output only.Method parameters in com.google.bigtable.admin.v2 with type arguments of type Table.ClusterState Modifier and Type Method Description Table.Builder
Table.Builder. putAllClusterStates(Map<String,Table.ClusterState> values)
Output only.
-