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 |
↳ name |
string
The name of the backup. Format: projects/{project}/backups/{backup} |
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 |
|
getName
The name of the backup.
Format: projects/{project}/backups/{backup}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
The name of the backup.
Format: projects/{project}/backups/{backup}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|