input property

String? input
getter/setter pair

Determines the type of input to the data source.

Based on the input some settings might not work. Only generic data sources can be created through the API.

Output only. Possible string values are:

  • "INPUT_UNSPECIFIED" : Input unspecified.
  • "API" : Represents data sources for which the data is primarily provided through the 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.
  • "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.

Implementation

core.String? input;