Uses of Class
com.google.cloud.alloydb.v1beta.Cluster.State
-
Packages that use Cluster.State Package Description com.google.cloud.alloydb.v1beta A client to AlloyDB API -
-
Uses of Cluster.State in com.google.cloud.alloydb.v1beta
Methods in com.google.cloud.alloydb.v1beta that return Cluster.State Modifier and Type Method Description static Cluster.State
Cluster.State. forNumber(int value)
Cluster.State
Cluster.Builder. getState()
Output only.Cluster.State
Cluster. getState()
Output only.Cluster.State
ClusterOrBuilder. getState()
Output only.static Cluster.State
Cluster.State. valueOf(int value)
Deprecated.static Cluster.State
Cluster.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Cluster.State
Cluster.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.cloud.alloydb.v1beta 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.cloud.alloydb.v1beta with parameters of type Cluster.State Modifier and Type Method Description Cluster.Builder
Cluster.Builder. setState(Cluster.State value)
Output only.
-