Enum FileUpload.Types.ProcessingState
The processing state of the data source.
Namespace: Google.Shopping.Merchant.DataSources.V1Beta
Assembly: Google.Shopping.Merchant.DataSources.V1Beta.dll
Syntax
public enum FileUpload.Types.ProcessingState
Fields
Name | Description |
---|---|
Failed | The data source could not be processed or all the items had errors. |
InProgress | The data source is being processed. |
Succeeded | The data source was processed successfully, though some items might have had errors. |
Unspecified | Processing state unspecified. |