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 \ V1Methods
__construct
Constructor.
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.
string
setProject
The project ID of the source CloudSQL instance. This should be the same as the AlloyDB cluster's project.
var
string
$this
getInstanceId
Required. The CloudSQL instance ID.
string
setInstanceId
Required. The CloudSQL instance ID.
var
string
$this
getBackupRunId
Required. The CloudSQL backup run ID.
int|string
setBackupRunId
Required. The CloudSQL backup run ID.
var
int|string
$this