GeostoreOntologyRawGConceptInstanceProto

AI Overview😉

  • The potential purpose of this module is to store and manage geographic concept instances, which are pieces of information related to specific locations or entities. It seems to be part of a larger system for organizing and retrieving geographic data.
  • This module could impact search results by influencing how geographic information is indexed, retrieved, and ranked. For example, it might affect the relevance and accuracy of location-based search results, or the visibility of certain geographic entities in search results.
  • To be more favorable for this function, a website could focus on providing accurate and structured geographic information, such as using schema.org markup to identify and describe locations, or using standardized formats for address and coordinate data. Additionally, ensuring that geographic data is up-to-date and consistent across different sources and platforms could also improve the website's visibility and relevance in search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A RawGConceptInstanceProto contains all data required by both internal and external clients. We store the 'public' data in a GConceptInstanceProto and the 'private' data inside of RawGConceptInstanceProto. NOTE: this doesn't really match the design we want anymore. Please talk to the Geo Schema team if you are planning to make use of the "private" fields below.

Attributes

  • instance (type: GoogleApi.ContentWarehouse.V1.Model.GeostoreGConceptInstanceProto.t, default: nil) - This is the 'public' section of the GConceptInstance.
  • isAddedByEdit (type: boolean(), default: nil) - DEPRECATED Was this GConcept explicitly added by an edit? Examples of gconcepts not added by edits include those inferred through geo ontology and those mapped from legacy category forms by the feature updater. Note that it is possible for both is_added_by_edit and is_inferred to be true - it means this gconcept is added by an edit and there is also another more fine-grained gconcept added by an edit.
  • isInferred (type: boolean(), default: nil) - RESERVED
  • provider (type: String.t, default: nil) - DEPRECATED These two fields combined describe the source of a GConceptInstance. They are based on geostore/base/proto/datasourceprovider.proto. Their use has been deprecated. Use the FieldMetadataProto inside instance instead.
  • sourceDataset (type: String.t, default: nil) -

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.GeostoreOntologyRawGConceptInstanceProto{
    instance:
      GoogleApi.ContentWarehouse.V1.Model.GeostoreGConceptInstanceProto.t()
      | nil,
    isAddedByEdit: boolean() | nil,
    isInferred: boolean() | nil,
    provider: String.t() | nil,
    sourceDataset: 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.