Google Cloud AlloyDB for PostgreSQL V1alpha Client - Class DatabaseVersion (0.5.0)

Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1alpha Client class DatabaseVersion.

The supported database engine versions.

Protobuf type google.cloud.alloydb.v1alpha.DatabaseVersion

Namespace

Google \ Cloud \ AlloyDb \ V1alpha

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;