Uses of Class
com.google.cloud.alloydb.v1.Cluster.SourceCase
-
Packages that use Cluster.SourceCase Package Description com.google.cloud.alloydb.v1 A client to AlloyDB API -
-
Uses of Cluster.SourceCase in com.google.cloud.alloydb.v1
Methods in com.google.cloud.alloydb.v1 that return Cluster.SourceCase Modifier and Type Method Description static Cluster.SourceCase
Cluster.SourceCase. forNumber(int value)
Cluster.SourceCase
Cluster.Builder. getSourceCase()
Cluster.SourceCase
Cluster. getSourceCase()
Cluster.SourceCase
ClusterOrBuilder. getSourceCase()
static Cluster.SourceCase
Cluster.SourceCase. valueOf(int value)
Deprecated.static Cluster.SourceCase
Cluster.SourceCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static Cluster.SourceCase[]
Cluster.SourceCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-