SecurityCredentialsEventProto

AI Overview😉

  • The potential purpose of this module is to associate and categorize users or invitees related to a specific Google+ Event, identifying their roles or types (e.g., owners, admins, or all members) within that event.
  • This module could impact search results by influencing the relevance and ranking of content related to Google+ Events, potentially giving more weight to events with specific types of members or invitees. This could affect the visibility of events and related content in search results, especially for queries related to Google+ or social media.
  • A website may change things to be more favorable for this function by ensuring that their Google+ Events are properly configured, with accurate and relevant information about event members and their roles. This could include using the correct legacy_relation_id values and edge types associated with the event, as defined in the social.graph.storage.EdgeTypeEnum.EdgeType enum. By providing clear and accurate information about event members, a website may improve the chances of their events and related content being ranked higher in search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Represents the invitees or other users associated with a Google+ Event (see http://goto/events-backend-design).

Attributes

  • eventId (type: String.t, default: nil) - Event IDs consist of alphanumeric characters and colons. Currently required.
  • memberType (type: integer(), default: nil) - The type of Event members to consider, e.g. "all members" vs. "owners" vs. "admins". These are defined by legacy_relation_id values in social.graph.storage.EdgeTypeEnum.EdgeType enum options in social/graph/storage/proto/id.proto. See event.pb (defined in production/config/cdd/socialgraph/mixer_config/prod/node_type_config) for all valid edge types associated with event. Currently required.

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.SecurityCredentialsEventProto{
  eventId: String.t() | nil,
  memberType: integer() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.