Class: Google::Cloud::BackupDR::V1::GetDataSourceRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/backupdr/v1/backupvault.rb

Overview

Request message for getting a DataSource instance.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Name of the data source resource name, in the format 'projects/{project_id}/locations/{location}/backupVaults/{resource_name}/dataSource/{resource_name}'.

Returns:

  • (::String)

    Required. Name of the data source resource name, in the format 'projects/{project_id}/locations/{location}/backupVaults/{resource_name}/dataSource/{resource_name}'



835
836
837
838
# File 'proto_docs/google/cloud/backupdr/v1/backupvault.rb', line 835

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