Class: Google::Shopping::Merchant::DataSources::V1beta::CreateDataSourceRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::DataSources::V1beta::CreateDataSourceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/datasources/v1beta/datasources.rb
Overview
Request message for the CreateDataSource method.
Instance Attribute Summary collapse
-
#data_source ⇒ ::Google::Shopping::Merchant::DataSources::V1beta::DataSource
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#data_source ⇒ ::Google::Shopping::Merchant::DataSources::V1beta::DataSource
Returns Required. The data source to create.
182 183 184 185 |
# File 'proto_docs/google/shopping/merchant/datasources/v1beta/datasources.rb', line 182 class CreateDataSourceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The account where this data source will be created.
Format: accounts/{account}
.
182 183 184 185 |
# File 'proto_docs/google/shopping/merchant/datasources/v1beta/datasources.rb', line 182 class CreateDataSourceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |