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