UpdateDocumentResponse

Response message for DocumentService.UpdateDocument.

JSON representation
{
  "document": {
    object (Document)
  },
  "ruleEngineOutput": {
    object (RuleEngineOutput)
  },
  "metadata": {
    object (ResponseMetadata)
  }
}
Fields
document

object (Document)

Updated document after executing update request.

ruleEngineOutput

object (RuleEngineOutput)

Output from Rule Engine recording the rule evaluator and action executor's output.

Refer format in: google/cloud/contentwarehouse/v1/rule_engine.proto

metadata

object (ResponseMetadata)

Additional information for the API invocation, such as the request tracking id.