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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
API |
Represents data sources for which the data is primarily provided through the API. |
API_VALUE |
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. |
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. |
FILE |
Represents data sources for which the data is primarily provided through file input. Data can still be provided through the API. |
FILE_VALUE |
Represents data sources for which the data is primarily provided through file input. Data can still be provided through the API. |
INPUT_UNSPECIFIED |
Input unspecified. |
INPUT_UNSPECIFIED_VALUE |
Input unspecified. |
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_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. |
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() |