Reference documentation and code samples for the Google Cloud Backup Dr V1 Client class InitializeServiceResponse.
Response message for initializing the service.
Generated from protobuf message google.cloud.backupdr.v1.InitializeServiceResponse
Namespace
Google \ Cloud \ BackupDR \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ backup_vault_name |
string
The resource name of the default |
↳ backup_plan_name |
string
The resource name of the default |
getBackupVaultName
The resource name of the default BackupVault created.
Format:
projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}.
| Returns | |
|---|---|
| Type | Description |
string |
|
setBackupVaultName
The resource name of the default BackupVault created.
Format:
projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getBackupPlanName
The resource name of the default BackupPlan created.
Format:
projects/{project_id}/locations/{location}/backupPlans/{backup_plan_id}.
| Returns | |
|---|---|
| Type | Description |
string |
|
setBackupPlanName
The resource name of the default BackupPlan created.
Format:
projects/{project_id}/locations/{location}/backupPlans/{backup_plan_id}.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|