Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1 Client class DatabaseVersion.
The supported database engine versions.
Protobuf type google.cloud.alloydb.v1.DatabaseVersion
Namespace
Google \ Cloud \ AlloyDb \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
DATABASE_VERSION_UNSPECIFIED
Value: 0This is an unknown database version.
Generated from protobuf enum DATABASE_VERSION_UNSPECIFIED = 0;
POSTGRES_13
Value: 1DEPRECATED - The database version is Postgres 13.
Generated from protobuf enum POSTGRES_13 = 1 [deprecated = true];
POSTGRES_14
Value: 2The database version is Postgres 14.
Generated from protobuf enum POSTGRES_14 = 2;