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 DatabaseVersionDatabaseVersion. forNumber(int value)DatabaseVersionCluster.Builder. getDatabaseVersion()Optional.DatabaseVersionCluster. getDatabaseVersion()Optional.DatabaseVersionClusterOrBuilder. getDatabaseVersion()Optional.DatabaseVersionSupportedDatabaseFlag.Builder. getSupportedDbVersions(int index)Major database engine versions for which this flag is supported.DatabaseVersionSupportedDatabaseFlag. getSupportedDbVersions(int index)Major database engine versions for which this flag is supported.DatabaseVersionSupportedDatabaseFlagOrBuilder. getSupportedDbVersions(int index)Major database engine versions for which this flag is supported.static DatabaseVersionDatabaseVersion. valueOf(int value)Deprecated.static DatabaseVersionDatabaseVersion. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static DatabaseVersionDatabaseVersion. 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.BuilderSupportedDatabaseFlag.Builder. addSupportedDbVersions(DatabaseVersion value)Major database engine versions for which this flag is supported.Cluster.BuilderCluster.Builder. setDatabaseVersion(DatabaseVersion value)Optional.SupportedDatabaseFlag.BuilderSupportedDatabaseFlag.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.BuilderSupportedDatabaseFlag.Builder. addAllSupportedDbVersions(Iterable<? extends DatabaseVersion> values)Major database engine versions for which this flag is supported.
-