Google Cloud AlloyDB for PostgreSQL V1 Client - Class CloudSQLBackupRunSource (1.3.0)

Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1 Client class CloudSQLBackupRunSource.

The source CloudSQL backup resource.

Generated from protobuf message google.cloud.alloydb.v1.CloudSQLBackupRunSource

Namespace

Google \ Cloud \ AlloyDb \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ project string

The project ID of the source CloudSQL instance. This should be the same as the AlloyDB cluster's project.

↳ instance_id string

Required. The CloudSQL instance ID.

↳ backup_run_id int|string

Required. The CloudSQL backup run ID.

getProject

The project ID of the source CloudSQL instance. This should be the same as the AlloyDB cluster's project.

Returns
Type Description
string

setProject

The project ID of the source CloudSQL instance. This should be the same as the AlloyDB cluster's project.

Parameter
Name Description
var string
Returns
Type Description
$this

getInstanceId

Required. The CloudSQL instance ID.

Returns
Type Description
string

setInstanceId

Required. The CloudSQL instance ID.

Parameter
Name Description
var string
Returns
Type Description
$this

getBackupRunId

Required. The CloudSQL backup run ID.

Returns
Type Description
int|string

setBackupRunId

Required. The CloudSQL backup run ID.

Parameter
Name Description
var int|string
Returns
Type Description
$this