Google Cloud Sql Admin V1 Client - Class BackupContext (0.4.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class BackupContext.
Backup context.
Generated from protobuf message google.cloud.sql.v1.BackupContext
Namespace
Google \ Cloud \ Sql \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ backup_id |
int|string
The identifier of the backup. |
↳ kind |
string
This is always |
getBackupId
The identifier of the backup.
| Returns | |
|---|---|
| Type | Description |
int|string |
|
setBackupId
The identifier of the backup.
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getKind
This is always sql#backupContext.
| Returns | |
|---|---|
| Type | Description |
string |
|
setKind
This is always sql#backupContext.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|