build: run docs regen in synth.py (#1059)
diff --git a/docs/dyn/people_v1.otherContacts.html b/docs/dyn/people_v1.otherContacts.html
index ded8f4c..db2421b 100644
--- a/docs/dyn/people_v1.otherContacts.html
+++ b/docs/dyn/people_v1.otherContacts.html
@@ -81,7 +81,7 @@
<code><a href="#copyOtherContactToMyContactsGroup">copyOtherContactToMyContactsGroup(resourceName, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Copies an "Other contact" to a new contact in the user's "myContacts" group</p>
<p class="toc_element">
- <code><a href="#list">list(pageToken=None, syncToken=None, readMask=None, pageSize=None, requestSyncToken=None, x__xgafv=None)</a></code></p>
+ <code><a href="#list">list(readMask=None, pageToken=None, pageSize=None, requestSyncToken=None, syncToken=None, x__xgafv=None)</a></code></p>
<p class="firstline">List all "Other contacts", that is contacts that are not in a contact group. "Other contacts" are typically auto created contacts from interactions.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -102,10 +102,10 @@
The object takes the form of:
{ # A request to copy an "Other contact" to my contacts group.
- "copyMask": "A String", # Required. A field mask to restrict which fields are copied into the new contact. Valid values are: * emailAddresses * names * phoneNumbers
- "sources": [ # Optional. A mask of what source types to return. Defaults to ReadSourceType.CONTACT and ReadSourceType.PROFILE if not set.
+ "sources": [ # Optional. A mask of what source types to return. Defaults to READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set.
"A String",
],
+ "copyMask": "A String", # Required. A field mask to restrict which fields are copied into the new contact. Valid values are: * emailAddresses * names * phoneNumbers
"readMask": "A String", # Optional. A field mask to restrict which fields on the person are returned. Multiple fields can be specified by separating them with commas. Defaults to the copy mask with metadata and membership fields if not set. Valid values are: * addresses * ageRanges * biographies * birthdays * calendarUrls * clientData * coverPhotos * emailAddresses * events * externalIds * genders * imClients * interests * locales * locations * memberships * metadata * miscKeywords * names * nicknames * occupations * organizations * phoneNumbers * photos * relations * sipAddresses * skills * urls * userDefined
}
@@ -118,568 +118,90 @@
An object of the form:
{ # Information about a person merged from various data sources such as the authenticated user's contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true.
- "locations": [ # The person's locations.
- { # A person's location.
- "floor": "A String", # The floor name or number.
- "metadata": { # Metadata about a field. # Metadata about the location.
- "source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
- "id": "A String", # The unique identifier within the source type generated by the server.
- "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
- "userTypes": [ # Output only. The user types.
- "A String",
- ],
- "objectType": "A String", # Output only. The profile object type.
- },
- },
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
- "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
- },
- "value": "A String", # The free-form value of the location.
- "buildingId": "A String", # The building identifier.
- "floorSection": "A String", # The floor section in `floor_name`.
- "deskCode": "A String", # The individual desk location.
- "type": "A String", # The type of the location. The type can be custom or one of these predefined values: * `desk` * `grewUp`
- "current": True or False, # Whether the location is the current location.
- },
- ],
- "relationshipInterests": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship interests.
- { # **DEPRECATED**: No data will be returned A person's relationship interest .
- "formattedValue": "A String", # Output only. The value of the relationship interest translated and formatted in the viewer's account locale or the locale specified in the Accept-Language HTTP header.
- "value": "A String", # The kind of relationship the person is looking for. The value can be custom or one of these predefined values: * `friend` * `date` * `relationship` * `networking`
- "metadata": { # Metadata about a field. # Metadata about the relationship interest.
- "source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
- "id": "A String", # The unique identifier within the source type generated by the server.
- "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
- "userTypes": [ # Output only. The user types.
- "A String",
- ],
- "objectType": "A String", # Output only. The profile object type.
- },
- },
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
- "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
- },
- },
- ],
- "relationshipStatuses": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship statuses.
- { # **DEPRECATED**: No data will be returned A person's relationship status.
- "metadata": { # Metadata about a field. # Metadata about the relationship status.
- "source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
- "id": "A String", # The unique identifier within the source type generated by the server.
- "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
- "userTypes": [ # Output only. The user types.
- "A String",
- ],
- "objectType": "A String", # Output only. The profile object type.
- },
- },
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
- "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
- },
- "value": "A String", # The relationship status. The value can be custom or one of these predefined values: * `single` * `inARelationship` * `engaged` * `married` * `itsComplicated` * `openRelationship` * `widowed` * `inDomesticPartnership` * `inCivilUnion`
- "formattedValue": "A String", # Output only. The value of the relationship status translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale.
- },
- ],
- "birthdays": [ # The person's birthdays. This field is a singleton for contact sources.
- { # A 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.
- "metadata": { # Metadata about a field. # Metadata about the birthday.
- "source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
- "id": "A String", # The unique identifier within the source type generated by the server.
- "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
- "userTypes": [ # Output only. The user types.
- "A String",
- ],
- "objectType": "A String", # Output only. The profile object type.
- },
- },
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
- "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
- },
- "date": { # Represents 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: * A full date, with non-zero year, month and day values * A month and day value, with a zero year, e.g. an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, e.g. a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The date of the birthday.
- "month": 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day.
- "day": 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant.
- "year": 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.
- },
- "text": "A String", # A free-form string representing the user's birthday.
- },
- ],
"residences": [ # **DEPRECATED**: (Please use `person.locations` instead) The person's residences.
{ # **DEPRECATED**: Please use `person.locations` instead. A person's past or current residence.
+ "metadata": { # Metadata about a field. # Metadata about the residence.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+ "source": { # The source of a field. # The source of the field.
+ "id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+ "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
+ "userTypes": [ # Output only. The user types.
+ "A String",
+ ],
+ },
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+ },
+ "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
+ },
"current": True or False, # True if the residence is the person's current residence; false if the residence is a past residence.
"value": "A String", # The address of the residence.
- "metadata": { # Metadata about a field. # Metadata about the residence.
- "source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
- "id": "A String", # The unique identifier within the source type generated by the server.
- "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
- "userTypes": [ # Output only. The user types.
- "A String",
- ],
- "objectType": "A String", # Output only. The profile object type.
- },
- },
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
- "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
- },
},
],
- "occupations": [ # The person's occupations.
- { # A person's occupation.
- "metadata": { # Metadata about a field. # Metadata about the occupation.
- "source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
- "id": "A String", # The unique identifier within the source type generated by the server.
- "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
- "userTypes": [ # Output only. The user types.
- "A String",
- ],
- "objectType": "A String", # Output only. The profile object type.
- },
- },
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
- "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
- },
- "value": "A String", # The occupation; for example, `carpenter`.
- },
- ],
- "externalIds": [ # The person's external IDs.
- { # An identifier from an external entity related to the person.
- "type": "A String", # The type of the external ID. The type can be custom or one of these predefined values: * `account` * `customer` * `loginId` * `network` * `organization`
- "metadata": { # Metadata about a field. # Metadata about the external ID.
- "source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
- "id": "A String", # The unique identifier within the source type generated by the server.
- "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
- "userTypes": [ # Output only. The user types.
- "A String",
- ],
- "objectType": "A String", # Output only. The profile object type.
- },
- },
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
- "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
- },
- "value": "A String", # The value of the external ID.
- "formattedType": "A String", # Output only. The type of the event translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale.
- },
- ],
- "etag": "A String", # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation.
+ "resourceName": "A String", # The resource name for the person, assigned by the server. An ASCII string with a max length of 27 characters, in the form of `people/{person_id}`.
"ageRanges": [ # Output only. The person's age ranges.
{ # A person's age range.
- "metadata": { # Metadata about a field. # Metadata about the age range.
- "source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
- "id": "A String", # The unique identifier within the source type generated by the server.
- "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
- "userTypes": [ # Output only. The user types.
- "A String",
- ],
- "objectType": "A String", # Output only. The profile object type.
- },
- },
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
- "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
- },
"ageRange": "A String", # The age range.
- },
- ],
- "taglines": [ # Output only. **DEPRECATED**: No data will be returned The person's taglines.
- { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
- "metadata": { # Metadata about a field. # Metadata about the tagline.
+ "metadata": { # Metadata about a field. # Metadata about the age range.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
"source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
"id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
"profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
"userTypes": [ # Output only. The user types.
"A String",
],
- "objectType": "A String", # Output only. The profile object type.
},
- },
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
- "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
- },
- "value": "A String", # The tagline.
- },
- ],
- "interests": [ # The person's interests.
- { # One of the person's interests.
- "metadata": { # Metadata about a field. # Metadata about the interest.
- "source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
"type": "A String", # The source type.
"updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
- "id": "A String", # The unique identifier within the source type generated by the server.
- "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
- "userTypes": [ # Output only. The user types.
- "A String",
- ],
- "objectType": "A String", # Output only. The profile object type.
- },
},
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
- "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
- },
- "value": "A String", # The interest; for example, `stargazing`.
- },
- ],
- "userDefined": [ # The person's user defined data.
- { # Arbitrary user data that is populated by the end users.
- "metadata": { # Metadata about a field. # Metadata about the user defined data.
- "source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
- "id": "A String", # The unique identifier within the source type generated by the server.
- "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
- "userTypes": [ # Output only. The user types.
- "A String",
- ],
- "objectType": "A String", # Output only. The profile object type.
- },
- },
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
- "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
- },
- "key": "A String", # The end user specified key of the user defined data.
- "value": "A String", # The end user specified value of the user defined data.
- },
- ],
- "phoneNumbers": [ # The person's phone numbers.
- { # A person's phone number.
- "type": "A String", # The type of the phone number. The type can be custom or one of these predefined values: * `home` * `work` * `mobile` * `homeFax` * `workFax` * `otherFax` * `pager` * `workMobile` * `workPager` * `main` * `googleVoice` * `other`
- "formattedType": "A String", # Output only. The type of the phone number translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale.
- "canonicalForm": "A String", # Output only. The canonicalized [ITU-T E.164](https://law.resource.org/pub/us/cfr/ibr/004/itu-t.E.164.1.2008.pdf) form of the phone number.
- "value": "A String", # The phone number.
- "metadata": { # Metadata about a field. # Metadata about the phone number.
- "source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
- "id": "A String", # The unique identifier within the source type generated by the server.
- "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
- "userTypes": [ # Output only. The user types.
- "A String",
- ],
- "objectType": "A String", # Output only. The profile object type.
- },
- },
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
- "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
- },
- },
- ],
- "names": [ # The person's names. This field is a singleton for contact sources.
- { # A person's name. If the name is a mononym, the family name is empty.
- "honorificPrefix": "A String", # The honorific prefixes, such as `Mrs.` or `Dr.`
- "phoneticMiddleName": "A String", # The middle name(s) spelled as they sound.
- "givenName": "A String", # The given name.
- "phoneticGivenName": "A String", # The given name spelled as it sounds.
- "honorificSuffix": "A String", # The honorific suffixes, such as `Jr.`
- "phoneticHonorificSuffix": "A String", # The honorific suffixes spelled as they sound.
- "unstructuredName": "A String", # The free form name value.
- "phoneticFullName": "A String", # The full name spelled as it sounds.
- "familyName": "A String", # The family name.
- "phoneticFamilyName": "A String", # The family name spelled as it sounds.
- "middleName": "A String", # The middle name(s).
- "metadata": { # Metadata about a field. # Metadata about the name.
- "source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
- "id": "A String", # The unique identifier within the source type generated by the server.
- "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
- "userTypes": [ # Output only. The user types.
- "A String",
- ],
- "objectType": "A String", # Output only. The profile object type.
- },
- },
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
- "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
- },
- "displayNameLastFirst": "A String", # Output only. The display name with the last name first formatted according to the locale specified by the viewer's account or the `Accept-Language` HTTP header.
- "displayName": "A String", # Output only. The display name formatted according to the locale specified by the viewer's account or the `Accept-Language` HTTP header.
- "phoneticHonorificPrefix": "A String", # The honorific prefixes spelled as they sound.
- },
- ],
- "events": [ # The person's events.
- { # An event related to the person.
- "formattedType": "A String", # Output only. The type of the event translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale.
- "date": { # Represents 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: * A full date, with non-zero year, month and day values * A month and day value, with a zero year, e.g. an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, e.g. a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The date of the event.
- "month": 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day.
- "day": 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant.
- "year": 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.
- },
- "type": "A String", # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other`
- "metadata": { # Metadata about a field. # Metadata about the event.
- "source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
- "id": "A String", # The unique identifier within the source type generated by the server.
- "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
- "userTypes": [ # Output only. The user types.
- "A String",
- ],
- "objectType": "A String", # Output only. The profile object type.
- },
- },
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
- "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
- },
- },
- ],
- "relations": [ # The person's relations.
- { # A person's relation to another person.
- "type": "A String", # The person's relation to the other person. The type can be custom or one of these predefined values: * `spouse` * `child` * `mother` * `father` * `parent` * `brother` * `sister` * `friend` * `relative` * `domesticPartner` * `manager` * `assistant` * `referredBy` * `partner`
- "person": "A String", # The name of the other person this relation refers to.
- "metadata": { # Metadata about a field. # Metadata about the relation.
- "source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
- "id": "A String", # The unique identifier within the source type generated by the server.
- "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
- "userTypes": [ # Output only. The user types.
- "A String",
- ],
- "objectType": "A String", # Output only. The profile object type.
- },
- },
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
- "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
- },
- "formattedType": "A String", # Output only. The type of the relation translated and formatted in the viewer's account locale or the locale specified in the Accept-Language HTTP header.
- },
- ],
- "genders": [ # The person's genders. This field is a singleton for contact sources.
- { # A person's gender.
- "metadata": { # Metadata about a field. # Metadata about the gender.
- "source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
- "id": "A String", # The unique identifier within the source type generated by the server.
- "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
- "userTypes": [ # Output only. The user types.
- "A String",
- ],
- "objectType": "A String", # Output only. The profile object type.
- },
- },
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
- "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
- },
- "value": "A String", # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified`
- "addressMeAs": "A String", # The type of pronouns that should be used to address the person. The value can be custom or one of these predefined values: * `male` * `female` * `other`
- "formattedValue": "A String", # Output only. The value of the gender translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. Unspecified or custom value are not localized.
- },
- ],
- "photos": [ # Output only. The person's photos.
- { # A person's photo. A picture shown next to the person's name to help others recognize the person.
- "default": True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
- "url": "A String", # The URL of the photo. You can change the desired size by appending a query parameter `sz={size}` at the end of the url, where {size} is the size in pixels. Example: https://lh3.googleusercontent.com/-T_wVWLlmg7w/AAAAAAAAAAI/AAAAAAAABa8/00gzXvDBYqw/s100/photo.jpg?sz=50
- "metadata": { # Metadata about a field. # Metadata about the photo.
- "source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
- "id": "A String", # The unique identifier within the source type generated by the server.
- "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
- "userTypes": [ # Output only. The user types.
- "A String",
- ],
- "objectType": "A String", # Output only. The profile object type.
- },
- },
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
- "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
- },
- },
- ],
- "addresses": [ # The person's street addresses.
- { # A person's physical address. May be a P.O. box or street address. All fields are optional.
- "poBox": "A String", # The P.O. box of the address.
- "type": "A String", # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
- "countryCode": "A String", # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address.
- "country": "A String", # The country of the address.
- "extendedAddress": "A String", # The extended address of the address; for example, the apartment number.
- "formattedValue": "A String", # The unstructured value of the address. If this is not set by the user it will be automatically constructed from structured values.
- "streetAddress": "A String", # The street address.
- "region": "A String", # The region of the address; for example, the state or province.
- "metadata": { # Metadata about a field. # Metadata about the address.
- "source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
- "id": "A String", # The unique identifier within the source type generated by the server.
- "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
- "userTypes": [ # Output only. The user types.
- "A String",
- ],
- "objectType": "A String", # Output only. The profile object type.
- },
- },
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
- "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
- },
- "formattedType": "A String", # Output only. The type of the address translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale.
- "postalCode": "A String", # The postal code of the address.
- "city": "A String", # The city of the address.
- },
- ],
- "sipAddresses": [ # The person's SIP addresses.
- { # A person's SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
- "value": "A String", # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format.
- "metadata": { # Metadata about a field. # Metadata about the SIP address.
- "source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
- "id": "A String", # The unique identifier within the source type generated by the server.
- "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
- "userTypes": [ # Output only. The user types.
- "A String",
- ],
- "objectType": "A String", # Output only. The profile object type.
- },
- },
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
- "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
- },
- "type": "A String", # The type of the SIP address. The type can be custom or or one of these predefined values: * `home` * `work` * `mobile` * `other`
- "formattedType": "A String", # Output only. The type of the SIP address translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale.
- },
- ],
- "miscKeywords": [ # The person's miscellaneous keywords.
- { # A person's miscellaneous keyword.
- "formattedType": "A String", # Output only. The type of the miscellaneous keyword translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale.
- "value": "A String", # The value of the miscellaneous keyword.
- "metadata": { # Metadata about a field. # Metadata about the miscellaneous keyword.
- "source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
- "id": "A String", # The unique identifier within the source type generated by the server.
- "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
- "userTypes": [ # Output only. The user types.
- "A String",
- ],
- "objectType": "A String", # Output only. The profile object type.
- },
- },
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
- "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
- },
- "type": "A String", # The miscellaneous keyword type.
- },
- ],
- "calendarUrls": [ # The person's calendar URLs.
- { # A person's calendar URL.
- "formattedType": "A String", # Output only. The type of the calendar URL translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale.
- "url": "A String", # The calendar URL.
- "type": "A String", # The type of the calendar URL. The type can be custom or one of these predefined values: * `home` * `freeBusy` * `work`
- "metadata": { # Metadata about a field. # Metadata about the calendar URL.
- "source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
- "id": "A String", # The unique identifier within the source type generated by the server.
- "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
- "userTypes": [ # Output only. The user types.
- "A String",
- ],
- "objectType": "A String", # Output only. The profile object type.
- },
- },
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
- "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
- },
- },
- ],
- "clientData": [ # The person's client data.
- { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
- "value": "A String", # The client specified value of the client data.
- "key": "A String", # The client specified key of the client data.
- "metadata": { # Metadata about a field. # Metadata about the client data.
- "source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
- "id": "A String", # The unique identifier within the source type generated by the server.
- "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
- "userTypes": [ # Output only. The user types.
- "A String",
- ],
- "objectType": "A String", # Output only. The profile object type.
- },
- },
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
"primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
},
},
],
"fileAses": [ # The person's file-ases.
{ # The name that should be used to sort the person in a list.
- "value": "A String", # The file-as value
"metadata": { # Metadata about a field. # Metadata about the file-as.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
"source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
"id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
"profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
"userTypes": [ # Output only. The user types.
"A String",
],
- "objectType": "A String", # Output only. The profile object type.
},
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
},
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
"primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
},
+ "value": "A String", # The file-as value
},
],
- "braggingRights": [ # **DEPRECATED**: No data will be returned The person's bragging rights.
- { # **DEPRECATED**: No data will be returned A person's bragging rights.
- "value": "A String", # The bragging rights; for example, `climbed mount everest`.
- "metadata": { # Metadata about a field. # Metadata about the bragging rights.
+ "etag": "A String", # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation.
+ "userDefined": [ # The person's user defined data.
+ { # Arbitrary user data that is populated by the end users.
+ "value": "A String", # The end user specified value of the user defined data.
+ "key": "A String", # The end user specified key of the user defined data.
+ "metadata": { # Metadata about a field. # Metadata about the user defined data.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
"source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
"id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
"profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
"userTypes": [ # Output only. The user types.
"A String",
],
- "objectType": "A String", # Output only. The profile object type.
},
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
},
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
"primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
},
},
@@ -687,145 +209,746 @@
"urls": [ # The person's associated URLs.
{ # A person's associated URLs.
"metadata": { # Metadata about a field. # Metadata about the URL.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
"source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
"id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
"profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
"userTypes": [ # Output only. The user types.
"A String",
],
- "objectType": "A String", # Output only. The profile object type.
},
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
},
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
"primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
},
"value": "A String", # The URL.
- "type": "A String", # The type of the URL. The type can be custom or one of these predefined values: * `home` * `work` * `blog` * `profile` * `homePage` * `ftp` * `reservations` * `appInstallPage`: website for a Google+ application. * `other`
+ "type": "A String", # The type of the URL. The type can be custom or one of these predefined values: * `home` * `work` * `blog` * `profile` * `homePage` * `ftp` * `reservations` * `appInstallPage`: website for a Currents application. * `other`
"formattedType": "A String", # Output only. The type of the URL translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale.
},
],
- "skills": [ # The person's skills.
- { # A skill that the person has.
- "metadata": { # Metadata about a field. # Metadata about the skill.
+ "imClients": [ # The person's instant messaging clients.
+ { # A person's instant messaging client.
+ "metadata": { # Metadata about a field. # Metadata about the IM client.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
"source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
"id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
"profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
"userTypes": [ # Output only. The user types.
"A String",
],
- "objectType": "A String", # Output only. The profile object type.
},
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
},
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
"primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
},
- "value": "A String", # The skill; for example, `underwater basket weaving`.
+ "protocol": "A String", # The protocol of the IM client. The protocol can be custom or one of these predefined values: * `aim` * `msn` * `yahoo` * `skype` * `qq` * `googleTalk` * `icq` * `jabber` * `netMeeting`
+ "formattedType": "A String", # Output only. The type of the IM client translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale.
+ "type": "A String", # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other`
+ "username": "A String", # The user name used in the IM client.
+ "formattedProtocol": "A String", # Output only. The protocol of the IM client formatted in the viewer's account locale or the `Accept-Language` HTTP header locale.
},
],
"metadata": { # The metadata about a person. # Output only. Metadata about the person.
- "deleted": True or False, # Output only. True if the person resource has been deleted. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token.
- "linkedPeopleResourceNames": [ # Output only. Resource names of people linked to this resource.
- "A String",
- ],
"objectType": "A String", # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
"sources": [ # The sources of data for the person.
{ # The source of a field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
"id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
"profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
"userTypes": [ # Output only. The user types.
"A String",
],
- "objectType": "A String", # Output only. The profile object type.
},
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
},
],
+ "deleted": True or False, # Output only. True if the person resource has been deleted. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token.
+ "linkedPeopleResourceNames": [ # Output only. Resource names of people linked to this resource.
+ "A String",
+ ],
"previousResourceNames": [ # Output only. Any former resource names this person has had. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token. The resource name may change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or profile URL.
"A String",
],
},
- "imClients": [ # The person's instant messaging clients.
- { # A person's instant messaging client.
- "formattedType": "A String", # Output only. The type of the IM client translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale.
- "type": "A String", # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other`
- "protocol": "A String", # The protocol of the IM client. The protocol can be custom or one of these predefined values: * `aim` * `msn` * `yahoo` * `skype` * `qq` * `googleTalk` * `icq` * `jabber` * `netMeeting`
- "username": "A String", # The user name used in the IM client.
- "formattedProtocol": "A String", # Output only. The protocol of the IM client formatted in the viewer's account locale or the `Accept-Language` HTTP header locale.
- "metadata": { # Metadata about a field. # Metadata about the IM client.
+ "birthdays": [ # The person's birthdays. This field is a singleton for contact sources.
+ { # A 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.
+ "date": { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day value, with a zero year, such as an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, such as a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The date of the birthday.
+ "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
+ "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
+ "day": 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.
+ },
+ "text": "A String", # A free-form string representing the user's birthday.
+ "metadata": { # Metadata about a field. # Metadata about the birthday.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
"source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
"id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
"profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
"userTypes": [ # Output only. The user types.
"A String",
],
- "objectType": "A String", # Output only. The profile object type.
},
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
},
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
"primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
},
},
],
+ "clientData": [ # The person's client data.
+ { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
+ "metadata": { # Metadata about a field. # Metadata about the client data.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+ "source": { # The source of a field. # The source of the field.
+ "id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+ "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
+ "userTypes": [ # Output only. The user types.
+ "A String",
+ ],
+ },
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+ },
+ "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
+ },
+ "value": "A String", # The client specified value of the client data.
+ "key": "A String", # The client specified key of the client data.
+ },
+ ],
+ "organizations": [ # The person's past or current organizations.
+ { # A person's past or current organization. Overlapping date ranges are permitted.
+ "type": "A String", # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school`
+ "formattedType": "A String", # Output only. The type of the organization translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale.
+ "title": "A String", # The person's job title at the organization.
+ "location": "A String", # The location of the organization office the person works at.
+ "startDate": { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day value, with a zero year, such as an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, such as a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The start date when the person joined the organization.
+ "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
+ "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
+ "day": 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.
+ },
+ "domain": "A String", # The domain name associated with the organization; for example, `google.com`.
+ "endDate": { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day value, with a zero year, such as an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, such as a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The end date when the person left the organization.
+ "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
+ "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
+ "day": 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.
+ },
+ "name": "A String", # The name of the organization.
+ "symbol": "A String", # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
+ "metadata": { # Metadata about a field. # Metadata about the organization.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+ "source": { # The source of a field. # The source of the field.
+ "id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+ "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
+ "userTypes": [ # Output only. The user types.
+ "A String",
+ ],
+ },
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+ },
+ "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
+ },
+ "phoneticName": "A String", # The phonetic name of the organization.
+ "current": True or False, # True if the organization is the person's current organization; false if the organization is a past organization.
+ "department": "A String", # The person's department at the organization.
+ "jobDescription": "A String", # The person's job description at the organization.
+ },
+ ],
"nicknames": [ # The person's nicknames.
{ # A person's nickname.
- "value": "A String", # The nickname.
"metadata": { # Metadata about a field. # Metadata about the nickname.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
"source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
"id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
"profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
"userTypes": [ # Output only. The user types.
"A String",
],
- "objectType": "A String", # Output only. The profile object type.
},
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
},
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
"primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
},
+ "value": "A String", # The nickname.
"type": "A String", # The type of the nickname.
},
],
+ "occupations": [ # The person's occupations.
+ { # A person's occupation.
+ "metadata": { # Metadata about a field. # Metadata about the occupation.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+ "source": { # The source of a field. # The source of the field.
+ "id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+ "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
+ "userTypes": [ # Output only. The user types.
+ "A String",
+ ],
+ },
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+ },
+ "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
+ },
+ "value": "A String", # The occupation; for example, `carpenter`.
+ },
+ ],
+ "phoneNumbers": [ # The person's phone numbers.
+ { # A person's phone number.
+ "formattedType": "A String", # Output only. The type of the phone number translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale.
+ "canonicalForm": "A String", # Output only. The canonicalized [ITU-T E.164](https://law.resource.org/pub/us/cfr/ibr/004/itu-t.E.164.1.2008.pdf) form of the phone number.
+ "metadata": { # Metadata about a field. # Metadata about the phone number.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+ "source": { # The source of a field. # The source of the field.
+ "id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+ "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
+ "userTypes": [ # Output only. The user types.
+ "A String",
+ ],
+ },
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+ },
+ "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
+ },
+ "type": "A String", # The type of the phone number. The type can be custom or one of these predefined values: * `home` * `work` * `mobile` * `homeFax` * `workFax` * `otherFax` * `pager` * `workMobile` * `workPager` * `main` * `googleVoice` * `other`
+ "value": "A String", # The phone number.
+ },
+ ],
+ "coverPhotos": [ # Output only. The person's cover photos.
+ { # A person's cover photo. A large image shown on the person's profile page that represents who they are or what they care about.
+ "url": "A String", # The URL of the cover photo.
+ "metadata": { # Metadata about a field. # Metadata about the cover photo.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+ "source": { # The source of a field. # The source of the field.
+ "id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+ "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
+ "userTypes": [ # Output only. The user types.
+ "A String",
+ ],
+ },
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+ },
+ "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
+ },
+ "default": True or False, # True if the cover photo is the default cover photo; false if the cover photo is a user-provided cover photo.
+ },
+ ],
"emailAddresses": [ # The person's email addresses.
{ # A person's email address.
+ "displayName": "A String", # The display name of the email.
+ "value": "A String", # The email address.
+ "type": "A String", # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
"formattedType": "A String", # Output only. The type of the email address translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale.
"metadata": { # Metadata about a field. # Metadata about the email address.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
"source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
"id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
"profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
"userTypes": [ # Output only. The user types.
"A String",
],
- "objectType": "A String", # Output only. The profile object type.
},
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
},
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
"primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
},
- "type": "A String", # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
- "displayName": "A String", # The display name of the email.
- "value": "A String", # The email address.
},
],
- "resourceName": "A String", # The resource name for the person, assigned by the server. An ASCII string with a max length of 27 characters, in the form of `people/{person_id}`.
+ "ageRange": "A String", # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person's age range.
+ "relations": [ # The person's relations.
+ { # A person's relation to another person.
+ "person": "A String", # The name of the other person this relation refers to.
+ "metadata": { # Metadata about a field. # Metadata about the relation.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+ "source": { # The source of a field. # The source of the field.
+ "id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+ "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
+ "userTypes": [ # Output only. The user types.
+ "A String",
+ ],
+ },
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+ },
+ "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
+ },
+ "formattedType": "A String", # Output only. The type of the relation translated and formatted in the viewer's account locale or the locale specified in the Accept-Language HTTP header.
+ "type": "A String", # The person's relation to the other person. The type can be custom or one of these predefined values: * `spouse` * `child` * `mother` * `father` * `parent` * `brother` * `sister` * `friend` * `relative` * `domesticPartner` * `manager` * `assistant` * `referredBy` * `partner`
+ },
+ ],
+ "miscKeywords": [ # The person's miscellaneous keywords.
+ { # A person's miscellaneous keyword.
+ "value": "A String", # The value of the miscellaneous keyword.
+ "metadata": { # Metadata about a field. # Metadata about the miscellaneous keyword.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+ "source": { # The source of a field. # The source of the field.
+ "id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+ "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
+ "userTypes": [ # Output only. The user types.
+ "A String",
+ ],
+ },
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+ },
+ "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
+ },
+ "formattedType": "A String", # Output only. The type of the miscellaneous keyword translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale.
+ "type": "A String", # The miscellaneous keyword type.
+ },
+ ],
+ "relationshipStatuses": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship statuses.
+ { # **DEPRECATED**: No data will be returned A person's relationship status.
+ "metadata": { # Metadata about a field. # Metadata about the relationship status.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+ "source": { # The source of a field. # The source of the field.
+ "id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+ "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
+ "userTypes": [ # Output only. The user types.
+ "A String",
+ ],
+ },
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+ },
+ "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
+ },
+ "value": "A String", # The relationship status. The value can be custom or one of these predefined values: * `single` * `inARelationship` * `engaged` * `married` * `itsComplicated` * `openRelationship` * `widowed` * `inDomesticPartnership` * `inCivilUnion`
+ "formattedValue": "A String", # Output only. The value of the relationship status translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale.
+ },
+ ],
+ "names": [ # The person's names. This field is a singleton for contact sources.
+ { # A person's name. If the name is a mononym, the family name is empty.
+ "displayName": "A String", # Output only. The display name formatted according to the locale specified by the viewer's account or the `Accept-Language` HTTP header.
+ "honorificPrefix": "A String", # The honorific prefixes, such as `Mrs.` or `Dr.`
+ "familyName": "A String", # The family name.
+ "givenName": "A String", # The given name.
+ "honorificSuffix": "A String", # The honorific suffixes, such as `Jr.`
+ "middleName": "A String", # The middle name(s).
+ "phoneticFullName": "A String", # The full name spelled as it sounds.
+ "phoneticHonorificSuffix": "A String", # The honorific suffixes spelled as they sound.
+ "phoneticMiddleName": "A String", # The middle name(s) spelled as they sound.
+ "metadata": { # Metadata about a field. # Metadata about the name.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+ "source": { # The source of a field. # The source of the field.
+ "id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+ "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
+ "userTypes": [ # Output only. The user types.
+ "A String",
+ ],
+ },
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+ },
+ "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
+ },
+ "phoneticFamilyName": "A String", # The family name spelled as it sounds.
+ "phoneticHonorificPrefix": "A String", # The honorific prefixes spelled as they sound.
+ "phoneticGivenName": "A String", # The given name spelled as it sounds.
+ "displayNameLastFirst": "A String", # Output only. The display name with the last name first formatted according to the locale specified by the viewer's account or the `Accept-Language` HTTP header.
+ "unstructuredName": "A String", # The free form name value.
+ },
+ ],
+ "addresses": [ # The person's street addresses.
+ { # A person's physical address. May be a P.O. box or street address. All fields are optional.
+ "countryCode": "A String", # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address.
+ "extendedAddress": "A String", # The extended address of the address; for example, the apartment number.
+ "city": "A String", # The city of the address.
+ "country": "A String", # The country of the address.
+ "streetAddress": "A String", # The street address.
+ "region": "A String", # The region of the address; for example, the state or province.
+ "type": "A String", # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
+ "formattedValue": "A String", # The unstructured value of the address. If this is not set by the user it will be automatically constructed from structured values.
+ "metadata": { # Metadata about a field. # Metadata about the address.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+ "source": { # The source of a field. # The source of the field.
+ "id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+ "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
+ "userTypes": [ # Output only. The user types.
+ "A String",
+ ],
+ },
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+ },
+ "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
+ },
+ "poBox": "A String", # The P.O. box of the address.
+ "formattedType": "A String", # Output only. The type of the address translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale.
+ "postalCode": "A String", # The postal code of the address.
+ },
+ ],
+ "genders": [ # The person's genders. This field is a singleton for contact sources.
+ { # A person's gender.
+ "formattedValue": "A String", # Output only. The value of the gender translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. Unspecified or custom value are not localized.
+ "addressMeAs": "A String", # The type of pronouns that should be used to address the person. The value can be custom or one of these predefined values: * `male` * `female` * `other`
+ "metadata": { # Metadata about a field. # Metadata about the gender.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+ "source": { # The source of a field. # The source of the field.
+ "id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+ "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
+ "userTypes": [ # Output only. The user types.
+ "A String",
+ ],
+ },
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+ },
+ "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
+ },
+ "value": "A String", # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified`
+ },
+ ],
+ "taglines": [ # Output only. **DEPRECATED**: No data will be returned The person's taglines.
+ { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
+ "metadata": { # Metadata about a field. # Metadata about the tagline.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+ "source": { # The source of a field. # The source of the field.
+ "id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+ "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
+ "userTypes": [ # Output only. The user types.
+ "A String",
+ ],
+ },
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+ },
+ "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
+ },
+ "value": "A String", # The tagline.
+ },
+ ],
+ "sipAddresses": [ # The person's SIP addresses.
+ { # A person's SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
+ "value": "A String", # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format.
+ "type": "A String", # The type of the SIP address. The type can be custom or or one of these predefined values: * `home` * `work` * `mobile` * `other`
+ "metadata": { # Metadata about a field. # Metadata about the SIP address.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+ "source": { # The source of a field. # The source of the field.
+ "id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+ "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
+ "userTypes": [ # Output only. The user types.
+ "A String",
+ ],
+ },
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+ },
+ "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
+ },
+ "formattedType": "A String", # Output only. The type of the SIP address translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale.
+ },
+ ],
+ "photos": [ # Output only. The person's photos.
+ { # A person's photo. A picture shown next to the person's name to help others recognize the person.
+ "metadata": { # Metadata about a field. # Metadata about the photo.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+ "source": { # The source of a field. # The source of the field.
+ "id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+ "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
+ "userTypes": [ # Output only. The user types.
+ "A String",
+ ],
+ },
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+ },
+ "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
+ },
+ "default": True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
+ "url": "A String", # The URL of the photo. You can change the desired size by appending a query parameter `sz={size}` at the end of the url, where {size} is the size in pixels. Example: https://lh3.googleusercontent.com/-T_wVWLlmg7w/AAAAAAAAAAI/AAAAAAAABa8/00gzXvDBYqw/s100/photo.jpg?sz=50
+ },
+ ],
+ "relationshipInterests": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship interests.
+ { # **DEPRECATED**: No data will be returned A person's relationship interest .
+ "formattedValue": "A String", # Output only. The value of the relationship interest translated and formatted in the viewer's account locale or the locale specified in the Accept-Language HTTP header.
+ "value": "A String", # The kind of relationship the person is looking for. The value can be custom or one of these predefined values: * `friend` * `date` * `relationship` * `networking`
+ "metadata": { # Metadata about a field. # Metadata about the relationship interest.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+ "source": { # The source of a field. # The source of the field.
+ "id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+ "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
+ "userTypes": [ # Output only. The user types.
+ "A String",
+ ],
+ },
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+ },
+ "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
+ },
+ },
+ ],
+ "interests": [ # The person's interests.
+ { # One of the person's interests.
+ "value": "A String", # The interest; for example, `stargazing`.
+ "metadata": { # Metadata about a field. # Metadata about the interest.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+ "source": { # The source of a field. # The source of the field.
+ "id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+ "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
+ "userTypes": [ # Output only. The user types.
+ "A String",
+ ],
+ },
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+ },
+ "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
+ },
+ },
+ ],
+ "locales": [ # The person's locale preferences.
+ { # A person's locale preference.
+ "metadata": { # Metadata about a field. # Metadata about the locale.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+ "source": { # The source of a field. # The source of the field.
+ "id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+ "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
+ "userTypes": [ # Output only. The user types.
+ "A String",
+ ],
+ },
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+ },
+ "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
+ },
+ "value": "A String", # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
+ },
+ ],
+ "events": [ # The person's events.
+ { # An event related to the person.
+ "date": { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day value, with a zero year, such as an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, such as a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The date of the event.
+ "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
+ "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
+ "day": 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.
+ },
+ "type": "A String", # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other`
+ "metadata": { # Metadata about a field. # Metadata about the event.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+ "source": { # The source of a field. # The source of the field.
+ "id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+ "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
+ "userTypes": [ # Output only. The user types.
+ "A String",
+ ],
+ },
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+ },
+ "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
+ },
+ "formattedType": "A String", # Output only. The type of the event translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale.
+ },
+ ],
+ "calendarUrls": [ # The person's calendar URLs.
+ { # A person's calendar URL.
+ "formattedType": "A String", # Output only. The type of the calendar URL translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale.
+ "type": "A String", # The type of the calendar URL. The type can be custom or one of these predefined values: * `home` * `freeBusy` * `work`
+ "metadata": { # Metadata about a field. # Metadata about the calendar URL.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+ "source": { # The source of a field. # The source of the field.
+ "id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+ "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
+ "userTypes": [ # Output only. The user types.
+ "A String",
+ ],
+ },
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+ },
+ "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
+ },
+ "url": "A String", # The calendar URL.
+ },
+ ],
+ "braggingRights": [ # **DEPRECATED**: No data will be returned The person's bragging rights.
+ { # **DEPRECATED**: No data will be returned A person's bragging rights.
+ "value": "A String", # The bragging rights; for example, `climbed mount everest`.
+ "metadata": { # Metadata about a field. # Metadata about the bragging rights.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+ "source": { # The source of a field. # The source of the field.
+ "id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+ "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
+ "userTypes": [ # Output only. The user types.
+ "A String",
+ ],
+ },
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+ },
+ "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
+ },
+ },
+ ],
+ "skills": [ # The person's skills.
+ { # A skill that the person has.
+ "metadata": { # Metadata about a field. # Metadata about the skill.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+ "source": { # The source of a field. # The source of the field.
+ "id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+ "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
+ "userTypes": [ # Output only. The user types.
+ "A String",
+ ],
+ },
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+ },
+ "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
+ },
+ "value": "A String", # The skill; for example, `underwater basket weaving`.
+ },
+ ],
+ "externalIds": [ # The person's external IDs.
+ { # An identifier from an external entity related to the person.
+ "metadata": { # Metadata about a field. # Metadata about the external ID.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+ "source": { # The source of a field. # The source of the field.
+ "id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+ "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
+ "userTypes": [ # Output only. The user types.
+ "A String",
+ ],
+ },
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+ },
+ "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
+ },
+ "type": "A String", # The type of the external ID. The type can be custom or one of these predefined values: * `account` * `customer` * `loginId` * `network` * `organization`
+ "value": "A String", # The value of the external ID.
+ "formattedType": "A String", # Output only. The type of the event translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale.
+ },
+ ],
+ "biographies": [ # The person's biographies. This field is a singleton for contact sources.
+ { # A person's short biography.
+ "contentType": "A String", # The content type of the biography.
+ "value": "A String", # The short biography.
+ "metadata": { # Metadata about a field. # Metadata about the biography.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+ "source": { # The source of a field. # The source of the field.
+ "id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+ "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
+ "userTypes": [ # Output only. The user types.
+ "A String",
+ ],
+ },
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+ },
+ "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
+ },
+ },
+ ],
+ "locations": [ # The person's locations.
+ { # A person's location.
+ "deskCode": "A String", # The individual desk location.
+ "floor": "A String", # The floor name or number.
+ "metadata": { # Metadata about a field. # Metadata about the location.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+ "source": { # The source of a field. # The source of the field.
+ "id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+ "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
+ "userTypes": [ # Output only. The user types.
+ "A String",
+ ],
+ },
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+ },
+ "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
+ },
+ "floorSection": "A String", # The floor section in `floor_name`.
+ "buildingId": "A String", # The building identifier.
+ "type": "A String", # The type of the location. The type can be custom or one of these predefined values: * `desk` * `grewUp`
+ "current": True or False, # Whether the location is the current location.
+ "value": "A String", # The free-form value of the location.
+ },
+ ],
"memberships": [ # The person's group memberships.
{ # A person's membership in a group. Only contact group memberships can be modified.
+ "metadata": { # Metadata about a field. # Metadata about the membership.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+ "source": { # The source of a field. # The source of the field.
+ "id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+ "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
+ "userTypes": [ # Output only. The user types.
+ "A String",
+ ],
+ },
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+ },
+ "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
+ },
"domainMembership": { # A G Suite Domain membership. # Output only. The domain membership.
"inViewerDomain": True or False, # True if the person is in the viewer's G Suite domain.
},
@@ -833,144 +956,21 @@
"contactGroupResourceName": "A String", # The resource name for the contact group, assigned by the server. An ASCII string, in the form of `contactGroups/{contact_group_id}`. Only contact_group_resource_name can be used for modifying memberships. Any contact group membership can be removed, but only user group or "myContacts" or "starred" system groups memberships can be added. A contact must always have at least one contact group membership.
"contactGroupId": "A String", # Output only. The contact group ID for the contact group membership.
},
- "metadata": { # Metadata about a field. # Metadata about the membership.
- "source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
- "id": "A String", # The unique identifier within the source type generated by the server.
- "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
- "userTypes": [ # Output only. The user types.
- "A String",
- ],
- "objectType": "A String", # Output only. The profile object type.
- },
- },
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
- "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
- },
- },
- ],
- "coverPhotos": [ # Output only. The person's cover photos.
- { # A person's cover photo. A large image shown on the person's profile page that represents who they are or what they care about.
- "metadata": { # Metadata about a field. # Metadata about the cover photo.
- "source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
- "id": "A String", # The unique identifier within the source type generated by the server.
- "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
- "userTypes": [ # Output only. The user types.
- "A String",
- ],
- "objectType": "A String", # Output only. The profile object type.
- },
- },
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
- "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
- },
- "default": True or False, # True if the cover photo is the default cover photo; false if the cover photo is a user-provided cover photo.
- "url": "A String", # The URL of the cover photo.
- },
- ],
- "organizations": [ # The person's past or current organizations.
- { # A person's past or current organization. Overlapping date ranges are permitted.
- "phoneticName": "A String", # The phonetic name of the organization.
- "metadata": { # Metadata about a field. # Metadata about the organization.
- "source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
- "id": "A String", # The unique identifier within the source type generated by the server.
- "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
- "userTypes": [ # Output only. The user types.
- "A String",
- ],
- "objectType": "A String", # Output only. The profile object type.
- },
- },
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
- "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
- },
- "jobDescription": "A String", # The person's job description at the organization.
- "domain": "A String", # The domain name associated with the organization; for example, `google.com`.
- "startDate": { # Represents 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: * A full date, with non-zero year, month and day values * A month and day value, with a zero year, e.g. an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, e.g. a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The start date when the person joined the organization.
- "month": 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day.
- "day": 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant.
- "year": 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.
- },
- "symbol": "A String", # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
- "type": "A String", # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school`
- "title": "A String", # The person's job title at the organization.
- "formattedType": "A String", # Output only. The type of the organization translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale.
- "current": True or False, # True if the organization is the person's current organization; false if the organization is a past organization.
- "name": "A String", # The name of the organization.
- "endDate": { # Represents 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: * A full date, with non-zero year, month and day values * A month and day value, with a zero year, e.g. an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, e.g. a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The end date when the person left the organization.
- "month": 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day.
- "day": 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant.
- "year": 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.
- },
- "location": "A String", # The location of the organization office the person works at.
- "department": "A String", # The person's department at the organization.
- },
- ],
- "locales": [ # The person's locale preferences.
- { # A person's locale preference.
- "metadata": { # Metadata about a field. # Metadata about the locale.
- "source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
- "id": "A String", # The unique identifier within the source type generated by the server.
- "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
- "userTypes": [ # Output only. The user types.
- "A String",
- ],
- "objectType": "A String", # Output only. The profile object type.
- },
- },
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
- "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
- },
- "value": "A String", # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
- },
- ],
- "ageRange": "A String", # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person's age range.
- "biographies": [ # The person's biographies. This field is a singleton for contact sources.
- { # A person's short biography.
- "metadata": { # Metadata about a field. # Metadata about the biography.
- "source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
- "id": "A String", # The unique identifier within the source type generated by the server.
- "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
- "userTypes": [ # Output only. The user types.
- "A String",
- ],
- "objectType": "A String", # Output only. The profile object type.
- },
- },
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
- "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
- },
- "contentType": "A String", # The content type of the biography.
- "value": "A String", # The short biography.
},
],
}</pre>
</div>
<div class="method">
- <code class="details" id="list">list(pageToken=None, syncToken=None, readMask=None, pageSize=None, requestSyncToken=None, x__xgafv=None)</code>
+ <code class="details" id="list">list(readMask=None, pageToken=None, pageSize=None, requestSyncToken=None, syncToken=None, x__xgafv=None)</code>
<pre>List all "Other contacts", that is contacts that are not in a contact group. "Other contacts" are typically auto created contacts from interactions.
Args:
- pageToken: string, Optional. A page token, received from a previous `ListOtherContacts` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListOtherContacts` must match the call that provided the page token.
- syncToken: string, Optional. A sync token, received from a previous `ListOtherContacts` call. Provide this to retrieve only the resources changed since the last request. Sync requests that specify `sync_token` have an additional rate limit. When syncing, all other parameters provided to `ListOtherContacts` must match the call that provided the sync token.
readMask: string, Required. A field mask to restrict which fields on each person are returned. Multiple fields can be specified by separating them with commas. Valid values are: * emailAddresses * names * phoneNumbers
+ pageToken: string, Optional. A page token, received from a previous `ListOtherContacts` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListOtherContacts` must match the call that provided the page token.
pageSize: integer, Optional. The number of "Other contacts" to include in the response. Valid values are between 1 and 1000, inclusive. Defaults to 100 if not set or set to 0.
requestSyncToken: boolean, Optional. Whether the response should include `next_sync_token`, which can be used to get all changes since the last request. For subsequent sync requests use the `sync_token` param instead. Initial sync requests that specify `request_sync_token` have an additional rate limit.
+ syncToken: string, Optional. A sync token, received from a previous `ListOtherContacts` call. Provide this to retrieve only the resources changed since the last request. Sync requests that specify `sync_token` have an additional rate limit. When syncing, all other parameters provided to `ListOtherContacts` must match the call that provided the sync token.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -980,570 +980,94 @@
An object of the form:
{ # The response to a request for the authenticated user's "Other contacts".
+ "nextSyncToken": "A String", # A token, which can be sent as `sync_token` to retrieve changes since the last request. Request must set `request_sync_token` to return the sync token.
+ "nextPageToken": "A String", # A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
"otherContacts": [ # The list of "Other contacts" returned as Person resources. "Other contacts" support a limited subset of fields. See ListOtherContactsRequest.request_mask for more detailed information.
{ # Information about a person merged from various data sources such as the authenticated user's contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true.
- "locations": [ # The person's locations.
- { # A person's location.
- "floor": "A String", # The floor name or number.
- "metadata": { # Metadata about a field. # Metadata about the location.
- "source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
- "id": "A String", # The unique identifier within the source type generated by the server.
- "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
- "userTypes": [ # Output only. The user types.
- "A String",
- ],
- "objectType": "A String", # Output only. The profile object type.
- },
- },
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
- "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
- },
- "value": "A String", # The free-form value of the location.
- "buildingId": "A String", # The building identifier.
- "floorSection": "A String", # The floor section in `floor_name`.
- "deskCode": "A String", # The individual desk location.
- "type": "A String", # The type of the location. The type can be custom or one of these predefined values: * `desk` * `grewUp`
- "current": True or False, # Whether the location is the current location.
- },
- ],
- "relationshipInterests": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship interests.
- { # **DEPRECATED**: No data will be returned A person's relationship interest .
- "formattedValue": "A String", # Output only. The value of the relationship interest translated and formatted in the viewer's account locale or the locale specified in the Accept-Language HTTP header.
- "value": "A String", # The kind of relationship the person is looking for. The value can be custom or one of these predefined values: * `friend` * `date` * `relationship` * `networking`
- "metadata": { # Metadata about a field. # Metadata about the relationship interest.
- "source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
- "id": "A String", # The unique identifier within the source type generated by the server.
- "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
- "userTypes": [ # Output only. The user types.
- "A String",
- ],
- "objectType": "A String", # Output only. The profile object type.
- },
- },
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
- "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
- },
- },
- ],
- "relationshipStatuses": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship statuses.
- { # **DEPRECATED**: No data will be returned A person's relationship status.
- "metadata": { # Metadata about a field. # Metadata about the relationship status.
- "source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
- "id": "A String", # The unique identifier within the source type generated by the server.
- "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
- "userTypes": [ # Output only. The user types.
- "A String",
- ],
- "objectType": "A String", # Output only. The profile object type.
- },
- },
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
- "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
- },
- "value": "A String", # The relationship status. The value can be custom or one of these predefined values: * `single` * `inARelationship` * `engaged` * `married` * `itsComplicated` * `openRelationship` * `widowed` * `inDomesticPartnership` * `inCivilUnion`
- "formattedValue": "A String", # Output only. The value of the relationship status translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale.
- },
- ],
- "birthdays": [ # The person's birthdays. This field is a singleton for contact sources.
- { # A 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.
- "metadata": { # Metadata about a field. # Metadata about the birthday.
- "source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
- "id": "A String", # The unique identifier within the source type generated by the server.
- "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
- "userTypes": [ # Output only. The user types.
- "A String",
- ],
- "objectType": "A String", # Output only. The profile object type.
- },
- },
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
- "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
- },
- "date": { # Represents 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: * A full date, with non-zero year, month and day values * A month and day value, with a zero year, e.g. an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, e.g. a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The date of the birthday.
- "month": 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day.
- "day": 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant.
- "year": 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.
- },
- "text": "A String", # A free-form string representing the user's birthday.
- },
- ],
"residences": [ # **DEPRECATED**: (Please use `person.locations` instead) The person's residences.
{ # **DEPRECATED**: Please use `person.locations` instead. A person's past or current residence.
+ "metadata": { # Metadata about a field. # Metadata about the residence.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+ "source": { # The source of a field. # The source of the field.
+ "id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+ "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
+ "userTypes": [ # Output only. The user types.
+ "A String",
+ ],
+ },
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+ },
+ "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
+ },
"current": True or False, # True if the residence is the person's current residence; false if the residence is a past residence.
"value": "A String", # The address of the residence.
- "metadata": { # Metadata about a field. # Metadata about the residence.
- "source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
- "id": "A String", # The unique identifier within the source type generated by the server.
- "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
- "userTypes": [ # Output only. The user types.
- "A String",
- ],
- "objectType": "A String", # Output only. The profile object type.
- },
- },
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
- "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
- },
},
],
- "occupations": [ # The person's occupations.
- { # A person's occupation.
- "metadata": { # Metadata about a field. # Metadata about the occupation.
- "source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
- "id": "A String", # The unique identifier within the source type generated by the server.
- "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
- "userTypes": [ # Output only. The user types.
- "A String",
- ],
- "objectType": "A String", # Output only. The profile object type.
- },
- },
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
- "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
- },
- "value": "A String", # The occupation; for example, `carpenter`.
- },
- ],
- "externalIds": [ # The person's external IDs.
- { # An identifier from an external entity related to the person.
- "type": "A String", # The type of the external ID. The type can be custom or one of these predefined values: * `account` * `customer` * `loginId` * `network` * `organization`
- "metadata": { # Metadata about a field. # Metadata about the external ID.
- "source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
- "id": "A String", # The unique identifier within the source type generated by the server.
- "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
- "userTypes": [ # Output only. The user types.
- "A String",
- ],
- "objectType": "A String", # Output only. The profile object type.
- },
- },
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
- "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
- },
- "value": "A String", # The value of the external ID.
- "formattedType": "A String", # Output only. The type of the event translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale.
- },
- ],
- "etag": "A String", # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation.
+ "resourceName": "A String", # The resource name for the person, assigned by the server. An ASCII string with a max length of 27 characters, in the form of `people/{person_id}`.
"ageRanges": [ # Output only. The person's age ranges.
{ # A person's age range.
- "metadata": { # Metadata about a field. # Metadata about the age range.
- "source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
- "id": "A String", # The unique identifier within the source type generated by the server.
- "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
- "userTypes": [ # Output only. The user types.
- "A String",
- ],
- "objectType": "A String", # Output only. The profile object type.
- },
- },
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
- "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
- },
"ageRange": "A String", # The age range.
- },
- ],
- "taglines": [ # Output only. **DEPRECATED**: No data will be returned The person's taglines.
- { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
- "metadata": { # Metadata about a field. # Metadata about the tagline.
+ "metadata": { # Metadata about a field. # Metadata about the age range.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
"source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
"id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
"profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
"userTypes": [ # Output only. The user types.
"A String",
],
- "objectType": "A String", # Output only. The profile object type.
},
- },
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
- "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
- },
- "value": "A String", # The tagline.
- },
- ],
- "interests": [ # The person's interests.
- { # One of the person's interests.
- "metadata": { # Metadata about a field. # Metadata about the interest.
- "source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
"type": "A String", # The source type.
"updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
- "id": "A String", # The unique identifier within the source type generated by the server.
- "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
- "userTypes": [ # Output only. The user types.
- "A String",
- ],
- "objectType": "A String", # Output only. The profile object type.
- },
},
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
- "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
- },
- "value": "A String", # The interest; for example, `stargazing`.
- },
- ],
- "userDefined": [ # The person's user defined data.
- { # Arbitrary user data that is populated by the end users.
- "metadata": { # Metadata about a field. # Metadata about the user defined data.
- "source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
- "id": "A String", # The unique identifier within the source type generated by the server.
- "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
- "userTypes": [ # Output only. The user types.
- "A String",
- ],
- "objectType": "A String", # Output only. The profile object type.
- },
- },
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
- "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
- },
- "key": "A String", # The end user specified key of the user defined data.
- "value": "A String", # The end user specified value of the user defined data.
- },
- ],
- "phoneNumbers": [ # The person's phone numbers.
- { # A person's phone number.
- "type": "A String", # The type of the phone number. The type can be custom or one of these predefined values: * `home` * `work` * `mobile` * `homeFax` * `workFax` * `otherFax` * `pager` * `workMobile` * `workPager` * `main` * `googleVoice` * `other`
- "formattedType": "A String", # Output only. The type of the phone number translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale.
- "canonicalForm": "A String", # Output only. The canonicalized [ITU-T E.164](https://law.resource.org/pub/us/cfr/ibr/004/itu-t.E.164.1.2008.pdf) form of the phone number.
- "value": "A String", # The phone number.
- "metadata": { # Metadata about a field. # Metadata about the phone number.
- "source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
- "id": "A String", # The unique identifier within the source type generated by the server.
- "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
- "userTypes": [ # Output only. The user types.
- "A String",
- ],
- "objectType": "A String", # Output only. The profile object type.
- },
- },
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
- "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
- },
- },
- ],
- "names": [ # The person's names. This field is a singleton for contact sources.
- { # A person's name. If the name is a mononym, the family name is empty.
- "honorificPrefix": "A String", # The honorific prefixes, such as `Mrs.` or `Dr.`
- "phoneticMiddleName": "A String", # The middle name(s) spelled as they sound.
- "givenName": "A String", # The given name.
- "phoneticGivenName": "A String", # The given name spelled as it sounds.
- "honorificSuffix": "A String", # The honorific suffixes, such as `Jr.`
- "phoneticHonorificSuffix": "A String", # The honorific suffixes spelled as they sound.
- "unstructuredName": "A String", # The free form name value.
- "phoneticFullName": "A String", # The full name spelled as it sounds.
- "familyName": "A String", # The family name.
- "phoneticFamilyName": "A String", # The family name spelled as it sounds.
- "middleName": "A String", # The middle name(s).
- "metadata": { # Metadata about a field. # Metadata about the name.
- "source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
- "id": "A String", # The unique identifier within the source type generated by the server.
- "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
- "userTypes": [ # Output only. The user types.
- "A String",
- ],
- "objectType": "A String", # Output only. The profile object type.
- },
- },
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
- "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
- },
- "displayNameLastFirst": "A String", # Output only. The display name with the last name first formatted according to the locale specified by the viewer's account or the `Accept-Language` HTTP header.
- "displayName": "A String", # Output only. The display name formatted according to the locale specified by the viewer's account or the `Accept-Language` HTTP header.
- "phoneticHonorificPrefix": "A String", # The honorific prefixes spelled as they sound.
- },
- ],
- "events": [ # The person's events.
- { # An event related to the person.
- "formattedType": "A String", # Output only. The type of the event translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale.
- "date": { # Represents 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: * A full date, with non-zero year, month and day values * A month and day value, with a zero year, e.g. an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, e.g. a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The date of the event.
- "month": 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day.
- "day": 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant.
- "year": 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.
- },
- "type": "A String", # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other`
- "metadata": { # Metadata about a field. # Metadata about the event.
- "source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
- "id": "A String", # The unique identifier within the source type generated by the server.
- "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
- "userTypes": [ # Output only. The user types.
- "A String",
- ],
- "objectType": "A String", # Output only. The profile object type.
- },
- },
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
- "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
- },
- },
- ],
- "relations": [ # The person's relations.
- { # A person's relation to another person.
- "type": "A String", # The person's relation to the other person. The type can be custom or one of these predefined values: * `spouse` * `child` * `mother` * `father` * `parent` * `brother` * `sister` * `friend` * `relative` * `domesticPartner` * `manager` * `assistant` * `referredBy` * `partner`
- "person": "A String", # The name of the other person this relation refers to.
- "metadata": { # Metadata about a field. # Metadata about the relation.
- "source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
- "id": "A String", # The unique identifier within the source type generated by the server.
- "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
- "userTypes": [ # Output only. The user types.
- "A String",
- ],
- "objectType": "A String", # Output only. The profile object type.
- },
- },
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
- "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
- },
- "formattedType": "A String", # Output only. The type of the relation translated and formatted in the viewer's account locale or the locale specified in the Accept-Language HTTP header.
- },
- ],
- "genders": [ # The person's genders. This field is a singleton for contact sources.
- { # A person's gender.
- "metadata": { # Metadata about a field. # Metadata about the gender.
- "source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
- "id": "A String", # The unique identifier within the source type generated by the server.
- "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
- "userTypes": [ # Output only. The user types.
- "A String",
- ],
- "objectType": "A String", # Output only. The profile object type.
- },
- },
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
- "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
- },
- "value": "A String", # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified`
- "addressMeAs": "A String", # The type of pronouns that should be used to address the person. The value can be custom or one of these predefined values: * `male` * `female` * `other`
- "formattedValue": "A String", # Output only. The value of the gender translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. Unspecified or custom value are not localized.
- },
- ],
- "photos": [ # Output only. The person's photos.
- { # A person's photo. A picture shown next to the person's name to help others recognize the person.
- "default": True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
- "url": "A String", # The URL of the photo. You can change the desired size by appending a query parameter `sz={size}` at the end of the url, where {size} is the size in pixels. Example: https://lh3.googleusercontent.com/-T_wVWLlmg7w/AAAAAAAAAAI/AAAAAAAABa8/00gzXvDBYqw/s100/photo.jpg?sz=50
- "metadata": { # Metadata about a field. # Metadata about the photo.
- "source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
- "id": "A String", # The unique identifier within the source type generated by the server.
- "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
- "userTypes": [ # Output only. The user types.
- "A String",
- ],
- "objectType": "A String", # Output only. The profile object type.
- },
- },
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
- "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
- },
- },
- ],
- "addresses": [ # The person's street addresses.
- { # A person's physical address. May be a P.O. box or street address. All fields are optional.
- "poBox": "A String", # The P.O. box of the address.
- "type": "A String", # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
- "countryCode": "A String", # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address.
- "country": "A String", # The country of the address.
- "extendedAddress": "A String", # The extended address of the address; for example, the apartment number.
- "formattedValue": "A String", # The unstructured value of the address. If this is not set by the user it will be automatically constructed from structured values.
- "streetAddress": "A String", # The street address.
- "region": "A String", # The region of the address; for example, the state or province.
- "metadata": { # Metadata about a field. # Metadata about the address.
- "source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
- "id": "A String", # The unique identifier within the source type generated by the server.
- "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
- "userTypes": [ # Output only. The user types.
- "A String",
- ],
- "objectType": "A String", # Output only. The profile object type.
- },
- },
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
- "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
- },
- "formattedType": "A String", # Output only. The type of the address translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale.
- "postalCode": "A String", # The postal code of the address.
- "city": "A String", # The city of the address.
- },
- ],
- "sipAddresses": [ # The person's SIP addresses.
- { # A person's SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
- "value": "A String", # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format.
- "metadata": { # Metadata about a field. # Metadata about the SIP address.
- "source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
- "id": "A String", # The unique identifier within the source type generated by the server.
- "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
- "userTypes": [ # Output only. The user types.
- "A String",
- ],
- "objectType": "A String", # Output only. The profile object type.
- },
- },
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
- "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
- },
- "type": "A String", # The type of the SIP address. The type can be custom or or one of these predefined values: * `home` * `work` * `mobile` * `other`
- "formattedType": "A String", # Output only. The type of the SIP address translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale.
- },
- ],
- "miscKeywords": [ # The person's miscellaneous keywords.
- { # A person's miscellaneous keyword.
- "formattedType": "A String", # Output only. The type of the miscellaneous keyword translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale.
- "value": "A String", # The value of the miscellaneous keyword.
- "metadata": { # Metadata about a field. # Metadata about the miscellaneous keyword.
- "source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
- "id": "A String", # The unique identifier within the source type generated by the server.
- "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
- "userTypes": [ # Output only. The user types.
- "A String",
- ],
- "objectType": "A String", # Output only. The profile object type.
- },
- },
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
- "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
- },
- "type": "A String", # The miscellaneous keyword type.
- },
- ],
- "calendarUrls": [ # The person's calendar URLs.
- { # A person's calendar URL.
- "formattedType": "A String", # Output only. The type of the calendar URL translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale.
- "url": "A String", # The calendar URL.
- "type": "A String", # The type of the calendar URL. The type can be custom or one of these predefined values: * `home` * `freeBusy` * `work`
- "metadata": { # Metadata about a field. # Metadata about the calendar URL.
- "source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
- "id": "A String", # The unique identifier within the source type generated by the server.
- "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
- "userTypes": [ # Output only. The user types.
- "A String",
- ],
- "objectType": "A String", # Output only. The profile object type.
- },
- },
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
- "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
- },
- },
- ],
- "clientData": [ # The person's client data.
- { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
- "value": "A String", # The client specified value of the client data.
- "key": "A String", # The client specified key of the client data.
- "metadata": { # Metadata about a field. # Metadata about the client data.
- "source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
- "id": "A String", # The unique identifier within the source type generated by the server.
- "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
- "userTypes": [ # Output only. The user types.
- "A String",
- ],
- "objectType": "A String", # Output only. The profile object type.
- },
- },
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
"primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
},
},
],
"fileAses": [ # The person's file-ases.
{ # The name that should be used to sort the person in a list.
- "value": "A String", # The file-as value
"metadata": { # Metadata about a field. # Metadata about the file-as.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
"source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
"id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
"profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
"userTypes": [ # Output only. The user types.
"A String",
],
- "objectType": "A String", # Output only. The profile object type.
},
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
},
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
"primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
},
+ "value": "A String", # The file-as value
},
],
- "braggingRights": [ # **DEPRECATED**: No data will be returned The person's bragging rights.
- { # **DEPRECATED**: No data will be returned A person's bragging rights.
- "value": "A String", # The bragging rights; for example, `climbed mount everest`.
- "metadata": { # Metadata about a field. # Metadata about the bragging rights.
+ "etag": "A String", # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation.
+ "userDefined": [ # The person's user defined data.
+ { # Arbitrary user data that is populated by the end users.
+ "value": "A String", # The end user specified value of the user defined data.
+ "key": "A String", # The end user specified key of the user defined data.
+ "metadata": { # Metadata about a field. # Metadata about the user defined data.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
"source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
"id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
"profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
"userTypes": [ # Output only. The user types.
"A String",
],
- "objectType": "A String", # Output only. The profile object type.
},
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
},
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
"primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
},
},
@@ -1551,145 +1075,746 @@
"urls": [ # The person's associated URLs.
{ # A person's associated URLs.
"metadata": { # Metadata about a field. # Metadata about the URL.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
"source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
"id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
"profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
"userTypes": [ # Output only. The user types.
"A String",
],
- "objectType": "A String", # Output only. The profile object type.
},
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
},
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
"primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
},
"value": "A String", # The URL.
- "type": "A String", # The type of the URL. The type can be custom or one of these predefined values: * `home` * `work` * `blog` * `profile` * `homePage` * `ftp` * `reservations` * `appInstallPage`: website for a Google+ application. * `other`
+ "type": "A String", # The type of the URL. The type can be custom or one of these predefined values: * `home` * `work` * `blog` * `profile` * `homePage` * `ftp` * `reservations` * `appInstallPage`: website for a Currents application. * `other`
"formattedType": "A String", # Output only. The type of the URL translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale.
},
],
- "skills": [ # The person's skills.
- { # A skill that the person has.
- "metadata": { # Metadata about a field. # Metadata about the skill.
+ "imClients": [ # The person's instant messaging clients.
+ { # A person's instant messaging client.
+ "metadata": { # Metadata about a field. # Metadata about the IM client.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
"source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
"id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
"profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
"userTypes": [ # Output only. The user types.
"A String",
],
- "objectType": "A String", # Output only. The profile object type.
},
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
},
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
"primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
},
- "value": "A String", # The skill; for example, `underwater basket weaving`.
+ "protocol": "A String", # The protocol of the IM client. The protocol can be custom or one of these predefined values: * `aim` * `msn` * `yahoo` * `skype` * `qq` * `googleTalk` * `icq` * `jabber` * `netMeeting`
+ "formattedType": "A String", # Output only. The type of the IM client translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale.
+ "type": "A String", # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other`
+ "username": "A String", # The user name used in the IM client.
+ "formattedProtocol": "A String", # Output only. The protocol of the IM client formatted in the viewer's account locale or the `Accept-Language` HTTP header locale.
},
],
"metadata": { # The metadata about a person. # Output only. Metadata about the person.
- "deleted": True or False, # Output only. True if the person resource has been deleted. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token.
- "linkedPeopleResourceNames": [ # Output only. Resource names of people linked to this resource.
- "A String",
- ],
"objectType": "A String", # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.
"sources": [ # The sources of data for the person.
{ # The source of a field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
"id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
"profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
"userTypes": [ # Output only. The user types.
"A String",
],
- "objectType": "A String", # Output only. The profile object type.
},
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
},
],
+ "deleted": True or False, # Output only. True if the person resource has been deleted. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token.
+ "linkedPeopleResourceNames": [ # Output only. Resource names of people linked to this resource.
+ "A String",
+ ],
"previousResourceNames": [ # Output only. Any former resource names this person has had. Populated only for [`connections.list`](/people/api/rest/v1/people.connections/list) requests that include a sync token. The resource name may change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or profile URL.
"A String",
],
},
- "imClients": [ # The person's instant messaging clients.
- { # A person's instant messaging client.
- "formattedType": "A String", # Output only. The type of the IM client translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale.
- "type": "A String", # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other`
- "protocol": "A String", # The protocol of the IM client. The protocol can be custom or one of these predefined values: * `aim` * `msn` * `yahoo` * `skype` * `qq` * `googleTalk` * `icq` * `jabber` * `netMeeting`
- "username": "A String", # The user name used in the IM client.
- "formattedProtocol": "A String", # Output only. The protocol of the IM client formatted in the viewer's account locale or the `Accept-Language` HTTP header locale.
- "metadata": { # Metadata about a field. # Metadata about the IM client.
+ "birthdays": [ # The person's birthdays. This field is a singleton for contact sources.
+ { # A 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.
+ "date": { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day value, with a zero year, such as an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, such as a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The date of the birthday.
+ "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
+ "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
+ "day": 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.
+ },
+ "text": "A String", # A free-form string representing the user's birthday.
+ "metadata": { # Metadata about a field. # Metadata about the birthday.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
"source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
"id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
"profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
"userTypes": [ # Output only. The user types.
"A String",
],
- "objectType": "A String", # Output only. The profile object type.
},
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
},
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
"primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
},
},
],
+ "clientData": [ # The person's client data.
+ { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
+ "metadata": { # Metadata about a field. # Metadata about the client data.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+ "source": { # The source of a field. # The source of the field.
+ "id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+ "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
+ "userTypes": [ # Output only. The user types.
+ "A String",
+ ],
+ },
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+ },
+ "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
+ },
+ "value": "A String", # The client specified value of the client data.
+ "key": "A String", # The client specified key of the client data.
+ },
+ ],
+ "organizations": [ # The person's past or current organizations.
+ { # A person's past or current organization. Overlapping date ranges are permitted.
+ "type": "A String", # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school`
+ "formattedType": "A String", # Output only. The type of the organization translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale.
+ "title": "A String", # The person's job title at the organization.
+ "location": "A String", # The location of the organization office the person works at.
+ "startDate": { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day value, with a zero year, such as an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, such as a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The start date when the person joined the organization.
+ "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
+ "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
+ "day": 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.
+ },
+ "domain": "A String", # The domain name associated with the organization; for example, `google.com`.
+ "endDate": { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day value, with a zero year, such as an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, such as a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The end date when the person left the organization.
+ "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
+ "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
+ "day": 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.
+ },
+ "name": "A String", # The name of the organization.
+ "symbol": "A String", # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
+ "metadata": { # Metadata about a field. # Metadata about the organization.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+ "source": { # The source of a field. # The source of the field.
+ "id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+ "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
+ "userTypes": [ # Output only. The user types.
+ "A String",
+ ],
+ },
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+ },
+ "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
+ },
+ "phoneticName": "A String", # The phonetic name of the organization.
+ "current": True or False, # True if the organization is the person's current organization; false if the organization is a past organization.
+ "department": "A String", # The person's department at the organization.
+ "jobDescription": "A String", # The person's job description at the organization.
+ },
+ ],
"nicknames": [ # The person's nicknames.
{ # A person's nickname.
- "value": "A String", # The nickname.
"metadata": { # Metadata about a field. # Metadata about the nickname.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
"source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
"id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
"profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
"userTypes": [ # Output only. The user types.
"A String",
],
- "objectType": "A String", # Output only. The profile object type.
},
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
},
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
"primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
},
+ "value": "A String", # The nickname.
"type": "A String", # The type of the nickname.
},
],
+ "occupations": [ # The person's occupations.
+ { # A person's occupation.
+ "metadata": { # Metadata about a field. # Metadata about the occupation.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+ "source": { # The source of a field. # The source of the field.
+ "id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+ "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
+ "userTypes": [ # Output only. The user types.
+ "A String",
+ ],
+ },
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+ },
+ "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
+ },
+ "value": "A String", # The occupation; for example, `carpenter`.
+ },
+ ],
+ "phoneNumbers": [ # The person's phone numbers.
+ { # A person's phone number.
+ "formattedType": "A String", # Output only. The type of the phone number translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale.
+ "canonicalForm": "A String", # Output only. The canonicalized [ITU-T E.164](https://law.resource.org/pub/us/cfr/ibr/004/itu-t.E.164.1.2008.pdf) form of the phone number.
+ "metadata": { # Metadata about a field. # Metadata about the phone number.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+ "source": { # The source of a field. # The source of the field.
+ "id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+ "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
+ "userTypes": [ # Output only. The user types.
+ "A String",
+ ],
+ },
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+ },
+ "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
+ },
+ "type": "A String", # The type of the phone number. The type can be custom or one of these predefined values: * `home` * `work` * `mobile` * `homeFax` * `workFax` * `otherFax` * `pager` * `workMobile` * `workPager` * `main` * `googleVoice` * `other`
+ "value": "A String", # The phone number.
+ },
+ ],
+ "coverPhotos": [ # Output only. The person's cover photos.
+ { # A person's cover photo. A large image shown on the person's profile page that represents who they are or what they care about.
+ "url": "A String", # The URL of the cover photo.
+ "metadata": { # Metadata about a field. # Metadata about the cover photo.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+ "source": { # The source of a field. # The source of the field.
+ "id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+ "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
+ "userTypes": [ # Output only. The user types.
+ "A String",
+ ],
+ },
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+ },
+ "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
+ },
+ "default": True or False, # True if the cover photo is the default cover photo; false if the cover photo is a user-provided cover photo.
+ },
+ ],
"emailAddresses": [ # The person's email addresses.
{ # A person's email address.
+ "displayName": "A String", # The display name of the email.
+ "value": "A String", # The email address.
+ "type": "A String", # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
"formattedType": "A String", # Output only. The type of the email address translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale.
"metadata": { # Metadata about a field. # Metadata about the email address.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
"source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
"id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
"profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
"userTypes": [ # Output only. The user types.
"A String",
],
- "objectType": "A String", # Output only. The profile object type.
},
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
},
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
"primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
},
- "type": "A String", # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
- "displayName": "A String", # The display name of the email.
- "value": "A String", # The email address.
},
],
- "resourceName": "A String", # The resource name for the person, assigned by the server. An ASCII string with a max length of 27 characters, in the form of `people/{person_id}`.
+ "ageRange": "A String", # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person's age range.
+ "relations": [ # The person's relations.
+ { # A person's relation to another person.
+ "person": "A String", # The name of the other person this relation refers to.
+ "metadata": { # Metadata about a field. # Metadata about the relation.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+ "source": { # The source of a field. # The source of the field.
+ "id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+ "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
+ "userTypes": [ # Output only. The user types.
+ "A String",
+ ],
+ },
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+ },
+ "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
+ },
+ "formattedType": "A String", # Output only. The type of the relation translated and formatted in the viewer's account locale or the locale specified in the Accept-Language HTTP header.
+ "type": "A String", # The person's relation to the other person. The type can be custom or one of these predefined values: * `spouse` * `child` * `mother` * `father` * `parent` * `brother` * `sister` * `friend` * `relative` * `domesticPartner` * `manager` * `assistant` * `referredBy` * `partner`
+ },
+ ],
+ "miscKeywords": [ # The person's miscellaneous keywords.
+ { # A person's miscellaneous keyword.
+ "value": "A String", # The value of the miscellaneous keyword.
+ "metadata": { # Metadata about a field. # Metadata about the miscellaneous keyword.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+ "source": { # The source of a field. # The source of the field.
+ "id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+ "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
+ "userTypes": [ # Output only. The user types.
+ "A String",
+ ],
+ },
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+ },
+ "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
+ },
+ "formattedType": "A String", # Output only. The type of the miscellaneous keyword translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale.
+ "type": "A String", # The miscellaneous keyword type.
+ },
+ ],
+ "relationshipStatuses": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship statuses.
+ { # **DEPRECATED**: No data will be returned A person's relationship status.
+ "metadata": { # Metadata about a field. # Metadata about the relationship status.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+ "source": { # The source of a field. # The source of the field.
+ "id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+ "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
+ "userTypes": [ # Output only. The user types.
+ "A String",
+ ],
+ },
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+ },
+ "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
+ },
+ "value": "A String", # The relationship status. The value can be custom or one of these predefined values: * `single` * `inARelationship` * `engaged` * `married` * `itsComplicated` * `openRelationship` * `widowed` * `inDomesticPartnership` * `inCivilUnion`
+ "formattedValue": "A String", # Output only. The value of the relationship status translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale.
+ },
+ ],
+ "names": [ # The person's names. This field is a singleton for contact sources.
+ { # A person's name. If the name is a mononym, the family name is empty.
+ "displayName": "A String", # Output only. The display name formatted according to the locale specified by the viewer's account or the `Accept-Language` HTTP header.
+ "honorificPrefix": "A String", # The honorific prefixes, such as `Mrs.` or `Dr.`
+ "familyName": "A String", # The family name.
+ "givenName": "A String", # The given name.
+ "honorificSuffix": "A String", # The honorific suffixes, such as `Jr.`
+ "middleName": "A String", # The middle name(s).
+ "phoneticFullName": "A String", # The full name spelled as it sounds.
+ "phoneticHonorificSuffix": "A String", # The honorific suffixes spelled as they sound.
+ "phoneticMiddleName": "A String", # The middle name(s) spelled as they sound.
+ "metadata": { # Metadata about a field. # Metadata about the name.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+ "source": { # The source of a field. # The source of the field.
+ "id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+ "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
+ "userTypes": [ # Output only. The user types.
+ "A String",
+ ],
+ },
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+ },
+ "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
+ },
+ "phoneticFamilyName": "A String", # The family name spelled as it sounds.
+ "phoneticHonorificPrefix": "A String", # The honorific prefixes spelled as they sound.
+ "phoneticGivenName": "A String", # The given name spelled as it sounds.
+ "displayNameLastFirst": "A String", # Output only. The display name with the last name first formatted according to the locale specified by the viewer's account or the `Accept-Language` HTTP header.
+ "unstructuredName": "A String", # The free form name value.
+ },
+ ],
+ "addresses": [ # The person's street addresses.
+ { # A person's physical address. May be a P.O. box or street address. All fields are optional.
+ "countryCode": "A String", # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address.
+ "extendedAddress": "A String", # The extended address of the address; for example, the apartment number.
+ "city": "A String", # The city of the address.
+ "country": "A String", # The country of the address.
+ "streetAddress": "A String", # The street address.
+ "region": "A String", # The region of the address; for example, the state or province.
+ "type": "A String", # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other`
+ "formattedValue": "A String", # The unstructured value of the address. If this is not set by the user it will be automatically constructed from structured values.
+ "metadata": { # Metadata about a field. # Metadata about the address.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+ "source": { # The source of a field. # The source of the field.
+ "id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+ "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
+ "userTypes": [ # Output only. The user types.
+ "A String",
+ ],
+ },
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+ },
+ "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
+ },
+ "poBox": "A String", # The P.O. box of the address.
+ "formattedType": "A String", # Output only. The type of the address translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale.
+ "postalCode": "A String", # The postal code of the address.
+ },
+ ],
+ "genders": [ # The person's genders. This field is a singleton for contact sources.
+ { # A person's gender.
+ "formattedValue": "A String", # Output only. The value of the gender translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. Unspecified or custom value are not localized.
+ "addressMeAs": "A String", # The type of pronouns that should be used to address the person. The value can be custom or one of these predefined values: * `male` * `female` * `other`
+ "metadata": { # Metadata about a field. # Metadata about the gender.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+ "source": { # The source of a field. # The source of the field.
+ "id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+ "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
+ "userTypes": [ # Output only. The user types.
+ "A String",
+ ],
+ },
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+ },
+ "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
+ },
+ "value": "A String", # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified`
+ },
+ ],
+ "taglines": [ # Output only. **DEPRECATED**: No data will be returned The person's taglines.
+ { # **DEPRECATED**: No data will be returned A brief one-line description of the person.
+ "metadata": { # Metadata about a field. # Metadata about the tagline.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+ "source": { # The source of a field. # The source of the field.
+ "id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+ "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
+ "userTypes": [ # Output only. The user types.
+ "A String",
+ ],
+ },
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+ },
+ "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
+ },
+ "value": "A String", # The tagline.
+ },
+ ],
+ "sipAddresses": [ # The person's SIP addresses.
+ { # A person's SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet.
+ "value": "A String", # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format.
+ "type": "A String", # The type of the SIP address. The type can be custom or or one of these predefined values: * `home` * `work` * `mobile` * `other`
+ "metadata": { # Metadata about a field. # Metadata about the SIP address.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+ "source": { # The source of a field. # The source of the field.
+ "id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+ "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
+ "userTypes": [ # Output only. The user types.
+ "A String",
+ ],
+ },
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+ },
+ "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
+ },
+ "formattedType": "A String", # Output only. The type of the SIP address translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale.
+ },
+ ],
+ "photos": [ # Output only. The person's photos.
+ { # A person's photo. A picture shown next to the person's name to help others recognize the person.
+ "metadata": { # Metadata about a field. # Metadata about the photo.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+ "source": { # The source of a field. # The source of the field.
+ "id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+ "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
+ "userTypes": [ # Output only. The user types.
+ "A String",
+ ],
+ },
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+ },
+ "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
+ },
+ "default": True or False, # True if the photo is a default photo; false if the photo is a user-provided photo.
+ "url": "A String", # The URL of the photo. You can change the desired size by appending a query parameter `sz={size}` at the end of the url, where {size} is the size in pixels. Example: https://lh3.googleusercontent.com/-T_wVWLlmg7w/AAAAAAAAAAI/AAAAAAAABa8/00gzXvDBYqw/s100/photo.jpg?sz=50
+ },
+ ],
+ "relationshipInterests": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship interests.
+ { # **DEPRECATED**: No data will be returned A person's relationship interest .
+ "formattedValue": "A String", # Output only. The value of the relationship interest translated and formatted in the viewer's account locale or the locale specified in the Accept-Language HTTP header.
+ "value": "A String", # The kind of relationship the person is looking for. The value can be custom or one of these predefined values: * `friend` * `date` * `relationship` * `networking`
+ "metadata": { # Metadata about a field. # Metadata about the relationship interest.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+ "source": { # The source of a field. # The source of the field.
+ "id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+ "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
+ "userTypes": [ # Output only. The user types.
+ "A String",
+ ],
+ },
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+ },
+ "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
+ },
+ },
+ ],
+ "interests": [ # The person's interests.
+ { # One of the person's interests.
+ "value": "A String", # The interest; for example, `stargazing`.
+ "metadata": { # Metadata about a field. # Metadata about the interest.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+ "source": { # The source of a field. # The source of the field.
+ "id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+ "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
+ "userTypes": [ # Output only. The user types.
+ "A String",
+ ],
+ },
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+ },
+ "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
+ },
+ },
+ ],
+ "locales": [ # The person's locale preferences.
+ { # A person's locale preference.
+ "metadata": { # Metadata about a field. # Metadata about the locale.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+ "source": { # The source of a field. # The source of the field.
+ "id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+ "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
+ "userTypes": [ # Output only. The user types.
+ "A String",
+ ],
+ },
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+ },
+ "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
+ },
+ "value": "A String", # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
+ },
+ ],
+ "events": [ # The person's events.
+ { # An event related to the person.
+ "date": { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day value, with a zero year, such as an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, such as a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The date of the event.
+ "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
+ "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
+ "day": 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.
+ },
+ "type": "A String", # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other`
+ "metadata": { # Metadata about a field. # Metadata about the event.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+ "source": { # The source of a field. # The source of the field.
+ "id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+ "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
+ "userTypes": [ # Output only. The user types.
+ "A String",
+ ],
+ },
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+ },
+ "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
+ },
+ "formattedType": "A String", # Output only. The type of the event translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale.
+ },
+ ],
+ "calendarUrls": [ # The person's calendar URLs.
+ { # A person's calendar URL.
+ "formattedType": "A String", # Output only. The type of the calendar URL translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale.
+ "type": "A String", # The type of the calendar URL. The type can be custom or one of these predefined values: * `home` * `freeBusy` * `work`
+ "metadata": { # Metadata about a field. # Metadata about the calendar URL.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+ "source": { # The source of a field. # The source of the field.
+ "id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+ "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
+ "userTypes": [ # Output only. The user types.
+ "A String",
+ ],
+ },
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+ },
+ "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
+ },
+ "url": "A String", # The calendar URL.
+ },
+ ],
+ "braggingRights": [ # **DEPRECATED**: No data will be returned The person's bragging rights.
+ { # **DEPRECATED**: No data will be returned A person's bragging rights.
+ "value": "A String", # The bragging rights; for example, `climbed mount everest`.
+ "metadata": { # Metadata about a field. # Metadata about the bragging rights.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+ "source": { # The source of a field. # The source of the field.
+ "id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+ "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
+ "userTypes": [ # Output only. The user types.
+ "A String",
+ ],
+ },
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+ },
+ "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
+ },
+ },
+ ],
+ "skills": [ # The person's skills.
+ { # A skill that the person has.
+ "metadata": { # Metadata about a field. # Metadata about the skill.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+ "source": { # The source of a field. # The source of the field.
+ "id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+ "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
+ "userTypes": [ # Output only. The user types.
+ "A String",
+ ],
+ },
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+ },
+ "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
+ },
+ "value": "A String", # The skill; for example, `underwater basket weaving`.
+ },
+ ],
+ "externalIds": [ # The person's external IDs.
+ { # An identifier from an external entity related to the person.
+ "metadata": { # Metadata about a field. # Metadata about the external ID.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+ "source": { # The source of a field. # The source of the field.
+ "id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+ "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
+ "userTypes": [ # Output only. The user types.
+ "A String",
+ ],
+ },
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+ },
+ "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
+ },
+ "type": "A String", # The type of the external ID. The type can be custom or one of these predefined values: * `account` * `customer` * `loginId` * `network` * `organization`
+ "value": "A String", # The value of the external ID.
+ "formattedType": "A String", # Output only. The type of the event translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale.
+ },
+ ],
+ "biographies": [ # The person's biographies. This field is a singleton for contact sources.
+ { # A person's short biography.
+ "contentType": "A String", # The content type of the biography.
+ "value": "A String", # The short biography.
+ "metadata": { # Metadata about a field. # Metadata about the biography.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+ "source": { # The source of a field. # The source of the field.
+ "id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+ "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
+ "userTypes": [ # Output only. The user types.
+ "A String",
+ ],
+ },
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+ },
+ "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
+ },
+ },
+ ],
+ "locations": [ # The person's locations.
+ { # A person's location.
+ "deskCode": "A String", # The individual desk location.
+ "floor": "A String", # The floor name or number.
+ "metadata": { # Metadata about a field. # Metadata about the location.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+ "source": { # The source of a field. # The source of the field.
+ "id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+ "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
+ "userTypes": [ # Output only. The user types.
+ "A String",
+ ],
+ },
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+ },
+ "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
+ },
+ "floorSection": "A String", # The floor section in `floor_name`.
+ "buildingId": "A String", # The building identifier.
+ "type": "A String", # The type of the location. The type can be custom or one of these predefined values: * `desk` * `grewUp`
+ "current": True or False, # Whether the location is the current location.
+ "value": "A String", # The free-form value of the location.
+ },
+ ],
"memberships": [ # The person's group memberships.
{ # A person's membership in a group. Only contact group memberships can be modified.
+ "metadata": { # Metadata about a field. # Metadata about the membership.
+ "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
+ "source": { # The source of a field. # The source of the field.
+ "id": "A String", # The unique identifier within the source type generated by the server.
+ "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
+ "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
+ "objectType": "A String", # Output only. The profile object type.
+ "userTypes": [ # Output only. The user types.
+ "A String",
+ ],
+ },
+ "type": "A String", # The source type.
+ "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
+ },
+ "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
+ },
"domainMembership": { # A G Suite Domain membership. # Output only. The domain membership.
"inViewerDomain": True or False, # True if the person is in the viewer's G Suite domain.
},
@@ -1697,135 +1822,10 @@
"contactGroupResourceName": "A String", # The resource name for the contact group, assigned by the server. An ASCII string, in the form of `contactGroups/{contact_group_id}`. Only contact_group_resource_name can be used for modifying memberships. Any contact group membership can be removed, but only user group or "myContacts" or "starred" system groups memberships can be added. A contact must always have at least one contact group membership.
"contactGroupId": "A String", # Output only. The contact group ID for the contact group membership.
},
- "metadata": { # Metadata about a field. # Metadata about the membership.
- "source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
- "id": "A String", # The unique identifier within the source type generated by the server.
- "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
- "userTypes": [ # Output only. The user types.
- "A String",
- ],
- "objectType": "A String", # Output only. The profile object type.
- },
- },
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
- "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
- },
- },
- ],
- "coverPhotos": [ # Output only. The person's cover photos.
- { # A person's cover photo. A large image shown on the person's profile page that represents who they are or what they care about.
- "metadata": { # Metadata about a field. # Metadata about the cover photo.
- "source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
- "id": "A String", # The unique identifier within the source type generated by the server.
- "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
- "userTypes": [ # Output only. The user types.
- "A String",
- ],
- "objectType": "A String", # Output only. The profile object type.
- },
- },
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
- "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
- },
- "default": True or False, # True if the cover photo is the default cover photo; false if the cover photo is a user-provided cover photo.
- "url": "A String", # The URL of the cover photo.
- },
- ],
- "organizations": [ # The person's past or current organizations.
- { # A person's past or current organization. Overlapping date ranges are permitted.
- "phoneticName": "A String", # The phonetic name of the organization.
- "metadata": { # Metadata about a field. # Metadata about the organization.
- "source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
- "id": "A String", # The unique identifier within the source type generated by the server.
- "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
- "userTypes": [ # Output only. The user types.
- "A String",
- ],
- "objectType": "A String", # Output only. The profile object type.
- },
- },
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
- "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
- },
- "jobDescription": "A String", # The person's job description at the organization.
- "domain": "A String", # The domain name associated with the organization; for example, `google.com`.
- "startDate": { # Represents 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: * A full date, with non-zero year, month and day values * A month and day value, with a zero year, e.g. an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, e.g. a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The start date when the person joined the organization.
- "month": 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day.
- "day": 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant.
- "year": 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.
- },
- "symbol": "A String", # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym.
- "type": "A String", # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school`
- "title": "A String", # The person's job title at the organization.
- "formattedType": "A String", # Output only. The type of the organization translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale.
- "current": True or False, # True if the organization is the person's current organization; false if the organization is a past organization.
- "name": "A String", # The name of the organization.
- "endDate": { # Represents 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: * A full date, with non-zero year, month and day values * A month and day value, with a zero year, e.g. an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, e.g. a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # The end date when the person left the organization.
- "month": 42, # Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day.
- "day": 42, # Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant.
- "year": 42, # Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.
- },
- "location": "A String", # The location of the organization office the person works at.
- "department": "A String", # The person's department at the organization.
- },
- ],
- "locales": [ # The person's locale preferences.
- { # A person's locale preference.
- "metadata": { # Metadata about a field. # Metadata about the locale.
- "source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
- "id": "A String", # The unique identifier within the source type generated by the server.
- "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
- "userTypes": [ # Output only. The user types.
- "A String",
- ],
- "objectType": "A String", # Output only. The profile object type.
- },
- },
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
- "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
- },
- "value": "A String", # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale.
- },
- ],
- "ageRange": "A String", # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person's age range.
- "biographies": [ # The person's biographies. This field is a singleton for contact sources.
- { # A person's short biography.
- "metadata": { # Metadata about a field. # Metadata about the biography.
- "source": { # The source of a field. # The source of the field.
- "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation.
- "type": "A String", # The source type.
- "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source.
- "id": "A String", # The unique identifier within the source type generated by the server.
- "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE.
- "userTypes": [ # Output only. The user types.
- "A String",
- ],
- "objectType": "A String", # Output only. The profile object type.
- },
- },
- "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person.
- "primary": True or False, # True if the field is the primary field; false if the field is a secondary field.
- },
- "contentType": "A String", # The content type of the biography.
- "value": "A String", # The short biography.
},
],
},
],
- "nextPageToken": "A String", # A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
- "nextSyncToken": "A String", # A token, which can be sent as `sync_token` to retrieve changes since the last request. Request must set `request_sync_token` to return the sync token.
}</pre>
</div>