public enum FileInput.FileInputType extends Enum<FileInput.FileInputType> implements ProtocolMessageEnum
The method of file delivery.
Protobuf enum google.shopping.merchant.datasources.v1beta.FileInput.FileInputType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
FETCH |
The file is fetched from the configured fetch_uri. |
FETCH_VALUE |
The file is fetched from the configured fetch_uri. |
FILE_INPUT_TYPE_UNSPECIFIED |
File input type unspecified. |
FILE_INPUT_TYPE_UNSPECIFIED_VALUE |
File input type unspecified. |
GOOGLE_SHEETS |
The file is fetched from Google Sheets specified in the fetch_uri. |
GOOGLE_SHEETS_VALUE |
The file is fetched from Google Sheets specified in the fetch_uri. |
UNRECOGNIZED |
|
UPLOAD |
The file is uploaded through SFTP, Google Cloud Storage or manually in the Merchant Center. |
UPLOAD_VALUE |
The file is uploaded through SFTP, Google Cloud Storage or manually in the Merchant Center. |
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() |