Class: Google::Cloud::BackupDR::V1::GetDataSourceReferenceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::BackupDR::V1::GetDataSourceReferenceRequest
- 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
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns 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 |