GeostoreFeaturePropertyIdProto

AI Overview😉

  • Potential purpose of module: This module, GeostoreFeaturePropertyIdProto, appears to be responsible for storing and managing properties associated with geographic features, such as locations or points of interest. It seems to handle various types of properties, including attachments, attributes, and knowledge graph properties, and provides a way to uniquely identify and retrieve these properties.
  • Impact on search results: This module could impact search results by influencing the relevance and ranking of search results that involve geographic features. For example, if a user searches for a specific location, the module may help determine which results are most relevant based on their associated properties. It may also affect the display of search results, such as the inclusion of additional information or attributes about a location.
  • Optimization for this function: To be more favorable for this function, a website may want to ensure that it provides accurate and complete information about its geographic features, including relevant properties and attributes. This could include using schema markup to provide additional context about locations, using consistent and standardized naming conventions, and ensuring that location-based data is up-to-date and accurate. Additionally, websites may want to consider optimizing their content to be more location-specific, such as by including location-based keywords or creating content that is relevant to specific geographic regions.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Message to represent a "feature property" as an abstract construct. Most feature properties are mapped one to one with the EditProto field types. However in some cases the EditProto field type granularity is too coarse to support use-cases that rely on feature properties (such as per-value rights tracking). When that is the case, the feature property is augmented with a secondary field.

Attributes

  • attachmentTypeId (type: String.t, default: nil) - Required when field_type == ATTACHMENT.
  • attributeId (type: String.t, default: nil) - Required when field_type == FEATURE_ATTRIBUTE.
  • fieldType (type: String.t, default: nil) -
  • kgPropertyId (type: String.t, default: nil) - Required when field_type == KNOWLEDGE_GRAPH_PROPERTY.
  • nameLanguage (type: String.t, default: nil) - RESERVED

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.GeostoreFeaturePropertyIdProto{
  attachmentTypeId: String.t() | nil,
  attributeId: String.t() | nil,
  fieldType: String.t() | nil,
  kgPropertyId: String.t() | nil,
  nameLanguage: 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.