Class: Google::Cloud::BackupDR::V1::GetBackupPlanRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#name::String

Returns Required. The resource name of the BackupPlan to retrieve.

Format: projects/{project}/locations/{location}/backupPlans/{backup_plan}.

Returns:

  • (::String)

    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