Reference documentation and code samples for the Backup and DR Service V1 API class Google::Cloud::BackupDR::V1::InitializeServiceResponse.
Response message for initializing the service.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#backup_plan_name
def backup_plan_name() -> ::String
Returns
-
(::String) — The resource name of the default
BackupPlan
created. Format:projects/{project_id}/locations/{location}/backupPlans/{backup_plan_id}
.
#backup_plan_name=
def backup_plan_name=(value) -> ::String
Parameter
-
value (::String) — The resource name of the default
BackupPlan
created. Format:projects/{project_id}/locations/{location}/backupPlans/{backup_plan_id}
.
Returns
-
(::String) — The resource name of the default
BackupPlan
created. Format:projects/{project_id}/locations/{location}/backupPlans/{backup_plan_id}
.
#backup_vault_name
def backup_vault_name() -> ::String
Returns
-
(::String) — The resource name of the default
BackupVault
created. Format:projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}
.
#backup_vault_name=
def backup_vault_name=(value) -> ::String
Parameter
-
value (::String) — The resource name of the default
BackupVault
created. Format:projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}
.
Returns
-
(::String) — The resource name of the default
BackupVault
created. Format:projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}
.