GoogleCloudContentwarehouseV1UpdateDocumentResponse

AI Overview😉

  • The potential purpose of this module is to update and manage documents within Google's Content Warehouse, a system that stores and processes content. This module, specifically, seems to be responsible for updating documents and recording the output of a Rule Engine, which likely applies rules and actions to the documents.
  • This module could impact search results by influencing how documents are processed, ranked, and retrieved. The Rule Engine's output could affect the relevance, accuracy, or credibility of search results, potentially promoting or demoting certain documents in the search rankings.
  • To be more favorable for this function, a website may need to ensure that its documents are accurately and thoroughly updated, with relevant metadata and content that can be effectively processed by the Rule Engine. This might involve using standardized formatting, providing clear and concise content, and optimizing documents for search engines. Additionally, websites may want to focus on creating high-quality, trustworthy, and relevant content that aligns with the rules and actions applied by the Rule Engine.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1UpdateDocumentResponse (google_api_content_warehouse v0.4.0)

Response message for DocumentService.UpdateDocument.

Attributes

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

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@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
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.