Enum DataSource.Types.Input
Determines the type of input to the data source. Based on the input some settings might not be supported.
Namespace: Google.Shopping.Merchant.DataSources.V1Beta
Assembly: Google.Shopping.Merchant.DataSources.V1Beta.dll
Syntax
public enum DataSource.Types.Input
Fields
Name | Description |
---|---|
Api | Represents data sources for which the data is primarily provided through the API. |
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. |
File | Represents data sources for which the data is primarily provided through file input. Data can still be provided through the API. |
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. |
Unspecified | Input unspecified. |