SocialGraphWireProtoPeopleapiExtensionDynamiteExtendedData

AI Overview😉

  • The potential purpose of this module is to gather and provide information about entities, such as Google Groups or bots, including their membership counts, descriptions, and presence status. This information can be used to better understand the social graph of users and entities on the platform.
  • This module could impact search results by influencing the ranking of search results that involve entities with large or active memberships, or by providing additional context about the entities that are returned in search results. For example, a search for a specific topic might return a Google Group with a large and active membership as a top result, indicating that it is a relevant and authoritative source of information on that topic.
  • A website may change things to be more favorable for this function by ensuring that its online presence is accurately represented in Google's social graph, such as by creating and maintaining a Google Group or other entity with up-to-date information and active membership. Additionally, websites may want to focus on building a strong online community or presence, as this could be seen as a signal of authority or relevance by Google's algorithm.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Dynamite-related extension data.

Attributes

  • avatarUrl (type: String.t, default: nil) - Avatar image URL for a Google Group, based on the member count.
  • description (type: String.t, default: nil) - Short description of this bot. Only set if EntityType == BOT.
  • developerName (type: String.t, default: nil) - Display name of bot developer. Only set if EntityType == BOT.
  • dndState (type: String.t, default: nil) -
  • entityType (type: String.t, default: nil) -
  • isMembershipVisibleToCaller (type: boolean(), default: nil) - Whether caller has visibility into the direct members of the roster. NEXT TAG: 11
  • memberCount (type: String.t, default: nil) - DEPRECATED: use segmented_membership_counts instead. Number of members (direct or indirect) in a Google Group. Only an estimate for large groups (currently > 1K direct / indirect members).
  • organizationInfo (type: GoogleApi.ContentWarehouse.V1.Model.AppsDynamiteSharedOrganizationInfo.t, default: nil) -
  • presence (type: String.t, default: nil) -
  • segmentedMembershipCounts (type: GoogleApi.ContentWarehouse.V1.Model.AppsDynamiteSharedSegmentedMembershipCounts.t, default: nil) - Represents the direct membership counts of a Google Group. May contain counts based on member type and membership state.

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.SocialGraphWireProtoPeopleapiExtensionDynamiteExtendedData{
    avatarUrl: String.t() | nil,
    description: String.t() | nil,
    developerName: String.t() | nil,
    dndState: String.t() | nil,
    entityType: String.t() | nil,
    isMembershipVisibleToCaller: boolean() | nil,
    memberCount: String.t() | nil,
    organizationInfo:
      GoogleApi.ContentWarehouse.V1.Model.AppsDynamiteSharedOrganizationInfo.t()
      | nil,
    presence: String.t() | nil,
    segmentedMembershipCounts:
      GoogleApi.ContentWarehouse.V1.Model.AppsDynamiteSharedSegmentedMembershipCounts.t()
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.