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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
FAILED |
The data source could not be processed or all the items had errors. |
FAILED_VALUE |
The data source could not be processed or all the items had errors. |
IN_PROGRESS |
The data source is being processed. |
IN_PROGRESS_VALUE |
The data source is being processed. |
PROCESSING_STATE_UNSPECIFIED |
Processing state unspecified. |
PROCESSING_STATE_UNSPECIFIED_VALUE |
Processing state unspecified. |
SUCCEEDED |
The data source was processed successfully, though some items might have had errors. |
SUCCEEDED_VALUE |
The data source was processed successfully, though some items might have had errors. |
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() |