Uses of Class
com.google.cloud.alloydb.v1.DatabaseVersion
-
Packages that use DatabaseVersion Package Description com.google.cloud.alloydb.v1 A client to AlloyDB API -
-
Uses of DatabaseVersion in com.google.cloud.alloydb.v1
Methods in com.google.cloud.alloydb.v1 that return DatabaseVersion Modifier and Type Method Description static DatabaseVersionDatabaseVersion. forNumber(int value)DatabaseVersionCluster.Builder. getDatabaseVersion()Output only.DatabaseVersionCluster. getDatabaseVersion()Output only.DatabaseVersionClusterOrBuilder. getDatabaseVersion()Output only.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.v1 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.v1 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)Output only.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.v1 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.
-