Reference documentation and code samples for the Google Shopping Merchant DataSources V1beta Client class ProcessingState.
The processing state of the data source.
Protobuf type google.shopping.merchant.datasources.v1beta.FileUpload.ProcessingState
Namespace
Google \ Shopping \ Merchant \ DataSources \ V1beta \ FileUploadMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
PROCESSING_STATE_UNSPECIFIED
Value: 0
Processing state unspecified.
Generated from protobuf enum PROCESSING_STATE_UNSPECIFIED = 0;
FAILED
Value: 1
The data source could not be processed or all the items had errors.
Generated from protobuf enum FAILED = 1;
IN_PROGRESS
Value: 2
The data source is being processed.
Generated from protobuf enum IN_PROGRESS = 2;
SUCCEEDED
Value: 3
The data source was processed successfully, though some items might have had errors.
Generated from protobuf enum SUCCEEDED = 3;