Google Cloud AlloyDB for PostgreSQL V1beta Client - Class Type (0.1.3)

Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1beta Client class Type.

Backup Type

Protobuf type google.cloud.alloydb.v1beta.Backup.Type

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

TYPE_UNSPECIFIED

Value: 0

Backup Type is unknown.

Generated from protobuf enum TYPE_UNSPECIFIED = 0;

ON_DEMAND

Value: 1

ON_DEMAND backups that were triggered by the customer (e.g., not AUTOMATED).

Generated from protobuf enum ON_DEMAND = 1;

AUTOMATED

Value: 2

AUTOMATED backups triggered by the automated backups scheduler pursuant to an automated backup policy.

Generated from protobuf enum AUTOMATED = 2;

CONTINUOUS

Value: 3

CONTINUOUS backups triggered by the automated backups scheduler due to a continuous backup policy.

Generated from protobuf enum CONTINUOUS = 3;