Class: Google::Cloud::BackupDR::V1::GetDataSourceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::BackupDR::V1::GetDataSourceRequest
- 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
-
#name ⇒ ::String
Required.
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}'.
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 |