Uses of Class
com.google.bigtable.admin.v2.Cluster.State
-
Packages that use Cluster.State Package Description com.google.bigtable.admin.v2 com.google.cloud.bigtable.admin.v2.models -
-
Uses of Cluster.State in com.google.bigtable.admin.v2
Methods in com.google.bigtable.admin.v2 that return Cluster.State Modifier and Type Method Description static Cluster.StateCluster.State. forNumber(int value)Cluster.StateCluster.Builder. getState()Output only.Cluster.StateCluster. getState()Output only.Cluster.StateClusterOrBuilder. getState()Output only.static Cluster.StateCluster.State. valueOf(int value)Deprecated.static Cluster.StateCluster.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Cluster.StateCluster.State. valueOf(String name)Returns the enum constant of this type with the specified name.static Cluster.State[]Cluster.State. 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 Cluster.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Cluster.State>Cluster.State. internalGetValueMap()Methods in com.google.bigtable.admin.v2 with parameters of type Cluster.State Modifier and Type Method Description Cluster.BuilderCluster.Builder. setState(Cluster.State value)Output only. -
Uses of Cluster.State in com.google.cloud.bigtable.admin.v2.models
Methods in com.google.cloud.bigtable.admin.v2.models that return Cluster.State Modifier and Type Method Description Cluster.StateCluster.State. toProto()Creates the request protobuf.Methods in com.google.cloud.bigtable.admin.v2.models with parameters of type Cluster.State Modifier and Type Method Description static Cluster.StateCluster.State. fromProto(Cluster.State proto)Wraps the protobuf.
-