Enum FileInput.FileInputType (0.2.0)

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

ProtocolMessageEnum

Static Fields

Name Description
FETCH

The file is fetched from the configured fetch_uri.

FETCH = 2;

FETCH_VALUE

The file is fetched from the configured fetch_uri.

FETCH = 2;

FILE_INPUT_TYPE_UNSPECIFIED

File input type unspecified.

FILE_INPUT_TYPE_UNSPECIFIED = 0;

FILE_INPUT_TYPE_UNSPECIFIED_VALUE

File input type unspecified.

FILE_INPUT_TYPE_UNSPECIFIED = 0;

GOOGLE_SHEETS

The file is fetched from Google Sheets specified in the fetch_uri.

GOOGLE_SHEETS = 3;

GOOGLE_SHEETS_VALUE

The file is fetched from Google Sheets specified in the fetch_uri.

GOOGLE_SHEETS = 3;

UNRECOGNIZED
UPLOAD

The file is uploaded through SFTP, Google Cloud Storage or manually in the Merchant Center.

UPLOAD = 1;

UPLOAD_VALUE

The file is uploaded through SFTP, Google Cloud Storage or manually in the Merchant Center.

UPLOAD = 1;

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()