GoogleCloudContentwarehouseV1UpdateDocumentResponse

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1UpdateDocumentResponse


Table of Contents ▼

Jump to a specific part of the page:

Description

Response message for DocumentService.UpdateDocument.

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)
    - Updated document after executing update request.
  2. metadata (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ResponseMetadata, default: nil)
    - Additional information for the API invocation, such as the request tracking id.
  3. 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.GoogleCloudContentwarehouseV1UpdateDocumentResponse{
document: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1Document.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.GoogleCloudContentwarehouseV1UpdateDocumentResponse