GeostoreRightsStatusProto

AI Overview😉

  • Potential purpose of module in simple language: This module, GeostoreRightsStatusProto, appears to be responsible for managing and representing rights or permissions associated with geographic features or locations. It's likely used to determine what content can be displayed or accessed based on a user's location or the location associated with the content.
  • How it could impact search results: This module could impact search results by influencing what content is shown to users based on their location. For example, if a user searches for a business, the module might ensure that only the business's location-specific information is displayed, or that certain features are only accessible to users in a specific region. It could also affect the ranking of results, with location-relevant content being prioritized over others.
  • How a website may change things to be more favorable for this function: To be more favorable for this function, a website could ensure that its location-specific content is accurately and consistently structured, making it easier for the module to understand and apply the relevant rights and permissions. This might involve using standardized location formats, providing clear geographic metadata, and implementing location-based access controls. By doing so, the website may increase its chances of being displayed prominently in search results for location-specific queries.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Proto used to represent rights for FeatureProto. See go/geo-rights for more details. NOTE: Use google3/geostore/provenance/public/rights.h or google3/java/com/google/geostore/provenance/rights/Rights.java instead of accessing this proto directly.

Attributes

  • fieldWithRights (type: list(GoogleApi.ContentWarehouse.V1.Model.GeostoreFieldWithRightsProto.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.GeostoreRightsStatusProto{
  fieldWithRights:
    [GoogleApi.ContentWarehouse.V1.Model.GeostoreFieldWithRightsProto.t()] | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.