SocialGraphApiProtoContactState

AI Overview😉

  • The potential purpose of this module is to track and manage the deletion history of contacts in Google's Social Graph API. This includes storing information about when and where a contact was deleted, as well as the current deletion state of the contact.
  • This module could impact search results by influencing the ranking of contacts in search queries. For example, if a contact has been deleted and then restored, this module may affect how prominently it appears in search results. Additionally, the deletion history of a contact may be used as a signal to determine its relevance or trustworthiness in search results.
  • To be more favorable to this function, a website may ensure that its contact data is accurately and consistently represented across different platforms and sources. This could include implementing robust data synchronization and update mechanisms, as well as providing clear and transparent information about contact deletion and restoration policies. Additionally, websites may want to consider implementing measures to prevent contact data from being manipulated or tampered with, in order to maintain the integrity of the social graph and search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Contact state and related metadata. See go/fbs-contacts-trash.

Attributes

  • deletionContext (type: GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoContactDeletionContext.t, default: nil) - A trashed contact may have deletion context set, which indicates where and when the contact was trashed. Deletion context is cleared when the contact is untrashed.
  • deletionState (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.SocialGraphApiProtoContactState{
  deletionContext:
    GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoContactDeletionContext.t()
    | nil,
  deletionState: 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.