people  v1
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234567]
 NGoogle
 NApis
 NPeopleService
 Nv1
 NData
 CAddressA person's physical address. May be a P.O. box or street address. All fields are optional.
 CAgeRangeTypeA person's age range.
 CBatchGetContactGroupsResponseThe response to a batch get contact groups request.
 CBiographyA person's short biography.
 CBirthdayA person's birthday. At least one of the date and text fields are specified. The date and text fields typically represent the same date, but are not guaranteed to.
 CBraggingRights**DEPRECATED**: No data will be returned A person's bragging rights.
 CContactGroupA contact group.
 CContactGroupMembershipA Google contact group membership.
 CContactGroupMetadataThe metadata about a contact group.
 CContactGroupResponseThe response for a specific contact group.
 CCoverPhotoA person's cover photo. A large image shown on the person's profile page that represents who they are or what they care about.
 CCreateContactGroupRequestA request to create a new contact group.
 CDateRepresents a whole or partial calendar date, e.g. a birthday. The time of day and time zone are either specified elsewhere or are not significant. The date is relative to the Proleptic Gregorian Calendar. This can represent:
 CDeleteContactPhotoResponseThe response for deleteing a contact's photo.
 CDomainMembershipA G Suite Domain membership.
 CEmailAddressA person's email address.
 CEmptyA generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance:
 CEventAn event related to the person.
 CFieldMetadataMetadata about a field.
 CGenderA person's gender.
 CGetPeopleResponseThe response to a get request for a list of people by resource name.
 CImClientA person's instant messaging client.
 CInterestOne of the person's interests.
 CListConnectionsResponseThe response to a request for the authenticated user's connections.
 CListContactGroupsResponseThe response to a list contact groups request.
 CLocaleA person's locale preference.
 CMembershipA person's membership in a group. Only contact group memberships can be modified.
 CModifyContactGroupMembersRequestA request to modify an existing contact group's members. Contacts can be removed from any group but they can only be added to a user group or "myContacts" or "starred" system groups.
 CModifyContactGroupMembersResponseThe response to a modify contact group members request.
 CNameA person's name. If the name is a mononym, the family name is empty.
 CNicknameA person's nickname.
 COccupationA person's occupation.
 COrganizationA person's past or current organization. Overlapping date ranges are permitted.
 CPersonInformation about a person merged from various data sources such as the authenticated user's contacts and profile data
 CPersonMetadataThe metadata about a person.
 CPersonResponseThe response for a single person
 CPhoneNumberA person's phone number.
 CPhotoA person's photo. A picture shown next to the person's name to help others recognize the person.
 CProfileMetadataThe metadata about a profile.
 CRelationA person's relation to another person.
 CRelationshipInterest**DEPRECATED**: No data will be returned A person's relationship interest .
 CRelationshipStatus**DEPRECATED**: No data will be returned A person's relationship status.
 CResidenceA person's past or current residence.
 CSipAddressA person's SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
 CSkillA skill that the person has.
 CSourceThe source of a field.
 CStatusThe Status type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by gRPC. Each Status message contains three pieces of data: error code, error message, and error details
 CTagline**DEPRECATED**: No data will be returned A brief one-line description of the person.
 CUpdateContactGroupRequestA request to update an existing user contact group. All updated fields will be replaced.
 CUpdateContactPhotoRequestA request to update an existing contact's photo. All requests must have a valid photo format: JPEG or PNG.
 CUpdateContactPhotoResponseThe response for updating a contact's photo.
 CUrlA person's associated URLs.
 CUserDefinedArbitrary user data that is populated by the end users.
 CContactGroupsResourceThe "contactGroups" collection of methods.
 CBatchGetRequestGet a list of contact groups owned by the authenticated user by specifying a list of contact group resource names.
 CCreateRequestCreate a new contact group owned by the authenticated user.
 CDeleteRequestDelete an existing contact group owned by the authenticated user by specifying a contact group resource name.
 CGetRequestGet a specific contact group owned by the authenticated user by specifying a contact group resource name.
 CListRequestList all contact groups owned by the authenticated user. Members of the contact groups are not populated.
 CMembersResourceThe "members" collection of methods.
 CModifyRequestModify the members of a contact group owned by the authenticated user
 CUpdateRequestUpdate the name of an existing contact group owned by the authenticated user.
 CPeopleResourceThe "people" collection of methods.
 CConnectionsResourceThe "connections" collection of methods.
 CListRequestProvides a list of the authenticated user's contacts merged with any connected profiles
 CCreateContactRequestCreate a new contact and return the person resource for that contact.
 CDeleteContactPhotoRequestDelete a contact's photo.
 CDeleteContactRequestDelete a contact person. Any non-contact data will not be deleted.
 CGetBatchGetRequestProvides information about a list of specific people by specifying a list of requested resource names. Use people/me to indicate the authenticated user
 CGetRequestProvides information about a person by specifying a resource name. Use people/me to indicate the authenticated user
 CUpdateContactPhotoRequestUpdate a contact's photo.
 CUpdateContactRequestUpdate contact data for an existing contact person. Any non-contact data will not be modified
 CPeopleServiceBaseServiceRequestA base abstract class for PeopleService requests.
 CPeopleServiceServiceThe PeopleService Service.