GoogleCloudContentwarehouseV1ListLinkedSourcesRequest

AI Overview😉

  • The potential purpose of this module is to manage and retrieve linked sources or documents related to a specific content or entity. It appears to be a part of the Google Cloud Content Warehouse service, which is used to store and manage content. This module, specifically, handles requests to list linked sources, such as documents or other content, that are associated with a particular entity or content.
  • This module could impact search results by influencing the ranking or relevance of content based on its linked sources. For example, if a webpage has many high-quality linked sources, it may be considered more authoritative or relevant by the search algorithm. Conversely, if a webpage has few or low-quality linked sources, it may be considered less relevant. This module may also affect the search results by providing additional context or information about the content, such as its relationships with other entities or documents.
  • To be more favorable for this function, a website could focus on creating high-quality, relevant, and authoritative content that is linked to other trusted sources. This could include citing credible sources, providing references, or creating content that is informative and useful to users. Additionally, a website could ensure that its content is properly structured and organized, making it easier for the search algorithm to understand the relationships between different pieces of content. This could involve using schema markup, optimizing internal linking, and ensuring that content is easily crawlable and indexable.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Response message for DocumentLinkService.ListLinkedSources.

Attributes

  • pageSize (type: integer(), default: nil) - The maximum number of document-links to return. The service may return fewer than this value. If unspecified, at most 50 document-links will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
  • pageToken (type: String.t, default: nil) - A page token, received from a previous ListLinkedSources call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListLinkedSources must match the call that provided the page token.
  • requestMetadata (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RequestMetadata.t, default: nil) - The meta information collected about the document creator, used to enforce access control for the service.

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.GoogleCloudContentwarehouseV1ListLinkedSourcesRequest{
    pageSize: integer() | nil,
    pageToken: String.t() | nil,
    requestMetadata:
      GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RequestMetadata.t()
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.