GeostoreStableFieldPathProtoStableFieldSelector

AI Overview😉

  • The potential purpose of this module is to select specific fields or entries within a repeated field in a data structure, allowing for more precise control over the data being processed. It appears to be related to geospatial data and storing/retrieving specific versions of that data.
  • This module could impact search results by allowing Google's algorithm to more accurately retrieve and rank geospatially relevant data. It may enable the algorithm to differentiate between multiple versions of the same data, potentially leading to more up-to-date or accurate results being displayed.
  • To be more favorable for this function, a website could ensure that its geospatial data is properly structured and annotated with version tokens, making it easier for the algorithm to select and retrieve the desired data. This may involve implementing specific data formatting and schema standards, as well as providing clear and consistent versioning information for repeated fields.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • fieldNum (type: integer(), default: nil) - Field number to select.
  • versionToken (type: String.t, default: nil) - Select repeated field entry by its version token. If this is used, then the message referenced by field_num must have a token field annotated with the (version_token) field option. Must be omitted for leaf non-repeated fields. If unset for a repeated field, we consider this selector to apply equally to all descendants.

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.GeostoreStableFieldPathProtoStableFieldSelector{
    fieldNum: integer() | nil,
    versionToken: String.t() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.