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

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

Protobuf type google.cloud.sql.v1beta4.BakType

Namespace

Google \ Cloud \ Sql \ V1beta4

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

SQL Server Transaction Log

Generated from protobuf enum TLOG = 3;