Google Cloud Sql Admin V1 Client - Class BakType (0.7.0)

Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class BakType.

Protobuf type google.cloud.sql.v1.BakType

Namespace

Google \ Cloud \ Sql \ V1

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

BAK_TYPE_UNSPECIFIED

Value: 0

Default type.

Generated from protobuf enum BAK_TYPE_UNSPECIFIED = 0;

FULL

Value: 1

Full backup.

Generated from protobuf enum FULL = 1;

DIFF

Value: 2

Differential backup.

Generated from protobuf enum DIFF = 2;

TLOG

Value: 3

Transaction Log backup

Generated from protobuf enum TLOG = 3;