Show / Hide Table of Contents

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.V1
Assembly: Google.Shopping.Merchant.DataSources.V1.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 sub-API.

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.

In this article
Back to top Generated by DocFX