Intentionally empty. Used to disambiguate consumer and customer use cases in oneof below.
Author: Darth Emmett
AppsDynamiteSharedSegmentedMembershipCount
Contains info on membership count for member types: HUMAN_USER, APP_USER & ROSTER_MEMBER different states: INVITED, JOINED
AppsPeopleActivityBackendDestinationStream
A DestinationStream is a /namespace/id[0]/id[1]/…/id[n] that represents a collection of Activities. Example destinations: -The Profile Stream on http://plus.google.com/+JohnDoe/posts -A Square Stream on http://plus.google.com/squares/123 -A "comment Stream" (Fountain) on http://www.youtube.com/watch?id=123 It’s possible for a single Activity to show in each of these destinations – and it might behave/look slightly differently for each one. Destinations can have their own business logic associated with them at both write-time and read-time server-side (these are documented below). Each DestinationStream is indexed and can be retrieved using the GetDestinationStreamRequest. For the repeated ID space indexing happens at all levels, e.g. if you have: /square/123/abc /square/123/efd /square/456 You can fetch /square/123/abc directly or /square/123 (which includes all Activities in both /square/123/abc and /square/123/efd), or even /square which retrieves all Activities in the Square namespace (visible for that user). On the storage layer, we represent DestinationStream as Channel (http://cs/#google3/social/common/channel/channel.proto), since the storage does not have the concept of a Stream. Both terms are used interchangeably within the service layer, but client of Social Infrastructure should use the term DestinationStream. Next ID: 3
AppsPeopleOzExternalMergedpeopleapiAbout
AppsPeopleOzExternalMergedpeopleapiAboutMeExtendedDataNameDisplayOptions
See NameDisplayOptions in //depot/google3/focus/backend/proto/backend.proto. See also go/nickname-mess.
AppsPeopleOzExternalMergedpeopleapiAboutMeExtendedDataPhotosCompareDataDiffData
AppsPeopleOzExternalMergedpeopleapiAboutMeExtendedDataProfileNameModificationHistory
See ABUSE_NAME_LAST_MODIFIED in //depot/google3/focus/backend/proto/backend.proto which maps to //depot/google3/focus/proto/profileattribute.proto
AppsPeopleOzExternalMergedpeopleapiAdditionalContainerInfo
Additional information about a container. TO BE DELETED: replaced by DeviceContactInfo.
AppsPeopleOzExternalMergedpeopleapiAffinity
Similar to social.graph.storage.Affinity, but pared down to what the clients of the People API are interested in.
AppsPeopleOzExternalMergedpeopleapiAppUniqueInfo
Store all app unique info that are needed for app action fulfillment.