Class: Google::Cloud::BackupDR::V1::GetDataSourceReferenceRequest

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

Overview

Request for the GetDataSourceReference method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the DataSourceReference to retrieve. Format: projects/{project}/locations/{location}/dataSourceReferences/{data_source_reference}.

Returns:

  • (::String)

    Required. The name of the DataSourceReference to retrieve. Format: projects/{project}/locations/{location}/dataSourceReferences/{data_source_reference}



98
99
100
101
# File 'proto_docs/google/cloud/backupdr/v1/datasourcereference.rb', line 98

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