Module: Google::Shopping::Merchant::DataSources::V1beta::DataSource::Input
- Defined in:
- proto_docs/google/shopping/merchant/datasources/v1beta/datasources.rb
Overview
Determines the type of input to the data source. Based on the input some settings might not be supported.
Constant Summary collapse
- INPUT_UNSPECIFIED =
Input unspecified.
0
- API =
Represents data sources for which the data is primarily provided through the API.
1
- FILE =
Represents data sources for which the data is primarily provided through file input. Data can still be provided through the API.
2
- UI =
The data source for products added directly in Merchant Center.
This type of data source can not be created or updated through this API, only by Merchant Center UI.
This type of data source is read only.
3
- AUTOFEED =
This is also known as Automated feeds used to automatically build your product data. This type of data source can be enabled or disabled through the Accounts bundle.
4