Google Cloud AlloyDB for PostgreSQL V1 Client - Class DatabaseVersion (0.1.3)

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

Methods

name

Parameter
NameDescription
value mixed

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;