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.ReplicationStateTable.ClusterState.ReplicationState. forNumber(int value)Table.ClusterState.ReplicationStateTable.ClusterState.Builder. getReplicationState()Output only.Table.ClusterState.ReplicationStateTable.ClusterState. getReplicationState()Output only.Table.ClusterState.ReplicationStateTable.ClusterStateOrBuilder. getReplicationState()Output only.static Table.ClusterState.ReplicationStateTable.ClusterState.ReplicationState. valueOf(int value)Deprecated.static Table.ClusterState.ReplicationStateTable.ClusterState.ReplicationState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Table.ClusterState.ReplicationStateTable.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.BuilderTable.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.ReplicationStateTable.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.ReplicationStateTable.ReplicationState. fromProto(Table.ClusterState.ReplicationState proto)Wraps the protobuf.
-