Uses of Class
com.google.cloud.alloydb.v1alpha.DatabaseVersion
-
Packages that use DatabaseVersion Package Description com.google.cloud.alloydb.v1alpha A client to AlloyDB API -
-
Uses of DatabaseVersion in com.google.cloud.alloydb.v1alpha
Methods in com.google.cloud.alloydb.v1alpha that return DatabaseVersion Modifier and Type Method Description static DatabaseVersion
DatabaseVersion. forNumber(int value)
DatabaseVersion
Cluster.Builder. getDatabaseVersion()
Optional.DatabaseVersion
Cluster. getDatabaseVersion()
Optional.DatabaseVersion
ClusterOrBuilder. getDatabaseVersion()
Optional.DatabaseVersion
SupportedDatabaseFlag.Builder. getSupportedDbVersions(int index)
Major database engine versions for which this flag is supported.DatabaseVersion
SupportedDatabaseFlag. getSupportedDbVersions(int index)
Major database engine versions for which this flag is supported.DatabaseVersion
SupportedDatabaseFlagOrBuilder. getSupportedDbVersions(int index)
Major database engine versions for which this flag is supported.static DatabaseVersion
DatabaseVersion. valueOf(int value)
Deprecated.static DatabaseVersion
DatabaseVersion. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static DatabaseVersion
DatabaseVersion. valueOf(String name)
Returns the enum constant of this type with the specified name.static DatabaseVersion[]
DatabaseVersion. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.alloydb.v1alpha that return types with arguments of type DatabaseVersion Modifier and Type Method Description List<DatabaseVersion>
SupportedDatabaseFlag.Builder. getSupportedDbVersionsList()
Major database engine versions for which this flag is supported.List<DatabaseVersion>
SupportedDatabaseFlag. getSupportedDbVersionsList()
Major database engine versions for which this flag is supported.List<DatabaseVersion>
SupportedDatabaseFlagOrBuilder. getSupportedDbVersionsList()
Major database engine versions for which this flag is supported.static com.google.protobuf.Internal.EnumLiteMap<DatabaseVersion>
DatabaseVersion. internalGetValueMap()
Methods in com.google.cloud.alloydb.v1alpha with parameters of type DatabaseVersion Modifier and Type Method Description SupportedDatabaseFlag.Builder
SupportedDatabaseFlag.Builder. addSupportedDbVersions(DatabaseVersion value)
Major database engine versions for which this flag is supported.Cluster.Builder
Cluster.Builder. setDatabaseVersion(DatabaseVersion value)
Optional.SupportedDatabaseFlag.Builder
SupportedDatabaseFlag.Builder. setSupportedDbVersions(int index, DatabaseVersion value)
Major database engine versions for which this flag is supported.Method parameters in com.google.cloud.alloydb.v1alpha with type arguments of type DatabaseVersion Modifier and Type Method Description SupportedDatabaseFlag.Builder
SupportedDatabaseFlag.Builder. addAllSupportedDbVersions(Iterable<? extends DatabaseVersion> values)
Major database engine versions for which this flag is supported.
-