GoogleCloudContentwarehouseV1UpdateDocumentSchemaRequest

AI Overview😉

  • The potential purpose of this module is to update and manage document schemas in Google's Content Warehouse, which is a storage system for structured data. In simple terms, it helps organize and standardize the structure of documents and data within Google's systems.
  • This module could impact search results by ensuring that documents and data are properly indexed and categorized, making it easier for users to find relevant information. It may also help Google's algorithms to better understand the content and context of documents, leading to more accurate search results.
  • A website may change things to be more favorable for this function by ensuring that their documents and data are properly structured and formatted, using standardized schema and metadata. This could include using consistent naming conventions, providing clear and descriptive titles and descriptions, and organizing content in a logical and hierarchical manner. By doing so, websites can help Google's algorithms to better understand their content and improve their visibility in search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Request message for DocumentSchemaService.UpdateDocumentSchema.

Attributes

  • documentSchema (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1DocumentSchema.t, default: nil) - Required. The document schema to update with.

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.GoogleCloudContentwarehouseV1UpdateDocumentSchemaRequest{
    documentSchema:
      GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1DocumentSchema.t()
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.