public enum FileInput.FileInputType extends Enum<FileInput.FileInputType> implements ProtocolMessageEnumThe method of file delivery.
 Protobuf enum google.shopping.merchant.datasources.v1.FileInput.FileInputType
Implements
ProtocolMessageEnum| Static 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.
 However, you can't set up    | 
| GOOGLE_SHEETS_VALUE |  The file is fetched from Google Sheets specified in the
 fetch_uri.
 However, you can't set up    | 
| 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() | |