Class: Google::Shopping::Merchant::DataSources::V1beta::FetchDataSourceRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::DataSources::V1beta::FetchDataSourceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/datasources/v1beta/datasources.rb
Overview
Request message for the FetchDataSource method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the data source resource to fetch.
Format: accounts/{account}/dataSources/{datasource}
.
210 211 212 213 |
# File 'proto_docs/google/shopping/merchant/datasources/v1beta/datasources.rb', line 210 class FetchDataSourceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |