Uses of Class
com.google.bigtable.admin.v2.Table.ClusterState.ReplicationState
-
Packages that use Table.ClusterState.ReplicationState Package Description com.google.bigtable.admin.v2 com.google.cloud.bigtable.admin.v2.models -
-
Uses of Table.ClusterState.ReplicationState in com.google.bigtable.admin.v2
Methods in com.google.bigtable.admin.v2 that return Table.ClusterState.ReplicationState Modifier and Type Method Description static Table.ClusterState.ReplicationState
Table.ClusterState.ReplicationState. forNumber(int value)
Table.ClusterState.ReplicationState
Table.ClusterState.Builder. getReplicationState()
Output only.Table.ClusterState.ReplicationState
Table.ClusterState. getReplicationState()
Output only.Table.ClusterState.ReplicationState
Table.ClusterStateOrBuilder. getReplicationState()
Output only.static Table.ClusterState.ReplicationState
Table.ClusterState.ReplicationState. valueOf(int value)
Deprecated.static Table.ClusterState.ReplicationState
Table.ClusterState.ReplicationState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Table.ClusterState.ReplicationState
Table.ClusterState.ReplicationState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Table.ClusterState.ReplicationState[]
Table.ClusterState.ReplicationState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.bigtable.admin.v2 that return types with arguments of type Table.ClusterState.ReplicationState Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Table.ClusterState.ReplicationState>
Table.ClusterState.ReplicationState. internalGetValueMap()
Methods in com.google.bigtable.admin.v2 with parameters of type Table.ClusterState.ReplicationState Modifier and Type Method Description Table.ClusterState.Builder
Table.ClusterState.Builder. setReplicationState(Table.ClusterState.ReplicationState value)
Output only. -
Uses of Table.ClusterState.ReplicationState in com.google.cloud.bigtable.admin.v2.models
Methods in com.google.cloud.bigtable.admin.v2.models that return Table.ClusterState.ReplicationState Modifier and Type Method Description Table.ClusterState.ReplicationState
Table.ReplicationState. toProto()
Creates the request protobuf.Methods in com.google.cloud.bigtable.admin.v2.models with parameters of type Table.ClusterState.ReplicationState Modifier and Type Method Description static Table.ReplicationState
Table.ReplicationState. fromProto(Table.ClusterState.ReplicationState proto)
Wraps the protobuf.
-