Class GoogleCloudContentwarehouseV1RunPipelineMetadataIndividualDocumentStatus
The status of processing a document.
Implements
Inherited Members
Namespace: Google.Apis.Contentwarehouse.v1.Data
Assembly: Google.Apis.Contentwarehouse.v1.dll
Syntax
public class GoogleCloudContentwarehouseV1RunPipelineMetadataIndividualDocumentStatus : IDirectResponseSchema
Properties
DocumentId
Document identifier of an existing document.
Declaration
[JsonProperty("documentId")]
public virtual string DocumentId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Status
The status processing the document.
Declaration
[JsonProperty("status")]
public virtual GoogleRpcStatus Status { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleRpcStatus |