Enum FileUpload.ProcessingState (0.7.0)

public enum FileUpload.ProcessingState extends Enum<FileUpload.ProcessingState> implements ProtocolMessageEnum

The processing state of the data source.

Protobuf enum google.shopping.merchant.datasources.v1beta.FileUpload.ProcessingState

Implements

ProtocolMessageEnum

Static Fields

Name Description
FAILED

The data source could not be processed or all the items had errors.

FAILED = 1;

FAILED_VALUE

The data source could not be processed or all the items had errors.

FAILED = 1;

IN_PROGRESS

The data source is being processed.

IN_PROGRESS = 2;

IN_PROGRESS_VALUE

The data source is being processed.

IN_PROGRESS = 2;

PROCESSING_STATE_UNSPECIFIED

Processing state unspecified.

PROCESSING_STATE_UNSPECIFIED = 0;

PROCESSING_STATE_UNSPECIFIED_VALUE

Processing state unspecified.

PROCESSING_STATE_UNSPECIFIED = 0;

SUCCEEDED

The data source was processed successfully, though some items might have had errors.

SUCCEEDED = 3;

SUCCEEDED_VALUE

The data source was processed successfully, though some items might have had errors.

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