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 \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
BAK_TYPE_UNSPECIFIED
Value: 0Default type.
Generated from protobuf enum BAK_TYPE_UNSPECIFIED = 0;
FULL
Value: 1Full backup.
Generated from protobuf enum FULL = 1;
DIFF
Value: 2Differential backup.
Generated from protobuf enum DIFF = 2;
TLOG
Value: 3Transaction Log backup
Generated from protobuf enum TLOG = 3;