Class: Google::Cloud::BackupDR::V1::GetBackupPlanRevisionRequest

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 BackupPlanRevision.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

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

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

Returns:

  • (::String)

    Required. The resource name of the BackupPlanRevision to retrieve.

    Format: projects/{project}/locations/{location}/backupPlans/{backup_plan}/revisions/{revision}



527
528
529
530
# File 'proto_docs/google/cloud/backupdr/v1/backupplan.rb', line 527

class GetBackupPlanRevisionRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end