Module: Google::Shopping::Merchant::DataSources::V1::FileUpload::ProcessingState
- Defined in:
- proto_docs/google/shopping/merchant/datasources/v1/fileuploads.rb
Overview
The processing state of the data source.
Constant Summary collapse
- PROCESSING_STATE_UNSPECIFIED =
Processing state unspecified.
0- FAILED =
The data source could not be processed or all the items had errors.
1- IN_PROGRESS =
The data source is being processed.
2- SUCCEEDED =
The data source was processed successfully, though some items might have had errors.
3