GoogleCloudContentwarehouseV1RunPipelineMetadataIndividualDocumentStatus

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RunPipelineMetadataIndividualDocumentStatus


Table of Contents ▼

Jump to a specific part of the page:

Description

The status of processing a document.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. documentId (type: String.t, default: nil)
    - Document identifier of an existing document.
  2. status (type: GoogleApi.ContentWarehouse.V1.Model.GoogleRpcStatus, default: nil)
    - The status processing the document.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RunPipelineMetadataIndividualDocumentStatus{
documentId: String.t() | nil,
status: GoogleApi.ContentWarehouse.V1.Model.GoogleRpcStatus.t() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RunPipelineMetadataIndividualDocumentStatus