SecurityCredentialsContactGroupProto

AI Overview😉

  • Potential purpose of module: This module appears to be related to managing user contacts and groups, specifically in the context of Google+ circles and contact groups. It seems to handle the storage and retrieval of group information, including the group ID, owner's Gaia ID, and consistency timestamps.
  • Impact on search results: This module may influence search results by taking into account a user's social connections and group memberships. For instance, if a user is searching for content related to a specific topic, the algorithm might prioritize results from users within their Google+ circles or contact groups. This could lead to more personalized and relevant search results.
  • Optimization for this function: To be more favorable for this function, a website could focus on building a strong social presence on Google+, engaging with users, and encouraging users to add them to their circles or contact groups. This might increase the likelihood of their content being prioritized in search results for users within those groups. Additionally, ensuring that their website's content is relevant and valuable to their target audience could also improve their visibility in search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A group of contacts for a given user, as described in http://cs/p#google3/focus/backend/proto/backend.proto Historically (and in still-existing ACLs), this was used to represent Google+ circles as well as contact groups, but this use is now deprecated. New code should use the CIRCLE principal type to represent Google+ circles.

Attributes

  • groupId (type: String.t, default: nil) - Group ID is unique only relative to the owner's Gaia ID.
  • ownerGaiaId (type: String.t, default: nil) -
  • requiredConsistencyTimestampUsec (type: String.t, default: nil) - If present, then tests for membership in this ContactGroup must use data known to be at least as fresh as the given (FBS-assigned) timestamp. See http://go/fbs-consistent-read-after-important-write Before using this, be sure that any service checking authorization against this group supports checking consistency timestamps. For example, as of 12/2011, Keystore only supports this for the Moonshine configuration, and in others authorization checks will fail if the timestamp is present.

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.SecurityCredentialsContactGroupProto{
    groupId: String.t() | nil,
    ownerGaiaId: String.t() | nil,
    requiredConsistencyTimestampUsec: 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.