Enum DataSource.Input (0.1.0)

public enum DataSource.Input extends Enum<DataSource.Input> implements ProtocolMessageEnum

Determines the type of input to the data source. Based on the input some settings might not be supported.

Protobuf enum google.shopping.merchant.datasources.v1beta.DataSource.Input

Implements

ProtocolMessageEnum

Static Fields

Name Description
API

Represents data sources for which the data is primarily provided through the API.

API = 1;

API_VALUE

Represents data sources for which the data is primarily provided through the API.

API = 1;

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.

AUTOFEED = 4;

AUTOFEED_VALUE

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.

AUTOFEED = 4;

FILE

Represents data sources for which the data is primarily provided through file input. Data can still be provided through the API.

FILE = 2;

FILE_VALUE

Represents data sources for which the data is primarily provided through file input. Data can still be provided through the API.

FILE = 2;

INPUT_UNSPECIFIED

Input unspecified.

INPUT_UNSPECIFIED = 0;

INPUT_UNSPECIFIED_VALUE

Input unspecified.

INPUT_UNSPECIFIED = 0;

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.

UI = 3;

UI_VALUE

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.

UI = 3;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()