Class: Google::Cloud::BackupDR::V1::GetBackupPlanRequest
- Inherits:
-
Object
- Object
- Google::Cloud::BackupDR::V1::GetBackupPlanRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/backupdr/v1/backupplan.rb
Overview
The request message for getting a BackupPlan
.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the BackupPlan
to retrieve.
Format: projects/{project}/locations/{location}/backupPlans/{backup_plan}
.
381 382 383 384 |
# File 'proto_docs/google/cloud/backupdr/v1/backupplan.rb', line 381 class GetBackupPlanRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |