AppsPeopleOzExternalMergedpeopleapiAboutMeExtendedDataProfileEditability

AI Overview😉

  • The potential purpose of this module is to determine which fields in a person's profile are locked or restricted from editing, and to prevent any changes to those fields. This is likely used to maintain the accuracy and integrity of certain profile information.
  • This module could impact search results by influencing how a person's profile information is displayed and updated. If certain fields are locked, they may not be updated even if the person's actual information changes, which could lead to outdated or inaccurate search results. Additionally, this module may affect the ranking of search results if the locked fields are used as ranking signals.
  • A website may change things to be more favorable for this function by ensuring that they do not attempt to update locked fields in a person's profile. They may also need to implement measures to verify the accuracy of profile information and ensure that it is up-to-date. Furthermore, websites may need to adjust their crawling and indexing strategies to account for locked fields and prevent outdated information from being displayed in search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

See UserEditedLockedMask in //depot/google3/focus/backend/proto/backend.proto.

Attributes

  • lockedField (type: list(String.t), default: nil) - Read-only set of zero or more field paths that are locked for update on this person, such as "person.name", "person.email", etc. The set of fields is only populated for the requester's profile. Fields in the set cannot be edited, added, or deleted from the profile. Attempting to update any of these fields will result in an exception.

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.AppsPeopleOzExternalMergedpeopleapiAboutMeExtendedDataProfileEditability{
    lockedField: [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.