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: 0
This is an unknown database version.
Generated from protobuf enum DATABASE_VERSION_UNSPECIFIED = 0;
POSTGRES_13
Value: 1
DEPRECATED - The database version is Postgres 13.
Generated from protobuf enum POSTGRES_13 = 1 [deprecated = true];
POSTGRES_14
Value: 2
The database version is Postgres 14.
Generated from protobuf enum POSTGRES_14 = 2;
POSTGRES_15
Value: 3
The database version is Postgres 15.
Generated from protobuf enum POSTGRES_15 = 3;
POSTGRES_16
Value: 4
The database version is Postgres 16.
Generated from protobuf enum POSTGRES_16 = 4;