GoogleCloudContentwarehouseV1CreateDocumentResponse

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1CreateDocumentResponse


Table of Contents ▼

Jump to a specific part of the page:

Description

Response message for DocumentService.CreateDocument.

Attributes List

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

View Attributes

Attributes

  1. document (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1Document, default: nil)
    - Document created after executing create request.
  2. longRunningOperations (type: list(GoogleApi.ContentWarehouse.V1.Model.GoogleLongrunningOperation), default: nil)
    - post-processing LROs
  3. metadata (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ResponseMetadata, default: nil)
    - Additional information for the API invocation, such as the request tracking id.
  4. ruleEngineOutput (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RuleEngineOutput, default: nil)
    - Output from Rule Engine recording the rule evaluator and action executor's output. Refer format in: google/cloud/contentwarehouse/v1/rule_engine.proto

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1CreateDocumentResponse{
document: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1Document.t() | nil,
longRunningOperations: [GoogleApi.ContentWarehouse.V1.Model.GoogleLongrunningOperation.t()] | nil,
metadata: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ResponseMetadata.t() | nil,
ruleEngineOutput: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RuleEngineOutput.t() | nil
}

Function

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

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