Jon Wayne Parrott | 36e41bc | 2016-02-19 16:02:29 -0800 | [diff] [blame] | 1 | <html><body> |
| 2 | <style> |
| 3 | |
| 4 | body, h1, h2, h3, div, span, p, pre, a { |
| 5 | margin: 0; |
| 6 | padding: 0; |
| 7 | border: 0; |
| 8 | font-weight: inherit; |
| 9 | font-style: inherit; |
| 10 | font-size: 100%; |
| 11 | font-family: inherit; |
| 12 | vertical-align: baseline; |
| 13 | } |
| 14 | |
| 15 | body { |
| 16 | font-size: 13px; |
| 17 | padding: 1em; |
| 18 | } |
| 19 | |
| 20 | h1 { |
| 21 | font-size: 26px; |
| 22 | margin-bottom: 1em; |
| 23 | } |
| 24 | |
| 25 | h2 { |
| 26 | font-size: 24px; |
| 27 | margin-bottom: 1em; |
| 28 | } |
| 29 | |
| 30 | h3 { |
| 31 | font-size: 20px; |
| 32 | margin-bottom: 1em; |
| 33 | margin-top: 1em; |
| 34 | } |
| 35 | |
| 36 | pre, code { |
| 37 | line-height: 1.5; |
| 38 | font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace; |
| 39 | } |
| 40 | |
| 41 | pre { |
| 42 | margin-top: 0.5em; |
| 43 | } |
| 44 | |
| 45 | h1, h2, h3, p { |
| 46 | font-family: Arial, sans serif; |
| 47 | } |
| 48 | |
| 49 | h1, h2, h3 { |
| 50 | border-bottom: solid #CCC 1px; |
| 51 | } |
| 52 | |
| 53 | .toc_element { |
| 54 | margin-top: 0.5em; |
| 55 | } |
| 56 | |
| 57 | .firstline { |
| 58 | margin-left: 2 em; |
| 59 | } |
| 60 | |
| 61 | .method { |
| 62 | margin-top: 1em; |
| 63 | border: solid 1px #CCC; |
| 64 | padding: 1em; |
| 65 | background: #EEE; |
| 66 | } |
| 67 | |
| 68 | .details { |
| 69 | font-weight: bold; |
| 70 | font-size: 14px; |
| 71 | } |
| 72 | |
| 73 | </style> |
| 74 | |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 75 | <h1><a href="people_v1.html">People API</a> . <a href="people_v1.people.html">people</a></h1> |
Jon Wayne Parrott | 36e41bc | 2016-02-19 16:02:29 -0800 | [diff] [blame] | 76 | <h2>Instance Methods</h2> |
| 77 | <p class="toc_element"> |
| 78 | <code><a href="people_v1.people.connections.html">connections()</a></code> |
| 79 | </p> |
| 80 | <p class="firstline">Returns the connections Resource.</p> |
| 81 | |
| 82 | <p class="toc_element"> |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 83 | <code><a href="#close">close()</a></code></p> |
| 84 | <p class="firstline">Close httplib2 connections.</p> |
| 85 | <p class="toc_element"> |
| 86 | <code><a href="#createContact">createContact(body=None, sources=None, personFields=None, x__xgafv=None)</a></code></p> |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 87 | <p class="firstline">Create a new contact and return the person resource for that contact. The request returns a 400 error if more than one field is specified on a field that is a singleton for contact sources: * biographies * birthdays * genders * names</p> |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 88 | <p class="toc_element"> |
| 89 | <code><a href="#deleteContact">deleteContact(resourceName, x__xgafv=None)</a></code></p> |
| 90 | <p class="firstline">Delete a contact person. Any non-contact data will not be deleted.</p> |
| 91 | <p class="toc_element"> |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 92 | <code><a href="#deleteContactPhoto">deleteContactPhoto(resourceName, personFields=None, sources=None, x__xgafv=None)</a></code></p> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 93 | <p class="firstline">Delete a contact's photo.</p> |
| 94 | <p class="toc_element"> |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 95 | <code><a href="#get">get(resourceName, personFields=None, sources=None, requestMask_includeField=None, x__xgafv=None)</a></code></p> |
| 96 | <p class="firstline">Provides information about a person by specifying a resource name. Use `people/me` to indicate the authenticated user. The request returns a 400 error if 'personFields' is not specified.</p> |
Jon Wayne Parrott | 36e41bc | 2016-02-19 16:02:29 -0800 | [diff] [blame] | 97 | <p class="toc_element"> |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 98 | <code><a href="#getBatchGet">getBatchGet(resourceNames=None, sources=None, personFields=None, requestMask_includeField=None, x__xgafv=None)</a></code></p> |
| 99 | <p class="firstline">Provides information about a list of specific people by specifying a list of requested resource names. Use `people/me` to indicate the authenticated user. The request returns a 400 error if 'personFields' is not specified.</p> |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 100 | <p class="toc_element"> |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 101 | <code><a href="#listDirectoryPeople">listDirectoryPeople(requestSyncToken=None, syncToken=None, sources=None, readMask=None, pageToken=None, pageSize=None, mergeSources=None, x__xgafv=None)</a></code></p> |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 102 | <p class="firstline">Provides a list of domain profiles and domain contacts in the authenticated user's domain directory.</p> |
| 103 | <p class="toc_element"> |
| 104 | <code><a href="#listDirectoryPeople_next">listDirectoryPeople_next(previous_request, previous_response)</a></code></p> |
| 105 | <p class="firstline">Retrieves the next page of results.</p> |
| 106 | <p class="toc_element"> |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 107 | <code><a href="#searchDirectoryPeople">searchDirectoryPeople(readMask=None, query=None, pageToken=None, pageSize=None, mergeSources=None, sources=None, x__xgafv=None)</a></code></p> |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 108 | <p class="firstline">Provides a list of domain profiles and domain contacts in the authenticated user's domain directory that match the search query.</p> |
| 109 | <p class="toc_element"> |
| 110 | <code><a href="#searchDirectoryPeople_next">searchDirectoryPeople_next(previous_request, previous_response)</a></code></p> |
| 111 | <p class="firstline">Retrieves the next page of results.</p> |
| 112 | <p class="toc_element"> |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 113 | <code><a href="#updateContact">updateContact(resourceName, body=None, updatePersonFields=None, personFields=None, sources=None, x__xgafv=None)</a></code></p> |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 114 | <p class="firstline">Update contact data for an existing contact person. Any non-contact data will not be modified. Any non-contact data in the person to update will be ignored. All fields specified in the `update_mask` will be replaced. The server returns a 400 error if `person.metadata.sources` is not specified for the contact to be updated or if there is no contact source. The server returns a 400 error with reason `"failedPrecondition"` if `person.metadata.sources.etag` is different than the contact's etag, which indicates the contact has changed since its data was read. Clients should get the latest person and merge their updates into the latest person. The server returns a 400 error if `memberships` are being updated and there are no contact group memberships specified on the person. The server returns a 400 error if more than one field is specified on a field that is a singleton for contact sources: * biographies * birthdays * genders * names</p> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 115 | <p class="toc_element"> |
| 116 | <code><a href="#updateContactPhoto">updateContactPhoto(resourceName, body=None, x__xgafv=None)</a></code></p> |
| 117 | <p class="firstline">Update a contact's photo.</p> |
Jon Wayne Parrott | 36e41bc | 2016-02-19 16:02:29 -0800 | [diff] [blame] | 118 | <h3>Method Details</h3> |
| 119 | <div class="method"> |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 120 | <code class="details" id="close">close()</code> |
| 121 | <pre>Close httplib2 connections.</pre> |
| 122 | </div> |
| 123 | |
| 124 | <div class="method"> |
| 125 | <code class="details" id="createContact">createContact(body=None, sources=None, personFields=None, x__xgafv=None)</code> |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 126 | <pre>Create a new contact and return the person resource for that contact. The request returns a 400 error if more than one field is specified on a field that is a singleton for contact sources: * biographies * birthdays * genders * names |
Jon Wayne Parrott | 36e41bc | 2016-02-19 16:02:29 -0800 | [diff] [blame] | 127 | |
| 128 | Args: |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 129 | body: object, The request body. |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 130 | The object takes the form of: |
Sai Cheemalapati | c30d2b5 | 2017-03-13 12:12:03 -0400 | [diff] [blame] | 131 | |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 132 | { # 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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 133 | "residences": [ # **DEPRECATED**: (Please use `person.locations` instead) The person's residences. |
| 134 | { # **DEPRECATED**: Please use `person.locations` instead. A person's past or current residence. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 135 | "metadata": { # Metadata about a field. # Metadata about the residence. |
| 136 | "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. |
| 137 | "source": { # The source of a field. # The source of the field. |
| 138 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 139 | "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. |
| 140 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 141 | "objectType": "A String", # Output only. The profile object type. |
| 142 | "userTypes": [ # Output only. The user types. |
| 143 | "A String", |
| 144 | ], |
| 145 | }, |
| 146 | "type": "A String", # The source type. |
| 147 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 148 | }, |
| 149 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 150 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 151 | "current": True or False, # True if the residence is the person's current residence; false if the residence is a past residence. |
| 152 | "value": "A String", # The address of the residence. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 153 | }, |
| 154 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 155 | "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}`. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 156 | "ageRanges": [ # Output only. The person's age ranges. |
| 157 | { # A person's age range. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 158 | "ageRange": "A String", # The age range. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 159 | "metadata": { # Metadata about a field. # Metadata about the age range. |
| 160 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 161 | "source": { # The source of a field. # The source of the field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 162 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 163 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 164 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 165 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 166 | "userTypes": [ # Output only. The user types. |
| 167 | "A String", |
| 168 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 169 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 170 | "type": "A String", # The source type. |
| 171 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 172 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 173 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 174 | }, |
| 175 | }, |
| 176 | ], |
| 177 | "fileAses": [ # The person's file-ases. |
| 178 | { # The name that should be used to sort the person in a list. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 179 | "metadata": { # Metadata about a field. # Metadata about the file-as. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 180 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 181 | "source": { # The source of a field. # The source of the field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 182 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 183 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 184 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 185 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 186 | "userTypes": [ # Output only. The user types. |
| 187 | "A String", |
| 188 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 189 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 190 | "type": "A String", # The source type. |
| 191 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 192 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 193 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 194 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 195 | "value": "A String", # The file-as value |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 196 | }, |
| 197 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 198 | "etag": "A String", # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation. |
| 199 | "userDefined": [ # The person's user defined data. |
| 200 | { # Arbitrary user data that is populated by the end users. |
| 201 | "value": "A String", # The end user specified value of the user defined data. |
| 202 | "key": "A String", # The end user specified key of the user defined data. |
| 203 | "metadata": { # Metadata about a field. # Metadata about the user defined data. |
| 204 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 205 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 206 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 207 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 208 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 209 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 210 | "userTypes": [ # Output only. The user types. |
| 211 | "A String", |
| 212 | ], |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 213 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 214 | "type": "A String", # The source type. |
| 215 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 216 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 217 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 218 | }, |
| 219 | }, |
| 220 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 221 | "urls": [ # The person's associated URLs. |
| 222 | { # A person's associated URLs. |
| 223 | "metadata": { # Metadata about a field. # Metadata about the URL. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 224 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 225 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 226 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 227 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 228 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 229 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 230 | "userTypes": [ # Output only. The user types. |
| 231 | "A String", |
| 232 | ], |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 233 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 234 | "type": "A String", # The source type. |
| 235 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 236 | }, |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 237 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 238 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 239 | "value": "A String", # The URL. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 240 | "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` |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 241 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 242 | }, |
| 243 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 244 | "imClients": [ # The person's instant messaging clients. |
| 245 | { # A person's instant messaging client. |
| 246 | "metadata": { # Metadata about a field. # Metadata about the IM client. |
| 247 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 248 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 249 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 250 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 251 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 252 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 253 | "userTypes": [ # Output only. The user types. |
| 254 | "A String", |
| 255 | ], |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 256 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 257 | "type": "A String", # The source type. |
| 258 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 259 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 260 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 261 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 262 | "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` |
| 263 | "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. |
| 264 | "type": "A String", # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 265 | "username": "A String", # The user name used in the IM client. |
| 266 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 267 | }, |
| 268 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 269 | "metadata": { # The metadata about a person. # Output only. Metadata about the person. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 270 | "objectType": "A String", # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object. |
| 271 | "sources": [ # The sources of data for the person. |
| 272 | { # The source of a field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 273 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 274 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 275 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 276 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 277 | "userTypes": [ # Output only. The user types. |
| 278 | "A String", |
| 279 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 280 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 281 | "type": "A String", # The source type. |
| 282 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 283 | }, |
| 284 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 285 | "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. |
| 286 | "linkedPeopleResourceNames": [ # Output only. Resource names of people linked to this resource. |
| 287 | "A String", |
| 288 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 289 | "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. |
| 290 | "A String", |
| 291 | ], |
| 292 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 293 | "birthdays": [ # The person's birthdays. This field is a singleton for contact sources. |
| 294 | { # 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. |
| 295 | "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. |
| 296 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 297 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 298 | "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. |
| 299 | }, |
| 300 | "text": "A String", # A free-form string representing the user's birthday. |
| 301 | "metadata": { # Metadata about a field. # Metadata about the birthday. |
| 302 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 303 | "source": { # The source of a field. # The source of the field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 304 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 305 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 306 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 307 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 308 | "userTypes": [ # Output only. The user types. |
| 309 | "A String", |
| 310 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 311 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 312 | "type": "A String", # The source type. |
| 313 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 314 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 315 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 316 | }, |
| 317 | }, |
| 318 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 319 | "clientData": [ # The person's client data. |
| 320 | { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. |
| 321 | "metadata": { # Metadata about a field. # Metadata about the client data. |
| 322 | "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. |
| 323 | "source": { # The source of a field. # The source of the field. |
| 324 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 325 | "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. |
| 326 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 327 | "objectType": "A String", # Output only. The profile object type. |
| 328 | "userTypes": [ # Output only. The user types. |
| 329 | "A String", |
| 330 | ], |
| 331 | }, |
| 332 | "type": "A String", # The source type. |
| 333 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 334 | }, |
| 335 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 336 | }, |
| 337 | "value": "A String", # The client specified value of the client data. |
| 338 | "key": "A String", # The client specified key of the client data. |
| 339 | }, |
| 340 | ], |
| 341 | "organizations": [ # The person's past or current organizations. |
| 342 | { # A person's past or current organization. Overlapping date ranges are permitted. |
| 343 | "type": "A String", # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school` |
| 344 | "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. |
| 345 | "title": "A String", # The person's job title at the organization. |
| 346 | "location": "A String", # The location of the organization office the person works at. |
| 347 | "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. |
| 348 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 349 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 350 | "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. |
| 351 | }, |
| 352 | "domain": "A String", # The domain name associated with the organization; for example, `google.com`. |
| 353 | "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. |
| 354 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 355 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 356 | "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. |
| 357 | }, |
| 358 | "name": "A String", # The name of the organization. |
| 359 | "symbol": "A String", # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym. |
| 360 | "metadata": { # Metadata about a field. # Metadata about the organization. |
| 361 | "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. |
| 362 | "source": { # The source of a field. # The source of the field. |
| 363 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 364 | "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. |
| 365 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 366 | "objectType": "A String", # Output only. The profile object type. |
| 367 | "userTypes": [ # Output only. The user types. |
| 368 | "A String", |
| 369 | ], |
| 370 | }, |
| 371 | "type": "A String", # The source type. |
| 372 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 373 | }, |
| 374 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 375 | }, |
| 376 | "phoneticName": "A String", # The phonetic name of the organization. |
| 377 | "current": True or False, # True if the organization is the person's current organization; false if the organization is a past organization. |
| 378 | "department": "A String", # The person's department at the organization. |
| 379 | "jobDescription": "A String", # The person's job description at the organization. |
| 380 | }, |
| 381 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 382 | "nicknames": [ # The person's nicknames. |
| 383 | { # A person's nickname. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 384 | "metadata": { # Metadata about a field. # Metadata about the nickname. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 385 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 386 | "source": { # The source of a field. # The source of the field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 387 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 388 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 389 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 390 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 391 | "userTypes": [ # Output only. The user types. |
| 392 | "A String", |
| 393 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 394 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 395 | "type": "A String", # The source type. |
| 396 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 397 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 398 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 399 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 400 | "value": "A String", # The nickname. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 401 | "type": "A String", # The type of the nickname. |
| 402 | }, |
| 403 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 404 | "occupations": [ # The person's occupations. |
| 405 | { # A person's occupation. |
| 406 | "metadata": { # Metadata about a field. # Metadata about the occupation. |
| 407 | "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. |
| 408 | "source": { # The source of a field. # The source of the field. |
| 409 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 410 | "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. |
| 411 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 412 | "objectType": "A String", # Output only. The profile object type. |
| 413 | "userTypes": [ # Output only. The user types. |
| 414 | "A String", |
| 415 | ], |
| 416 | }, |
| 417 | "type": "A String", # The source type. |
| 418 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 419 | }, |
| 420 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 421 | }, |
| 422 | "value": "A String", # The occupation; for example, `carpenter`. |
| 423 | }, |
| 424 | ], |
| 425 | "phoneNumbers": [ # The person's phone numbers. |
| 426 | { # A person's phone number. |
| 427 | "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. |
| 428 | "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. |
| 429 | "metadata": { # Metadata about a field. # Metadata about the phone number. |
| 430 | "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. |
| 431 | "source": { # The source of a field. # The source of the field. |
| 432 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 433 | "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. |
| 434 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 435 | "objectType": "A String", # Output only. The profile object type. |
| 436 | "userTypes": [ # Output only. The user types. |
| 437 | "A String", |
| 438 | ], |
| 439 | }, |
| 440 | "type": "A String", # The source type. |
| 441 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 442 | }, |
| 443 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 444 | }, |
| 445 | "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` |
| 446 | "value": "A String", # The phone number. |
| 447 | }, |
| 448 | ], |
| 449 | "coverPhotos": [ # Output only. The person's cover photos. |
| 450 | { # 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. |
| 451 | "url": "A String", # The URL of the cover photo. |
| 452 | "metadata": { # Metadata about a field. # Metadata about the cover photo. |
| 453 | "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. |
| 454 | "source": { # The source of a field. # The source of the field. |
| 455 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 456 | "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. |
| 457 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 458 | "objectType": "A String", # Output only. The profile object type. |
| 459 | "userTypes": [ # Output only. The user types. |
| 460 | "A String", |
| 461 | ], |
| 462 | }, |
| 463 | "type": "A String", # The source type. |
| 464 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 465 | }, |
| 466 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 467 | }, |
| 468 | "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. |
| 469 | }, |
| 470 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 471 | "emailAddresses": [ # The person's email addresses. |
| 472 | { # A person's email address. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 473 | "displayName": "A String", # The display name of the email. |
| 474 | "value": "A String", # The email address. |
| 475 | "type": "A String", # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 476 | "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. |
| 477 | "metadata": { # Metadata about a field. # Metadata about the email address. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 478 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 479 | "source": { # The source of a field. # The source of the field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 480 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 481 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 482 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 483 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 484 | "userTypes": [ # Output only. The user types. |
| 485 | "A String", |
| 486 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 487 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 488 | "type": "A String", # The source type. |
| 489 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 490 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 491 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 492 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 493 | }, |
| 494 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 495 | "ageRange": "A String", # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person's age range. |
| 496 | "relations": [ # The person's relations. |
| 497 | { # A person's relation to another person. |
| 498 | "person": "A String", # The name of the other person this relation refers to. |
| 499 | "metadata": { # Metadata about a field. # Metadata about the relation. |
| 500 | "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. |
| 501 | "source": { # The source of a field. # The source of the field. |
| 502 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 503 | "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. |
| 504 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 505 | "objectType": "A String", # Output only. The profile object type. |
| 506 | "userTypes": [ # Output only. The user types. |
| 507 | "A String", |
| 508 | ], |
| 509 | }, |
| 510 | "type": "A String", # The source type. |
| 511 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 512 | }, |
| 513 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 514 | }, |
| 515 | "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. |
| 516 | "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` |
| 517 | }, |
| 518 | ], |
| 519 | "miscKeywords": [ # The person's miscellaneous keywords. |
| 520 | { # A person's miscellaneous keyword. |
| 521 | "value": "A String", # The value of the miscellaneous keyword. |
| 522 | "metadata": { # Metadata about a field. # Metadata about the miscellaneous keyword. |
| 523 | "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. |
| 524 | "source": { # The source of a field. # The source of the field. |
| 525 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 526 | "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. |
| 527 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 528 | "objectType": "A String", # Output only. The profile object type. |
| 529 | "userTypes": [ # Output only. The user types. |
| 530 | "A String", |
| 531 | ], |
| 532 | }, |
| 533 | "type": "A String", # The source type. |
| 534 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 535 | }, |
| 536 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 537 | }, |
| 538 | "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. |
| 539 | "type": "A String", # The miscellaneous keyword type. |
| 540 | }, |
| 541 | ], |
| 542 | "relationshipStatuses": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship statuses. |
| 543 | { # **DEPRECATED**: No data will be returned A person's relationship status. |
| 544 | "metadata": { # Metadata about a field. # Metadata about the relationship status. |
| 545 | "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. |
| 546 | "source": { # The source of a field. # The source of the field. |
| 547 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 548 | "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. |
| 549 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 550 | "objectType": "A String", # Output only. The profile object type. |
| 551 | "userTypes": [ # Output only. The user types. |
| 552 | "A String", |
| 553 | ], |
| 554 | }, |
| 555 | "type": "A String", # The source type. |
| 556 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 557 | }, |
| 558 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 559 | }, |
| 560 | "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` |
| 561 | "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. |
| 562 | }, |
| 563 | ], |
| 564 | "names": [ # The person's names. This field is a singleton for contact sources. |
| 565 | { # A person's name. If the name is a mononym, the family name is empty. |
| 566 | "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. |
| 567 | "honorificPrefix": "A String", # The honorific prefixes, such as `Mrs.` or `Dr.` |
| 568 | "familyName": "A String", # The family name. |
| 569 | "givenName": "A String", # The given name. |
| 570 | "honorificSuffix": "A String", # The honorific suffixes, such as `Jr.` |
| 571 | "middleName": "A String", # The middle name(s). |
| 572 | "phoneticFullName": "A String", # The full name spelled as it sounds. |
| 573 | "phoneticHonorificSuffix": "A String", # The honorific suffixes spelled as they sound. |
| 574 | "phoneticMiddleName": "A String", # The middle name(s) spelled as they sound. |
| 575 | "metadata": { # Metadata about a field. # Metadata about the name. |
| 576 | "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. |
| 577 | "source": { # The source of a field. # The source of the field. |
| 578 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 579 | "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. |
| 580 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 581 | "objectType": "A String", # Output only. The profile object type. |
| 582 | "userTypes": [ # Output only. The user types. |
| 583 | "A String", |
| 584 | ], |
| 585 | }, |
| 586 | "type": "A String", # The source type. |
| 587 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 588 | }, |
| 589 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 590 | }, |
| 591 | "phoneticFamilyName": "A String", # The family name spelled as it sounds. |
| 592 | "phoneticHonorificPrefix": "A String", # The honorific prefixes spelled as they sound. |
| 593 | "phoneticGivenName": "A String", # The given name spelled as it sounds. |
| 594 | "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. |
| 595 | "unstructuredName": "A String", # The free form name value. |
| 596 | }, |
| 597 | ], |
| 598 | "addresses": [ # The person's street addresses. |
| 599 | { # A person's physical address. May be a P.O. box or street address. All fields are optional. |
| 600 | "countryCode": "A String", # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address. |
| 601 | "extendedAddress": "A String", # The extended address of the address; for example, the apartment number. |
| 602 | "city": "A String", # The city of the address. |
| 603 | "country": "A String", # The country of the address. |
| 604 | "streetAddress": "A String", # The street address. |
| 605 | "region": "A String", # The region of the address; for example, the state or province. |
| 606 | "type": "A String", # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 607 | "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. |
| 608 | "metadata": { # Metadata about a field. # Metadata about the address. |
| 609 | "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. |
| 610 | "source": { # The source of a field. # The source of the field. |
| 611 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 612 | "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. |
| 613 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 614 | "objectType": "A String", # Output only. The profile object type. |
| 615 | "userTypes": [ # Output only. The user types. |
| 616 | "A String", |
| 617 | ], |
| 618 | }, |
| 619 | "type": "A String", # The source type. |
| 620 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 621 | }, |
| 622 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 623 | }, |
| 624 | "poBox": "A String", # The P.O. box of the address. |
| 625 | "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. |
| 626 | "postalCode": "A String", # The postal code of the address. |
| 627 | }, |
| 628 | ], |
| 629 | "genders": [ # The person's genders. This field is a singleton for contact sources. |
| 630 | { # A person's gender. |
| 631 | "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. |
| 632 | "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` |
| 633 | "metadata": { # Metadata about a field. # Metadata about the gender. |
| 634 | "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. |
| 635 | "source": { # The source of a field. # The source of the field. |
| 636 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 637 | "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. |
| 638 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 639 | "objectType": "A String", # Output only. The profile object type. |
| 640 | "userTypes": [ # Output only. The user types. |
| 641 | "A String", |
| 642 | ], |
| 643 | }, |
| 644 | "type": "A String", # The source type. |
| 645 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 646 | }, |
| 647 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 648 | }, |
| 649 | "value": "A String", # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified` |
| 650 | }, |
| 651 | ], |
| 652 | "taglines": [ # Output only. **DEPRECATED**: No data will be returned The person's taglines. |
| 653 | { # **DEPRECATED**: No data will be returned A brief one-line description of the person. |
| 654 | "metadata": { # Metadata about a field. # Metadata about the tagline. |
| 655 | "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. |
| 656 | "source": { # The source of a field. # The source of the field. |
| 657 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 658 | "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. |
| 659 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 660 | "objectType": "A String", # Output only. The profile object type. |
| 661 | "userTypes": [ # Output only. The user types. |
| 662 | "A String", |
| 663 | ], |
| 664 | }, |
| 665 | "type": "A String", # The source type. |
| 666 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 667 | }, |
| 668 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 669 | }, |
| 670 | "value": "A String", # The tagline. |
| 671 | }, |
| 672 | ], |
| 673 | "sipAddresses": [ # The person's SIP addresses. |
| 674 | { # A person's SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet. |
| 675 | "value": "A String", # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format. |
| 676 | "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` |
| 677 | "metadata": { # Metadata about a field. # Metadata about the SIP address. |
| 678 | "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. |
| 679 | "source": { # The source of a field. # The source of the field. |
| 680 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 681 | "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. |
| 682 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 683 | "objectType": "A String", # Output only. The profile object type. |
| 684 | "userTypes": [ # Output only. The user types. |
| 685 | "A String", |
| 686 | ], |
| 687 | }, |
| 688 | "type": "A String", # The source type. |
| 689 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 690 | }, |
| 691 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 692 | }, |
| 693 | "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. |
| 694 | }, |
| 695 | ], |
| 696 | "photos": [ # Output only. The person's photos. |
| 697 | { # A person's photo. A picture shown next to the person's name to help others recognize the person. |
| 698 | "metadata": { # Metadata about a field. # Metadata about the photo. |
| 699 | "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. |
| 700 | "source": { # The source of a field. # The source of the field. |
| 701 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 702 | "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. |
| 703 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 704 | "objectType": "A String", # Output only. The profile object type. |
| 705 | "userTypes": [ # Output only. The user types. |
| 706 | "A String", |
| 707 | ], |
| 708 | }, |
| 709 | "type": "A String", # The source type. |
| 710 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 711 | }, |
| 712 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 713 | }, |
| 714 | "default": True or False, # True if the photo is a default photo; false if the photo is a user-provided photo. |
| 715 | "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 |
| 716 | }, |
| 717 | ], |
| 718 | "relationshipInterests": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship interests. |
| 719 | { # **DEPRECATED**: No data will be returned A person's relationship interest . |
| 720 | "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. |
| 721 | "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` |
| 722 | "metadata": { # Metadata about a field. # Metadata about the relationship interest. |
| 723 | "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. |
| 724 | "source": { # The source of a field. # The source of the field. |
| 725 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 726 | "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. |
| 727 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 728 | "objectType": "A String", # Output only. The profile object type. |
| 729 | "userTypes": [ # Output only. The user types. |
| 730 | "A String", |
| 731 | ], |
| 732 | }, |
| 733 | "type": "A String", # The source type. |
| 734 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 735 | }, |
| 736 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 737 | }, |
| 738 | }, |
| 739 | ], |
| 740 | "interests": [ # The person's interests. |
| 741 | { # One of the person's interests. |
| 742 | "value": "A String", # The interest; for example, `stargazing`. |
| 743 | "metadata": { # Metadata about a field. # Metadata about the interest. |
| 744 | "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. |
| 745 | "source": { # The source of a field. # The source of the field. |
| 746 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 747 | "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. |
| 748 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 749 | "objectType": "A String", # Output only. The profile object type. |
| 750 | "userTypes": [ # Output only. The user types. |
| 751 | "A String", |
| 752 | ], |
| 753 | }, |
| 754 | "type": "A String", # The source type. |
| 755 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 756 | }, |
| 757 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 758 | }, |
| 759 | }, |
| 760 | ], |
| 761 | "locales": [ # The person's locale preferences. |
| 762 | { # A person's locale preference. |
| 763 | "metadata": { # Metadata about a field. # Metadata about the locale. |
| 764 | "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. |
| 765 | "source": { # The source of a field. # The source of the field. |
| 766 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 767 | "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. |
| 768 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 769 | "objectType": "A String", # Output only. The profile object type. |
| 770 | "userTypes": [ # Output only. The user types. |
| 771 | "A String", |
| 772 | ], |
| 773 | }, |
| 774 | "type": "A String", # The source type. |
| 775 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 776 | }, |
| 777 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 778 | }, |
| 779 | "value": "A String", # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale. |
| 780 | }, |
| 781 | ], |
| 782 | "events": [ # The person's events. |
| 783 | { # An event related to the person. |
| 784 | "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. |
| 785 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 786 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 787 | "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. |
| 788 | }, |
| 789 | "type": "A String", # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other` |
| 790 | "metadata": { # Metadata about a field. # Metadata about the event. |
| 791 | "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. |
| 792 | "source": { # The source of a field. # The source of the field. |
| 793 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 794 | "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. |
| 795 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 796 | "objectType": "A String", # Output only. The profile object type. |
| 797 | "userTypes": [ # Output only. The user types. |
| 798 | "A String", |
| 799 | ], |
| 800 | }, |
| 801 | "type": "A String", # The source type. |
| 802 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 803 | }, |
| 804 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 805 | }, |
| 806 | "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. |
| 807 | }, |
| 808 | ], |
| 809 | "calendarUrls": [ # The person's calendar URLs. |
| 810 | { # A person's calendar URL. |
| 811 | "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. |
| 812 | "type": "A String", # The type of the calendar URL. The type can be custom or one of these predefined values: * `home` * `freeBusy` * `work` |
| 813 | "metadata": { # Metadata about a field. # Metadata about the calendar URL. |
| 814 | "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. |
| 815 | "source": { # The source of a field. # The source of the field. |
| 816 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 817 | "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. |
| 818 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 819 | "objectType": "A String", # Output only. The profile object type. |
| 820 | "userTypes": [ # Output only. The user types. |
| 821 | "A String", |
| 822 | ], |
| 823 | }, |
| 824 | "type": "A String", # The source type. |
| 825 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 826 | }, |
| 827 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 828 | }, |
| 829 | "url": "A String", # The calendar URL. |
| 830 | }, |
| 831 | ], |
| 832 | "braggingRights": [ # **DEPRECATED**: No data will be returned The person's bragging rights. |
| 833 | { # **DEPRECATED**: No data will be returned A person's bragging rights. |
| 834 | "value": "A String", # The bragging rights; for example, `climbed mount everest`. |
| 835 | "metadata": { # Metadata about a field. # Metadata about the bragging rights. |
| 836 | "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. |
| 837 | "source": { # The source of a field. # The source of the field. |
| 838 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 839 | "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. |
| 840 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 841 | "objectType": "A String", # Output only. The profile object type. |
| 842 | "userTypes": [ # Output only. The user types. |
| 843 | "A String", |
| 844 | ], |
| 845 | }, |
| 846 | "type": "A String", # The source type. |
| 847 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 848 | }, |
| 849 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 850 | }, |
| 851 | }, |
| 852 | ], |
| 853 | "skills": [ # The person's skills. |
| 854 | { # A skill that the person has. |
| 855 | "metadata": { # Metadata about a field. # Metadata about the skill. |
| 856 | "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. |
| 857 | "source": { # The source of a field. # The source of the field. |
| 858 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 859 | "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. |
| 860 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 861 | "objectType": "A String", # Output only. The profile object type. |
| 862 | "userTypes": [ # Output only. The user types. |
| 863 | "A String", |
| 864 | ], |
| 865 | }, |
| 866 | "type": "A String", # The source type. |
| 867 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 868 | }, |
| 869 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 870 | }, |
| 871 | "value": "A String", # The skill; for example, `underwater basket weaving`. |
| 872 | }, |
| 873 | ], |
| 874 | "externalIds": [ # The person's external IDs. |
| 875 | { # An identifier from an external entity related to the person. |
| 876 | "metadata": { # Metadata about a field. # Metadata about the external ID. |
| 877 | "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. |
| 878 | "source": { # The source of a field. # The source of the field. |
| 879 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 880 | "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. |
| 881 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 882 | "objectType": "A String", # Output only. The profile object type. |
| 883 | "userTypes": [ # Output only. The user types. |
| 884 | "A String", |
| 885 | ], |
| 886 | }, |
| 887 | "type": "A String", # The source type. |
| 888 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 889 | }, |
| 890 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 891 | }, |
| 892 | "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` |
| 893 | "value": "A String", # The value of the external ID. |
| 894 | "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. |
| 895 | }, |
| 896 | ], |
| 897 | "biographies": [ # The person's biographies. This field is a singleton for contact sources. |
| 898 | { # A person's short biography. |
| 899 | "contentType": "A String", # The content type of the biography. |
| 900 | "value": "A String", # The short biography. |
| 901 | "metadata": { # Metadata about a field. # Metadata about the biography. |
| 902 | "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. |
| 903 | "source": { # The source of a field. # The source of the field. |
| 904 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 905 | "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. |
| 906 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 907 | "objectType": "A String", # Output only. The profile object type. |
| 908 | "userTypes": [ # Output only. The user types. |
| 909 | "A String", |
| 910 | ], |
| 911 | }, |
| 912 | "type": "A String", # The source type. |
| 913 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 914 | }, |
| 915 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 916 | }, |
| 917 | }, |
| 918 | ], |
| 919 | "locations": [ # The person's locations. |
| 920 | { # A person's location. |
| 921 | "deskCode": "A String", # The individual desk location. |
| 922 | "floor": "A String", # The floor name or number. |
| 923 | "metadata": { # Metadata about a field. # Metadata about the location. |
| 924 | "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. |
| 925 | "source": { # The source of a field. # The source of the field. |
| 926 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 927 | "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. |
| 928 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 929 | "objectType": "A String", # Output only. The profile object type. |
| 930 | "userTypes": [ # Output only. The user types. |
| 931 | "A String", |
| 932 | ], |
| 933 | }, |
| 934 | "type": "A String", # The source type. |
| 935 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 936 | }, |
| 937 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 938 | }, |
| 939 | "floorSection": "A String", # The floor section in `floor_name`. |
| 940 | "buildingId": "A String", # The building identifier. |
| 941 | "type": "A String", # The type of the location. The type can be custom or one of these predefined values: * `desk` * `grewUp` |
| 942 | "current": True or False, # Whether the location is the current location. |
| 943 | "value": "A String", # The free-form value of the location. |
| 944 | }, |
| 945 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 946 | "memberships": [ # The person's group memberships. |
| 947 | { # A person's membership in a group. Only contact group memberships can be modified. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 948 | "metadata": { # Metadata about a field. # Metadata about the membership. |
| 949 | "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. |
| 950 | "source": { # The source of a field. # The source of the field. |
| 951 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 952 | "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. |
| 953 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 954 | "objectType": "A String", # Output only. The profile object type. |
| 955 | "userTypes": [ # Output only. The user types. |
| 956 | "A String", |
| 957 | ], |
| 958 | }, |
| 959 | "type": "A String", # The source type. |
| 960 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 961 | }, |
| 962 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 963 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 964 | "domainMembership": { # A G Suite Domain membership. # Output only. The domain membership. |
| 965 | "inViewerDomain": True or False, # True if the person is in the viewer's G Suite domain. |
| 966 | }, |
| 967 | "contactGroupMembership": { # A Google contact group membership. # The contact group membership. |
| 968 | "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. |
| 969 | "contactGroupId": "A String", # Output only. The contact group ID for the contact group membership. |
| 970 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 971 | }, |
| 972 | ], |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 973 | } |
| 974 | |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 975 | sources: string, Optional. A mask of what source types to return. Defaults to READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set. (repeated) |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 976 | Allowed values |
| 977 | READ_SOURCE_TYPE_UNSPECIFIED - Unspecified. |
| 978 | READ_SOURCE_TYPE_PROFILE - Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE. |
| 979 | READ_SOURCE_TYPE_CONTACT - Returns SourceType.CONTACT. |
| 980 | READ_SOURCE_TYPE_DOMAIN_CONTACT - Returns SourceType.DOMAIN_CONTACT. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 981 | personFields: string, Required. A field mask to restrict which fields on each person are returned. Multiple fields can be specified by separating them with commas. Defaults to all 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 |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 982 | x__xgafv: string, V1 error format. |
| 983 | Allowed values |
| 984 | 1 - v1 error format |
| 985 | 2 - v2 error format |
| 986 | |
| 987 | Returns: |
| 988 | An object of the form: |
| 989 | |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 990 | { # 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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 991 | "residences": [ # **DEPRECATED**: (Please use `person.locations` instead) The person's residences. |
| 992 | { # **DEPRECATED**: Please use `person.locations` instead. A person's past or current residence. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 993 | "metadata": { # Metadata about a field. # Metadata about the residence. |
| 994 | "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. |
| 995 | "source": { # The source of a field. # The source of the field. |
| 996 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 997 | "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. |
| 998 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 999 | "objectType": "A String", # Output only. The profile object type. |
| 1000 | "userTypes": [ # Output only. The user types. |
| 1001 | "A String", |
| 1002 | ], |
| 1003 | }, |
| 1004 | "type": "A String", # The source type. |
| 1005 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1006 | }, |
| 1007 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1008 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1009 | "current": True or False, # True if the residence is the person's current residence; false if the residence is a past residence. |
| 1010 | "value": "A String", # The address of the residence. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1011 | }, |
| 1012 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1013 | "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}`. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1014 | "ageRanges": [ # Output only. The person's age ranges. |
| 1015 | { # A person's age range. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1016 | "ageRange": "A String", # The age range. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1017 | "metadata": { # Metadata about a field. # Metadata about the age range. |
| 1018 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1019 | "source": { # The source of a field. # The source of the field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1020 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1021 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1022 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1023 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1024 | "userTypes": [ # Output only. The user types. |
| 1025 | "A String", |
| 1026 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1027 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1028 | "type": "A String", # The source type. |
| 1029 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 1030 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1031 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1032 | }, |
| 1033 | }, |
| 1034 | ], |
| 1035 | "fileAses": [ # The person's file-ases. |
| 1036 | { # The name that should be used to sort the person in a list. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1037 | "metadata": { # Metadata about a field. # Metadata about the file-as. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1038 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1039 | "source": { # The source of a field. # The source of the field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1040 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1041 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1042 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1043 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1044 | "userTypes": [ # Output only. The user types. |
| 1045 | "A String", |
| 1046 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1047 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1048 | "type": "A String", # The source type. |
| 1049 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1050 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1051 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1052 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1053 | "value": "A String", # The file-as value |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1054 | }, |
| 1055 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1056 | "etag": "A String", # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation. |
| 1057 | "userDefined": [ # The person's user defined data. |
| 1058 | { # Arbitrary user data that is populated by the end users. |
| 1059 | "value": "A String", # The end user specified value of the user defined data. |
| 1060 | "key": "A String", # The end user specified key of the user defined data. |
| 1061 | "metadata": { # Metadata about a field. # Metadata about the user defined data. |
| 1062 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1063 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1064 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1065 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1066 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1067 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1068 | "userTypes": [ # Output only. The user types. |
| 1069 | "A String", |
| 1070 | ], |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1071 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1072 | "type": "A String", # The source type. |
| 1073 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1074 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1075 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1076 | }, |
| 1077 | }, |
| 1078 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1079 | "urls": [ # The person's associated URLs. |
| 1080 | { # A person's associated URLs. |
| 1081 | "metadata": { # Metadata about a field. # Metadata about the URL. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1082 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1083 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1084 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1085 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1086 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1087 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1088 | "userTypes": [ # Output only. The user types. |
| 1089 | "A String", |
| 1090 | ], |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1091 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1092 | "type": "A String", # The source type. |
| 1093 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1094 | }, |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1095 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1096 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1097 | "value": "A String", # The URL. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1098 | "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` |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1099 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1100 | }, |
| 1101 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1102 | "imClients": [ # The person's instant messaging clients. |
| 1103 | { # A person's instant messaging client. |
| 1104 | "metadata": { # Metadata about a field. # Metadata about the IM client. |
| 1105 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1106 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1107 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1108 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1109 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1110 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1111 | "userTypes": [ # Output only. The user types. |
| 1112 | "A String", |
| 1113 | ], |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1114 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1115 | "type": "A String", # The source type. |
| 1116 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1117 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1118 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1119 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1120 | "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` |
| 1121 | "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. |
| 1122 | "type": "A String", # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 1123 | "username": "A String", # The user name used in the IM client. |
| 1124 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1125 | }, |
| 1126 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1127 | "metadata": { # The metadata about a person. # Output only. Metadata about the person. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1128 | "objectType": "A String", # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object. |
| 1129 | "sources": [ # The sources of data for the person. |
| 1130 | { # The source of a field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1131 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1132 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1133 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1134 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1135 | "userTypes": [ # Output only. The user types. |
| 1136 | "A String", |
| 1137 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1138 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1139 | "type": "A String", # The source type. |
| 1140 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1141 | }, |
| 1142 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1143 | "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. |
| 1144 | "linkedPeopleResourceNames": [ # Output only. Resource names of people linked to this resource. |
| 1145 | "A String", |
| 1146 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1147 | "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. |
| 1148 | "A String", |
| 1149 | ], |
| 1150 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1151 | "birthdays": [ # The person's birthdays. This field is a singleton for contact sources. |
| 1152 | { # 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. |
| 1153 | "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. |
| 1154 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 1155 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 1156 | "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. |
| 1157 | }, |
| 1158 | "text": "A String", # A free-form string representing the user's birthday. |
| 1159 | "metadata": { # Metadata about a field. # Metadata about the birthday. |
| 1160 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1161 | "source": { # The source of a field. # The source of the field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1162 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1163 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1164 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1165 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1166 | "userTypes": [ # Output only. The user types. |
| 1167 | "A String", |
| 1168 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1169 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1170 | "type": "A String", # The source type. |
| 1171 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1172 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1173 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1174 | }, |
| 1175 | }, |
| 1176 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1177 | "clientData": [ # The person's client data. |
| 1178 | { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. |
| 1179 | "metadata": { # Metadata about a field. # Metadata about the client data. |
| 1180 | "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. |
| 1181 | "source": { # The source of a field. # The source of the field. |
| 1182 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1183 | "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. |
| 1184 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1185 | "objectType": "A String", # Output only. The profile object type. |
| 1186 | "userTypes": [ # Output only. The user types. |
| 1187 | "A String", |
| 1188 | ], |
| 1189 | }, |
| 1190 | "type": "A String", # The source type. |
| 1191 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1192 | }, |
| 1193 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1194 | }, |
| 1195 | "value": "A String", # The client specified value of the client data. |
| 1196 | "key": "A String", # The client specified key of the client data. |
| 1197 | }, |
| 1198 | ], |
| 1199 | "organizations": [ # The person's past or current organizations. |
| 1200 | { # A person's past or current organization. Overlapping date ranges are permitted. |
| 1201 | "type": "A String", # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school` |
| 1202 | "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. |
| 1203 | "title": "A String", # The person's job title at the organization. |
| 1204 | "location": "A String", # The location of the organization office the person works at. |
| 1205 | "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. |
| 1206 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 1207 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 1208 | "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. |
| 1209 | }, |
| 1210 | "domain": "A String", # The domain name associated with the organization; for example, `google.com`. |
| 1211 | "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. |
| 1212 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 1213 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 1214 | "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. |
| 1215 | }, |
| 1216 | "name": "A String", # The name of the organization. |
| 1217 | "symbol": "A String", # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym. |
| 1218 | "metadata": { # Metadata about a field. # Metadata about the organization. |
| 1219 | "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. |
| 1220 | "source": { # The source of a field. # The source of the field. |
| 1221 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1222 | "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. |
| 1223 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1224 | "objectType": "A String", # Output only. The profile object type. |
| 1225 | "userTypes": [ # Output only. The user types. |
| 1226 | "A String", |
| 1227 | ], |
| 1228 | }, |
| 1229 | "type": "A String", # The source type. |
| 1230 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1231 | }, |
| 1232 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1233 | }, |
| 1234 | "phoneticName": "A String", # The phonetic name of the organization. |
| 1235 | "current": True or False, # True if the organization is the person's current organization; false if the organization is a past organization. |
| 1236 | "department": "A String", # The person's department at the organization. |
| 1237 | "jobDescription": "A String", # The person's job description at the organization. |
| 1238 | }, |
| 1239 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1240 | "nicknames": [ # The person's nicknames. |
| 1241 | { # A person's nickname. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1242 | "metadata": { # Metadata about a field. # Metadata about the nickname. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1243 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1244 | "source": { # The source of a field. # The source of the field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1245 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1246 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1247 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1248 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1249 | "userTypes": [ # Output only. The user types. |
| 1250 | "A String", |
| 1251 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1252 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1253 | "type": "A String", # The source type. |
| 1254 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1255 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1256 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1257 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1258 | "value": "A String", # The nickname. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1259 | "type": "A String", # The type of the nickname. |
| 1260 | }, |
| 1261 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1262 | "occupations": [ # The person's occupations. |
| 1263 | { # A person's occupation. |
| 1264 | "metadata": { # Metadata about a field. # Metadata about the occupation. |
| 1265 | "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. |
| 1266 | "source": { # The source of a field. # The source of the field. |
| 1267 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1268 | "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. |
| 1269 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1270 | "objectType": "A String", # Output only. The profile object type. |
| 1271 | "userTypes": [ # Output only. The user types. |
| 1272 | "A String", |
| 1273 | ], |
| 1274 | }, |
| 1275 | "type": "A String", # The source type. |
| 1276 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1277 | }, |
| 1278 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1279 | }, |
| 1280 | "value": "A String", # The occupation; for example, `carpenter`. |
| 1281 | }, |
| 1282 | ], |
| 1283 | "phoneNumbers": [ # The person's phone numbers. |
| 1284 | { # A person's phone number. |
| 1285 | "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. |
| 1286 | "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. |
| 1287 | "metadata": { # Metadata about a field. # Metadata about the phone number. |
| 1288 | "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. |
| 1289 | "source": { # The source of a field. # The source of the field. |
| 1290 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1291 | "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. |
| 1292 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1293 | "objectType": "A String", # Output only. The profile object type. |
| 1294 | "userTypes": [ # Output only. The user types. |
| 1295 | "A String", |
| 1296 | ], |
| 1297 | }, |
| 1298 | "type": "A String", # The source type. |
| 1299 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1300 | }, |
| 1301 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1302 | }, |
| 1303 | "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` |
| 1304 | "value": "A String", # The phone number. |
| 1305 | }, |
| 1306 | ], |
| 1307 | "coverPhotos": [ # Output only. The person's cover photos. |
| 1308 | { # 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. |
| 1309 | "url": "A String", # The URL of the cover photo. |
| 1310 | "metadata": { # Metadata about a field. # Metadata about the cover photo. |
| 1311 | "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. |
| 1312 | "source": { # The source of a field. # The source of the field. |
| 1313 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1314 | "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. |
| 1315 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1316 | "objectType": "A String", # Output only. The profile object type. |
| 1317 | "userTypes": [ # Output only. The user types. |
| 1318 | "A String", |
| 1319 | ], |
| 1320 | }, |
| 1321 | "type": "A String", # The source type. |
| 1322 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1323 | }, |
| 1324 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1325 | }, |
| 1326 | "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. |
| 1327 | }, |
| 1328 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1329 | "emailAddresses": [ # The person's email addresses. |
| 1330 | { # A person's email address. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1331 | "displayName": "A String", # The display name of the email. |
| 1332 | "value": "A String", # The email address. |
| 1333 | "type": "A String", # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1334 | "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. |
| 1335 | "metadata": { # Metadata about a field. # Metadata about the email address. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1336 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1337 | "source": { # The source of a field. # The source of the field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1338 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1339 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1340 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1341 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1342 | "userTypes": [ # Output only. The user types. |
| 1343 | "A String", |
| 1344 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1345 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1346 | "type": "A String", # The source type. |
| 1347 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1348 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1349 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1350 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1351 | }, |
| 1352 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1353 | "ageRange": "A String", # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person's age range. |
| 1354 | "relations": [ # The person's relations. |
| 1355 | { # A person's relation to another person. |
| 1356 | "person": "A String", # The name of the other person this relation refers to. |
| 1357 | "metadata": { # Metadata about a field. # Metadata about the relation. |
| 1358 | "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. |
| 1359 | "source": { # The source of a field. # The source of the field. |
| 1360 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1361 | "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. |
| 1362 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1363 | "objectType": "A String", # Output only. The profile object type. |
| 1364 | "userTypes": [ # Output only. The user types. |
| 1365 | "A String", |
| 1366 | ], |
| 1367 | }, |
| 1368 | "type": "A String", # The source type. |
| 1369 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1370 | }, |
| 1371 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1372 | }, |
| 1373 | "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. |
| 1374 | "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` |
| 1375 | }, |
| 1376 | ], |
| 1377 | "miscKeywords": [ # The person's miscellaneous keywords. |
| 1378 | { # A person's miscellaneous keyword. |
| 1379 | "value": "A String", # The value of the miscellaneous keyword. |
| 1380 | "metadata": { # Metadata about a field. # Metadata about the miscellaneous keyword. |
| 1381 | "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. |
| 1382 | "source": { # The source of a field. # The source of the field. |
| 1383 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1384 | "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. |
| 1385 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1386 | "objectType": "A String", # Output only. The profile object type. |
| 1387 | "userTypes": [ # Output only. The user types. |
| 1388 | "A String", |
| 1389 | ], |
| 1390 | }, |
| 1391 | "type": "A String", # The source type. |
| 1392 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1393 | }, |
| 1394 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1395 | }, |
| 1396 | "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. |
| 1397 | "type": "A String", # The miscellaneous keyword type. |
| 1398 | }, |
| 1399 | ], |
| 1400 | "relationshipStatuses": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship statuses. |
| 1401 | { # **DEPRECATED**: No data will be returned A person's relationship status. |
| 1402 | "metadata": { # Metadata about a field. # Metadata about the relationship status. |
| 1403 | "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. |
| 1404 | "source": { # The source of a field. # The source of the field. |
| 1405 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1406 | "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. |
| 1407 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1408 | "objectType": "A String", # Output only. The profile object type. |
| 1409 | "userTypes": [ # Output only. The user types. |
| 1410 | "A String", |
| 1411 | ], |
| 1412 | }, |
| 1413 | "type": "A String", # The source type. |
| 1414 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1415 | }, |
| 1416 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1417 | }, |
| 1418 | "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` |
| 1419 | "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. |
| 1420 | }, |
| 1421 | ], |
| 1422 | "names": [ # The person's names. This field is a singleton for contact sources. |
| 1423 | { # A person's name. If the name is a mononym, the family name is empty. |
| 1424 | "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. |
| 1425 | "honorificPrefix": "A String", # The honorific prefixes, such as `Mrs.` or `Dr.` |
| 1426 | "familyName": "A String", # The family name. |
| 1427 | "givenName": "A String", # The given name. |
| 1428 | "honorificSuffix": "A String", # The honorific suffixes, such as `Jr.` |
| 1429 | "middleName": "A String", # The middle name(s). |
| 1430 | "phoneticFullName": "A String", # The full name spelled as it sounds. |
| 1431 | "phoneticHonorificSuffix": "A String", # The honorific suffixes spelled as they sound. |
| 1432 | "phoneticMiddleName": "A String", # The middle name(s) spelled as they sound. |
| 1433 | "metadata": { # Metadata about a field. # Metadata about the name. |
| 1434 | "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. |
| 1435 | "source": { # The source of a field. # The source of the field. |
| 1436 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1437 | "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. |
| 1438 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1439 | "objectType": "A String", # Output only. The profile object type. |
| 1440 | "userTypes": [ # Output only. The user types. |
| 1441 | "A String", |
| 1442 | ], |
| 1443 | }, |
| 1444 | "type": "A String", # The source type. |
| 1445 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1446 | }, |
| 1447 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1448 | }, |
| 1449 | "phoneticFamilyName": "A String", # The family name spelled as it sounds. |
| 1450 | "phoneticHonorificPrefix": "A String", # The honorific prefixes spelled as they sound. |
| 1451 | "phoneticGivenName": "A String", # The given name spelled as it sounds. |
| 1452 | "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. |
| 1453 | "unstructuredName": "A String", # The free form name value. |
| 1454 | }, |
| 1455 | ], |
| 1456 | "addresses": [ # The person's street addresses. |
| 1457 | { # A person's physical address. May be a P.O. box or street address. All fields are optional. |
| 1458 | "countryCode": "A String", # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address. |
| 1459 | "extendedAddress": "A String", # The extended address of the address; for example, the apartment number. |
| 1460 | "city": "A String", # The city of the address. |
| 1461 | "country": "A String", # The country of the address. |
| 1462 | "streetAddress": "A String", # The street address. |
| 1463 | "region": "A String", # The region of the address; for example, the state or province. |
| 1464 | "type": "A String", # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 1465 | "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. |
| 1466 | "metadata": { # Metadata about a field. # Metadata about the address. |
| 1467 | "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. |
| 1468 | "source": { # The source of a field. # The source of the field. |
| 1469 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1470 | "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. |
| 1471 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1472 | "objectType": "A String", # Output only. The profile object type. |
| 1473 | "userTypes": [ # Output only. The user types. |
| 1474 | "A String", |
| 1475 | ], |
| 1476 | }, |
| 1477 | "type": "A String", # The source type. |
| 1478 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1479 | }, |
| 1480 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1481 | }, |
| 1482 | "poBox": "A String", # The P.O. box of the address. |
| 1483 | "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. |
| 1484 | "postalCode": "A String", # The postal code of the address. |
| 1485 | }, |
| 1486 | ], |
| 1487 | "genders": [ # The person's genders. This field is a singleton for contact sources. |
| 1488 | { # A person's gender. |
| 1489 | "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. |
| 1490 | "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` |
| 1491 | "metadata": { # Metadata about a field. # Metadata about the gender. |
| 1492 | "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. |
| 1493 | "source": { # The source of a field. # The source of the field. |
| 1494 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1495 | "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. |
| 1496 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1497 | "objectType": "A String", # Output only. The profile object type. |
| 1498 | "userTypes": [ # Output only. The user types. |
| 1499 | "A String", |
| 1500 | ], |
| 1501 | }, |
| 1502 | "type": "A String", # The source type. |
| 1503 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1504 | }, |
| 1505 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1506 | }, |
| 1507 | "value": "A String", # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified` |
| 1508 | }, |
| 1509 | ], |
| 1510 | "taglines": [ # Output only. **DEPRECATED**: No data will be returned The person's taglines. |
| 1511 | { # **DEPRECATED**: No data will be returned A brief one-line description of the person. |
| 1512 | "metadata": { # Metadata about a field. # Metadata about the tagline. |
| 1513 | "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. |
| 1514 | "source": { # The source of a field. # The source of the field. |
| 1515 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1516 | "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. |
| 1517 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1518 | "objectType": "A String", # Output only. The profile object type. |
| 1519 | "userTypes": [ # Output only. The user types. |
| 1520 | "A String", |
| 1521 | ], |
| 1522 | }, |
| 1523 | "type": "A String", # The source type. |
| 1524 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1525 | }, |
| 1526 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1527 | }, |
| 1528 | "value": "A String", # The tagline. |
| 1529 | }, |
| 1530 | ], |
| 1531 | "sipAddresses": [ # The person's SIP addresses. |
| 1532 | { # A person's SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet. |
| 1533 | "value": "A String", # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format. |
| 1534 | "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` |
| 1535 | "metadata": { # Metadata about a field. # Metadata about the SIP address. |
| 1536 | "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. |
| 1537 | "source": { # The source of a field. # The source of the field. |
| 1538 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1539 | "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. |
| 1540 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1541 | "objectType": "A String", # Output only. The profile object type. |
| 1542 | "userTypes": [ # Output only. The user types. |
| 1543 | "A String", |
| 1544 | ], |
| 1545 | }, |
| 1546 | "type": "A String", # The source type. |
| 1547 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1548 | }, |
| 1549 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1550 | }, |
| 1551 | "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. |
| 1552 | }, |
| 1553 | ], |
| 1554 | "photos": [ # Output only. The person's photos. |
| 1555 | { # A person's photo. A picture shown next to the person's name to help others recognize the person. |
| 1556 | "metadata": { # Metadata about a field. # Metadata about the photo. |
| 1557 | "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. |
| 1558 | "source": { # The source of a field. # The source of the field. |
| 1559 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1560 | "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. |
| 1561 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1562 | "objectType": "A String", # Output only. The profile object type. |
| 1563 | "userTypes": [ # Output only. The user types. |
| 1564 | "A String", |
| 1565 | ], |
| 1566 | }, |
| 1567 | "type": "A String", # The source type. |
| 1568 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1569 | }, |
| 1570 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1571 | }, |
| 1572 | "default": True or False, # True if the photo is a default photo; false if the photo is a user-provided photo. |
| 1573 | "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 |
| 1574 | }, |
| 1575 | ], |
| 1576 | "relationshipInterests": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship interests. |
| 1577 | { # **DEPRECATED**: No data will be returned A person's relationship interest . |
| 1578 | "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. |
| 1579 | "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` |
| 1580 | "metadata": { # Metadata about a field. # Metadata about the relationship interest. |
| 1581 | "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. |
| 1582 | "source": { # The source of a field. # The source of the field. |
| 1583 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1584 | "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. |
| 1585 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1586 | "objectType": "A String", # Output only. The profile object type. |
| 1587 | "userTypes": [ # Output only. The user types. |
| 1588 | "A String", |
| 1589 | ], |
| 1590 | }, |
| 1591 | "type": "A String", # The source type. |
| 1592 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1593 | }, |
| 1594 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1595 | }, |
| 1596 | }, |
| 1597 | ], |
| 1598 | "interests": [ # The person's interests. |
| 1599 | { # One of the person's interests. |
| 1600 | "value": "A String", # The interest; for example, `stargazing`. |
| 1601 | "metadata": { # Metadata about a field. # Metadata about the interest. |
| 1602 | "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. |
| 1603 | "source": { # The source of a field. # The source of the field. |
| 1604 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1605 | "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. |
| 1606 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1607 | "objectType": "A String", # Output only. The profile object type. |
| 1608 | "userTypes": [ # Output only. The user types. |
| 1609 | "A String", |
| 1610 | ], |
| 1611 | }, |
| 1612 | "type": "A String", # The source type. |
| 1613 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1614 | }, |
| 1615 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1616 | }, |
| 1617 | }, |
| 1618 | ], |
| 1619 | "locales": [ # The person's locale preferences. |
| 1620 | { # A person's locale preference. |
| 1621 | "metadata": { # Metadata about a field. # Metadata about the locale. |
| 1622 | "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. |
| 1623 | "source": { # The source of a field. # The source of the field. |
| 1624 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1625 | "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. |
| 1626 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1627 | "objectType": "A String", # Output only. The profile object type. |
| 1628 | "userTypes": [ # Output only. The user types. |
| 1629 | "A String", |
| 1630 | ], |
| 1631 | }, |
| 1632 | "type": "A String", # The source type. |
| 1633 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1634 | }, |
| 1635 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1636 | }, |
| 1637 | "value": "A String", # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale. |
| 1638 | }, |
| 1639 | ], |
| 1640 | "events": [ # The person's events. |
| 1641 | { # An event related to the person. |
| 1642 | "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. |
| 1643 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 1644 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 1645 | "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. |
| 1646 | }, |
| 1647 | "type": "A String", # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other` |
| 1648 | "metadata": { # Metadata about a field. # Metadata about the event. |
| 1649 | "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. |
| 1650 | "source": { # The source of a field. # The source of the field. |
| 1651 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1652 | "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. |
| 1653 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1654 | "objectType": "A String", # Output only. The profile object type. |
| 1655 | "userTypes": [ # Output only. The user types. |
| 1656 | "A String", |
| 1657 | ], |
| 1658 | }, |
| 1659 | "type": "A String", # The source type. |
| 1660 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1661 | }, |
| 1662 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1663 | }, |
| 1664 | "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. |
| 1665 | }, |
| 1666 | ], |
| 1667 | "calendarUrls": [ # The person's calendar URLs. |
| 1668 | { # A person's calendar URL. |
| 1669 | "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. |
| 1670 | "type": "A String", # The type of the calendar URL. The type can be custom or one of these predefined values: * `home` * `freeBusy` * `work` |
| 1671 | "metadata": { # Metadata about a field. # Metadata about the calendar URL. |
| 1672 | "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. |
| 1673 | "source": { # The source of a field. # The source of the field. |
| 1674 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1675 | "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. |
| 1676 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1677 | "objectType": "A String", # Output only. The profile object type. |
| 1678 | "userTypes": [ # Output only. The user types. |
| 1679 | "A String", |
| 1680 | ], |
| 1681 | }, |
| 1682 | "type": "A String", # The source type. |
| 1683 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1684 | }, |
| 1685 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1686 | }, |
| 1687 | "url": "A String", # The calendar URL. |
| 1688 | }, |
| 1689 | ], |
| 1690 | "braggingRights": [ # **DEPRECATED**: No data will be returned The person's bragging rights. |
| 1691 | { # **DEPRECATED**: No data will be returned A person's bragging rights. |
| 1692 | "value": "A String", # The bragging rights; for example, `climbed mount everest`. |
| 1693 | "metadata": { # Metadata about a field. # Metadata about the bragging rights. |
| 1694 | "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. |
| 1695 | "source": { # The source of a field. # The source of the field. |
| 1696 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1697 | "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. |
| 1698 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1699 | "objectType": "A String", # Output only. The profile object type. |
| 1700 | "userTypes": [ # Output only. The user types. |
| 1701 | "A String", |
| 1702 | ], |
| 1703 | }, |
| 1704 | "type": "A String", # The source type. |
| 1705 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1706 | }, |
| 1707 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1708 | }, |
| 1709 | }, |
| 1710 | ], |
| 1711 | "skills": [ # The person's skills. |
| 1712 | { # A skill that the person has. |
| 1713 | "metadata": { # Metadata about a field. # Metadata about the skill. |
| 1714 | "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. |
| 1715 | "source": { # The source of a field. # The source of the field. |
| 1716 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1717 | "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. |
| 1718 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1719 | "objectType": "A String", # Output only. The profile object type. |
| 1720 | "userTypes": [ # Output only. The user types. |
| 1721 | "A String", |
| 1722 | ], |
| 1723 | }, |
| 1724 | "type": "A String", # The source type. |
| 1725 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1726 | }, |
| 1727 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1728 | }, |
| 1729 | "value": "A String", # The skill; for example, `underwater basket weaving`. |
| 1730 | }, |
| 1731 | ], |
| 1732 | "externalIds": [ # The person's external IDs. |
| 1733 | { # An identifier from an external entity related to the person. |
| 1734 | "metadata": { # Metadata about a field. # Metadata about the external ID. |
| 1735 | "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. |
| 1736 | "source": { # The source of a field. # The source of the field. |
| 1737 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1738 | "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. |
| 1739 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1740 | "objectType": "A String", # Output only. The profile object type. |
| 1741 | "userTypes": [ # Output only. The user types. |
| 1742 | "A String", |
| 1743 | ], |
| 1744 | }, |
| 1745 | "type": "A String", # The source type. |
| 1746 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1747 | }, |
| 1748 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1749 | }, |
| 1750 | "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` |
| 1751 | "value": "A String", # The value of the external ID. |
| 1752 | "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. |
| 1753 | }, |
| 1754 | ], |
| 1755 | "biographies": [ # The person's biographies. This field is a singleton for contact sources. |
| 1756 | { # A person's short biography. |
| 1757 | "contentType": "A String", # The content type of the biography. |
| 1758 | "value": "A String", # The short biography. |
| 1759 | "metadata": { # Metadata about a field. # Metadata about the biography. |
| 1760 | "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. |
| 1761 | "source": { # The source of a field. # The source of the field. |
| 1762 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1763 | "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. |
| 1764 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1765 | "objectType": "A String", # Output only. The profile object type. |
| 1766 | "userTypes": [ # Output only. The user types. |
| 1767 | "A String", |
| 1768 | ], |
| 1769 | }, |
| 1770 | "type": "A String", # The source type. |
| 1771 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1772 | }, |
| 1773 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1774 | }, |
| 1775 | }, |
| 1776 | ], |
| 1777 | "locations": [ # The person's locations. |
| 1778 | { # A person's location. |
| 1779 | "deskCode": "A String", # The individual desk location. |
| 1780 | "floor": "A String", # The floor name or number. |
| 1781 | "metadata": { # Metadata about a field. # Metadata about the location. |
| 1782 | "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. |
| 1783 | "source": { # The source of a field. # The source of the field. |
| 1784 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1785 | "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. |
| 1786 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1787 | "objectType": "A String", # Output only. The profile object type. |
| 1788 | "userTypes": [ # Output only. The user types. |
| 1789 | "A String", |
| 1790 | ], |
| 1791 | }, |
| 1792 | "type": "A String", # The source type. |
| 1793 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1794 | }, |
| 1795 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1796 | }, |
| 1797 | "floorSection": "A String", # The floor section in `floor_name`. |
| 1798 | "buildingId": "A String", # The building identifier. |
| 1799 | "type": "A String", # The type of the location. The type can be custom or one of these predefined values: * `desk` * `grewUp` |
| 1800 | "current": True or False, # Whether the location is the current location. |
| 1801 | "value": "A String", # The free-form value of the location. |
| 1802 | }, |
| 1803 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1804 | "memberships": [ # The person's group memberships. |
| 1805 | { # A person's membership in a group. Only contact group memberships can be modified. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1806 | "metadata": { # Metadata about a field. # Metadata about the membership. |
| 1807 | "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. |
| 1808 | "source": { # The source of a field. # The source of the field. |
| 1809 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1810 | "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. |
| 1811 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1812 | "objectType": "A String", # Output only. The profile object type. |
| 1813 | "userTypes": [ # Output only. The user types. |
| 1814 | "A String", |
| 1815 | ], |
| 1816 | }, |
| 1817 | "type": "A String", # The source type. |
| 1818 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1819 | }, |
| 1820 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1821 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1822 | "domainMembership": { # A G Suite Domain membership. # Output only. The domain membership. |
| 1823 | "inViewerDomain": True or False, # True if the person is in the viewer's G Suite domain. |
| 1824 | }, |
| 1825 | "contactGroupMembership": { # A Google contact group membership. # The contact group membership. |
| 1826 | "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. |
| 1827 | "contactGroupId": "A String", # Output only. The contact group ID for the contact group membership. |
| 1828 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1829 | }, |
| 1830 | ], |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 1831 | }</pre> |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 1832 | </div> |
| 1833 | |
| 1834 | <div class="method"> |
| 1835 | <code class="details" id="deleteContact">deleteContact(resourceName, x__xgafv=None)</code> |
| 1836 | <pre>Delete a contact person. Any non-contact data will not be deleted. |
| 1837 | |
| 1838 | Args: |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 1839 | resourceName: string, Required. The resource name of the contact to delete. (required) |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 1840 | x__xgafv: string, V1 error format. |
| 1841 | Allowed values |
| 1842 | 1 - v1 error format |
| 1843 | 2 - v2 error format |
| 1844 | |
| 1845 | Returns: |
| 1846 | An object of the form: |
| 1847 | |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1848 | { # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`. |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 1849 | }</pre> |
| 1850 | </div> |
| 1851 | |
| 1852 | <div class="method"> |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1853 | <code class="details" id="deleteContactPhoto">deleteContactPhoto(resourceName, personFields=None, sources=None, x__xgafv=None)</code> |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 1854 | <pre>Delete a contact's photo. |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 1855 | |
| 1856 | Args: |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 1857 | resourceName: string, Required. The resource name of the contact whose photo will be deleted. (required) |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1858 | personFields: 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 empty if not set, which will skip the post mutate get. 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 |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1859 | sources: string, Optional. A mask of what source types to return. Defaults to READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set. (repeated) |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1860 | Allowed values |
| 1861 | READ_SOURCE_TYPE_UNSPECIFIED - Unspecified. |
| 1862 | READ_SOURCE_TYPE_PROFILE - Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE. |
| 1863 | READ_SOURCE_TYPE_CONTACT - Returns SourceType.CONTACT. |
| 1864 | READ_SOURCE_TYPE_DOMAIN_CONTACT - Returns SourceType.DOMAIN_CONTACT. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 1865 | x__xgafv: string, V1 error format. |
| 1866 | Allowed values |
| 1867 | 1 - v1 error format |
| 1868 | 2 - v2 error format |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 1869 | |
| 1870 | Returns: |
| 1871 | An object of the form: |
| 1872 | |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 1873 | { # The response for deleteing a contact's photo. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1874 | "person": { # 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. # The updated person, if person_fields is set in the DeleteContactPhotoRequest; otherwise this will be unset. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1875 | "residences": [ # **DEPRECATED**: (Please use `person.locations` instead) The person's residences. |
| 1876 | { # **DEPRECATED**: Please use `person.locations` instead. A person's past or current residence. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1877 | "metadata": { # Metadata about a field. # Metadata about the residence. |
| 1878 | "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. |
| 1879 | "source": { # The source of a field. # The source of the field. |
| 1880 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1881 | "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. |
| 1882 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1883 | "objectType": "A String", # Output only. The profile object type. |
| 1884 | "userTypes": [ # Output only. The user types. |
| 1885 | "A String", |
| 1886 | ], |
| 1887 | }, |
| 1888 | "type": "A String", # The source type. |
| 1889 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1890 | }, |
| 1891 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1892 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1893 | "current": True or False, # True if the residence is the person's current residence; false if the residence is a past residence. |
| 1894 | "value": "A String", # The address of the residence. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1895 | }, |
| 1896 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1897 | "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}`. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1898 | "ageRanges": [ # Output only. The person's age ranges. |
| 1899 | { # A person's age range. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1900 | "ageRange": "A String", # The age range. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1901 | "metadata": { # Metadata about a field. # Metadata about the age range. |
| 1902 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1903 | "source": { # The source of a field. # The source of the field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1904 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1905 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1906 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1907 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1908 | "userTypes": [ # Output only. The user types. |
| 1909 | "A String", |
| 1910 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1911 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1912 | "type": "A String", # The source type. |
| 1913 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 1914 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1915 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1916 | }, |
| 1917 | }, |
| 1918 | ], |
| 1919 | "fileAses": [ # The person's file-ases. |
| 1920 | { # The name that should be used to sort the person in a list. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1921 | "metadata": { # Metadata about a field. # Metadata about the file-as. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1922 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1923 | "source": { # The source of a field. # The source of the field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1924 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1925 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1926 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1927 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1928 | "userTypes": [ # Output only. The user types. |
| 1929 | "A String", |
| 1930 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1931 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1932 | "type": "A String", # The source type. |
| 1933 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1934 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1935 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1936 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1937 | "value": "A String", # The file-as value |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1938 | }, |
| 1939 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1940 | "etag": "A String", # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation. |
| 1941 | "userDefined": [ # The person's user defined data. |
| 1942 | { # Arbitrary user data that is populated by the end users. |
| 1943 | "value": "A String", # The end user specified value of the user defined data. |
| 1944 | "key": "A String", # The end user specified key of the user defined data. |
| 1945 | "metadata": { # Metadata about a field. # Metadata about the user defined data. |
| 1946 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1947 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1948 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1949 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1950 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1951 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1952 | "userTypes": [ # Output only. The user types. |
| 1953 | "A String", |
| 1954 | ], |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1955 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1956 | "type": "A String", # The source type. |
| 1957 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1958 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1959 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1960 | }, |
| 1961 | }, |
| 1962 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1963 | "urls": [ # The person's associated URLs. |
| 1964 | { # A person's associated URLs. |
| 1965 | "metadata": { # Metadata about a field. # Metadata about the URL. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1966 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1967 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1968 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1969 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1970 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1971 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1972 | "userTypes": [ # Output only. The user types. |
| 1973 | "A String", |
| 1974 | ], |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1975 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1976 | "type": "A String", # The source type. |
| 1977 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1978 | }, |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1979 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1980 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1981 | "value": "A String", # The URL. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1982 | "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` |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1983 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1984 | }, |
| 1985 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1986 | "imClients": [ # The person's instant messaging clients. |
| 1987 | { # A person's instant messaging client. |
| 1988 | "metadata": { # Metadata about a field. # Metadata about the IM client. |
| 1989 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1990 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1991 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1992 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1993 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1994 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1995 | "userTypes": [ # Output only. The user types. |
| 1996 | "A String", |
| 1997 | ], |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1998 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1999 | "type": "A String", # The source type. |
| 2000 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 2001 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2002 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 2003 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2004 | "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` |
| 2005 | "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. |
| 2006 | "type": "A String", # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 2007 | "username": "A String", # The user name used in the IM client. |
| 2008 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 2009 | }, |
| 2010 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2011 | "metadata": { # The metadata about a person. # Output only. Metadata about the person. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2012 | "objectType": "A String", # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object. |
| 2013 | "sources": [ # The sources of data for the person. |
| 2014 | { # The source of a field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2015 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2016 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2017 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2018 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2019 | "userTypes": [ # Output only. The user types. |
| 2020 | "A String", |
| 2021 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2022 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2023 | "type": "A String", # The source type. |
| 2024 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2025 | }, |
| 2026 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2027 | "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. |
| 2028 | "linkedPeopleResourceNames": [ # Output only. Resource names of people linked to this resource. |
| 2029 | "A String", |
| 2030 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2031 | "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. |
| 2032 | "A String", |
| 2033 | ], |
| 2034 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2035 | "birthdays": [ # The person's birthdays. This field is a singleton for contact sources. |
| 2036 | { # 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. |
| 2037 | "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. |
| 2038 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 2039 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 2040 | "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. |
| 2041 | }, |
| 2042 | "text": "A String", # A free-form string representing the user's birthday. |
| 2043 | "metadata": { # Metadata about a field. # Metadata about the birthday. |
| 2044 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2045 | "source": { # The source of a field. # The source of the field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2046 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2047 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2048 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2049 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2050 | "userTypes": [ # Output only. The user types. |
| 2051 | "A String", |
| 2052 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2053 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2054 | "type": "A String", # The source type. |
| 2055 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2056 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2057 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2058 | }, |
| 2059 | }, |
| 2060 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2061 | "clientData": [ # The person's client data. |
| 2062 | { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. |
| 2063 | "metadata": { # Metadata about a field. # Metadata about the client data. |
| 2064 | "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. |
| 2065 | "source": { # The source of a field. # The source of the field. |
| 2066 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2067 | "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. |
| 2068 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2069 | "objectType": "A String", # Output only. The profile object type. |
| 2070 | "userTypes": [ # Output only. The user types. |
| 2071 | "A String", |
| 2072 | ], |
| 2073 | }, |
| 2074 | "type": "A String", # The source type. |
| 2075 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2076 | }, |
| 2077 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2078 | }, |
| 2079 | "value": "A String", # The client specified value of the client data. |
| 2080 | "key": "A String", # The client specified key of the client data. |
| 2081 | }, |
| 2082 | ], |
| 2083 | "organizations": [ # The person's past or current organizations. |
| 2084 | { # A person's past or current organization. Overlapping date ranges are permitted. |
| 2085 | "type": "A String", # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school` |
| 2086 | "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. |
| 2087 | "title": "A String", # The person's job title at the organization. |
| 2088 | "location": "A String", # The location of the organization office the person works at. |
| 2089 | "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. |
| 2090 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 2091 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 2092 | "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. |
| 2093 | }, |
| 2094 | "domain": "A String", # The domain name associated with the organization; for example, `google.com`. |
| 2095 | "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. |
| 2096 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 2097 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 2098 | "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. |
| 2099 | }, |
| 2100 | "name": "A String", # The name of the organization. |
| 2101 | "symbol": "A String", # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym. |
| 2102 | "metadata": { # Metadata about a field. # Metadata about the organization. |
| 2103 | "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. |
| 2104 | "source": { # The source of a field. # The source of the field. |
| 2105 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2106 | "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. |
| 2107 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2108 | "objectType": "A String", # Output only. The profile object type. |
| 2109 | "userTypes": [ # Output only. The user types. |
| 2110 | "A String", |
| 2111 | ], |
| 2112 | }, |
| 2113 | "type": "A String", # The source type. |
| 2114 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2115 | }, |
| 2116 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2117 | }, |
| 2118 | "phoneticName": "A String", # The phonetic name of the organization. |
| 2119 | "current": True or False, # True if the organization is the person's current organization; false if the organization is a past organization. |
| 2120 | "department": "A String", # The person's department at the organization. |
| 2121 | "jobDescription": "A String", # The person's job description at the organization. |
| 2122 | }, |
| 2123 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2124 | "nicknames": [ # The person's nicknames. |
| 2125 | { # A person's nickname. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2126 | "metadata": { # Metadata about a field. # Metadata about the nickname. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2127 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2128 | "source": { # The source of a field. # The source of the field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2129 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2130 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2131 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2132 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2133 | "userTypes": [ # Output only. The user types. |
| 2134 | "A String", |
| 2135 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2136 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2137 | "type": "A String", # The source type. |
| 2138 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2139 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2140 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2141 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2142 | "value": "A String", # The nickname. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2143 | "type": "A String", # The type of the nickname. |
| 2144 | }, |
| 2145 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2146 | "occupations": [ # The person's occupations. |
| 2147 | { # A person's occupation. |
| 2148 | "metadata": { # Metadata about a field. # Metadata about the occupation. |
| 2149 | "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. |
| 2150 | "source": { # The source of a field. # The source of the field. |
| 2151 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2152 | "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. |
| 2153 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2154 | "objectType": "A String", # Output only. The profile object type. |
| 2155 | "userTypes": [ # Output only. The user types. |
| 2156 | "A String", |
| 2157 | ], |
| 2158 | }, |
| 2159 | "type": "A String", # The source type. |
| 2160 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2161 | }, |
| 2162 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2163 | }, |
| 2164 | "value": "A String", # The occupation; for example, `carpenter`. |
| 2165 | }, |
| 2166 | ], |
| 2167 | "phoneNumbers": [ # The person's phone numbers. |
| 2168 | { # A person's phone number. |
| 2169 | "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. |
| 2170 | "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. |
| 2171 | "metadata": { # Metadata about a field. # Metadata about the phone number. |
| 2172 | "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. |
| 2173 | "source": { # The source of a field. # The source of the field. |
| 2174 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2175 | "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. |
| 2176 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2177 | "objectType": "A String", # Output only. The profile object type. |
| 2178 | "userTypes": [ # Output only. The user types. |
| 2179 | "A String", |
| 2180 | ], |
| 2181 | }, |
| 2182 | "type": "A String", # The source type. |
| 2183 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2184 | }, |
| 2185 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2186 | }, |
| 2187 | "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` |
| 2188 | "value": "A String", # The phone number. |
| 2189 | }, |
| 2190 | ], |
| 2191 | "coverPhotos": [ # Output only. The person's cover photos. |
| 2192 | { # 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. |
| 2193 | "url": "A String", # The URL of the cover photo. |
| 2194 | "metadata": { # Metadata about a field. # Metadata about the cover photo. |
| 2195 | "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. |
| 2196 | "source": { # The source of a field. # The source of the field. |
| 2197 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2198 | "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. |
| 2199 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2200 | "objectType": "A String", # Output only. The profile object type. |
| 2201 | "userTypes": [ # Output only. The user types. |
| 2202 | "A String", |
| 2203 | ], |
| 2204 | }, |
| 2205 | "type": "A String", # The source type. |
| 2206 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2207 | }, |
| 2208 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2209 | }, |
| 2210 | "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. |
| 2211 | }, |
| 2212 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2213 | "emailAddresses": [ # The person's email addresses. |
| 2214 | { # A person's email address. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2215 | "displayName": "A String", # The display name of the email. |
| 2216 | "value": "A String", # The email address. |
| 2217 | "type": "A String", # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2218 | "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. |
| 2219 | "metadata": { # Metadata about a field. # Metadata about the email address. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2220 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2221 | "source": { # The source of a field. # The source of the field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2222 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2223 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2224 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2225 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2226 | "userTypes": [ # Output only. The user types. |
| 2227 | "A String", |
| 2228 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2229 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2230 | "type": "A String", # The source type. |
| 2231 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2232 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2233 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2234 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2235 | }, |
| 2236 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2237 | "ageRange": "A String", # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person's age range. |
| 2238 | "relations": [ # The person's relations. |
| 2239 | { # A person's relation to another person. |
| 2240 | "person": "A String", # The name of the other person this relation refers to. |
| 2241 | "metadata": { # Metadata about a field. # Metadata about the relation. |
| 2242 | "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. |
| 2243 | "source": { # The source of a field. # The source of the field. |
| 2244 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2245 | "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. |
| 2246 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2247 | "objectType": "A String", # Output only. The profile object type. |
| 2248 | "userTypes": [ # Output only. The user types. |
| 2249 | "A String", |
| 2250 | ], |
| 2251 | }, |
| 2252 | "type": "A String", # The source type. |
| 2253 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2254 | }, |
| 2255 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2256 | }, |
| 2257 | "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. |
| 2258 | "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` |
| 2259 | }, |
| 2260 | ], |
| 2261 | "miscKeywords": [ # The person's miscellaneous keywords. |
| 2262 | { # A person's miscellaneous keyword. |
| 2263 | "value": "A String", # The value of the miscellaneous keyword. |
| 2264 | "metadata": { # Metadata about a field. # Metadata about the miscellaneous keyword. |
| 2265 | "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. |
| 2266 | "source": { # The source of a field. # The source of the field. |
| 2267 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2268 | "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. |
| 2269 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2270 | "objectType": "A String", # Output only. The profile object type. |
| 2271 | "userTypes": [ # Output only. The user types. |
| 2272 | "A String", |
| 2273 | ], |
| 2274 | }, |
| 2275 | "type": "A String", # The source type. |
| 2276 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2277 | }, |
| 2278 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2279 | }, |
| 2280 | "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. |
| 2281 | "type": "A String", # The miscellaneous keyword type. |
| 2282 | }, |
| 2283 | ], |
| 2284 | "relationshipStatuses": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship statuses. |
| 2285 | { # **DEPRECATED**: No data will be returned A person's relationship status. |
| 2286 | "metadata": { # Metadata about a field. # Metadata about the relationship status. |
| 2287 | "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. |
| 2288 | "source": { # The source of a field. # The source of the field. |
| 2289 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2290 | "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. |
| 2291 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2292 | "objectType": "A String", # Output only. The profile object type. |
| 2293 | "userTypes": [ # Output only. The user types. |
| 2294 | "A String", |
| 2295 | ], |
| 2296 | }, |
| 2297 | "type": "A String", # The source type. |
| 2298 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2299 | }, |
| 2300 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2301 | }, |
| 2302 | "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` |
| 2303 | "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. |
| 2304 | }, |
| 2305 | ], |
| 2306 | "names": [ # The person's names. This field is a singleton for contact sources. |
| 2307 | { # A person's name. If the name is a mononym, the family name is empty. |
| 2308 | "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. |
| 2309 | "honorificPrefix": "A String", # The honorific prefixes, such as `Mrs.` or `Dr.` |
| 2310 | "familyName": "A String", # The family name. |
| 2311 | "givenName": "A String", # The given name. |
| 2312 | "honorificSuffix": "A String", # The honorific suffixes, such as `Jr.` |
| 2313 | "middleName": "A String", # The middle name(s). |
| 2314 | "phoneticFullName": "A String", # The full name spelled as it sounds. |
| 2315 | "phoneticHonorificSuffix": "A String", # The honorific suffixes spelled as they sound. |
| 2316 | "phoneticMiddleName": "A String", # The middle name(s) spelled as they sound. |
| 2317 | "metadata": { # Metadata about a field. # Metadata about the name. |
| 2318 | "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. |
| 2319 | "source": { # The source of a field. # The source of the field. |
| 2320 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2321 | "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. |
| 2322 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2323 | "objectType": "A String", # Output only. The profile object type. |
| 2324 | "userTypes": [ # Output only. The user types. |
| 2325 | "A String", |
| 2326 | ], |
| 2327 | }, |
| 2328 | "type": "A String", # The source type. |
| 2329 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2330 | }, |
| 2331 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2332 | }, |
| 2333 | "phoneticFamilyName": "A String", # The family name spelled as it sounds. |
| 2334 | "phoneticHonorificPrefix": "A String", # The honorific prefixes spelled as they sound. |
| 2335 | "phoneticGivenName": "A String", # The given name spelled as it sounds. |
| 2336 | "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. |
| 2337 | "unstructuredName": "A String", # The free form name value. |
| 2338 | }, |
| 2339 | ], |
| 2340 | "addresses": [ # The person's street addresses. |
| 2341 | { # A person's physical address. May be a P.O. box or street address. All fields are optional. |
| 2342 | "countryCode": "A String", # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address. |
| 2343 | "extendedAddress": "A String", # The extended address of the address; for example, the apartment number. |
| 2344 | "city": "A String", # The city of the address. |
| 2345 | "country": "A String", # The country of the address. |
| 2346 | "streetAddress": "A String", # The street address. |
| 2347 | "region": "A String", # The region of the address; for example, the state or province. |
| 2348 | "type": "A String", # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 2349 | "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. |
| 2350 | "metadata": { # Metadata about a field. # Metadata about the address. |
| 2351 | "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. |
| 2352 | "source": { # The source of a field. # The source of the field. |
| 2353 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2354 | "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. |
| 2355 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2356 | "objectType": "A String", # Output only. The profile object type. |
| 2357 | "userTypes": [ # Output only. The user types. |
| 2358 | "A String", |
| 2359 | ], |
| 2360 | }, |
| 2361 | "type": "A String", # The source type. |
| 2362 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2363 | }, |
| 2364 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2365 | }, |
| 2366 | "poBox": "A String", # The P.O. box of the address. |
| 2367 | "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. |
| 2368 | "postalCode": "A String", # The postal code of the address. |
| 2369 | }, |
| 2370 | ], |
| 2371 | "genders": [ # The person's genders. This field is a singleton for contact sources. |
| 2372 | { # A person's gender. |
| 2373 | "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. |
| 2374 | "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` |
| 2375 | "metadata": { # Metadata about a field. # Metadata about the gender. |
| 2376 | "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. |
| 2377 | "source": { # The source of a field. # The source of the field. |
| 2378 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2379 | "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. |
| 2380 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2381 | "objectType": "A String", # Output only. The profile object type. |
| 2382 | "userTypes": [ # Output only. The user types. |
| 2383 | "A String", |
| 2384 | ], |
| 2385 | }, |
| 2386 | "type": "A String", # The source type. |
| 2387 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2388 | }, |
| 2389 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2390 | }, |
| 2391 | "value": "A String", # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified` |
| 2392 | }, |
| 2393 | ], |
| 2394 | "taglines": [ # Output only. **DEPRECATED**: No data will be returned The person's taglines. |
| 2395 | { # **DEPRECATED**: No data will be returned A brief one-line description of the person. |
| 2396 | "metadata": { # Metadata about a field. # Metadata about the tagline. |
| 2397 | "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. |
| 2398 | "source": { # The source of a field. # The source of the field. |
| 2399 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2400 | "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. |
| 2401 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2402 | "objectType": "A String", # Output only. The profile object type. |
| 2403 | "userTypes": [ # Output only. The user types. |
| 2404 | "A String", |
| 2405 | ], |
| 2406 | }, |
| 2407 | "type": "A String", # The source type. |
| 2408 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2409 | }, |
| 2410 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2411 | }, |
| 2412 | "value": "A String", # The tagline. |
| 2413 | }, |
| 2414 | ], |
| 2415 | "sipAddresses": [ # The person's SIP addresses. |
| 2416 | { # A person's SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet. |
| 2417 | "value": "A String", # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format. |
| 2418 | "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` |
| 2419 | "metadata": { # Metadata about a field. # Metadata about the SIP address. |
| 2420 | "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. |
| 2421 | "source": { # The source of a field. # The source of the field. |
| 2422 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2423 | "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. |
| 2424 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2425 | "objectType": "A String", # Output only. The profile object type. |
| 2426 | "userTypes": [ # Output only. The user types. |
| 2427 | "A String", |
| 2428 | ], |
| 2429 | }, |
| 2430 | "type": "A String", # The source type. |
| 2431 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2432 | }, |
| 2433 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2434 | }, |
| 2435 | "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. |
| 2436 | }, |
| 2437 | ], |
| 2438 | "photos": [ # Output only. The person's photos. |
| 2439 | { # A person's photo. A picture shown next to the person's name to help others recognize the person. |
| 2440 | "metadata": { # Metadata about a field. # Metadata about the photo. |
| 2441 | "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. |
| 2442 | "source": { # The source of a field. # The source of the field. |
| 2443 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2444 | "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. |
| 2445 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2446 | "objectType": "A String", # Output only. The profile object type. |
| 2447 | "userTypes": [ # Output only. The user types. |
| 2448 | "A String", |
| 2449 | ], |
| 2450 | }, |
| 2451 | "type": "A String", # The source type. |
| 2452 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2453 | }, |
| 2454 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2455 | }, |
| 2456 | "default": True or False, # True if the photo is a default photo; false if the photo is a user-provided photo. |
| 2457 | "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 |
| 2458 | }, |
| 2459 | ], |
| 2460 | "relationshipInterests": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship interests. |
| 2461 | { # **DEPRECATED**: No data will be returned A person's relationship interest . |
| 2462 | "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. |
| 2463 | "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` |
| 2464 | "metadata": { # Metadata about a field. # Metadata about the relationship interest. |
| 2465 | "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. |
| 2466 | "source": { # The source of a field. # The source of the field. |
| 2467 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2468 | "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. |
| 2469 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2470 | "objectType": "A String", # Output only. The profile object type. |
| 2471 | "userTypes": [ # Output only. The user types. |
| 2472 | "A String", |
| 2473 | ], |
| 2474 | }, |
| 2475 | "type": "A String", # The source type. |
| 2476 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2477 | }, |
| 2478 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2479 | }, |
| 2480 | }, |
| 2481 | ], |
| 2482 | "interests": [ # The person's interests. |
| 2483 | { # One of the person's interests. |
| 2484 | "value": "A String", # The interest; for example, `stargazing`. |
| 2485 | "metadata": { # Metadata about a field. # Metadata about the interest. |
| 2486 | "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. |
| 2487 | "source": { # The source of a field. # The source of the field. |
| 2488 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2489 | "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. |
| 2490 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2491 | "objectType": "A String", # Output only. The profile object type. |
| 2492 | "userTypes": [ # Output only. The user types. |
| 2493 | "A String", |
| 2494 | ], |
| 2495 | }, |
| 2496 | "type": "A String", # The source type. |
| 2497 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2498 | }, |
| 2499 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2500 | }, |
| 2501 | }, |
| 2502 | ], |
| 2503 | "locales": [ # The person's locale preferences. |
| 2504 | { # A person's locale preference. |
| 2505 | "metadata": { # Metadata about a field. # Metadata about the locale. |
| 2506 | "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. |
| 2507 | "source": { # The source of a field. # The source of the field. |
| 2508 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2509 | "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. |
| 2510 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2511 | "objectType": "A String", # Output only. The profile object type. |
| 2512 | "userTypes": [ # Output only. The user types. |
| 2513 | "A String", |
| 2514 | ], |
| 2515 | }, |
| 2516 | "type": "A String", # The source type. |
| 2517 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2518 | }, |
| 2519 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2520 | }, |
| 2521 | "value": "A String", # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale. |
| 2522 | }, |
| 2523 | ], |
| 2524 | "events": [ # The person's events. |
| 2525 | { # An event related to the person. |
| 2526 | "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. |
| 2527 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 2528 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 2529 | "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. |
| 2530 | }, |
| 2531 | "type": "A String", # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other` |
| 2532 | "metadata": { # Metadata about a field. # Metadata about the event. |
| 2533 | "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. |
| 2534 | "source": { # The source of a field. # The source of the field. |
| 2535 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2536 | "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. |
| 2537 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2538 | "objectType": "A String", # Output only. The profile object type. |
| 2539 | "userTypes": [ # Output only. The user types. |
| 2540 | "A String", |
| 2541 | ], |
| 2542 | }, |
| 2543 | "type": "A String", # The source type. |
| 2544 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2545 | }, |
| 2546 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2547 | }, |
| 2548 | "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. |
| 2549 | }, |
| 2550 | ], |
| 2551 | "calendarUrls": [ # The person's calendar URLs. |
| 2552 | { # A person's calendar URL. |
| 2553 | "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. |
| 2554 | "type": "A String", # The type of the calendar URL. The type can be custom or one of these predefined values: * `home` * `freeBusy` * `work` |
| 2555 | "metadata": { # Metadata about a field. # Metadata about the calendar URL. |
| 2556 | "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. |
| 2557 | "source": { # The source of a field. # The source of the field. |
| 2558 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2559 | "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. |
| 2560 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2561 | "objectType": "A String", # Output only. The profile object type. |
| 2562 | "userTypes": [ # Output only. The user types. |
| 2563 | "A String", |
| 2564 | ], |
| 2565 | }, |
| 2566 | "type": "A String", # The source type. |
| 2567 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2568 | }, |
| 2569 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2570 | }, |
| 2571 | "url": "A String", # The calendar URL. |
| 2572 | }, |
| 2573 | ], |
| 2574 | "braggingRights": [ # **DEPRECATED**: No data will be returned The person's bragging rights. |
| 2575 | { # **DEPRECATED**: No data will be returned A person's bragging rights. |
| 2576 | "value": "A String", # The bragging rights; for example, `climbed mount everest`. |
| 2577 | "metadata": { # Metadata about a field. # Metadata about the bragging rights. |
| 2578 | "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. |
| 2579 | "source": { # The source of a field. # The source of the field. |
| 2580 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2581 | "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. |
| 2582 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2583 | "objectType": "A String", # Output only. The profile object type. |
| 2584 | "userTypes": [ # Output only. The user types. |
| 2585 | "A String", |
| 2586 | ], |
| 2587 | }, |
| 2588 | "type": "A String", # The source type. |
| 2589 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2590 | }, |
| 2591 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2592 | }, |
| 2593 | }, |
| 2594 | ], |
| 2595 | "skills": [ # The person's skills. |
| 2596 | { # A skill that the person has. |
| 2597 | "metadata": { # Metadata about a field. # Metadata about the skill. |
| 2598 | "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. |
| 2599 | "source": { # The source of a field. # The source of the field. |
| 2600 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2601 | "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. |
| 2602 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2603 | "objectType": "A String", # Output only. The profile object type. |
| 2604 | "userTypes": [ # Output only. The user types. |
| 2605 | "A String", |
| 2606 | ], |
| 2607 | }, |
| 2608 | "type": "A String", # The source type. |
| 2609 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2610 | }, |
| 2611 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2612 | }, |
| 2613 | "value": "A String", # The skill; for example, `underwater basket weaving`. |
| 2614 | }, |
| 2615 | ], |
| 2616 | "externalIds": [ # The person's external IDs. |
| 2617 | { # An identifier from an external entity related to the person. |
| 2618 | "metadata": { # Metadata about a field. # Metadata about the external ID. |
| 2619 | "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. |
| 2620 | "source": { # The source of a field. # The source of the field. |
| 2621 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2622 | "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. |
| 2623 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2624 | "objectType": "A String", # Output only. The profile object type. |
| 2625 | "userTypes": [ # Output only. The user types. |
| 2626 | "A String", |
| 2627 | ], |
| 2628 | }, |
| 2629 | "type": "A String", # The source type. |
| 2630 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2631 | }, |
| 2632 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2633 | }, |
| 2634 | "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` |
| 2635 | "value": "A String", # The value of the external ID. |
| 2636 | "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. |
| 2637 | }, |
| 2638 | ], |
| 2639 | "biographies": [ # The person's biographies. This field is a singleton for contact sources. |
| 2640 | { # A person's short biography. |
| 2641 | "contentType": "A String", # The content type of the biography. |
| 2642 | "value": "A String", # The short biography. |
| 2643 | "metadata": { # Metadata about a field. # Metadata about the biography. |
| 2644 | "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. |
| 2645 | "source": { # The source of a field. # The source of the field. |
| 2646 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2647 | "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. |
| 2648 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2649 | "objectType": "A String", # Output only. The profile object type. |
| 2650 | "userTypes": [ # Output only. The user types. |
| 2651 | "A String", |
| 2652 | ], |
| 2653 | }, |
| 2654 | "type": "A String", # The source type. |
| 2655 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2656 | }, |
| 2657 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2658 | }, |
| 2659 | }, |
| 2660 | ], |
| 2661 | "locations": [ # The person's locations. |
| 2662 | { # A person's location. |
| 2663 | "deskCode": "A String", # The individual desk location. |
| 2664 | "floor": "A String", # The floor name or number. |
| 2665 | "metadata": { # Metadata about a field. # Metadata about the location. |
| 2666 | "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. |
| 2667 | "source": { # The source of a field. # The source of the field. |
| 2668 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2669 | "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. |
| 2670 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2671 | "objectType": "A String", # Output only. The profile object type. |
| 2672 | "userTypes": [ # Output only. The user types. |
| 2673 | "A String", |
| 2674 | ], |
| 2675 | }, |
| 2676 | "type": "A String", # The source type. |
| 2677 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2678 | }, |
| 2679 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2680 | }, |
| 2681 | "floorSection": "A String", # The floor section in `floor_name`. |
| 2682 | "buildingId": "A String", # The building identifier. |
| 2683 | "type": "A String", # The type of the location. The type can be custom or one of these predefined values: * `desk` * `grewUp` |
| 2684 | "current": True or False, # Whether the location is the current location. |
| 2685 | "value": "A String", # The free-form value of the location. |
| 2686 | }, |
| 2687 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2688 | "memberships": [ # The person's group memberships. |
| 2689 | { # A person's membership in a group. Only contact group memberships can be modified. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2690 | "metadata": { # Metadata about a field. # Metadata about the membership. |
| 2691 | "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. |
| 2692 | "source": { # The source of a field. # The source of the field. |
| 2693 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2694 | "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. |
| 2695 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2696 | "objectType": "A String", # Output only. The profile object type. |
| 2697 | "userTypes": [ # Output only. The user types. |
| 2698 | "A String", |
| 2699 | ], |
| 2700 | }, |
| 2701 | "type": "A String", # The source type. |
| 2702 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2703 | }, |
| 2704 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2705 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2706 | "domainMembership": { # A G Suite Domain membership. # Output only. The domain membership. |
| 2707 | "inViewerDomain": True or False, # True if the person is in the viewer's G Suite domain. |
| 2708 | }, |
| 2709 | "contactGroupMembership": { # A Google contact group membership. # The contact group membership. |
| 2710 | "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. |
| 2711 | "contactGroupId": "A String", # Output only. The contact group ID for the contact group membership. |
| 2712 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2713 | }, |
| 2714 | ], |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 2715 | }, |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 2716 | }</pre> |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 2717 | </div> |
| 2718 | |
| 2719 | <div class="method"> |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2720 | <code class="details" id="get">get(resourceName, personFields=None, sources=None, requestMask_includeField=None, x__xgafv=None)</code> |
| 2721 | <pre>Provides information about a person by specifying a resource name. Use `people/me` to indicate the authenticated user. The request returns a 400 error if 'personFields' is not specified. |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 2722 | |
| 2723 | Args: |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 2724 | resourceName: string, Required. The resource name of the person to provide information about. - To get information about the authenticated user, specify `people/me`. - To get information about a google account, specify `people/{account_id}`. - To get information about a contact, specify the resource name that identifies the contact as returned by [`people.connections.list`](/people/api/rest/v1/people.connections/list). (required) |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2725 | personFields: string, Required. A field mask to restrict which fields on the person are returned. Multiple fields can be specified by separating them with commas. 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 |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2726 | sources: string, Optional. A mask of what source types to return. Defaults to READ_SOURCE_TYPE_PROFILE and READ_SOURCE_TYPE_CONTACT if not set. (repeated) |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 2727 | Allowed values |
| 2728 | READ_SOURCE_TYPE_UNSPECIFIED - Unspecified. |
| 2729 | READ_SOURCE_TYPE_PROFILE - Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE. |
| 2730 | READ_SOURCE_TYPE_CONTACT - Returns SourceType.CONTACT. |
| 2731 | READ_SOURCE_TYPE_DOMAIN_CONTACT - Returns SourceType.DOMAIN_CONTACT. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2732 | requestMask_includeField: string, Required. Comma-separated list of person fields to be included in the response. Each path should start with `person.`: for example, `person.names` or `person.photos`. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 2733 | x__xgafv: string, V1 error format. |
| 2734 | Allowed values |
| 2735 | 1 - v1 error format |
| 2736 | 2 - v2 error format |
Jon Wayne Parrott | 36e41bc | 2016-02-19 16:02:29 -0800 | [diff] [blame] | 2737 | |
| 2738 | Returns: |
| 2739 | An object of the form: |
| 2740 | |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 2741 | { # 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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2742 | "residences": [ # **DEPRECATED**: (Please use `person.locations` instead) The person's residences. |
| 2743 | { # **DEPRECATED**: Please use `person.locations` instead. A person's past or current residence. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2744 | "metadata": { # Metadata about a field. # Metadata about the residence. |
| 2745 | "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. |
| 2746 | "source": { # The source of a field. # The source of the field. |
| 2747 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2748 | "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. |
| 2749 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2750 | "objectType": "A String", # Output only. The profile object type. |
| 2751 | "userTypes": [ # Output only. The user types. |
| 2752 | "A String", |
| 2753 | ], |
| 2754 | }, |
| 2755 | "type": "A String", # The source type. |
| 2756 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2757 | }, |
| 2758 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2759 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2760 | "current": True or False, # True if the residence is the person's current residence; false if the residence is a past residence. |
| 2761 | "value": "A String", # The address of the residence. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2762 | }, |
| 2763 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2764 | "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}`. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2765 | "ageRanges": [ # Output only. The person's age ranges. |
| 2766 | { # A person's age range. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2767 | "ageRange": "A String", # The age range. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2768 | "metadata": { # Metadata about a field. # Metadata about the age range. |
| 2769 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2770 | "source": { # The source of a field. # The source of the field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2771 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2772 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2773 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2774 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2775 | "userTypes": [ # Output only. The user types. |
| 2776 | "A String", |
| 2777 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2778 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2779 | "type": "A String", # The source type. |
| 2780 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 2781 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2782 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2783 | }, |
| 2784 | }, |
| 2785 | ], |
| 2786 | "fileAses": [ # The person's file-ases. |
| 2787 | { # The name that should be used to sort the person in a list. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2788 | "metadata": { # Metadata about a field. # Metadata about the file-as. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2789 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2790 | "source": { # The source of a field. # The source of the field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2791 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2792 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2793 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2794 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2795 | "userTypes": [ # Output only. The user types. |
| 2796 | "A String", |
| 2797 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2798 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2799 | "type": "A String", # The source type. |
| 2800 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2801 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2802 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2803 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2804 | "value": "A String", # The file-as value |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 2805 | }, |
| 2806 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2807 | "etag": "A String", # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation. |
| 2808 | "userDefined": [ # The person's user defined data. |
| 2809 | { # Arbitrary user data that is populated by the end users. |
| 2810 | "value": "A String", # The end user specified value of the user defined data. |
| 2811 | "key": "A String", # The end user specified key of the user defined data. |
| 2812 | "metadata": { # Metadata about a field. # Metadata about the user defined data. |
| 2813 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 2814 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 2815 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2816 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 2817 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2818 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 2819 | "userTypes": [ # Output only. The user types. |
| 2820 | "A String", |
| 2821 | ], |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 2822 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2823 | "type": "A String", # The source type. |
| 2824 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 2825 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2826 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 2827 | }, |
| 2828 | }, |
| 2829 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2830 | "urls": [ # The person's associated URLs. |
| 2831 | { # A person's associated URLs. |
| 2832 | "metadata": { # Metadata about a field. # Metadata about the URL. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2833 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 2834 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 2835 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2836 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 2837 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2838 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 2839 | "userTypes": [ # Output only. The user types. |
| 2840 | "A String", |
| 2841 | ], |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 2842 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2843 | "type": "A String", # The source type. |
| 2844 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 2845 | }, |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 2846 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 2847 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2848 | "value": "A String", # The URL. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2849 | "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` |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2850 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 2851 | }, |
| 2852 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2853 | "imClients": [ # The person's instant messaging clients. |
| 2854 | { # A person's instant messaging client. |
| 2855 | "metadata": { # Metadata about a field. # Metadata about the IM client. |
| 2856 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 2857 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 2858 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2859 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 2860 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2861 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 2862 | "userTypes": [ # Output only. The user types. |
| 2863 | "A String", |
| 2864 | ], |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 2865 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2866 | "type": "A String", # The source type. |
| 2867 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 2868 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2869 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 2870 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2871 | "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` |
| 2872 | "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. |
| 2873 | "type": "A String", # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 2874 | "username": "A String", # The user name used in the IM client. |
| 2875 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 2876 | }, |
| 2877 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2878 | "metadata": { # The metadata about a person. # Output only. Metadata about the person. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2879 | "objectType": "A String", # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object. |
| 2880 | "sources": [ # The sources of data for the person. |
| 2881 | { # The source of a field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2882 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2883 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2884 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2885 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2886 | "userTypes": [ # Output only. The user types. |
| 2887 | "A String", |
| 2888 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2889 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2890 | "type": "A String", # The source type. |
| 2891 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2892 | }, |
| 2893 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2894 | "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. |
| 2895 | "linkedPeopleResourceNames": [ # Output only. Resource names of people linked to this resource. |
| 2896 | "A String", |
| 2897 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2898 | "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. |
| 2899 | "A String", |
| 2900 | ], |
| 2901 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2902 | "birthdays": [ # The person's birthdays. This field is a singleton for contact sources. |
| 2903 | { # 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. |
| 2904 | "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. |
| 2905 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 2906 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 2907 | "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. |
| 2908 | }, |
| 2909 | "text": "A String", # A free-form string representing the user's birthday. |
| 2910 | "metadata": { # Metadata about a field. # Metadata about the birthday. |
| 2911 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2912 | "source": { # The source of a field. # The source of the field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2913 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2914 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2915 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2916 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2917 | "userTypes": [ # Output only. The user types. |
| 2918 | "A String", |
| 2919 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2920 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2921 | "type": "A String", # The source type. |
| 2922 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2923 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2924 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2925 | }, |
| 2926 | }, |
| 2927 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2928 | "clientData": [ # The person's client data. |
| 2929 | { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. |
| 2930 | "metadata": { # Metadata about a field. # Metadata about the client data. |
| 2931 | "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. |
| 2932 | "source": { # The source of a field. # The source of the field. |
| 2933 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2934 | "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. |
| 2935 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2936 | "objectType": "A String", # Output only. The profile object type. |
| 2937 | "userTypes": [ # Output only. The user types. |
| 2938 | "A String", |
| 2939 | ], |
| 2940 | }, |
| 2941 | "type": "A String", # The source type. |
| 2942 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2943 | }, |
| 2944 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2945 | }, |
| 2946 | "value": "A String", # The client specified value of the client data. |
| 2947 | "key": "A String", # The client specified key of the client data. |
| 2948 | }, |
| 2949 | ], |
| 2950 | "organizations": [ # The person's past or current organizations. |
| 2951 | { # A person's past or current organization. Overlapping date ranges are permitted. |
| 2952 | "type": "A String", # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school` |
| 2953 | "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. |
| 2954 | "title": "A String", # The person's job title at the organization. |
| 2955 | "location": "A String", # The location of the organization office the person works at. |
| 2956 | "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. |
| 2957 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 2958 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 2959 | "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. |
| 2960 | }, |
| 2961 | "domain": "A String", # The domain name associated with the organization; for example, `google.com`. |
| 2962 | "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. |
| 2963 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 2964 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 2965 | "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. |
| 2966 | }, |
| 2967 | "name": "A String", # The name of the organization. |
| 2968 | "symbol": "A String", # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym. |
| 2969 | "metadata": { # Metadata about a field. # Metadata about the organization. |
| 2970 | "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. |
| 2971 | "source": { # The source of a field. # The source of the field. |
| 2972 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2973 | "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. |
| 2974 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2975 | "objectType": "A String", # Output only. The profile object type. |
| 2976 | "userTypes": [ # Output only. The user types. |
| 2977 | "A String", |
| 2978 | ], |
| 2979 | }, |
| 2980 | "type": "A String", # The source type. |
| 2981 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2982 | }, |
| 2983 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2984 | }, |
| 2985 | "phoneticName": "A String", # The phonetic name of the organization. |
| 2986 | "current": True or False, # True if the organization is the person's current organization; false if the organization is a past organization. |
| 2987 | "department": "A String", # The person's department at the organization. |
| 2988 | "jobDescription": "A String", # The person's job description at the organization. |
| 2989 | }, |
| 2990 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2991 | "nicknames": [ # The person's nicknames. |
| 2992 | { # A person's nickname. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2993 | "metadata": { # Metadata about a field. # Metadata about the nickname. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2994 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2995 | "source": { # The source of a field. # The source of the field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2996 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2997 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2998 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2999 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3000 | "userTypes": [ # Output only. The user types. |
| 3001 | "A String", |
| 3002 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3003 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3004 | "type": "A String", # The source type. |
| 3005 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3006 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3007 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3008 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3009 | "value": "A String", # The nickname. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3010 | "type": "A String", # The type of the nickname. |
| 3011 | }, |
| 3012 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3013 | "occupations": [ # The person's occupations. |
| 3014 | { # A person's occupation. |
| 3015 | "metadata": { # Metadata about a field. # Metadata about the occupation. |
| 3016 | "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. |
| 3017 | "source": { # The source of a field. # The source of the field. |
| 3018 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3019 | "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. |
| 3020 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3021 | "objectType": "A String", # Output only. The profile object type. |
| 3022 | "userTypes": [ # Output only. The user types. |
| 3023 | "A String", |
| 3024 | ], |
| 3025 | }, |
| 3026 | "type": "A String", # The source type. |
| 3027 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3028 | }, |
| 3029 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3030 | }, |
| 3031 | "value": "A String", # The occupation; for example, `carpenter`. |
| 3032 | }, |
| 3033 | ], |
| 3034 | "phoneNumbers": [ # The person's phone numbers. |
| 3035 | { # A person's phone number. |
| 3036 | "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. |
| 3037 | "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. |
| 3038 | "metadata": { # Metadata about a field. # Metadata about the phone number. |
| 3039 | "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. |
| 3040 | "source": { # The source of a field. # The source of the field. |
| 3041 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3042 | "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. |
| 3043 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3044 | "objectType": "A String", # Output only. The profile object type. |
| 3045 | "userTypes": [ # Output only. The user types. |
| 3046 | "A String", |
| 3047 | ], |
| 3048 | }, |
| 3049 | "type": "A String", # The source type. |
| 3050 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3051 | }, |
| 3052 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3053 | }, |
| 3054 | "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` |
| 3055 | "value": "A String", # The phone number. |
| 3056 | }, |
| 3057 | ], |
| 3058 | "coverPhotos": [ # Output only. The person's cover photos. |
| 3059 | { # 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. |
| 3060 | "url": "A String", # The URL of the cover photo. |
| 3061 | "metadata": { # Metadata about a field. # Metadata about the cover photo. |
| 3062 | "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. |
| 3063 | "source": { # The source of a field. # The source of the field. |
| 3064 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3065 | "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. |
| 3066 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3067 | "objectType": "A String", # Output only. The profile object type. |
| 3068 | "userTypes": [ # Output only. The user types. |
| 3069 | "A String", |
| 3070 | ], |
| 3071 | }, |
| 3072 | "type": "A String", # The source type. |
| 3073 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3074 | }, |
| 3075 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3076 | }, |
| 3077 | "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. |
| 3078 | }, |
| 3079 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3080 | "emailAddresses": [ # The person's email addresses. |
| 3081 | { # A person's email address. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3082 | "displayName": "A String", # The display name of the email. |
| 3083 | "value": "A String", # The email address. |
| 3084 | "type": "A String", # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3085 | "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. |
| 3086 | "metadata": { # Metadata about a field. # Metadata about the email address. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3087 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3088 | "source": { # The source of a field. # The source of the field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3089 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3090 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3091 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3092 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3093 | "userTypes": [ # Output only. The user types. |
| 3094 | "A String", |
| 3095 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3096 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3097 | "type": "A String", # The source type. |
| 3098 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3099 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3100 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3101 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3102 | }, |
| 3103 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3104 | "ageRange": "A String", # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person's age range. |
| 3105 | "relations": [ # The person's relations. |
| 3106 | { # A person's relation to another person. |
| 3107 | "person": "A String", # The name of the other person this relation refers to. |
| 3108 | "metadata": { # Metadata about a field. # Metadata about the relation. |
| 3109 | "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. |
| 3110 | "source": { # The source of a field. # The source of the field. |
| 3111 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3112 | "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. |
| 3113 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3114 | "objectType": "A String", # Output only. The profile object type. |
| 3115 | "userTypes": [ # Output only. The user types. |
| 3116 | "A String", |
| 3117 | ], |
| 3118 | }, |
| 3119 | "type": "A String", # The source type. |
| 3120 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3121 | }, |
| 3122 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3123 | }, |
| 3124 | "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. |
| 3125 | "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` |
| 3126 | }, |
| 3127 | ], |
| 3128 | "miscKeywords": [ # The person's miscellaneous keywords. |
| 3129 | { # A person's miscellaneous keyword. |
| 3130 | "value": "A String", # The value of the miscellaneous keyword. |
| 3131 | "metadata": { # Metadata about a field. # Metadata about the miscellaneous keyword. |
| 3132 | "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. |
| 3133 | "source": { # The source of a field. # The source of the field. |
| 3134 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3135 | "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. |
| 3136 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3137 | "objectType": "A String", # Output only. The profile object type. |
| 3138 | "userTypes": [ # Output only. The user types. |
| 3139 | "A String", |
| 3140 | ], |
| 3141 | }, |
| 3142 | "type": "A String", # The source type. |
| 3143 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3144 | }, |
| 3145 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3146 | }, |
| 3147 | "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. |
| 3148 | "type": "A String", # The miscellaneous keyword type. |
| 3149 | }, |
| 3150 | ], |
| 3151 | "relationshipStatuses": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship statuses. |
| 3152 | { # **DEPRECATED**: No data will be returned A person's relationship status. |
| 3153 | "metadata": { # Metadata about a field. # Metadata about the relationship status. |
| 3154 | "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. |
| 3155 | "source": { # The source of a field. # The source of the field. |
| 3156 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3157 | "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. |
| 3158 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3159 | "objectType": "A String", # Output only. The profile object type. |
| 3160 | "userTypes": [ # Output only. The user types. |
| 3161 | "A String", |
| 3162 | ], |
| 3163 | }, |
| 3164 | "type": "A String", # The source type. |
| 3165 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3166 | }, |
| 3167 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3168 | }, |
| 3169 | "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` |
| 3170 | "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. |
| 3171 | }, |
| 3172 | ], |
| 3173 | "names": [ # The person's names. This field is a singleton for contact sources. |
| 3174 | { # A person's name. If the name is a mononym, the family name is empty. |
| 3175 | "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. |
| 3176 | "honorificPrefix": "A String", # The honorific prefixes, such as `Mrs.` or `Dr.` |
| 3177 | "familyName": "A String", # The family name. |
| 3178 | "givenName": "A String", # The given name. |
| 3179 | "honorificSuffix": "A String", # The honorific suffixes, such as `Jr.` |
| 3180 | "middleName": "A String", # The middle name(s). |
| 3181 | "phoneticFullName": "A String", # The full name spelled as it sounds. |
| 3182 | "phoneticHonorificSuffix": "A String", # The honorific suffixes spelled as they sound. |
| 3183 | "phoneticMiddleName": "A String", # The middle name(s) spelled as they sound. |
| 3184 | "metadata": { # Metadata about a field. # Metadata about the name. |
| 3185 | "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. |
| 3186 | "source": { # The source of a field. # The source of the field. |
| 3187 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3188 | "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. |
| 3189 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3190 | "objectType": "A String", # Output only. The profile object type. |
| 3191 | "userTypes": [ # Output only. The user types. |
| 3192 | "A String", |
| 3193 | ], |
| 3194 | }, |
| 3195 | "type": "A String", # The source type. |
| 3196 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3197 | }, |
| 3198 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3199 | }, |
| 3200 | "phoneticFamilyName": "A String", # The family name spelled as it sounds. |
| 3201 | "phoneticHonorificPrefix": "A String", # The honorific prefixes spelled as they sound. |
| 3202 | "phoneticGivenName": "A String", # The given name spelled as it sounds. |
| 3203 | "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. |
| 3204 | "unstructuredName": "A String", # The free form name value. |
| 3205 | }, |
| 3206 | ], |
| 3207 | "addresses": [ # The person's street addresses. |
| 3208 | { # A person's physical address. May be a P.O. box or street address. All fields are optional. |
| 3209 | "countryCode": "A String", # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address. |
| 3210 | "extendedAddress": "A String", # The extended address of the address; for example, the apartment number. |
| 3211 | "city": "A String", # The city of the address. |
| 3212 | "country": "A String", # The country of the address. |
| 3213 | "streetAddress": "A String", # The street address. |
| 3214 | "region": "A String", # The region of the address; for example, the state or province. |
| 3215 | "type": "A String", # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 3216 | "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. |
| 3217 | "metadata": { # Metadata about a field. # Metadata about the address. |
| 3218 | "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. |
| 3219 | "source": { # The source of a field. # The source of the field. |
| 3220 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3221 | "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. |
| 3222 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3223 | "objectType": "A String", # Output only. The profile object type. |
| 3224 | "userTypes": [ # Output only. The user types. |
| 3225 | "A String", |
| 3226 | ], |
| 3227 | }, |
| 3228 | "type": "A String", # The source type. |
| 3229 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3230 | }, |
| 3231 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3232 | }, |
| 3233 | "poBox": "A String", # The P.O. box of the address. |
| 3234 | "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. |
| 3235 | "postalCode": "A String", # The postal code of the address. |
| 3236 | }, |
| 3237 | ], |
| 3238 | "genders": [ # The person's genders. This field is a singleton for contact sources. |
| 3239 | { # A person's gender. |
| 3240 | "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. |
| 3241 | "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` |
| 3242 | "metadata": { # Metadata about a field. # Metadata about the gender. |
| 3243 | "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. |
| 3244 | "source": { # The source of a field. # The source of the field. |
| 3245 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3246 | "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. |
| 3247 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3248 | "objectType": "A String", # Output only. The profile object type. |
| 3249 | "userTypes": [ # Output only. The user types. |
| 3250 | "A String", |
| 3251 | ], |
| 3252 | }, |
| 3253 | "type": "A String", # The source type. |
| 3254 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3255 | }, |
| 3256 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3257 | }, |
| 3258 | "value": "A String", # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified` |
| 3259 | }, |
| 3260 | ], |
| 3261 | "taglines": [ # Output only. **DEPRECATED**: No data will be returned The person's taglines. |
| 3262 | { # **DEPRECATED**: No data will be returned A brief one-line description of the person. |
| 3263 | "metadata": { # Metadata about a field. # Metadata about the tagline. |
| 3264 | "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. |
| 3265 | "source": { # The source of a field. # The source of the field. |
| 3266 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3267 | "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. |
| 3268 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3269 | "objectType": "A String", # Output only. The profile object type. |
| 3270 | "userTypes": [ # Output only. The user types. |
| 3271 | "A String", |
| 3272 | ], |
| 3273 | }, |
| 3274 | "type": "A String", # The source type. |
| 3275 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3276 | }, |
| 3277 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3278 | }, |
| 3279 | "value": "A String", # The tagline. |
| 3280 | }, |
| 3281 | ], |
| 3282 | "sipAddresses": [ # The person's SIP addresses. |
| 3283 | { # A person's SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet. |
| 3284 | "value": "A String", # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format. |
| 3285 | "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` |
| 3286 | "metadata": { # Metadata about a field. # Metadata about the SIP address. |
| 3287 | "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. |
| 3288 | "source": { # The source of a field. # The source of the field. |
| 3289 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3290 | "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. |
| 3291 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3292 | "objectType": "A String", # Output only. The profile object type. |
| 3293 | "userTypes": [ # Output only. The user types. |
| 3294 | "A String", |
| 3295 | ], |
| 3296 | }, |
| 3297 | "type": "A String", # The source type. |
| 3298 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3299 | }, |
| 3300 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3301 | }, |
| 3302 | "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. |
| 3303 | }, |
| 3304 | ], |
| 3305 | "photos": [ # Output only. The person's photos. |
| 3306 | { # A person's photo. A picture shown next to the person's name to help others recognize the person. |
| 3307 | "metadata": { # Metadata about a field. # Metadata about the photo. |
| 3308 | "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. |
| 3309 | "source": { # The source of a field. # The source of the field. |
| 3310 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3311 | "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. |
| 3312 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3313 | "objectType": "A String", # Output only. The profile object type. |
| 3314 | "userTypes": [ # Output only. The user types. |
| 3315 | "A String", |
| 3316 | ], |
| 3317 | }, |
| 3318 | "type": "A String", # The source type. |
| 3319 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3320 | }, |
| 3321 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3322 | }, |
| 3323 | "default": True or False, # True if the photo is a default photo; false if the photo is a user-provided photo. |
| 3324 | "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 |
| 3325 | }, |
| 3326 | ], |
| 3327 | "relationshipInterests": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship interests. |
| 3328 | { # **DEPRECATED**: No data will be returned A person's relationship interest . |
| 3329 | "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. |
| 3330 | "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` |
| 3331 | "metadata": { # Metadata about a field. # Metadata about the relationship interest. |
| 3332 | "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. |
| 3333 | "source": { # The source of a field. # The source of the field. |
| 3334 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3335 | "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. |
| 3336 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3337 | "objectType": "A String", # Output only. The profile object type. |
| 3338 | "userTypes": [ # Output only. The user types. |
| 3339 | "A String", |
| 3340 | ], |
| 3341 | }, |
| 3342 | "type": "A String", # The source type. |
| 3343 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3344 | }, |
| 3345 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3346 | }, |
| 3347 | }, |
| 3348 | ], |
| 3349 | "interests": [ # The person's interests. |
| 3350 | { # One of the person's interests. |
| 3351 | "value": "A String", # The interest; for example, `stargazing`. |
| 3352 | "metadata": { # Metadata about a field. # Metadata about the interest. |
| 3353 | "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. |
| 3354 | "source": { # The source of a field. # The source of the field. |
| 3355 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3356 | "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. |
| 3357 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3358 | "objectType": "A String", # Output only. The profile object type. |
| 3359 | "userTypes": [ # Output only. The user types. |
| 3360 | "A String", |
| 3361 | ], |
| 3362 | }, |
| 3363 | "type": "A String", # The source type. |
| 3364 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3365 | }, |
| 3366 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3367 | }, |
| 3368 | }, |
| 3369 | ], |
| 3370 | "locales": [ # The person's locale preferences. |
| 3371 | { # A person's locale preference. |
| 3372 | "metadata": { # Metadata about a field. # Metadata about the locale. |
| 3373 | "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. |
| 3374 | "source": { # The source of a field. # The source of the field. |
| 3375 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3376 | "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. |
| 3377 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3378 | "objectType": "A String", # Output only. The profile object type. |
| 3379 | "userTypes": [ # Output only. The user types. |
| 3380 | "A String", |
| 3381 | ], |
| 3382 | }, |
| 3383 | "type": "A String", # The source type. |
| 3384 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3385 | }, |
| 3386 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3387 | }, |
| 3388 | "value": "A String", # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale. |
| 3389 | }, |
| 3390 | ], |
| 3391 | "events": [ # The person's events. |
| 3392 | { # An event related to the person. |
| 3393 | "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. |
| 3394 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 3395 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 3396 | "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. |
| 3397 | }, |
| 3398 | "type": "A String", # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other` |
| 3399 | "metadata": { # Metadata about a field. # Metadata about the event. |
| 3400 | "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. |
| 3401 | "source": { # The source of a field. # The source of the field. |
| 3402 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3403 | "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. |
| 3404 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3405 | "objectType": "A String", # Output only. The profile object type. |
| 3406 | "userTypes": [ # Output only. The user types. |
| 3407 | "A String", |
| 3408 | ], |
| 3409 | }, |
| 3410 | "type": "A String", # The source type. |
| 3411 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3412 | }, |
| 3413 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3414 | }, |
| 3415 | "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. |
| 3416 | }, |
| 3417 | ], |
| 3418 | "calendarUrls": [ # The person's calendar URLs. |
| 3419 | { # A person's calendar URL. |
| 3420 | "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. |
| 3421 | "type": "A String", # The type of the calendar URL. The type can be custom or one of these predefined values: * `home` * `freeBusy` * `work` |
| 3422 | "metadata": { # Metadata about a field. # Metadata about the calendar URL. |
| 3423 | "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. |
| 3424 | "source": { # The source of a field. # The source of the field. |
| 3425 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3426 | "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. |
| 3427 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3428 | "objectType": "A String", # Output only. The profile object type. |
| 3429 | "userTypes": [ # Output only. The user types. |
| 3430 | "A String", |
| 3431 | ], |
| 3432 | }, |
| 3433 | "type": "A String", # The source type. |
| 3434 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3435 | }, |
| 3436 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3437 | }, |
| 3438 | "url": "A String", # The calendar URL. |
| 3439 | }, |
| 3440 | ], |
| 3441 | "braggingRights": [ # **DEPRECATED**: No data will be returned The person's bragging rights. |
| 3442 | { # **DEPRECATED**: No data will be returned A person's bragging rights. |
| 3443 | "value": "A String", # The bragging rights; for example, `climbed mount everest`. |
| 3444 | "metadata": { # Metadata about a field. # Metadata about the bragging rights. |
| 3445 | "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. |
| 3446 | "source": { # The source of a field. # The source of the field. |
| 3447 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3448 | "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. |
| 3449 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3450 | "objectType": "A String", # Output only. The profile object type. |
| 3451 | "userTypes": [ # Output only. The user types. |
| 3452 | "A String", |
| 3453 | ], |
| 3454 | }, |
| 3455 | "type": "A String", # The source type. |
| 3456 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3457 | }, |
| 3458 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3459 | }, |
| 3460 | }, |
| 3461 | ], |
| 3462 | "skills": [ # The person's skills. |
| 3463 | { # A skill that the person has. |
| 3464 | "metadata": { # Metadata about a field. # Metadata about the skill. |
| 3465 | "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. |
| 3466 | "source": { # The source of a field. # The source of the field. |
| 3467 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3468 | "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. |
| 3469 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3470 | "objectType": "A String", # Output only. The profile object type. |
| 3471 | "userTypes": [ # Output only. The user types. |
| 3472 | "A String", |
| 3473 | ], |
| 3474 | }, |
| 3475 | "type": "A String", # The source type. |
| 3476 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3477 | }, |
| 3478 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3479 | }, |
| 3480 | "value": "A String", # The skill; for example, `underwater basket weaving`. |
| 3481 | }, |
| 3482 | ], |
| 3483 | "externalIds": [ # The person's external IDs. |
| 3484 | { # An identifier from an external entity related to the person. |
| 3485 | "metadata": { # Metadata about a field. # Metadata about the external ID. |
| 3486 | "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. |
| 3487 | "source": { # The source of a field. # The source of the field. |
| 3488 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3489 | "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. |
| 3490 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3491 | "objectType": "A String", # Output only. The profile object type. |
| 3492 | "userTypes": [ # Output only. The user types. |
| 3493 | "A String", |
| 3494 | ], |
| 3495 | }, |
| 3496 | "type": "A String", # The source type. |
| 3497 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3498 | }, |
| 3499 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3500 | }, |
| 3501 | "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` |
| 3502 | "value": "A String", # The value of the external ID. |
| 3503 | "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. |
| 3504 | }, |
| 3505 | ], |
| 3506 | "biographies": [ # The person's biographies. This field is a singleton for contact sources. |
| 3507 | { # A person's short biography. |
| 3508 | "contentType": "A String", # The content type of the biography. |
| 3509 | "value": "A String", # The short biography. |
| 3510 | "metadata": { # Metadata about a field. # Metadata about the biography. |
| 3511 | "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. |
| 3512 | "source": { # The source of a field. # The source of the field. |
| 3513 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3514 | "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. |
| 3515 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3516 | "objectType": "A String", # Output only. The profile object type. |
| 3517 | "userTypes": [ # Output only. The user types. |
| 3518 | "A String", |
| 3519 | ], |
| 3520 | }, |
| 3521 | "type": "A String", # The source type. |
| 3522 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3523 | }, |
| 3524 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3525 | }, |
| 3526 | }, |
| 3527 | ], |
| 3528 | "locations": [ # The person's locations. |
| 3529 | { # A person's location. |
| 3530 | "deskCode": "A String", # The individual desk location. |
| 3531 | "floor": "A String", # The floor name or number. |
| 3532 | "metadata": { # Metadata about a field. # Metadata about the location. |
| 3533 | "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. |
| 3534 | "source": { # The source of a field. # The source of the field. |
| 3535 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3536 | "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. |
| 3537 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3538 | "objectType": "A String", # Output only. The profile object type. |
| 3539 | "userTypes": [ # Output only. The user types. |
| 3540 | "A String", |
| 3541 | ], |
| 3542 | }, |
| 3543 | "type": "A String", # The source type. |
| 3544 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3545 | }, |
| 3546 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3547 | }, |
| 3548 | "floorSection": "A String", # The floor section in `floor_name`. |
| 3549 | "buildingId": "A String", # The building identifier. |
| 3550 | "type": "A String", # The type of the location. The type can be custom or one of these predefined values: * `desk` * `grewUp` |
| 3551 | "current": True or False, # Whether the location is the current location. |
| 3552 | "value": "A String", # The free-form value of the location. |
| 3553 | }, |
| 3554 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3555 | "memberships": [ # The person's group memberships. |
| 3556 | { # A person's membership in a group. Only contact group memberships can be modified. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3557 | "metadata": { # Metadata about a field. # Metadata about the membership. |
| 3558 | "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. |
| 3559 | "source": { # The source of a field. # The source of the field. |
| 3560 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3561 | "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. |
| 3562 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3563 | "objectType": "A String", # Output only. The profile object type. |
| 3564 | "userTypes": [ # Output only. The user types. |
| 3565 | "A String", |
| 3566 | ], |
| 3567 | }, |
| 3568 | "type": "A String", # The source type. |
| 3569 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3570 | }, |
| 3571 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3572 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3573 | "domainMembership": { # A G Suite Domain membership. # Output only. The domain membership. |
| 3574 | "inViewerDomain": True or False, # True if the person is in the viewer's G Suite domain. |
| 3575 | }, |
| 3576 | "contactGroupMembership": { # A Google contact group membership. # The contact group membership. |
| 3577 | "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. |
| 3578 | "contactGroupId": "A String", # Output only. The contact group ID for the contact group membership. |
| 3579 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3580 | }, |
| 3581 | ], |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 3582 | }</pre> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 3583 | </div> |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 3584 | |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 3585 | <div class="method"> |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3586 | <code class="details" id="getBatchGet">getBatchGet(resourceNames=None, sources=None, personFields=None, requestMask_includeField=None, x__xgafv=None)</code> |
| 3587 | <pre>Provides information about a list of specific people by specifying a list of requested resource names. Use `people/me` to indicate the authenticated user. The request returns a 400 error if 'personFields' is not specified. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 3588 | |
| 3589 | Args: |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3590 | resourceNames: string, Required. The resource names of the people to provide information about. It's repeatable. The URL query parameter should be resourceNames=<name1>&resourceNames=<name2>&... - To get information about the authenticated user, specify `people/me`. - To get information about a google account, specify `people/{account_id}`. - To get information about a contact, specify the resource name that identifies the contact as returned by [`people.connections.list`](/people/api/rest/v1/people.connections/list). You can include up to 50 resource names in one request. (repeated) |
| 3591 | sources: string, Optional. A mask of what source types to return. Defaults to READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set. (repeated) |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 3592 | Allowed values |
| 3593 | READ_SOURCE_TYPE_UNSPECIFIED - Unspecified. |
| 3594 | READ_SOURCE_TYPE_PROFILE - Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE. |
| 3595 | READ_SOURCE_TYPE_CONTACT - Returns SourceType.CONTACT. |
| 3596 | READ_SOURCE_TYPE_DOMAIN_CONTACT - Returns SourceType.DOMAIN_CONTACT. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3597 | personFields: 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: * 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 |
| 3598 | requestMask_includeField: string, Required. Comma-separated list of person fields to be included in the response. Each path should start with `person.`: for example, `person.names` or `person.photos`. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 3599 | x__xgafv: string, V1 error format. |
| 3600 | Allowed values |
| 3601 | 1 - v1 error format |
| 3602 | 2 - v2 error format |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 3603 | |
| 3604 | Returns: |
| 3605 | An object of the form: |
| 3606 | |
| 3607 | { # The response to a get request for a list of people by resource name. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 3608 | "responses": [ # The response for each requested resource name. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 3609 | { # The response for a single person |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3610 | "httpStatusCode": 42, # **DEPRECATED** (Please use status instead) [HTTP 1.1 status code] (http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html). |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 3611 | "requestedResourceName": "A String", # The original requested resource name. May be different than the resource name on the returned person. The resource name can change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or a profile URL. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 3612 | "person": { # 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. # The person. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3613 | "residences": [ # **DEPRECATED**: (Please use `person.locations` instead) The person's residences. |
| 3614 | { # **DEPRECATED**: Please use `person.locations` instead. A person's past or current residence. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3615 | "metadata": { # Metadata about a field. # Metadata about the residence. |
| 3616 | "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. |
| 3617 | "source": { # The source of a field. # The source of the field. |
| 3618 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3619 | "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. |
| 3620 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3621 | "objectType": "A String", # Output only. The profile object type. |
| 3622 | "userTypes": [ # Output only. The user types. |
| 3623 | "A String", |
| 3624 | ], |
| 3625 | }, |
| 3626 | "type": "A String", # The source type. |
| 3627 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3628 | }, |
| 3629 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3630 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3631 | "current": True or False, # True if the residence is the person's current residence; false if the residence is a past residence. |
| 3632 | "value": "A String", # The address of the residence. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3633 | }, |
| 3634 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3635 | "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}`. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3636 | "ageRanges": [ # Output only. The person's age ranges. |
| 3637 | { # A person's age range. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3638 | "ageRange": "A String", # The age range. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3639 | "metadata": { # Metadata about a field. # Metadata about the age range. |
| 3640 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3641 | "source": { # The source of a field. # The source of the field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3642 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3643 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3644 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3645 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3646 | "userTypes": [ # Output only. The user types. |
| 3647 | "A String", |
| 3648 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3649 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3650 | "type": "A String", # The source type. |
| 3651 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 3652 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3653 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3654 | }, |
| 3655 | }, |
| 3656 | ], |
| 3657 | "fileAses": [ # The person's file-ases. |
| 3658 | { # The name that should be used to sort the person in a list. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3659 | "metadata": { # Metadata about a field. # Metadata about the file-as. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3660 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3661 | "source": { # The source of a field. # The source of the field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3662 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3663 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3664 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3665 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3666 | "userTypes": [ # Output only. The user types. |
| 3667 | "A String", |
| 3668 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3669 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3670 | "type": "A String", # The source type. |
| 3671 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3672 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3673 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3674 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3675 | "value": "A String", # The file-as value |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 3676 | }, |
| 3677 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3678 | "etag": "A String", # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation. |
| 3679 | "userDefined": [ # The person's user defined data. |
| 3680 | { # Arbitrary user data that is populated by the end users. |
| 3681 | "value": "A String", # The end user specified value of the user defined data. |
| 3682 | "key": "A String", # The end user specified key of the user defined data. |
| 3683 | "metadata": { # Metadata about a field. # Metadata about the user defined data. |
| 3684 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 3685 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 3686 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3687 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 3688 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3689 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 3690 | "userTypes": [ # Output only. The user types. |
| 3691 | "A String", |
| 3692 | ], |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 3693 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3694 | "type": "A String", # The source type. |
| 3695 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 3696 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3697 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 3698 | }, |
| 3699 | }, |
| 3700 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3701 | "urls": [ # The person's associated URLs. |
| 3702 | { # A person's associated URLs. |
| 3703 | "metadata": { # Metadata about a field. # Metadata about the URL. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3704 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 3705 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 3706 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3707 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 3708 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3709 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 3710 | "userTypes": [ # Output only. The user types. |
| 3711 | "A String", |
| 3712 | ], |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 3713 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3714 | "type": "A String", # The source type. |
| 3715 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 3716 | }, |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 3717 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 3718 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3719 | "value": "A String", # The URL. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3720 | "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` |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3721 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 3722 | }, |
| 3723 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3724 | "imClients": [ # The person's instant messaging clients. |
| 3725 | { # A person's instant messaging client. |
| 3726 | "metadata": { # Metadata about a field. # Metadata about the IM client. |
| 3727 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 3728 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 3729 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3730 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 3731 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3732 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 3733 | "userTypes": [ # Output only. The user types. |
| 3734 | "A String", |
| 3735 | ], |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 3736 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3737 | "type": "A String", # The source type. |
| 3738 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 3739 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3740 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 3741 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3742 | "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` |
| 3743 | "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. |
| 3744 | "type": "A String", # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 3745 | "username": "A String", # The user name used in the IM client. |
| 3746 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 3747 | }, |
| 3748 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3749 | "metadata": { # The metadata about a person. # Output only. Metadata about the person. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3750 | "objectType": "A String", # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object. |
| 3751 | "sources": [ # The sources of data for the person. |
| 3752 | { # The source of a field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3753 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3754 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3755 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3756 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3757 | "userTypes": [ # Output only. The user types. |
| 3758 | "A String", |
| 3759 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3760 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3761 | "type": "A String", # The source type. |
| 3762 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3763 | }, |
| 3764 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3765 | "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. |
| 3766 | "linkedPeopleResourceNames": [ # Output only. Resource names of people linked to this resource. |
| 3767 | "A String", |
| 3768 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3769 | "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. |
| 3770 | "A String", |
| 3771 | ], |
| 3772 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3773 | "birthdays": [ # The person's birthdays. This field is a singleton for contact sources. |
| 3774 | { # 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. |
| 3775 | "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. |
| 3776 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 3777 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 3778 | "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. |
| 3779 | }, |
| 3780 | "text": "A String", # A free-form string representing the user's birthday. |
| 3781 | "metadata": { # Metadata about a field. # Metadata about the birthday. |
| 3782 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3783 | "source": { # The source of a field. # The source of the field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3784 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3785 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3786 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3787 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3788 | "userTypes": [ # Output only. The user types. |
| 3789 | "A String", |
| 3790 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3791 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3792 | "type": "A String", # The source type. |
| 3793 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3794 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3795 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3796 | }, |
| 3797 | }, |
| 3798 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3799 | "clientData": [ # The person's client data. |
| 3800 | { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. |
| 3801 | "metadata": { # Metadata about a field. # Metadata about the client data. |
| 3802 | "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. |
| 3803 | "source": { # The source of a field. # The source of the field. |
| 3804 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3805 | "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. |
| 3806 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3807 | "objectType": "A String", # Output only. The profile object type. |
| 3808 | "userTypes": [ # Output only. The user types. |
| 3809 | "A String", |
| 3810 | ], |
| 3811 | }, |
| 3812 | "type": "A String", # The source type. |
| 3813 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3814 | }, |
| 3815 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3816 | }, |
| 3817 | "value": "A String", # The client specified value of the client data. |
| 3818 | "key": "A String", # The client specified key of the client data. |
| 3819 | }, |
| 3820 | ], |
| 3821 | "organizations": [ # The person's past or current organizations. |
| 3822 | { # A person's past or current organization. Overlapping date ranges are permitted. |
| 3823 | "type": "A String", # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school` |
| 3824 | "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. |
| 3825 | "title": "A String", # The person's job title at the organization. |
| 3826 | "location": "A String", # The location of the organization office the person works at. |
| 3827 | "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. |
| 3828 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 3829 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 3830 | "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. |
| 3831 | }, |
| 3832 | "domain": "A String", # The domain name associated with the organization; for example, `google.com`. |
| 3833 | "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. |
| 3834 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 3835 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 3836 | "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. |
| 3837 | }, |
| 3838 | "name": "A String", # The name of the organization. |
| 3839 | "symbol": "A String", # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym. |
| 3840 | "metadata": { # Metadata about a field. # Metadata about the organization. |
| 3841 | "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. |
| 3842 | "source": { # The source of a field. # The source of the field. |
| 3843 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3844 | "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. |
| 3845 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3846 | "objectType": "A String", # Output only. The profile object type. |
| 3847 | "userTypes": [ # Output only. The user types. |
| 3848 | "A String", |
| 3849 | ], |
| 3850 | }, |
| 3851 | "type": "A String", # The source type. |
| 3852 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3853 | }, |
| 3854 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3855 | }, |
| 3856 | "phoneticName": "A String", # The phonetic name of the organization. |
| 3857 | "current": True or False, # True if the organization is the person's current organization; false if the organization is a past organization. |
| 3858 | "department": "A String", # The person's department at the organization. |
| 3859 | "jobDescription": "A String", # The person's job description at the organization. |
| 3860 | }, |
| 3861 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3862 | "nicknames": [ # The person's nicknames. |
| 3863 | { # A person's nickname. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3864 | "metadata": { # Metadata about a field. # Metadata about the nickname. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3865 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3866 | "source": { # The source of a field. # The source of the field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3867 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3868 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3869 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3870 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3871 | "userTypes": [ # Output only. The user types. |
| 3872 | "A String", |
| 3873 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3874 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3875 | "type": "A String", # The source type. |
| 3876 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3877 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3878 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3879 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3880 | "value": "A String", # The nickname. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3881 | "type": "A String", # The type of the nickname. |
| 3882 | }, |
| 3883 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3884 | "occupations": [ # The person's occupations. |
| 3885 | { # A person's occupation. |
| 3886 | "metadata": { # Metadata about a field. # Metadata about the occupation. |
| 3887 | "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. |
| 3888 | "source": { # The source of a field. # The source of the field. |
| 3889 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3890 | "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. |
| 3891 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3892 | "objectType": "A String", # Output only. The profile object type. |
| 3893 | "userTypes": [ # Output only. The user types. |
| 3894 | "A String", |
| 3895 | ], |
| 3896 | }, |
| 3897 | "type": "A String", # The source type. |
| 3898 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3899 | }, |
| 3900 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3901 | }, |
| 3902 | "value": "A String", # The occupation; for example, `carpenter`. |
| 3903 | }, |
| 3904 | ], |
| 3905 | "phoneNumbers": [ # The person's phone numbers. |
| 3906 | { # A person's phone number. |
| 3907 | "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. |
| 3908 | "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. |
| 3909 | "metadata": { # Metadata about a field. # Metadata about the phone number. |
| 3910 | "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. |
| 3911 | "source": { # The source of a field. # The source of the field. |
| 3912 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3913 | "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. |
| 3914 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3915 | "objectType": "A String", # Output only. The profile object type. |
| 3916 | "userTypes": [ # Output only. The user types. |
| 3917 | "A String", |
| 3918 | ], |
| 3919 | }, |
| 3920 | "type": "A String", # The source type. |
| 3921 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3922 | }, |
| 3923 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3924 | }, |
| 3925 | "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` |
| 3926 | "value": "A String", # The phone number. |
| 3927 | }, |
| 3928 | ], |
| 3929 | "coverPhotos": [ # Output only. The person's cover photos. |
| 3930 | { # 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. |
| 3931 | "url": "A String", # The URL of the cover photo. |
| 3932 | "metadata": { # Metadata about a field. # Metadata about the cover photo. |
| 3933 | "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. |
| 3934 | "source": { # The source of a field. # The source of the field. |
| 3935 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3936 | "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. |
| 3937 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3938 | "objectType": "A String", # Output only. The profile object type. |
| 3939 | "userTypes": [ # Output only. The user types. |
| 3940 | "A String", |
| 3941 | ], |
| 3942 | }, |
| 3943 | "type": "A String", # The source type. |
| 3944 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3945 | }, |
| 3946 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3947 | }, |
| 3948 | "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. |
| 3949 | }, |
| 3950 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3951 | "emailAddresses": [ # The person's email addresses. |
| 3952 | { # A person's email address. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3953 | "displayName": "A String", # The display name of the email. |
| 3954 | "value": "A String", # The email address. |
| 3955 | "type": "A String", # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3956 | "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. |
| 3957 | "metadata": { # Metadata about a field. # Metadata about the email address. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3958 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3959 | "source": { # The source of a field. # The source of the field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3960 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3961 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3962 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3963 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3964 | "userTypes": [ # Output only. The user types. |
| 3965 | "A String", |
| 3966 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3967 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3968 | "type": "A String", # The source type. |
| 3969 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3970 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3971 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3972 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3973 | }, |
| 3974 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3975 | "ageRange": "A String", # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person's age range. |
| 3976 | "relations": [ # The person's relations. |
| 3977 | { # A person's relation to another person. |
| 3978 | "person": "A String", # The name of the other person this relation refers to. |
| 3979 | "metadata": { # Metadata about a field. # Metadata about the relation. |
| 3980 | "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. |
| 3981 | "source": { # The source of a field. # The source of the field. |
| 3982 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3983 | "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. |
| 3984 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3985 | "objectType": "A String", # Output only. The profile object type. |
| 3986 | "userTypes": [ # Output only. The user types. |
| 3987 | "A String", |
| 3988 | ], |
| 3989 | }, |
| 3990 | "type": "A String", # The source type. |
| 3991 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3992 | }, |
| 3993 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3994 | }, |
| 3995 | "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. |
| 3996 | "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` |
| 3997 | }, |
| 3998 | ], |
| 3999 | "miscKeywords": [ # The person's miscellaneous keywords. |
| 4000 | { # A person's miscellaneous keyword. |
| 4001 | "value": "A String", # The value of the miscellaneous keyword. |
| 4002 | "metadata": { # Metadata about a field. # Metadata about the miscellaneous keyword. |
| 4003 | "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. |
| 4004 | "source": { # The source of a field. # The source of the field. |
| 4005 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4006 | "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. |
| 4007 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4008 | "objectType": "A String", # Output only. The profile object type. |
| 4009 | "userTypes": [ # Output only. The user types. |
| 4010 | "A String", |
| 4011 | ], |
| 4012 | }, |
| 4013 | "type": "A String", # The source type. |
| 4014 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4015 | }, |
| 4016 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4017 | }, |
| 4018 | "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. |
| 4019 | "type": "A String", # The miscellaneous keyword type. |
| 4020 | }, |
| 4021 | ], |
| 4022 | "relationshipStatuses": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship statuses. |
| 4023 | { # **DEPRECATED**: No data will be returned A person's relationship status. |
| 4024 | "metadata": { # Metadata about a field. # Metadata about the relationship status. |
| 4025 | "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. |
| 4026 | "source": { # The source of a field. # The source of the field. |
| 4027 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4028 | "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. |
| 4029 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4030 | "objectType": "A String", # Output only. The profile object type. |
| 4031 | "userTypes": [ # Output only. The user types. |
| 4032 | "A String", |
| 4033 | ], |
| 4034 | }, |
| 4035 | "type": "A String", # The source type. |
| 4036 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4037 | }, |
| 4038 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4039 | }, |
| 4040 | "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` |
| 4041 | "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. |
| 4042 | }, |
| 4043 | ], |
| 4044 | "names": [ # The person's names. This field is a singleton for contact sources. |
| 4045 | { # A person's name. If the name is a mononym, the family name is empty. |
| 4046 | "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. |
| 4047 | "honorificPrefix": "A String", # The honorific prefixes, such as `Mrs.` or `Dr.` |
| 4048 | "familyName": "A String", # The family name. |
| 4049 | "givenName": "A String", # The given name. |
| 4050 | "honorificSuffix": "A String", # The honorific suffixes, such as `Jr.` |
| 4051 | "middleName": "A String", # The middle name(s). |
| 4052 | "phoneticFullName": "A String", # The full name spelled as it sounds. |
| 4053 | "phoneticHonorificSuffix": "A String", # The honorific suffixes spelled as they sound. |
| 4054 | "phoneticMiddleName": "A String", # The middle name(s) spelled as they sound. |
| 4055 | "metadata": { # Metadata about a field. # Metadata about the name. |
| 4056 | "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. |
| 4057 | "source": { # The source of a field. # The source of the field. |
| 4058 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4059 | "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. |
| 4060 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4061 | "objectType": "A String", # Output only. The profile object type. |
| 4062 | "userTypes": [ # Output only. The user types. |
| 4063 | "A String", |
| 4064 | ], |
| 4065 | }, |
| 4066 | "type": "A String", # The source type. |
| 4067 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4068 | }, |
| 4069 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4070 | }, |
| 4071 | "phoneticFamilyName": "A String", # The family name spelled as it sounds. |
| 4072 | "phoneticHonorificPrefix": "A String", # The honorific prefixes spelled as they sound. |
| 4073 | "phoneticGivenName": "A String", # The given name spelled as it sounds. |
| 4074 | "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. |
| 4075 | "unstructuredName": "A String", # The free form name value. |
| 4076 | }, |
| 4077 | ], |
| 4078 | "addresses": [ # The person's street addresses. |
| 4079 | { # A person's physical address. May be a P.O. box or street address. All fields are optional. |
| 4080 | "countryCode": "A String", # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address. |
| 4081 | "extendedAddress": "A String", # The extended address of the address; for example, the apartment number. |
| 4082 | "city": "A String", # The city of the address. |
| 4083 | "country": "A String", # The country of the address. |
| 4084 | "streetAddress": "A String", # The street address. |
| 4085 | "region": "A String", # The region of the address; for example, the state or province. |
| 4086 | "type": "A String", # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 4087 | "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. |
| 4088 | "metadata": { # Metadata about a field. # Metadata about the address. |
| 4089 | "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. |
| 4090 | "source": { # The source of a field. # The source of the field. |
| 4091 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4092 | "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. |
| 4093 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4094 | "objectType": "A String", # Output only. The profile object type. |
| 4095 | "userTypes": [ # Output only. The user types. |
| 4096 | "A String", |
| 4097 | ], |
| 4098 | }, |
| 4099 | "type": "A String", # The source type. |
| 4100 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4101 | }, |
| 4102 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4103 | }, |
| 4104 | "poBox": "A String", # The P.O. box of the address. |
| 4105 | "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. |
| 4106 | "postalCode": "A String", # The postal code of the address. |
| 4107 | }, |
| 4108 | ], |
| 4109 | "genders": [ # The person's genders. This field is a singleton for contact sources. |
| 4110 | { # A person's gender. |
| 4111 | "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. |
| 4112 | "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` |
| 4113 | "metadata": { # Metadata about a field. # Metadata about the gender. |
| 4114 | "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. |
| 4115 | "source": { # The source of a field. # The source of the field. |
| 4116 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4117 | "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. |
| 4118 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4119 | "objectType": "A String", # Output only. The profile object type. |
| 4120 | "userTypes": [ # Output only. The user types. |
| 4121 | "A String", |
| 4122 | ], |
| 4123 | }, |
| 4124 | "type": "A String", # The source type. |
| 4125 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4126 | }, |
| 4127 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4128 | }, |
| 4129 | "value": "A String", # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified` |
| 4130 | }, |
| 4131 | ], |
| 4132 | "taglines": [ # Output only. **DEPRECATED**: No data will be returned The person's taglines. |
| 4133 | { # **DEPRECATED**: No data will be returned A brief one-line description of the person. |
| 4134 | "metadata": { # Metadata about a field. # Metadata about the tagline. |
| 4135 | "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. |
| 4136 | "source": { # The source of a field. # The source of the field. |
| 4137 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4138 | "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. |
| 4139 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4140 | "objectType": "A String", # Output only. The profile object type. |
| 4141 | "userTypes": [ # Output only. The user types. |
| 4142 | "A String", |
| 4143 | ], |
| 4144 | }, |
| 4145 | "type": "A String", # The source type. |
| 4146 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4147 | }, |
| 4148 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4149 | }, |
| 4150 | "value": "A String", # The tagline. |
| 4151 | }, |
| 4152 | ], |
| 4153 | "sipAddresses": [ # The person's SIP addresses. |
| 4154 | { # A person's SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet. |
| 4155 | "value": "A String", # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format. |
| 4156 | "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` |
| 4157 | "metadata": { # Metadata about a field. # Metadata about the SIP address. |
| 4158 | "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. |
| 4159 | "source": { # The source of a field. # The source of the field. |
| 4160 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4161 | "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. |
| 4162 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4163 | "objectType": "A String", # Output only. The profile object type. |
| 4164 | "userTypes": [ # Output only. The user types. |
| 4165 | "A String", |
| 4166 | ], |
| 4167 | }, |
| 4168 | "type": "A String", # The source type. |
| 4169 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4170 | }, |
| 4171 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4172 | }, |
| 4173 | "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. |
| 4174 | }, |
| 4175 | ], |
| 4176 | "photos": [ # Output only. The person's photos. |
| 4177 | { # A person's photo. A picture shown next to the person's name to help others recognize the person. |
| 4178 | "metadata": { # Metadata about a field. # Metadata about the photo. |
| 4179 | "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. |
| 4180 | "source": { # The source of a field. # The source of the field. |
| 4181 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4182 | "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. |
| 4183 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4184 | "objectType": "A String", # Output only. The profile object type. |
| 4185 | "userTypes": [ # Output only. The user types. |
| 4186 | "A String", |
| 4187 | ], |
| 4188 | }, |
| 4189 | "type": "A String", # The source type. |
| 4190 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4191 | }, |
| 4192 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4193 | }, |
| 4194 | "default": True or False, # True if the photo is a default photo; false if the photo is a user-provided photo. |
| 4195 | "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 |
| 4196 | }, |
| 4197 | ], |
| 4198 | "relationshipInterests": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship interests. |
| 4199 | { # **DEPRECATED**: No data will be returned A person's relationship interest . |
| 4200 | "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. |
| 4201 | "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` |
| 4202 | "metadata": { # Metadata about a field. # Metadata about the relationship interest. |
| 4203 | "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. |
| 4204 | "source": { # The source of a field. # The source of the field. |
| 4205 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4206 | "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. |
| 4207 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4208 | "objectType": "A String", # Output only. The profile object type. |
| 4209 | "userTypes": [ # Output only. The user types. |
| 4210 | "A String", |
| 4211 | ], |
| 4212 | }, |
| 4213 | "type": "A String", # The source type. |
| 4214 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4215 | }, |
| 4216 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4217 | }, |
| 4218 | }, |
| 4219 | ], |
| 4220 | "interests": [ # The person's interests. |
| 4221 | { # One of the person's interests. |
| 4222 | "value": "A String", # The interest; for example, `stargazing`. |
| 4223 | "metadata": { # Metadata about a field. # Metadata about the interest. |
| 4224 | "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. |
| 4225 | "source": { # The source of a field. # The source of the field. |
| 4226 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4227 | "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. |
| 4228 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4229 | "objectType": "A String", # Output only. The profile object type. |
| 4230 | "userTypes": [ # Output only. The user types. |
| 4231 | "A String", |
| 4232 | ], |
| 4233 | }, |
| 4234 | "type": "A String", # The source type. |
| 4235 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4236 | }, |
| 4237 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4238 | }, |
| 4239 | }, |
| 4240 | ], |
| 4241 | "locales": [ # The person's locale preferences. |
| 4242 | { # A person's locale preference. |
| 4243 | "metadata": { # Metadata about a field. # Metadata about the locale. |
| 4244 | "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. |
| 4245 | "source": { # The source of a field. # The source of the field. |
| 4246 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4247 | "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. |
| 4248 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4249 | "objectType": "A String", # Output only. The profile object type. |
| 4250 | "userTypes": [ # Output only. The user types. |
| 4251 | "A String", |
| 4252 | ], |
| 4253 | }, |
| 4254 | "type": "A String", # The source type. |
| 4255 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4256 | }, |
| 4257 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4258 | }, |
| 4259 | "value": "A String", # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale. |
| 4260 | }, |
| 4261 | ], |
| 4262 | "events": [ # The person's events. |
| 4263 | { # An event related to the person. |
| 4264 | "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. |
| 4265 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 4266 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 4267 | "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. |
| 4268 | }, |
| 4269 | "type": "A String", # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other` |
| 4270 | "metadata": { # Metadata about a field. # Metadata about the event. |
| 4271 | "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. |
| 4272 | "source": { # The source of a field. # The source of the field. |
| 4273 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4274 | "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. |
| 4275 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4276 | "objectType": "A String", # Output only. The profile object type. |
| 4277 | "userTypes": [ # Output only. The user types. |
| 4278 | "A String", |
| 4279 | ], |
| 4280 | }, |
| 4281 | "type": "A String", # The source type. |
| 4282 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4283 | }, |
| 4284 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4285 | }, |
| 4286 | "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. |
| 4287 | }, |
| 4288 | ], |
| 4289 | "calendarUrls": [ # The person's calendar URLs. |
| 4290 | { # A person's calendar URL. |
| 4291 | "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. |
| 4292 | "type": "A String", # The type of the calendar URL. The type can be custom or one of these predefined values: * `home` * `freeBusy` * `work` |
| 4293 | "metadata": { # Metadata about a field. # Metadata about the calendar URL. |
| 4294 | "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. |
| 4295 | "source": { # The source of a field. # The source of the field. |
| 4296 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4297 | "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. |
| 4298 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4299 | "objectType": "A String", # Output only. The profile object type. |
| 4300 | "userTypes": [ # Output only. The user types. |
| 4301 | "A String", |
| 4302 | ], |
| 4303 | }, |
| 4304 | "type": "A String", # The source type. |
| 4305 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4306 | }, |
| 4307 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4308 | }, |
| 4309 | "url": "A String", # The calendar URL. |
| 4310 | }, |
| 4311 | ], |
| 4312 | "braggingRights": [ # **DEPRECATED**: No data will be returned The person's bragging rights. |
| 4313 | { # **DEPRECATED**: No data will be returned A person's bragging rights. |
| 4314 | "value": "A String", # The bragging rights; for example, `climbed mount everest`. |
| 4315 | "metadata": { # Metadata about a field. # Metadata about the bragging rights. |
| 4316 | "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. |
| 4317 | "source": { # The source of a field. # The source of the field. |
| 4318 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4319 | "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. |
| 4320 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4321 | "objectType": "A String", # Output only. The profile object type. |
| 4322 | "userTypes": [ # Output only. The user types. |
| 4323 | "A String", |
| 4324 | ], |
| 4325 | }, |
| 4326 | "type": "A String", # The source type. |
| 4327 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4328 | }, |
| 4329 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4330 | }, |
| 4331 | }, |
| 4332 | ], |
| 4333 | "skills": [ # The person's skills. |
| 4334 | { # A skill that the person has. |
| 4335 | "metadata": { # Metadata about a field. # Metadata about the skill. |
| 4336 | "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. |
| 4337 | "source": { # The source of a field. # The source of the field. |
| 4338 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4339 | "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. |
| 4340 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4341 | "objectType": "A String", # Output only. The profile object type. |
| 4342 | "userTypes": [ # Output only. The user types. |
| 4343 | "A String", |
| 4344 | ], |
| 4345 | }, |
| 4346 | "type": "A String", # The source type. |
| 4347 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4348 | }, |
| 4349 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4350 | }, |
| 4351 | "value": "A String", # The skill; for example, `underwater basket weaving`. |
| 4352 | }, |
| 4353 | ], |
| 4354 | "externalIds": [ # The person's external IDs. |
| 4355 | { # An identifier from an external entity related to the person. |
| 4356 | "metadata": { # Metadata about a field. # Metadata about the external ID. |
| 4357 | "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. |
| 4358 | "source": { # The source of a field. # The source of the field. |
| 4359 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4360 | "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. |
| 4361 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4362 | "objectType": "A String", # Output only. The profile object type. |
| 4363 | "userTypes": [ # Output only. The user types. |
| 4364 | "A String", |
| 4365 | ], |
| 4366 | }, |
| 4367 | "type": "A String", # The source type. |
| 4368 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4369 | }, |
| 4370 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4371 | }, |
| 4372 | "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` |
| 4373 | "value": "A String", # The value of the external ID. |
| 4374 | "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. |
| 4375 | }, |
| 4376 | ], |
| 4377 | "biographies": [ # The person's biographies. This field is a singleton for contact sources. |
| 4378 | { # A person's short biography. |
| 4379 | "contentType": "A String", # The content type of the biography. |
| 4380 | "value": "A String", # The short biography. |
| 4381 | "metadata": { # Metadata about a field. # Metadata about the biography. |
| 4382 | "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. |
| 4383 | "source": { # The source of a field. # The source of the field. |
| 4384 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4385 | "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. |
| 4386 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4387 | "objectType": "A String", # Output only. The profile object type. |
| 4388 | "userTypes": [ # Output only. The user types. |
| 4389 | "A String", |
| 4390 | ], |
| 4391 | }, |
| 4392 | "type": "A String", # The source type. |
| 4393 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4394 | }, |
| 4395 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4396 | }, |
| 4397 | }, |
| 4398 | ], |
| 4399 | "locations": [ # The person's locations. |
| 4400 | { # A person's location. |
| 4401 | "deskCode": "A String", # The individual desk location. |
| 4402 | "floor": "A String", # The floor name or number. |
| 4403 | "metadata": { # Metadata about a field. # Metadata about the location. |
| 4404 | "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. |
| 4405 | "source": { # The source of a field. # The source of the field. |
| 4406 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4407 | "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. |
| 4408 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4409 | "objectType": "A String", # Output only. The profile object type. |
| 4410 | "userTypes": [ # Output only. The user types. |
| 4411 | "A String", |
| 4412 | ], |
| 4413 | }, |
| 4414 | "type": "A String", # The source type. |
| 4415 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4416 | }, |
| 4417 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4418 | }, |
| 4419 | "floorSection": "A String", # The floor section in `floor_name`. |
| 4420 | "buildingId": "A String", # The building identifier. |
| 4421 | "type": "A String", # The type of the location. The type can be custom or one of these predefined values: * `desk` * `grewUp` |
| 4422 | "current": True or False, # Whether the location is the current location. |
| 4423 | "value": "A String", # The free-form value of the location. |
| 4424 | }, |
| 4425 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4426 | "memberships": [ # The person's group memberships. |
| 4427 | { # A person's membership in a group. Only contact group memberships can be modified. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4428 | "metadata": { # Metadata about a field. # Metadata about the membership. |
| 4429 | "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. |
| 4430 | "source": { # The source of a field. # The source of the field. |
| 4431 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4432 | "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. |
| 4433 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4434 | "objectType": "A String", # Output only. The profile object type. |
| 4435 | "userTypes": [ # Output only. The user types. |
| 4436 | "A String", |
| 4437 | ], |
| 4438 | }, |
| 4439 | "type": "A String", # The source type. |
| 4440 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4441 | }, |
| 4442 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4443 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4444 | "domainMembership": { # A G Suite Domain membership. # Output only. The domain membership. |
| 4445 | "inViewerDomain": True or False, # True if the person is in the viewer's G Suite domain. |
| 4446 | }, |
| 4447 | "contactGroupMembership": { # A Google contact group membership. # The contact group membership. |
| 4448 | "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. |
| 4449 | "contactGroupId": "A String", # Output only. The contact group ID for the contact group membership. |
| 4450 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4451 | }, |
| 4452 | ], |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 4453 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4454 | "status": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The status of the response. |
| 4455 | "message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4456 | "code": 42, # The status code, which should be an enum value of google.rpc.Code. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4457 | "details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use. |
| 4458 | { |
| 4459 | "a_key": "", # Properties of the object. Contains field @type with type URL. |
| 4460 | }, |
| 4461 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4462 | }, |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 4463 | }, |
| 4464 | ], |
| 4465 | }</pre> |
| 4466 | </div> |
| 4467 | |
| 4468 | <div class="method"> |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4469 | <code class="details" id="listDirectoryPeople">listDirectoryPeople(requestSyncToken=None, syncToken=None, sources=None, readMask=None, pageToken=None, pageSize=None, mergeSources=None, x__xgafv=None)</code> |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 4470 | <pre>Provides a list of domain profiles and domain contacts in the authenticated user's domain directory. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 4471 | |
| 4472 | Args: |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4473 | 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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 4474 | syncToken: string, Optional. A sync token, received from a previous `ListDirectoryPeople` call. Provide this to retrieve only the resources changed since the last request. When syncing, all other parameters provided to `ListDirectoryPeople` must match the call that provided the sync token. |
| 4475 | sources: string, Required. Directory sources to return. (repeated) |
| 4476 | Allowed values |
| 4477 | DIRECTORY_SOURCE_TYPE_UNSPECIFIED - Unspecified. |
| 4478 | DIRECTORY_SOURCE_TYPE_DOMAIN_CONTACT - G Suite domain shared contact. |
| 4479 | DIRECTORY_SOURCE_TYPE_DOMAIN_PROFILE - G Suite domain profile. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4480 | 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: * 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 |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4481 | pageToken: string, Optional. A page token, received from a previous `ListDirectoryPeople` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListDirectoryPeople` must match the call that provided the page token. |
| 4482 | pageSize: integer, Optional. The number of people to include in the response. Valid values are between 1 and 1000, inclusive. Defaults to 100 if not set or set to 0. |
| 4483 | mergeSources: string, Optional. Additional data to merge into the directory sources if they are connected through verified join keys such as email addresses or phone numbers. (repeated) |
| 4484 | Allowed values |
| 4485 | DIRECTORY_MERGE_SOURCE_TYPE_UNSPECIFIED - Unspecified. |
| 4486 | DIRECTORY_MERGE_SOURCE_TYPE_CONTACT - User owned contact. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 4487 | x__xgafv: string, V1 error format. |
| 4488 | Allowed values |
| 4489 | 1 - v1 error format |
| 4490 | 2 - v2 error format |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 4491 | |
| 4492 | Returns: |
| 4493 | An object of the form: |
| 4494 | |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 4495 | { # The response to a request for the authenticated user's domain directory. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4496 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 4497 | "people": [ # The list of people in the domain directory. |
| 4498 | { # 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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4499 | "residences": [ # **DEPRECATED**: (Please use `person.locations` instead) The person's residences. |
| 4500 | { # **DEPRECATED**: Please use `person.locations` instead. A person's past or current residence. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4501 | "metadata": { # Metadata about a field. # Metadata about the residence. |
| 4502 | "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. |
| 4503 | "source": { # The source of a field. # The source of the field. |
| 4504 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4505 | "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. |
| 4506 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4507 | "objectType": "A String", # Output only. The profile object type. |
| 4508 | "userTypes": [ # Output only. The user types. |
| 4509 | "A String", |
| 4510 | ], |
| 4511 | }, |
| 4512 | "type": "A String", # The source type. |
| 4513 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4514 | }, |
| 4515 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4516 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4517 | "current": True or False, # True if the residence is the person's current residence; false if the residence is a past residence. |
| 4518 | "value": "A String", # The address of the residence. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4519 | }, |
| 4520 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4521 | "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}`. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4522 | "ageRanges": [ # Output only. The person's age ranges. |
| 4523 | { # A person's age range. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4524 | "ageRange": "A String", # The age range. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4525 | "metadata": { # Metadata about a field. # Metadata about the age range. |
| 4526 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4527 | "source": { # The source of a field. # The source of the field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4528 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4529 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4530 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4531 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4532 | "userTypes": [ # Output only. The user types. |
| 4533 | "A String", |
| 4534 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4535 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4536 | "type": "A String", # The source type. |
| 4537 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 4538 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4539 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4540 | }, |
| 4541 | }, |
| 4542 | ], |
| 4543 | "fileAses": [ # The person's file-ases. |
| 4544 | { # The name that should be used to sort the person in a list. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4545 | "metadata": { # Metadata about a field. # Metadata about the file-as. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4546 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4547 | "source": { # The source of a field. # The source of the field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4548 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4549 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4550 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4551 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4552 | "userTypes": [ # Output only. The user types. |
| 4553 | "A String", |
| 4554 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4555 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4556 | "type": "A String", # The source type. |
| 4557 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4558 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4559 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4560 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4561 | "value": "A String", # The file-as value |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 4562 | }, |
| 4563 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4564 | "etag": "A String", # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation. |
| 4565 | "userDefined": [ # The person's user defined data. |
| 4566 | { # Arbitrary user data that is populated by the end users. |
| 4567 | "value": "A String", # The end user specified value of the user defined data. |
| 4568 | "key": "A String", # The end user specified key of the user defined data. |
| 4569 | "metadata": { # Metadata about a field. # Metadata about the user defined data. |
| 4570 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 4571 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 4572 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4573 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 4574 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4575 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 4576 | "userTypes": [ # Output only. The user types. |
| 4577 | "A String", |
| 4578 | ], |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 4579 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4580 | "type": "A String", # The source type. |
| 4581 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 4582 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4583 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 4584 | }, |
| 4585 | }, |
| 4586 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4587 | "urls": [ # The person's associated URLs. |
| 4588 | { # A person's associated URLs. |
| 4589 | "metadata": { # Metadata about a field. # Metadata about the URL. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4590 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 4591 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 4592 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4593 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 4594 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4595 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 4596 | "userTypes": [ # Output only. The user types. |
| 4597 | "A String", |
| 4598 | ], |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 4599 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4600 | "type": "A String", # The source type. |
| 4601 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 4602 | }, |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 4603 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 4604 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4605 | "value": "A String", # The URL. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4606 | "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` |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4607 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 4608 | }, |
| 4609 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4610 | "imClients": [ # The person's instant messaging clients. |
| 4611 | { # A person's instant messaging client. |
| 4612 | "metadata": { # Metadata about a field. # Metadata about the IM client. |
| 4613 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 4614 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 4615 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4616 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 4617 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4618 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 4619 | "userTypes": [ # Output only. The user types. |
| 4620 | "A String", |
| 4621 | ], |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 4622 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4623 | "type": "A String", # The source type. |
| 4624 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 4625 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4626 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 4627 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4628 | "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` |
| 4629 | "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. |
| 4630 | "type": "A String", # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 4631 | "username": "A String", # The user name used in the IM client. |
| 4632 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 4633 | }, |
| 4634 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4635 | "metadata": { # The metadata about a person. # Output only. Metadata about the person. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4636 | "objectType": "A String", # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object. |
| 4637 | "sources": [ # The sources of data for the person. |
| 4638 | { # The source of a field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4639 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4640 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4641 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4642 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4643 | "userTypes": [ # Output only. The user types. |
| 4644 | "A String", |
| 4645 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4646 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4647 | "type": "A String", # The source type. |
| 4648 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4649 | }, |
| 4650 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4651 | "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. |
| 4652 | "linkedPeopleResourceNames": [ # Output only. Resource names of people linked to this resource. |
| 4653 | "A String", |
| 4654 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4655 | "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. |
| 4656 | "A String", |
| 4657 | ], |
| 4658 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4659 | "birthdays": [ # The person's birthdays. This field is a singleton for contact sources. |
| 4660 | { # 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. |
| 4661 | "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. |
| 4662 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 4663 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 4664 | "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. |
| 4665 | }, |
| 4666 | "text": "A String", # A free-form string representing the user's birthday. |
| 4667 | "metadata": { # Metadata about a field. # Metadata about the birthday. |
| 4668 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4669 | "source": { # The source of a field. # The source of the field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4670 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4671 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4672 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4673 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4674 | "userTypes": [ # Output only. The user types. |
| 4675 | "A String", |
| 4676 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4677 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4678 | "type": "A String", # The source type. |
| 4679 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4680 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4681 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4682 | }, |
| 4683 | }, |
| 4684 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4685 | "clientData": [ # The person's client data. |
| 4686 | { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. |
| 4687 | "metadata": { # Metadata about a field. # Metadata about the client data. |
| 4688 | "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. |
| 4689 | "source": { # The source of a field. # The source of the field. |
| 4690 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4691 | "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. |
| 4692 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4693 | "objectType": "A String", # Output only. The profile object type. |
| 4694 | "userTypes": [ # Output only. The user types. |
| 4695 | "A String", |
| 4696 | ], |
| 4697 | }, |
| 4698 | "type": "A String", # The source type. |
| 4699 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4700 | }, |
| 4701 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4702 | }, |
| 4703 | "value": "A String", # The client specified value of the client data. |
| 4704 | "key": "A String", # The client specified key of the client data. |
| 4705 | }, |
| 4706 | ], |
| 4707 | "organizations": [ # The person's past or current organizations. |
| 4708 | { # A person's past or current organization. Overlapping date ranges are permitted. |
| 4709 | "type": "A String", # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school` |
| 4710 | "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. |
| 4711 | "title": "A String", # The person's job title at the organization. |
| 4712 | "location": "A String", # The location of the organization office the person works at. |
| 4713 | "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. |
| 4714 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 4715 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 4716 | "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. |
| 4717 | }, |
| 4718 | "domain": "A String", # The domain name associated with the organization; for example, `google.com`. |
| 4719 | "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. |
| 4720 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 4721 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 4722 | "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. |
| 4723 | }, |
| 4724 | "name": "A String", # The name of the organization. |
| 4725 | "symbol": "A String", # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym. |
| 4726 | "metadata": { # Metadata about a field. # Metadata about the organization. |
| 4727 | "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. |
| 4728 | "source": { # The source of a field. # The source of the field. |
| 4729 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4730 | "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. |
| 4731 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4732 | "objectType": "A String", # Output only. The profile object type. |
| 4733 | "userTypes": [ # Output only. The user types. |
| 4734 | "A String", |
| 4735 | ], |
| 4736 | }, |
| 4737 | "type": "A String", # The source type. |
| 4738 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4739 | }, |
| 4740 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4741 | }, |
| 4742 | "phoneticName": "A String", # The phonetic name of the organization. |
| 4743 | "current": True or False, # True if the organization is the person's current organization; false if the organization is a past organization. |
| 4744 | "department": "A String", # The person's department at the organization. |
| 4745 | "jobDescription": "A String", # The person's job description at the organization. |
| 4746 | }, |
| 4747 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4748 | "nicknames": [ # The person's nicknames. |
| 4749 | { # A person's nickname. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4750 | "metadata": { # Metadata about a field. # Metadata about the nickname. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4751 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4752 | "source": { # The source of a field. # The source of the field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4753 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4754 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4755 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4756 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4757 | "userTypes": [ # Output only. The user types. |
| 4758 | "A String", |
| 4759 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4760 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4761 | "type": "A String", # The source type. |
| 4762 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4763 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4764 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4765 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4766 | "value": "A String", # The nickname. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4767 | "type": "A String", # The type of the nickname. |
| 4768 | }, |
| 4769 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4770 | "occupations": [ # The person's occupations. |
| 4771 | { # A person's occupation. |
| 4772 | "metadata": { # Metadata about a field. # Metadata about the occupation. |
| 4773 | "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. |
| 4774 | "source": { # The source of a field. # The source of the field. |
| 4775 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4776 | "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. |
| 4777 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4778 | "objectType": "A String", # Output only. The profile object type. |
| 4779 | "userTypes": [ # Output only. The user types. |
| 4780 | "A String", |
| 4781 | ], |
| 4782 | }, |
| 4783 | "type": "A String", # The source type. |
| 4784 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4785 | }, |
| 4786 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4787 | }, |
| 4788 | "value": "A String", # The occupation; for example, `carpenter`. |
| 4789 | }, |
| 4790 | ], |
| 4791 | "phoneNumbers": [ # The person's phone numbers. |
| 4792 | { # A person's phone number. |
| 4793 | "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. |
| 4794 | "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. |
| 4795 | "metadata": { # Metadata about a field. # Metadata about the phone number. |
| 4796 | "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. |
| 4797 | "source": { # The source of a field. # The source of the field. |
| 4798 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4799 | "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. |
| 4800 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4801 | "objectType": "A String", # Output only. The profile object type. |
| 4802 | "userTypes": [ # Output only. The user types. |
| 4803 | "A String", |
| 4804 | ], |
| 4805 | }, |
| 4806 | "type": "A String", # The source type. |
| 4807 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4808 | }, |
| 4809 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4810 | }, |
| 4811 | "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` |
| 4812 | "value": "A String", # The phone number. |
| 4813 | }, |
| 4814 | ], |
| 4815 | "coverPhotos": [ # Output only. The person's cover photos. |
| 4816 | { # 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. |
| 4817 | "url": "A String", # The URL of the cover photo. |
| 4818 | "metadata": { # Metadata about a field. # Metadata about the cover photo. |
| 4819 | "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. |
| 4820 | "source": { # The source of a field. # The source of the field. |
| 4821 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4822 | "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. |
| 4823 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4824 | "objectType": "A String", # Output only. The profile object type. |
| 4825 | "userTypes": [ # Output only. The user types. |
| 4826 | "A String", |
| 4827 | ], |
| 4828 | }, |
| 4829 | "type": "A String", # The source type. |
| 4830 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4831 | }, |
| 4832 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4833 | }, |
| 4834 | "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. |
| 4835 | }, |
| 4836 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4837 | "emailAddresses": [ # The person's email addresses. |
| 4838 | { # A person's email address. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4839 | "displayName": "A String", # The display name of the email. |
| 4840 | "value": "A String", # The email address. |
| 4841 | "type": "A String", # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4842 | "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. |
| 4843 | "metadata": { # Metadata about a field. # Metadata about the email address. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4844 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4845 | "source": { # The source of a field. # The source of the field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4846 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4847 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4848 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4849 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4850 | "userTypes": [ # Output only. The user types. |
| 4851 | "A String", |
| 4852 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4853 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4854 | "type": "A String", # The source type. |
| 4855 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4856 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4857 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4858 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4859 | }, |
| 4860 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4861 | "ageRange": "A String", # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person's age range. |
| 4862 | "relations": [ # The person's relations. |
| 4863 | { # A person's relation to another person. |
| 4864 | "person": "A String", # The name of the other person this relation refers to. |
| 4865 | "metadata": { # Metadata about a field. # Metadata about the relation. |
| 4866 | "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. |
| 4867 | "source": { # The source of a field. # The source of the field. |
| 4868 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4869 | "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. |
| 4870 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4871 | "objectType": "A String", # Output only. The profile object type. |
| 4872 | "userTypes": [ # Output only. The user types. |
| 4873 | "A String", |
| 4874 | ], |
| 4875 | }, |
| 4876 | "type": "A String", # The source type. |
| 4877 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4878 | }, |
| 4879 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4880 | }, |
| 4881 | "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. |
| 4882 | "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` |
| 4883 | }, |
| 4884 | ], |
| 4885 | "miscKeywords": [ # The person's miscellaneous keywords. |
| 4886 | { # A person's miscellaneous keyword. |
| 4887 | "value": "A String", # The value of the miscellaneous keyword. |
| 4888 | "metadata": { # Metadata about a field. # Metadata about the miscellaneous keyword. |
| 4889 | "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. |
| 4890 | "source": { # The source of a field. # The source of the field. |
| 4891 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4892 | "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. |
| 4893 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4894 | "objectType": "A String", # Output only. The profile object type. |
| 4895 | "userTypes": [ # Output only. The user types. |
| 4896 | "A String", |
| 4897 | ], |
| 4898 | }, |
| 4899 | "type": "A String", # The source type. |
| 4900 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4901 | }, |
| 4902 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4903 | }, |
| 4904 | "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. |
| 4905 | "type": "A String", # The miscellaneous keyword type. |
| 4906 | }, |
| 4907 | ], |
| 4908 | "relationshipStatuses": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship statuses. |
| 4909 | { # **DEPRECATED**: No data will be returned A person's relationship status. |
| 4910 | "metadata": { # Metadata about a field. # Metadata about the relationship status. |
| 4911 | "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. |
| 4912 | "source": { # The source of a field. # The source of the field. |
| 4913 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4914 | "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. |
| 4915 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4916 | "objectType": "A String", # Output only. The profile object type. |
| 4917 | "userTypes": [ # Output only. The user types. |
| 4918 | "A String", |
| 4919 | ], |
| 4920 | }, |
| 4921 | "type": "A String", # The source type. |
| 4922 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4923 | }, |
| 4924 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4925 | }, |
| 4926 | "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` |
| 4927 | "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. |
| 4928 | }, |
| 4929 | ], |
| 4930 | "names": [ # The person's names. This field is a singleton for contact sources. |
| 4931 | { # A person's name. If the name is a mononym, the family name is empty. |
| 4932 | "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. |
| 4933 | "honorificPrefix": "A String", # The honorific prefixes, such as `Mrs.` or `Dr.` |
| 4934 | "familyName": "A String", # The family name. |
| 4935 | "givenName": "A String", # The given name. |
| 4936 | "honorificSuffix": "A String", # The honorific suffixes, such as `Jr.` |
| 4937 | "middleName": "A String", # The middle name(s). |
| 4938 | "phoneticFullName": "A String", # The full name spelled as it sounds. |
| 4939 | "phoneticHonorificSuffix": "A String", # The honorific suffixes spelled as they sound. |
| 4940 | "phoneticMiddleName": "A String", # The middle name(s) spelled as they sound. |
| 4941 | "metadata": { # Metadata about a field. # Metadata about the name. |
| 4942 | "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. |
| 4943 | "source": { # The source of a field. # The source of the field. |
| 4944 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4945 | "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. |
| 4946 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4947 | "objectType": "A String", # Output only. The profile object type. |
| 4948 | "userTypes": [ # Output only. The user types. |
| 4949 | "A String", |
| 4950 | ], |
| 4951 | }, |
| 4952 | "type": "A String", # The source type. |
| 4953 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4954 | }, |
| 4955 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4956 | }, |
| 4957 | "phoneticFamilyName": "A String", # The family name spelled as it sounds. |
| 4958 | "phoneticHonorificPrefix": "A String", # The honorific prefixes spelled as they sound. |
| 4959 | "phoneticGivenName": "A String", # The given name spelled as it sounds. |
| 4960 | "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. |
| 4961 | "unstructuredName": "A String", # The free form name value. |
| 4962 | }, |
| 4963 | ], |
| 4964 | "addresses": [ # The person's street addresses. |
| 4965 | { # A person's physical address. May be a P.O. box or street address. All fields are optional. |
| 4966 | "countryCode": "A String", # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address. |
| 4967 | "extendedAddress": "A String", # The extended address of the address; for example, the apartment number. |
| 4968 | "city": "A String", # The city of the address. |
| 4969 | "country": "A String", # The country of the address. |
| 4970 | "streetAddress": "A String", # The street address. |
| 4971 | "region": "A String", # The region of the address; for example, the state or province. |
| 4972 | "type": "A String", # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 4973 | "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. |
| 4974 | "metadata": { # Metadata about a field. # Metadata about the address. |
| 4975 | "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. |
| 4976 | "source": { # The source of a field. # The source of the field. |
| 4977 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4978 | "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. |
| 4979 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4980 | "objectType": "A String", # Output only. The profile object type. |
| 4981 | "userTypes": [ # Output only. The user types. |
| 4982 | "A String", |
| 4983 | ], |
| 4984 | }, |
| 4985 | "type": "A String", # The source type. |
| 4986 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4987 | }, |
| 4988 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4989 | }, |
| 4990 | "poBox": "A String", # The P.O. box of the address. |
| 4991 | "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. |
| 4992 | "postalCode": "A String", # The postal code of the address. |
| 4993 | }, |
| 4994 | ], |
| 4995 | "genders": [ # The person's genders. This field is a singleton for contact sources. |
| 4996 | { # A person's gender. |
| 4997 | "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. |
| 4998 | "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` |
| 4999 | "metadata": { # Metadata about a field. # Metadata about the gender. |
| 5000 | "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. |
| 5001 | "source": { # The source of a field. # The source of the field. |
| 5002 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5003 | "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. |
| 5004 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5005 | "objectType": "A String", # Output only. The profile object type. |
| 5006 | "userTypes": [ # Output only. The user types. |
| 5007 | "A String", |
| 5008 | ], |
| 5009 | }, |
| 5010 | "type": "A String", # The source type. |
| 5011 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5012 | }, |
| 5013 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5014 | }, |
| 5015 | "value": "A String", # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified` |
| 5016 | }, |
| 5017 | ], |
| 5018 | "taglines": [ # Output only. **DEPRECATED**: No data will be returned The person's taglines. |
| 5019 | { # **DEPRECATED**: No data will be returned A brief one-line description of the person. |
| 5020 | "metadata": { # Metadata about a field. # Metadata about the tagline. |
| 5021 | "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. |
| 5022 | "source": { # The source of a field. # The source of the field. |
| 5023 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5024 | "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. |
| 5025 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5026 | "objectType": "A String", # Output only. The profile object type. |
| 5027 | "userTypes": [ # Output only. The user types. |
| 5028 | "A String", |
| 5029 | ], |
| 5030 | }, |
| 5031 | "type": "A String", # The source type. |
| 5032 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5033 | }, |
| 5034 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5035 | }, |
| 5036 | "value": "A String", # The tagline. |
| 5037 | }, |
| 5038 | ], |
| 5039 | "sipAddresses": [ # The person's SIP addresses. |
| 5040 | { # A person's SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet. |
| 5041 | "value": "A String", # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format. |
| 5042 | "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` |
| 5043 | "metadata": { # Metadata about a field. # Metadata about the SIP address. |
| 5044 | "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. |
| 5045 | "source": { # The source of a field. # The source of the field. |
| 5046 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5047 | "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. |
| 5048 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5049 | "objectType": "A String", # Output only. The profile object type. |
| 5050 | "userTypes": [ # Output only. The user types. |
| 5051 | "A String", |
| 5052 | ], |
| 5053 | }, |
| 5054 | "type": "A String", # The source type. |
| 5055 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5056 | }, |
| 5057 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5058 | }, |
| 5059 | "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. |
| 5060 | }, |
| 5061 | ], |
| 5062 | "photos": [ # Output only. The person's photos. |
| 5063 | { # A person's photo. A picture shown next to the person's name to help others recognize the person. |
| 5064 | "metadata": { # Metadata about a field. # Metadata about the photo. |
| 5065 | "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. |
| 5066 | "source": { # The source of a field. # The source of the field. |
| 5067 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5068 | "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. |
| 5069 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5070 | "objectType": "A String", # Output only. The profile object type. |
| 5071 | "userTypes": [ # Output only. The user types. |
| 5072 | "A String", |
| 5073 | ], |
| 5074 | }, |
| 5075 | "type": "A String", # The source type. |
| 5076 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5077 | }, |
| 5078 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5079 | }, |
| 5080 | "default": True or False, # True if the photo is a default photo; false if the photo is a user-provided photo. |
| 5081 | "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 |
| 5082 | }, |
| 5083 | ], |
| 5084 | "relationshipInterests": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship interests. |
| 5085 | { # **DEPRECATED**: No data will be returned A person's relationship interest . |
| 5086 | "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. |
| 5087 | "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` |
| 5088 | "metadata": { # Metadata about a field. # Metadata about the relationship interest. |
| 5089 | "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. |
| 5090 | "source": { # The source of a field. # The source of the field. |
| 5091 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5092 | "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. |
| 5093 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5094 | "objectType": "A String", # Output only. The profile object type. |
| 5095 | "userTypes": [ # Output only. The user types. |
| 5096 | "A String", |
| 5097 | ], |
| 5098 | }, |
| 5099 | "type": "A String", # The source type. |
| 5100 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5101 | }, |
| 5102 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5103 | }, |
| 5104 | }, |
| 5105 | ], |
| 5106 | "interests": [ # The person's interests. |
| 5107 | { # One of the person's interests. |
| 5108 | "value": "A String", # The interest; for example, `stargazing`. |
| 5109 | "metadata": { # Metadata about a field. # Metadata about the interest. |
| 5110 | "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. |
| 5111 | "source": { # The source of a field. # The source of the field. |
| 5112 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5113 | "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. |
| 5114 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5115 | "objectType": "A String", # Output only. The profile object type. |
| 5116 | "userTypes": [ # Output only. The user types. |
| 5117 | "A String", |
| 5118 | ], |
| 5119 | }, |
| 5120 | "type": "A String", # The source type. |
| 5121 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5122 | }, |
| 5123 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5124 | }, |
| 5125 | }, |
| 5126 | ], |
| 5127 | "locales": [ # The person's locale preferences. |
| 5128 | { # A person's locale preference. |
| 5129 | "metadata": { # Metadata about a field. # Metadata about the locale. |
| 5130 | "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. |
| 5131 | "source": { # The source of a field. # The source of the field. |
| 5132 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5133 | "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. |
| 5134 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5135 | "objectType": "A String", # Output only. The profile object type. |
| 5136 | "userTypes": [ # Output only. The user types. |
| 5137 | "A String", |
| 5138 | ], |
| 5139 | }, |
| 5140 | "type": "A String", # The source type. |
| 5141 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5142 | }, |
| 5143 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5144 | }, |
| 5145 | "value": "A String", # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale. |
| 5146 | }, |
| 5147 | ], |
| 5148 | "events": [ # The person's events. |
| 5149 | { # An event related to the person. |
| 5150 | "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. |
| 5151 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 5152 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 5153 | "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. |
| 5154 | }, |
| 5155 | "type": "A String", # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other` |
| 5156 | "metadata": { # Metadata about a field. # Metadata about the event. |
| 5157 | "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. |
| 5158 | "source": { # The source of a field. # The source of the field. |
| 5159 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5160 | "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. |
| 5161 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5162 | "objectType": "A String", # Output only. The profile object type. |
| 5163 | "userTypes": [ # Output only. The user types. |
| 5164 | "A String", |
| 5165 | ], |
| 5166 | }, |
| 5167 | "type": "A String", # The source type. |
| 5168 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5169 | }, |
| 5170 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5171 | }, |
| 5172 | "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. |
| 5173 | }, |
| 5174 | ], |
| 5175 | "calendarUrls": [ # The person's calendar URLs. |
| 5176 | { # A person's calendar URL. |
| 5177 | "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. |
| 5178 | "type": "A String", # The type of the calendar URL. The type can be custom or one of these predefined values: * `home` * `freeBusy` * `work` |
| 5179 | "metadata": { # Metadata about a field. # Metadata about the calendar URL. |
| 5180 | "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. |
| 5181 | "source": { # The source of a field. # The source of the field. |
| 5182 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5183 | "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. |
| 5184 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5185 | "objectType": "A String", # Output only. The profile object type. |
| 5186 | "userTypes": [ # Output only. The user types. |
| 5187 | "A String", |
| 5188 | ], |
| 5189 | }, |
| 5190 | "type": "A String", # The source type. |
| 5191 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5192 | }, |
| 5193 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5194 | }, |
| 5195 | "url": "A String", # The calendar URL. |
| 5196 | }, |
| 5197 | ], |
| 5198 | "braggingRights": [ # **DEPRECATED**: No data will be returned The person's bragging rights. |
| 5199 | { # **DEPRECATED**: No data will be returned A person's bragging rights. |
| 5200 | "value": "A String", # The bragging rights; for example, `climbed mount everest`. |
| 5201 | "metadata": { # Metadata about a field. # Metadata about the bragging rights. |
| 5202 | "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. |
| 5203 | "source": { # The source of a field. # The source of the field. |
| 5204 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5205 | "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. |
| 5206 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5207 | "objectType": "A String", # Output only. The profile object type. |
| 5208 | "userTypes": [ # Output only. The user types. |
| 5209 | "A String", |
| 5210 | ], |
| 5211 | }, |
| 5212 | "type": "A String", # The source type. |
| 5213 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5214 | }, |
| 5215 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5216 | }, |
| 5217 | }, |
| 5218 | ], |
| 5219 | "skills": [ # The person's skills. |
| 5220 | { # A skill that the person has. |
| 5221 | "metadata": { # Metadata about a field. # Metadata about the skill. |
| 5222 | "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. |
| 5223 | "source": { # The source of a field. # The source of the field. |
| 5224 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5225 | "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. |
| 5226 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5227 | "objectType": "A String", # Output only. The profile object type. |
| 5228 | "userTypes": [ # Output only. The user types. |
| 5229 | "A String", |
| 5230 | ], |
| 5231 | }, |
| 5232 | "type": "A String", # The source type. |
| 5233 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5234 | }, |
| 5235 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5236 | }, |
| 5237 | "value": "A String", # The skill; for example, `underwater basket weaving`. |
| 5238 | }, |
| 5239 | ], |
| 5240 | "externalIds": [ # The person's external IDs. |
| 5241 | { # An identifier from an external entity related to the person. |
| 5242 | "metadata": { # Metadata about a field. # Metadata about the external ID. |
| 5243 | "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. |
| 5244 | "source": { # The source of a field. # The source of the field. |
| 5245 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5246 | "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. |
| 5247 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5248 | "objectType": "A String", # Output only. The profile object type. |
| 5249 | "userTypes": [ # Output only. The user types. |
| 5250 | "A String", |
| 5251 | ], |
| 5252 | }, |
| 5253 | "type": "A String", # The source type. |
| 5254 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5255 | }, |
| 5256 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5257 | }, |
| 5258 | "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` |
| 5259 | "value": "A String", # The value of the external ID. |
| 5260 | "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. |
| 5261 | }, |
| 5262 | ], |
| 5263 | "biographies": [ # The person's biographies. This field is a singleton for contact sources. |
| 5264 | { # A person's short biography. |
| 5265 | "contentType": "A String", # The content type of the biography. |
| 5266 | "value": "A String", # The short biography. |
| 5267 | "metadata": { # Metadata about a field. # Metadata about the biography. |
| 5268 | "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. |
| 5269 | "source": { # The source of a field. # The source of the field. |
| 5270 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5271 | "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. |
| 5272 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5273 | "objectType": "A String", # Output only. The profile object type. |
| 5274 | "userTypes": [ # Output only. The user types. |
| 5275 | "A String", |
| 5276 | ], |
| 5277 | }, |
| 5278 | "type": "A String", # The source type. |
| 5279 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5280 | }, |
| 5281 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5282 | }, |
| 5283 | }, |
| 5284 | ], |
| 5285 | "locations": [ # The person's locations. |
| 5286 | { # A person's location. |
| 5287 | "deskCode": "A String", # The individual desk location. |
| 5288 | "floor": "A String", # The floor name or number. |
| 5289 | "metadata": { # Metadata about a field. # Metadata about the location. |
| 5290 | "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. |
| 5291 | "source": { # The source of a field. # The source of the field. |
| 5292 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5293 | "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. |
| 5294 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5295 | "objectType": "A String", # Output only. The profile object type. |
| 5296 | "userTypes": [ # Output only. The user types. |
| 5297 | "A String", |
| 5298 | ], |
| 5299 | }, |
| 5300 | "type": "A String", # The source type. |
| 5301 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5302 | }, |
| 5303 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5304 | }, |
| 5305 | "floorSection": "A String", # The floor section in `floor_name`. |
| 5306 | "buildingId": "A String", # The building identifier. |
| 5307 | "type": "A String", # The type of the location. The type can be custom or one of these predefined values: * `desk` * `grewUp` |
| 5308 | "current": True or False, # Whether the location is the current location. |
| 5309 | "value": "A String", # The free-form value of the location. |
| 5310 | }, |
| 5311 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5312 | "memberships": [ # The person's group memberships. |
| 5313 | { # A person's membership in a group. Only contact group memberships can be modified. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5314 | "metadata": { # Metadata about a field. # Metadata about the membership. |
| 5315 | "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. |
| 5316 | "source": { # The source of a field. # The source of the field. |
| 5317 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5318 | "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. |
| 5319 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5320 | "objectType": "A String", # Output only. The profile object type. |
| 5321 | "userTypes": [ # Output only. The user types. |
| 5322 | "A String", |
| 5323 | ], |
| 5324 | }, |
| 5325 | "type": "A String", # The source type. |
| 5326 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5327 | }, |
| 5328 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5329 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5330 | "domainMembership": { # A G Suite Domain membership. # Output only. The domain membership. |
| 5331 | "inViewerDomain": True or False, # True if the person is in the viewer's G Suite domain. |
| 5332 | }, |
| 5333 | "contactGroupMembership": { # A Google contact group membership. # The contact group membership. |
| 5334 | "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. |
| 5335 | "contactGroupId": "A String", # Output only. The contact group ID for the contact group membership. |
| 5336 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5337 | }, |
| 5338 | ], |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 5339 | }, |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 5340 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5341 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 5342 | }</pre> |
| 5343 | </div> |
| 5344 | |
| 5345 | <div class="method"> |
| 5346 | <code class="details" id="listDirectoryPeople_next">listDirectoryPeople_next(previous_request, previous_response)</code> |
| 5347 | <pre>Retrieves the next page of results. |
| 5348 | |
| 5349 | Args: |
| 5350 | previous_request: The request for the previous page. (required) |
| 5351 | previous_response: The response from the request for the previous page. (required) |
| 5352 | |
| 5353 | Returns: |
| 5354 | A request object that you can call 'execute()' on to request the next |
| 5355 | page. Returns None if there are no more items in the collection. |
| 5356 | </pre> |
| 5357 | </div> |
| 5358 | |
| 5359 | <div class="method"> |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5360 | <code class="details" id="searchDirectoryPeople">searchDirectoryPeople(readMask=None, query=None, pageToken=None, pageSize=None, mergeSources=None, sources=None, x__xgafv=None)</code> |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 5361 | <pre>Provides a list of domain profiles and domain contacts in the authenticated user's domain directory that match the search query. |
| 5362 | |
| 5363 | Args: |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5364 | 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: * 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 |
| 5365 | query: string, Required. Prefix query that matches fields in the person. Does NOT use the read_mask for determining what fields to match. |
| 5366 | pageToken: string, Optional. A page token, received from a previous `SearchDirectoryPeople` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `SearchDirectoryPeople` must match the call that provided the page token. |
| 5367 | pageSize: integer, Optional. The number of people to include in the response. Valid values are between 1 and 500, inclusive. Defaults to 100 if not set or set to 0. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5368 | mergeSources: string, Optional. Additional data to merge into the directory sources if they are connected through verified join keys such as email addresses or phone numbers. (repeated) |
| 5369 | Allowed values |
| 5370 | DIRECTORY_MERGE_SOURCE_TYPE_UNSPECIFIED - Unspecified. |
| 5371 | DIRECTORY_MERGE_SOURCE_TYPE_CONTACT - User owned contact. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 5372 | sources: string, Required. Directory sources to return. (repeated) |
| 5373 | Allowed values |
| 5374 | DIRECTORY_SOURCE_TYPE_UNSPECIFIED - Unspecified. |
| 5375 | DIRECTORY_SOURCE_TYPE_DOMAIN_CONTACT - G Suite domain shared contact. |
| 5376 | DIRECTORY_SOURCE_TYPE_DOMAIN_PROFILE - G Suite domain profile. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 5377 | x__xgafv: string, V1 error format. |
| 5378 | Allowed values |
| 5379 | 1 - v1 error format |
| 5380 | 2 - v2 error format |
| 5381 | |
| 5382 | Returns: |
| 5383 | An object of the form: |
| 5384 | |
| 5385 | { # The response to a request for people in the authenticated user's domain directory that match the specified query. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5386 | "totalSize": 42, # The total number of items in the list without pagination. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 5387 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 5388 | "people": [ # The list of people in the domain directory that match the query. |
| 5389 | { # 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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5390 | "residences": [ # **DEPRECATED**: (Please use `person.locations` instead) The person's residences. |
| 5391 | { # **DEPRECATED**: Please use `person.locations` instead. A person's past or current residence. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5392 | "metadata": { # Metadata about a field. # Metadata about the residence. |
| 5393 | "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. |
| 5394 | "source": { # The source of a field. # The source of the field. |
| 5395 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5396 | "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. |
| 5397 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5398 | "objectType": "A String", # Output only. The profile object type. |
| 5399 | "userTypes": [ # Output only. The user types. |
| 5400 | "A String", |
| 5401 | ], |
| 5402 | }, |
| 5403 | "type": "A String", # The source type. |
| 5404 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5405 | }, |
| 5406 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5407 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5408 | "current": True or False, # True if the residence is the person's current residence; false if the residence is a past residence. |
| 5409 | "value": "A String", # The address of the residence. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5410 | }, |
| 5411 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5412 | "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}`. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5413 | "ageRanges": [ # Output only. The person's age ranges. |
| 5414 | { # A person's age range. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5415 | "ageRange": "A String", # The age range. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5416 | "metadata": { # Metadata about a field. # Metadata about the age range. |
| 5417 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5418 | "source": { # The source of a field. # The source of the field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5419 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5420 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5421 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5422 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5423 | "userTypes": [ # Output only. The user types. |
| 5424 | "A String", |
| 5425 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5426 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5427 | "type": "A String", # The source type. |
| 5428 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 5429 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5430 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5431 | }, |
| 5432 | }, |
| 5433 | ], |
| 5434 | "fileAses": [ # The person's file-ases. |
| 5435 | { # The name that should be used to sort the person in a list. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5436 | "metadata": { # Metadata about a field. # Metadata about the file-as. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5437 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5438 | "source": { # The source of a field. # The source of the field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5439 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5440 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5441 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5442 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5443 | "userTypes": [ # Output only. The user types. |
| 5444 | "A String", |
| 5445 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5446 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5447 | "type": "A String", # The source type. |
| 5448 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5449 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5450 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5451 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5452 | "value": "A String", # The file-as value |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 5453 | }, |
| 5454 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5455 | "etag": "A String", # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation. |
| 5456 | "userDefined": [ # The person's user defined data. |
| 5457 | { # Arbitrary user data that is populated by the end users. |
| 5458 | "value": "A String", # The end user specified value of the user defined data. |
| 5459 | "key": "A String", # The end user specified key of the user defined data. |
| 5460 | "metadata": { # Metadata about a field. # Metadata about the user defined data. |
| 5461 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 5462 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 5463 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5464 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 5465 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5466 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 5467 | "userTypes": [ # Output only. The user types. |
| 5468 | "A String", |
| 5469 | ], |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 5470 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5471 | "type": "A String", # The source type. |
| 5472 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 5473 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5474 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 5475 | }, |
| 5476 | }, |
| 5477 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5478 | "urls": [ # The person's associated URLs. |
| 5479 | { # A person's associated URLs. |
| 5480 | "metadata": { # Metadata about a field. # Metadata about the URL. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5481 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 5482 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 5483 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5484 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 5485 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5486 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 5487 | "userTypes": [ # Output only. The user types. |
| 5488 | "A String", |
| 5489 | ], |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 5490 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5491 | "type": "A String", # The source type. |
| 5492 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 5493 | }, |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 5494 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 5495 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5496 | "value": "A String", # The URL. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5497 | "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` |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5498 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 5499 | }, |
| 5500 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5501 | "imClients": [ # The person's instant messaging clients. |
| 5502 | { # A person's instant messaging client. |
| 5503 | "metadata": { # Metadata about a field. # Metadata about the IM client. |
| 5504 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 5505 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 5506 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5507 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 5508 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5509 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 5510 | "userTypes": [ # Output only. The user types. |
| 5511 | "A String", |
| 5512 | ], |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 5513 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5514 | "type": "A String", # The source type. |
| 5515 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 5516 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5517 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 5518 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5519 | "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` |
| 5520 | "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. |
| 5521 | "type": "A String", # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 5522 | "username": "A String", # The user name used in the IM client. |
| 5523 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 5524 | }, |
| 5525 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5526 | "metadata": { # The metadata about a person. # Output only. Metadata about the person. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5527 | "objectType": "A String", # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object. |
| 5528 | "sources": [ # The sources of data for the person. |
| 5529 | { # The source of a field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5530 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5531 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5532 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5533 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5534 | "userTypes": [ # Output only. The user types. |
| 5535 | "A String", |
| 5536 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5537 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5538 | "type": "A String", # The source type. |
| 5539 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5540 | }, |
| 5541 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5542 | "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. |
| 5543 | "linkedPeopleResourceNames": [ # Output only. Resource names of people linked to this resource. |
| 5544 | "A String", |
| 5545 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5546 | "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. |
| 5547 | "A String", |
| 5548 | ], |
| 5549 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5550 | "birthdays": [ # The person's birthdays. This field is a singleton for contact sources. |
| 5551 | { # 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. |
| 5552 | "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. |
| 5553 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 5554 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 5555 | "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. |
| 5556 | }, |
| 5557 | "text": "A String", # A free-form string representing the user's birthday. |
| 5558 | "metadata": { # Metadata about a field. # Metadata about the birthday. |
| 5559 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5560 | "source": { # The source of a field. # The source of the field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5561 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5562 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5563 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5564 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5565 | "userTypes": [ # Output only. The user types. |
| 5566 | "A String", |
| 5567 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5568 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5569 | "type": "A String", # The source type. |
| 5570 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5571 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5572 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5573 | }, |
| 5574 | }, |
| 5575 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5576 | "clientData": [ # The person's client data. |
| 5577 | { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. |
| 5578 | "metadata": { # Metadata about a field. # Metadata about the client data. |
| 5579 | "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. |
| 5580 | "source": { # The source of a field. # The source of the field. |
| 5581 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5582 | "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. |
| 5583 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5584 | "objectType": "A String", # Output only. The profile object type. |
| 5585 | "userTypes": [ # Output only. The user types. |
| 5586 | "A String", |
| 5587 | ], |
| 5588 | }, |
| 5589 | "type": "A String", # The source type. |
| 5590 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5591 | }, |
| 5592 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5593 | }, |
| 5594 | "value": "A String", # The client specified value of the client data. |
| 5595 | "key": "A String", # The client specified key of the client data. |
| 5596 | }, |
| 5597 | ], |
| 5598 | "organizations": [ # The person's past or current organizations. |
| 5599 | { # A person's past or current organization. Overlapping date ranges are permitted. |
| 5600 | "type": "A String", # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school` |
| 5601 | "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. |
| 5602 | "title": "A String", # The person's job title at the organization. |
| 5603 | "location": "A String", # The location of the organization office the person works at. |
| 5604 | "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. |
| 5605 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 5606 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 5607 | "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. |
| 5608 | }, |
| 5609 | "domain": "A String", # The domain name associated with the organization; for example, `google.com`. |
| 5610 | "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. |
| 5611 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 5612 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 5613 | "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. |
| 5614 | }, |
| 5615 | "name": "A String", # The name of the organization. |
| 5616 | "symbol": "A String", # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym. |
| 5617 | "metadata": { # Metadata about a field. # Metadata about the organization. |
| 5618 | "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. |
| 5619 | "source": { # The source of a field. # The source of the field. |
| 5620 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5621 | "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. |
| 5622 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5623 | "objectType": "A String", # Output only. The profile object type. |
| 5624 | "userTypes": [ # Output only. The user types. |
| 5625 | "A String", |
| 5626 | ], |
| 5627 | }, |
| 5628 | "type": "A String", # The source type. |
| 5629 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5630 | }, |
| 5631 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5632 | }, |
| 5633 | "phoneticName": "A String", # The phonetic name of the organization. |
| 5634 | "current": True or False, # True if the organization is the person's current organization; false if the organization is a past organization. |
| 5635 | "department": "A String", # The person's department at the organization. |
| 5636 | "jobDescription": "A String", # The person's job description at the organization. |
| 5637 | }, |
| 5638 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5639 | "nicknames": [ # The person's nicknames. |
| 5640 | { # A person's nickname. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5641 | "metadata": { # Metadata about a field. # Metadata about the nickname. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5642 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5643 | "source": { # The source of a field. # The source of the field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5644 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5645 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5646 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5647 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5648 | "userTypes": [ # Output only. The user types. |
| 5649 | "A String", |
| 5650 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5651 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5652 | "type": "A String", # The source type. |
| 5653 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5654 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5655 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5656 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5657 | "value": "A String", # The nickname. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5658 | "type": "A String", # The type of the nickname. |
| 5659 | }, |
| 5660 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5661 | "occupations": [ # The person's occupations. |
| 5662 | { # A person's occupation. |
| 5663 | "metadata": { # Metadata about a field. # Metadata about the occupation. |
| 5664 | "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. |
| 5665 | "source": { # The source of a field. # The source of the field. |
| 5666 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5667 | "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. |
| 5668 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5669 | "objectType": "A String", # Output only. The profile object type. |
| 5670 | "userTypes": [ # Output only. The user types. |
| 5671 | "A String", |
| 5672 | ], |
| 5673 | }, |
| 5674 | "type": "A String", # The source type. |
| 5675 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5676 | }, |
| 5677 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5678 | }, |
| 5679 | "value": "A String", # The occupation; for example, `carpenter`. |
| 5680 | }, |
| 5681 | ], |
| 5682 | "phoneNumbers": [ # The person's phone numbers. |
| 5683 | { # A person's phone number. |
| 5684 | "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. |
| 5685 | "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. |
| 5686 | "metadata": { # Metadata about a field. # Metadata about the phone number. |
| 5687 | "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. |
| 5688 | "source": { # The source of a field. # The source of the field. |
| 5689 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5690 | "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. |
| 5691 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5692 | "objectType": "A String", # Output only. The profile object type. |
| 5693 | "userTypes": [ # Output only. The user types. |
| 5694 | "A String", |
| 5695 | ], |
| 5696 | }, |
| 5697 | "type": "A String", # The source type. |
| 5698 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5699 | }, |
| 5700 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5701 | }, |
| 5702 | "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` |
| 5703 | "value": "A String", # The phone number. |
| 5704 | }, |
| 5705 | ], |
| 5706 | "coverPhotos": [ # Output only. The person's cover photos. |
| 5707 | { # 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. |
| 5708 | "url": "A String", # The URL of the cover photo. |
| 5709 | "metadata": { # Metadata about a field. # Metadata about the cover photo. |
| 5710 | "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. |
| 5711 | "source": { # The source of a field. # The source of the field. |
| 5712 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5713 | "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. |
| 5714 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5715 | "objectType": "A String", # Output only. The profile object type. |
| 5716 | "userTypes": [ # Output only. The user types. |
| 5717 | "A String", |
| 5718 | ], |
| 5719 | }, |
| 5720 | "type": "A String", # The source type. |
| 5721 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5722 | }, |
| 5723 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5724 | }, |
| 5725 | "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. |
| 5726 | }, |
| 5727 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5728 | "emailAddresses": [ # The person's email addresses. |
| 5729 | { # A person's email address. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5730 | "displayName": "A String", # The display name of the email. |
| 5731 | "value": "A String", # The email address. |
| 5732 | "type": "A String", # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5733 | "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. |
| 5734 | "metadata": { # Metadata about a field. # Metadata about the email address. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5735 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5736 | "source": { # The source of a field. # The source of the field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5737 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5738 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5739 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5740 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5741 | "userTypes": [ # Output only. The user types. |
| 5742 | "A String", |
| 5743 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5744 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5745 | "type": "A String", # The source type. |
| 5746 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5747 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5748 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5749 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5750 | }, |
| 5751 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5752 | "ageRange": "A String", # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person's age range. |
| 5753 | "relations": [ # The person's relations. |
| 5754 | { # A person's relation to another person. |
| 5755 | "person": "A String", # The name of the other person this relation refers to. |
| 5756 | "metadata": { # Metadata about a field. # Metadata about the relation. |
| 5757 | "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. |
| 5758 | "source": { # The source of a field. # The source of the field. |
| 5759 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5760 | "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. |
| 5761 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5762 | "objectType": "A String", # Output only. The profile object type. |
| 5763 | "userTypes": [ # Output only. The user types. |
| 5764 | "A String", |
| 5765 | ], |
| 5766 | }, |
| 5767 | "type": "A String", # The source type. |
| 5768 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5769 | }, |
| 5770 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5771 | }, |
| 5772 | "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. |
| 5773 | "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` |
| 5774 | }, |
| 5775 | ], |
| 5776 | "miscKeywords": [ # The person's miscellaneous keywords. |
| 5777 | { # A person's miscellaneous keyword. |
| 5778 | "value": "A String", # The value of the miscellaneous keyword. |
| 5779 | "metadata": { # Metadata about a field. # Metadata about the miscellaneous keyword. |
| 5780 | "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. |
| 5781 | "source": { # The source of a field. # The source of the field. |
| 5782 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5783 | "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. |
| 5784 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5785 | "objectType": "A String", # Output only. The profile object type. |
| 5786 | "userTypes": [ # Output only. The user types. |
| 5787 | "A String", |
| 5788 | ], |
| 5789 | }, |
| 5790 | "type": "A String", # The source type. |
| 5791 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5792 | }, |
| 5793 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5794 | }, |
| 5795 | "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. |
| 5796 | "type": "A String", # The miscellaneous keyword type. |
| 5797 | }, |
| 5798 | ], |
| 5799 | "relationshipStatuses": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship statuses. |
| 5800 | { # **DEPRECATED**: No data will be returned A person's relationship status. |
| 5801 | "metadata": { # Metadata about a field. # Metadata about the relationship status. |
| 5802 | "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. |
| 5803 | "source": { # The source of a field. # The source of the field. |
| 5804 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5805 | "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. |
| 5806 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5807 | "objectType": "A String", # Output only. The profile object type. |
| 5808 | "userTypes": [ # Output only. The user types. |
| 5809 | "A String", |
| 5810 | ], |
| 5811 | }, |
| 5812 | "type": "A String", # The source type. |
| 5813 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5814 | }, |
| 5815 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5816 | }, |
| 5817 | "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` |
| 5818 | "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. |
| 5819 | }, |
| 5820 | ], |
| 5821 | "names": [ # The person's names. This field is a singleton for contact sources. |
| 5822 | { # A person's name. If the name is a mononym, the family name is empty. |
| 5823 | "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. |
| 5824 | "honorificPrefix": "A String", # The honorific prefixes, such as `Mrs.` or `Dr.` |
| 5825 | "familyName": "A String", # The family name. |
| 5826 | "givenName": "A String", # The given name. |
| 5827 | "honorificSuffix": "A String", # The honorific suffixes, such as `Jr.` |
| 5828 | "middleName": "A String", # The middle name(s). |
| 5829 | "phoneticFullName": "A String", # The full name spelled as it sounds. |
| 5830 | "phoneticHonorificSuffix": "A String", # The honorific suffixes spelled as they sound. |
| 5831 | "phoneticMiddleName": "A String", # The middle name(s) spelled as they sound. |
| 5832 | "metadata": { # Metadata about a field. # Metadata about the name. |
| 5833 | "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. |
| 5834 | "source": { # The source of a field. # The source of the field. |
| 5835 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5836 | "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. |
| 5837 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5838 | "objectType": "A String", # Output only. The profile object type. |
| 5839 | "userTypes": [ # Output only. The user types. |
| 5840 | "A String", |
| 5841 | ], |
| 5842 | }, |
| 5843 | "type": "A String", # The source type. |
| 5844 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5845 | }, |
| 5846 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5847 | }, |
| 5848 | "phoneticFamilyName": "A String", # The family name spelled as it sounds. |
| 5849 | "phoneticHonorificPrefix": "A String", # The honorific prefixes spelled as they sound. |
| 5850 | "phoneticGivenName": "A String", # The given name spelled as it sounds. |
| 5851 | "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. |
| 5852 | "unstructuredName": "A String", # The free form name value. |
| 5853 | }, |
| 5854 | ], |
| 5855 | "addresses": [ # The person's street addresses. |
| 5856 | { # A person's physical address. May be a P.O. box or street address. All fields are optional. |
| 5857 | "countryCode": "A String", # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address. |
| 5858 | "extendedAddress": "A String", # The extended address of the address; for example, the apartment number. |
| 5859 | "city": "A String", # The city of the address. |
| 5860 | "country": "A String", # The country of the address. |
| 5861 | "streetAddress": "A String", # The street address. |
| 5862 | "region": "A String", # The region of the address; for example, the state or province. |
| 5863 | "type": "A String", # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 5864 | "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. |
| 5865 | "metadata": { # Metadata about a field. # Metadata about the address. |
| 5866 | "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. |
| 5867 | "source": { # The source of a field. # The source of the field. |
| 5868 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5869 | "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. |
| 5870 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5871 | "objectType": "A String", # Output only. The profile object type. |
| 5872 | "userTypes": [ # Output only. The user types. |
| 5873 | "A String", |
| 5874 | ], |
| 5875 | }, |
| 5876 | "type": "A String", # The source type. |
| 5877 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5878 | }, |
| 5879 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5880 | }, |
| 5881 | "poBox": "A String", # The P.O. box of the address. |
| 5882 | "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. |
| 5883 | "postalCode": "A String", # The postal code of the address. |
| 5884 | }, |
| 5885 | ], |
| 5886 | "genders": [ # The person's genders. This field is a singleton for contact sources. |
| 5887 | { # A person's gender. |
| 5888 | "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. |
| 5889 | "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` |
| 5890 | "metadata": { # Metadata about a field. # Metadata about the gender. |
| 5891 | "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. |
| 5892 | "source": { # The source of a field. # The source of the field. |
| 5893 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5894 | "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. |
| 5895 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5896 | "objectType": "A String", # Output only. The profile object type. |
| 5897 | "userTypes": [ # Output only. The user types. |
| 5898 | "A String", |
| 5899 | ], |
| 5900 | }, |
| 5901 | "type": "A String", # The source type. |
| 5902 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5903 | }, |
| 5904 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5905 | }, |
| 5906 | "value": "A String", # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified` |
| 5907 | }, |
| 5908 | ], |
| 5909 | "taglines": [ # Output only. **DEPRECATED**: No data will be returned The person's taglines. |
| 5910 | { # **DEPRECATED**: No data will be returned A brief one-line description of the person. |
| 5911 | "metadata": { # Metadata about a field. # Metadata about the tagline. |
| 5912 | "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. |
| 5913 | "source": { # The source of a field. # The source of the field. |
| 5914 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5915 | "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. |
| 5916 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5917 | "objectType": "A String", # Output only. The profile object type. |
| 5918 | "userTypes": [ # Output only. The user types. |
| 5919 | "A String", |
| 5920 | ], |
| 5921 | }, |
| 5922 | "type": "A String", # The source type. |
| 5923 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5924 | }, |
| 5925 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5926 | }, |
| 5927 | "value": "A String", # The tagline. |
| 5928 | }, |
| 5929 | ], |
| 5930 | "sipAddresses": [ # The person's SIP addresses. |
| 5931 | { # A person's SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet. |
| 5932 | "value": "A String", # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format. |
| 5933 | "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` |
| 5934 | "metadata": { # Metadata about a field. # Metadata about the SIP address. |
| 5935 | "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. |
| 5936 | "source": { # The source of a field. # The source of the field. |
| 5937 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5938 | "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. |
| 5939 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5940 | "objectType": "A String", # Output only. The profile object type. |
| 5941 | "userTypes": [ # Output only. The user types. |
| 5942 | "A String", |
| 5943 | ], |
| 5944 | }, |
| 5945 | "type": "A String", # The source type. |
| 5946 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5947 | }, |
| 5948 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5949 | }, |
| 5950 | "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. |
| 5951 | }, |
| 5952 | ], |
| 5953 | "photos": [ # Output only. The person's photos. |
| 5954 | { # A person's photo. A picture shown next to the person's name to help others recognize the person. |
| 5955 | "metadata": { # Metadata about a field. # Metadata about the photo. |
| 5956 | "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. |
| 5957 | "source": { # The source of a field. # The source of the field. |
| 5958 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5959 | "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. |
| 5960 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5961 | "objectType": "A String", # Output only. The profile object type. |
| 5962 | "userTypes": [ # Output only. The user types. |
| 5963 | "A String", |
| 5964 | ], |
| 5965 | }, |
| 5966 | "type": "A String", # The source type. |
| 5967 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5968 | }, |
| 5969 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5970 | }, |
| 5971 | "default": True or False, # True if the photo is a default photo; false if the photo is a user-provided photo. |
| 5972 | "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 |
| 5973 | }, |
| 5974 | ], |
| 5975 | "relationshipInterests": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship interests. |
| 5976 | { # **DEPRECATED**: No data will be returned A person's relationship interest . |
| 5977 | "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. |
| 5978 | "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` |
| 5979 | "metadata": { # Metadata about a field. # Metadata about the relationship interest. |
| 5980 | "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. |
| 5981 | "source": { # The source of a field. # The source of the field. |
| 5982 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5983 | "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. |
| 5984 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5985 | "objectType": "A String", # Output only. The profile object type. |
| 5986 | "userTypes": [ # Output only. The user types. |
| 5987 | "A String", |
| 5988 | ], |
| 5989 | }, |
| 5990 | "type": "A String", # The source type. |
| 5991 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5992 | }, |
| 5993 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5994 | }, |
| 5995 | }, |
| 5996 | ], |
| 5997 | "interests": [ # The person's interests. |
| 5998 | { # One of the person's interests. |
| 5999 | "value": "A String", # The interest; for example, `stargazing`. |
| 6000 | "metadata": { # Metadata about a field. # Metadata about the interest. |
| 6001 | "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. |
| 6002 | "source": { # The source of a field. # The source of the field. |
| 6003 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6004 | "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. |
| 6005 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6006 | "objectType": "A String", # Output only. The profile object type. |
| 6007 | "userTypes": [ # Output only. The user types. |
| 6008 | "A String", |
| 6009 | ], |
| 6010 | }, |
| 6011 | "type": "A String", # The source type. |
| 6012 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6013 | }, |
| 6014 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6015 | }, |
| 6016 | }, |
| 6017 | ], |
| 6018 | "locales": [ # The person's locale preferences. |
| 6019 | { # A person's locale preference. |
| 6020 | "metadata": { # Metadata about a field. # Metadata about the locale. |
| 6021 | "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. |
| 6022 | "source": { # The source of a field. # The source of the field. |
| 6023 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6024 | "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. |
| 6025 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6026 | "objectType": "A String", # Output only. The profile object type. |
| 6027 | "userTypes": [ # Output only. The user types. |
| 6028 | "A String", |
| 6029 | ], |
| 6030 | }, |
| 6031 | "type": "A String", # The source type. |
| 6032 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6033 | }, |
| 6034 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6035 | }, |
| 6036 | "value": "A String", # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale. |
| 6037 | }, |
| 6038 | ], |
| 6039 | "events": [ # The person's events. |
| 6040 | { # An event related to the person. |
| 6041 | "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. |
| 6042 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 6043 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 6044 | "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. |
| 6045 | }, |
| 6046 | "type": "A String", # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other` |
| 6047 | "metadata": { # Metadata about a field. # Metadata about the event. |
| 6048 | "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. |
| 6049 | "source": { # The source of a field. # The source of the field. |
| 6050 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6051 | "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. |
| 6052 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6053 | "objectType": "A String", # Output only. The profile object type. |
| 6054 | "userTypes": [ # Output only. The user types. |
| 6055 | "A String", |
| 6056 | ], |
| 6057 | }, |
| 6058 | "type": "A String", # The source type. |
| 6059 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6060 | }, |
| 6061 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6062 | }, |
| 6063 | "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. |
| 6064 | }, |
| 6065 | ], |
| 6066 | "calendarUrls": [ # The person's calendar URLs. |
| 6067 | { # A person's calendar URL. |
| 6068 | "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. |
| 6069 | "type": "A String", # The type of the calendar URL. The type can be custom or one of these predefined values: * `home` * `freeBusy` * `work` |
| 6070 | "metadata": { # Metadata about a field. # Metadata about the calendar URL. |
| 6071 | "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. |
| 6072 | "source": { # The source of a field. # The source of the field. |
| 6073 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6074 | "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. |
| 6075 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6076 | "objectType": "A String", # Output only. The profile object type. |
| 6077 | "userTypes": [ # Output only. The user types. |
| 6078 | "A String", |
| 6079 | ], |
| 6080 | }, |
| 6081 | "type": "A String", # The source type. |
| 6082 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6083 | }, |
| 6084 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6085 | }, |
| 6086 | "url": "A String", # The calendar URL. |
| 6087 | }, |
| 6088 | ], |
| 6089 | "braggingRights": [ # **DEPRECATED**: No data will be returned The person's bragging rights. |
| 6090 | { # **DEPRECATED**: No data will be returned A person's bragging rights. |
| 6091 | "value": "A String", # The bragging rights; for example, `climbed mount everest`. |
| 6092 | "metadata": { # Metadata about a field. # Metadata about the bragging rights. |
| 6093 | "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. |
| 6094 | "source": { # The source of a field. # The source of the field. |
| 6095 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6096 | "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. |
| 6097 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6098 | "objectType": "A String", # Output only. The profile object type. |
| 6099 | "userTypes": [ # Output only. The user types. |
| 6100 | "A String", |
| 6101 | ], |
| 6102 | }, |
| 6103 | "type": "A String", # The source type. |
| 6104 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6105 | }, |
| 6106 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6107 | }, |
| 6108 | }, |
| 6109 | ], |
| 6110 | "skills": [ # The person's skills. |
| 6111 | { # A skill that the person has. |
| 6112 | "metadata": { # Metadata about a field. # Metadata about the skill. |
| 6113 | "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. |
| 6114 | "source": { # The source of a field. # The source of the field. |
| 6115 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6116 | "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. |
| 6117 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6118 | "objectType": "A String", # Output only. The profile object type. |
| 6119 | "userTypes": [ # Output only. The user types. |
| 6120 | "A String", |
| 6121 | ], |
| 6122 | }, |
| 6123 | "type": "A String", # The source type. |
| 6124 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6125 | }, |
| 6126 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6127 | }, |
| 6128 | "value": "A String", # The skill; for example, `underwater basket weaving`. |
| 6129 | }, |
| 6130 | ], |
| 6131 | "externalIds": [ # The person's external IDs. |
| 6132 | { # An identifier from an external entity related to the person. |
| 6133 | "metadata": { # Metadata about a field. # Metadata about the external ID. |
| 6134 | "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. |
| 6135 | "source": { # The source of a field. # The source of the field. |
| 6136 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6137 | "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. |
| 6138 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6139 | "objectType": "A String", # Output only. The profile object type. |
| 6140 | "userTypes": [ # Output only. The user types. |
| 6141 | "A String", |
| 6142 | ], |
| 6143 | }, |
| 6144 | "type": "A String", # The source type. |
| 6145 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6146 | }, |
| 6147 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6148 | }, |
| 6149 | "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` |
| 6150 | "value": "A String", # The value of the external ID. |
| 6151 | "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. |
| 6152 | }, |
| 6153 | ], |
| 6154 | "biographies": [ # The person's biographies. This field is a singleton for contact sources. |
| 6155 | { # A person's short biography. |
| 6156 | "contentType": "A String", # The content type of the biography. |
| 6157 | "value": "A String", # The short biography. |
| 6158 | "metadata": { # Metadata about a field. # Metadata about the biography. |
| 6159 | "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. |
| 6160 | "source": { # The source of a field. # The source of the field. |
| 6161 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6162 | "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. |
| 6163 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6164 | "objectType": "A String", # Output only. The profile object type. |
| 6165 | "userTypes": [ # Output only. The user types. |
| 6166 | "A String", |
| 6167 | ], |
| 6168 | }, |
| 6169 | "type": "A String", # The source type. |
| 6170 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6171 | }, |
| 6172 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6173 | }, |
| 6174 | }, |
| 6175 | ], |
| 6176 | "locations": [ # The person's locations. |
| 6177 | { # A person's location. |
| 6178 | "deskCode": "A String", # The individual desk location. |
| 6179 | "floor": "A String", # The floor name or number. |
| 6180 | "metadata": { # Metadata about a field. # Metadata about the location. |
| 6181 | "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. |
| 6182 | "source": { # The source of a field. # The source of the field. |
| 6183 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6184 | "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. |
| 6185 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6186 | "objectType": "A String", # Output only. The profile object type. |
| 6187 | "userTypes": [ # Output only. The user types. |
| 6188 | "A String", |
| 6189 | ], |
| 6190 | }, |
| 6191 | "type": "A String", # The source type. |
| 6192 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6193 | }, |
| 6194 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6195 | }, |
| 6196 | "floorSection": "A String", # The floor section in `floor_name`. |
| 6197 | "buildingId": "A String", # The building identifier. |
| 6198 | "type": "A String", # The type of the location. The type can be custom or one of these predefined values: * `desk` * `grewUp` |
| 6199 | "current": True or False, # Whether the location is the current location. |
| 6200 | "value": "A String", # The free-form value of the location. |
| 6201 | }, |
| 6202 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6203 | "memberships": [ # The person's group memberships. |
| 6204 | { # A person's membership in a group. Only contact group memberships can be modified. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6205 | "metadata": { # Metadata about a field. # Metadata about the membership. |
| 6206 | "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. |
| 6207 | "source": { # The source of a field. # The source of the field. |
| 6208 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6209 | "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. |
| 6210 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6211 | "objectType": "A String", # Output only. The profile object type. |
| 6212 | "userTypes": [ # Output only. The user types. |
| 6213 | "A String", |
| 6214 | ], |
| 6215 | }, |
| 6216 | "type": "A String", # The source type. |
| 6217 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6218 | }, |
| 6219 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6220 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6221 | "domainMembership": { # A G Suite Domain membership. # Output only. The domain membership. |
| 6222 | "inViewerDomain": True or False, # True if the person is in the viewer's G Suite domain. |
| 6223 | }, |
| 6224 | "contactGroupMembership": { # A Google contact group membership. # The contact group membership. |
| 6225 | "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. |
| 6226 | "contactGroupId": "A String", # Output only. The contact group ID for the contact group membership. |
| 6227 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6228 | }, |
| 6229 | ], |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 6230 | }, |
| 6231 | ], |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 6232 | }</pre> |
| 6233 | </div> |
| 6234 | |
| 6235 | <div class="method"> |
| 6236 | <code class="details" id="searchDirectoryPeople_next">searchDirectoryPeople_next(previous_request, previous_response)</code> |
| 6237 | <pre>Retrieves the next page of results. |
| 6238 | |
| 6239 | Args: |
| 6240 | previous_request: The request for the previous page. (required) |
| 6241 | previous_response: The response from the request for the previous page. (required) |
| 6242 | |
| 6243 | Returns: |
| 6244 | A request object that you can call 'execute()' on to request the next |
| 6245 | page. Returns None if there are no more items in the collection. |
| 6246 | </pre> |
| 6247 | </div> |
| 6248 | |
| 6249 | <div class="method"> |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6250 | <code class="details" id="updateContact">updateContact(resourceName, body=None, updatePersonFields=None, personFields=None, sources=None, x__xgafv=None)</code> |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6251 | <pre>Update contact data for an existing contact person. Any non-contact data will not be modified. Any non-contact data in the person to update will be ignored. All fields specified in the `update_mask` will be replaced. The server returns a 400 error if `person.metadata.sources` is not specified for the contact to be updated or if there is no contact source. The server returns a 400 error with reason `"failedPrecondition"` if `person.metadata.sources.etag` is different than the contact's etag, which indicates the contact has changed since its data was read. Clients should get the latest person and merge their updates into the latest person. The server returns a 400 error if `memberships` are being updated and there are no contact group memberships specified on the person. The server returns a 400 error if more than one field is specified on a field that is a singleton for contact sources: * biographies * birthdays * genders * names |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 6252 | |
| 6253 | Args: |
| 6254 | resourceName: 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}`. (required) |
| 6255 | body: object, The request body. |
| 6256 | The object takes the form of: |
| 6257 | |
| 6258 | { # 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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6259 | "residences": [ # **DEPRECATED**: (Please use `person.locations` instead) The person's residences. |
| 6260 | { # **DEPRECATED**: Please use `person.locations` instead. A person's past or current residence. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6261 | "metadata": { # Metadata about a field. # Metadata about the residence. |
| 6262 | "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. |
| 6263 | "source": { # The source of a field. # The source of the field. |
| 6264 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6265 | "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. |
| 6266 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6267 | "objectType": "A String", # Output only. The profile object type. |
| 6268 | "userTypes": [ # Output only. The user types. |
| 6269 | "A String", |
| 6270 | ], |
| 6271 | }, |
| 6272 | "type": "A String", # The source type. |
| 6273 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6274 | }, |
| 6275 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6276 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6277 | "current": True or False, # True if the residence is the person's current residence; false if the residence is a past residence. |
| 6278 | "value": "A String", # The address of the residence. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6279 | }, |
| 6280 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6281 | "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}`. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6282 | "ageRanges": [ # Output only. The person's age ranges. |
| 6283 | { # A person's age range. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6284 | "ageRange": "A String", # The age range. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6285 | "metadata": { # Metadata about a field. # Metadata about the age range. |
| 6286 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6287 | "source": { # The source of a field. # The source of the field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6288 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6289 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6290 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6291 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6292 | "userTypes": [ # Output only. The user types. |
| 6293 | "A String", |
| 6294 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6295 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6296 | "type": "A String", # The source type. |
| 6297 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 6298 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6299 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6300 | }, |
| 6301 | }, |
| 6302 | ], |
| 6303 | "fileAses": [ # The person's file-ases. |
| 6304 | { # The name that should be used to sort the person in a list. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6305 | "metadata": { # Metadata about a field. # Metadata about the file-as. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6306 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6307 | "source": { # The source of a field. # The source of the field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6308 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6309 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6310 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6311 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6312 | "userTypes": [ # Output only. The user types. |
| 6313 | "A String", |
| 6314 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6315 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6316 | "type": "A String", # The source type. |
| 6317 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6318 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6319 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6320 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6321 | "value": "A String", # The file-as value |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 6322 | }, |
| 6323 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6324 | "etag": "A String", # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation. |
| 6325 | "userDefined": [ # The person's user defined data. |
| 6326 | { # Arbitrary user data that is populated by the end users. |
| 6327 | "value": "A String", # The end user specified value of the user defined data. |
| 6328 | "key": "A String", # The end user specified key of the user defined data. |
| 6329 | "metadata": { # Metadata about a field. # Metadata about the user defined data. |
| 6330 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 6331 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 6332 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6333 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 6334 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6335 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 6336 | "userTypes": [ # Output only. The user types. |
| 6337 | "A String", |
| 6338 | ], |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 6339 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6340 | "type": "A String", # The source type. |
| 6341 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 6342 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6343 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 6344 | }, |
| 6345 | }, |
| 6346 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6347 | "urls": [ # The person's associated URLs. |
| 6348 | { # A person's associated URLs. |
| 6349 | "metadata": { # Metadata about a field. # Metadata about the URL. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6350 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 6351 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 6352 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6353 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 6354 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6355 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 6356 | "userTypes": [ # Output only. The user types. |
| 6357 | "A String", |
| 6358 | ], |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 6359 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6360 | "type": "A String", # The source type. |
| 6361 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 6362 | }, |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 6363 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 6364 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6365 | "value": "A String", # The URL. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6366 | "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` |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6367 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 6368 | }, |
| 6369 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6370 | "imClients": [ # The person's instant messaging clients. |
| 6371 | { # A person's instant messaging client. |
| 6372 | "metadata": { # Metadata about a field. # Metadata about the IM client. |
| 6373 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 6374 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 6375 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6376 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 6377 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6378 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 6379 | "userTypes": [ # Output only. The user types. |
| 6380 | "A String", |
| 6381 | ], |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 6382 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6383 | "type": "A String", # The source type. |
| 6384 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 6385 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6386 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 6387 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6388 | "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` |
| 6389 | "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. |
| 6390 | "type": "A String", # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 6391 | "username": "A String", # The user name used in the IM client. |
| 6392 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 6393 | }, |
| 6394 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6395 | "metadata": { # The metadata about a person. # Output only. Metadata about the person. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6396 | "objectType": "A String", # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object. |
| 6397 | "sources": [ # The sources of data for the person. |
| 6398 | { # The source of a field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6399 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6400 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6401 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6402 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6403 | "userTypes": [ # Output only. The user types. |
| 6404 | "A String", |
| 6405 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6406 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6407 | "type": "A String", # The source type. |
| 6408 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6409 | }, |
| 6410 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6411 | "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. |
| 6412 | "linkedPeopleResourceNames": [ # Output only. Resource names of people linked to this resource. |
| 6413 | "A String", |
| 6414 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6415 | "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. |
| 6416 | "A String", |
| 6417 | ], |
| 6418 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6419 | "birthdays": [ # The person's birthdays. This field is a singleton for contact sources. |
| 6420 | { # 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. |
| 6421 | "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. |
| 6422 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 6423 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 6424 | "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. |
| 6425 | }, |
| 6426 | "text": "A String", # A free-form string representing the user's birthday. |
| 6427 | "metadata": { # Metadata about a field. # Metadata about the birthday. |
| 6428 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6429 | "source": { # The source of a field. # The source of the field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6430 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6431 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6432 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6433 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6434 | "userTypes": [ # Output only. The user types. |
| 6435 | "A String", |
| 6436 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6437 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6438 | "type": "A String", # The source type. |
| 6439 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6440 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6441 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6442 | }, |
| 6443 | }, |
| 6444 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6445 | "clientData": [ # The person's client data. |
| 6446 | { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. |
| 6447 | "metadata": { # Metadata about a field. # Metadata about the client data. |
| 6448 | "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. |
| 6449 | "source": { # The source of a field. # The source of the field. |
| 6450 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6451 | "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. |
| 6452 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6453 | "objectType": "A String", # Output only. The profile object type. |
| 6454 | "userTypes": [ # Output only. The user types. |
| 6455 | "A String", |
| 6456 | ], |
| 6457 | }, |
| 6458 | "type": "A String", # The source type. |
| 6459 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6460 | }, |
| 6461 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6462 | }, |
| 6463 | "value": "A String", # The client specified value of the client data. |
| 6464 | "key": "A String", # The client specified key of the client data. |
| 6465 | }, |
| 6466 | ], |
| 6467 | "organizations": [ # The person's past or current organizations. |
| 6468 | { # A person's past or current organization. Overlapping date ranges are permitted. |
| 6469 | "type": "A String", # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school` |
| 6470 | "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. |
| 6471 | "title": "A String", # The person's job title at the organization. |
| 6472 | "location": "A String", # The location of the organization office the person works at. |
| 6473 | "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. |
| 6474 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 6475 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 6476 | "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. |
| 6477 | }, |
| 6478 | "domain": "A String", # The domain name associated with the organization; for example, `google.com`. |
| 6479 | "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. |
| 6480 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 6481 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 6482 | "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. |
| 6483 | }, |
| 6484 | "name": "A String", # The name of the organization. |
| 6485 | "symbol": "A String", # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym. |
| 6486 | "metadata": { # Metadata about a field. # Metadata about the organization. |
| 6487 | "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. |
| 6488 | "source": { # The source of a field. # The source of the field. |
| 6489 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6490 | "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. |
| 6491 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6492 | "objectType": "A String", # Output only. The profile object type. |
| 6493 | "userTypes": [ # Output only. The user types. |
| 6494 | "A String", |
| 6495 | ], |
| 6496 | }, |
| 6497 | "type": "A String", # The source type. |
| 6498 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6499 | }, |
| 6500 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6501 | }, |
| 6502 | "phoneticName": "A String", # The phonetic name of the organization. |
| 6503 | "current": True or False, # True if the organization is the person's current organization; false if the organization is a past organization. |
| 6504 | "department": "A String", # The person's department at the organization. |
| 6505 | "jobDescription": "A String", # The person's job description at the organization. |
| 6506 | }, |
| 6507 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6508 | "nicknames": [ # The person's nicknames. |
| 6509 | { # A person's nickname. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6510 | "metadata": { # Metadata about a field. # Metadata about the nickname. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6511 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6512 | "source": { # The source of a field. # The source of the field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6513 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6514 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6515 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6516 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6517 | "userTypes": [ # Output only. The user types. |
| 6518 | "A String", |
| 6519 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6520 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6521 | "type": "A String", # The source type. |
| 6522 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6523 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6524 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6525 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6526 | "value": "A String", # The nickname. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6527 | "type": "A String", # The type of the nickname. |
| 6528 | }, |
| 6529 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6530 | "occupations": [ # The person's occupations. |
| 6531 | { # A person's occupation. |
| 6532 | "metadata": { # Metadata about a field. # Metadata about the occupation. |
| 6533 | "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. |
| 6534 | "source": { # The source of a field. # The source of the field. |
| 6535 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6536 | "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. |
| 6537 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6538 | "objectType": "A String", # Output only. The profile object type. |
| 6539 | "userTypes": [ # Output only. The user types. |
| 6540 | "A String", |
| 6541 | ], |
| 6542 | }, |
| 6543 | "type": "A String", # The source type. |
| 6544 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6545 | }, |
| 6546 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6547 | }, |
| 6548 | "value": "A String", # The occupation; for example, `carpenter`. |
| 6549 | }, |
| 6550 | ], |
| 6551 | "phoneNumbers": [ # The person's phone numbers. |
| 6552 | { # A person's phone number. |
| 6553 | "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. |
| 6554 | "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. |
| 6555 | "metadata": { # Metadata about a field. # Metadata about the phone number. |
| 6556 | "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. |
| 6557 | "source": { # The source of a field. # The source of the field. |
| 6558 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6559 | "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. |
| 6560 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6561 | "objectType": "A String", # Output only. The profile object type. |
| 6562 | "userTypes": [ # Output only. The user types. |
| 6563 | "A String", |
| 6564 | ], |
| 6565 | }, |
| 6566 | "type": "A String", # The source type. |
| 6567 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6568 | }, |
| 6569 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6570 | }, |
| 6571 | "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` |
| 6572 | "value": "A String", # The phone number. |
| 6573 | }, |
| 6574 | ], |
| 6575 | "coverPhotos": [ # Output only. The person's cover photos. |
| 6576 | { # 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. |
| 6577 | "url": "A String", # The URL of the cover photo. |
| 6578 | "metadata": { # Metadata about a field. # Metadata about the cover photo. |
| 6579 | "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. |
| 6580 | "source": { # The source of a field. # The source of the field. |
| 6581 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6582 | "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. |
| 6583 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6584 | "objectType": "A String", # Output only. The profile object type. |
| 6585 | "userTypes": [ # Output only. The user types. |
| 6586 | "A String", |
| 6587 | ], |
| 6588 | }, |
| 6589 | "type": "A String", # The source type. |
| 6590 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6591 | }, |
| 6592 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6593 | }, |
| 6594 | "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. |
| 6595 | }, |
| 6596 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6597 | "emailAddresses": [ # The person's email addresses. |
| 6598 | { # A person's email address. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6599 | "displayName": "A String", # The display name of the email. |
| 6600 | "value": "A String", # The email address. |
| 6601 | "type": "A String", # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6602 | "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. |
| 6603 | "metadata": { # Metadata about a field. # Metadata about the email address. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6604 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6605 | "source": { # The source of a field. # The source of the field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6606 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6607 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6608 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6609 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6610 | "userTypes": [ # Output only. The user types. |
| 6611 | "A String", |
| 6612 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6613 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6614 | "type": "A String", # The source type. |
| 6615 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6616 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6617 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6618 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6619 | }, |
| 6620 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6621 | "ageRange": "A String", # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person's age range. |
| 6622 | "relations": [ # The person's relations. |
| 6623 | { # A person's relation to another person. |
| 6624 | "person": "A String", # The name of the other person this relation refers to. |
| 6625 | "metadata": { # Metadata about a field. # Metadata about the relation. |
| 6626 | "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. |
| 6627 | "source": { # The source of a field. # The source of the field. |
| 6628 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6629 | "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. |
| 6630 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6631 | "objectType": "A String", # Output only. The profile object type. |
| 6632 | "userTypes": [ # Output only. The user types. |
| 6633 | "A String", |
| 6634 | ], |
| 6635 | }, |
| 6636 | "type": "A String", # The source type. |
| 6637 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6638 | }, |
| 6639 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6640 | }, |
| 6641 | "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. |
| 6642 | "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` |
| 6643 | }, |
| 6644 | ], |
| 6645 | "miscKeywords": [ # The person's miscellaneous keywords. |
| 6646 | { # A person's miscellaneous keyword. |
| 6647 | "value": "A String", # The value of the miscellaneous keyword. |
| 6648 | "metadata": { # Metadata about a field. # Metadata about the miscellaneous keyword. |
| 6649 | "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. |
| 6650 | "source": { # The source of a field. # The source of the field. |
| 6651 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6652 | "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. |
| 6653 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6654 | "objectType": "A String", # Output only. The profile object type. |
| 6655 | "userTypes": [ # Output only. The user types. |
| 6656 | "A String", |
| 6657 | ], |
| 6658 | }, |
| 6659 | "type": "A String", # The source type. |
| 6660 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6661 | }, |
| 6662 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6663 | }, |
| 6664 | "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. |
| 6665 | "type": "A String", # The miscellaneous keyword type. |
| 6666 | }, |
| 6667 | ], |
| 6668 | "relationshipStatuses": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship statuses. |
| 6669 | { # **DEPRECATED**: No data will be returned A person's relationship status. |
| 6670 | "metadata": { # Metadata about a field. # Metadata about the relationship status. |
| 6671 | "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. |
| 6672 | "source": { # The source of a field. # The source of the field. |
| 6673 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6674 | "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. |
| 6675 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6676 | "objectType": "A String", # Output only. The profile object type. |
| 6677 | "userTypes": [ # Output only. The user types. |
| 6678 | "A String", |
| 6679 | ], |
| 6680 | }, |
| 6681 | "type": "A String", # The source type. |
| 6682 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6683 | }, |
| 6684 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6685 | }, |
| 6686 | "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` |
| 6687 | "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. |
| 6688 | }, |
| 6689 | ], |
| 6690 | "names": [ # The person's names. This field is a singleton for contact sources. |
| 6691 | { # A person's name. If the name is a mononym, the family name is empty. |
| 6692 | "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. |
| 6693 | "honorificPrefix": "A String", # The honorific prefixes, such as `Mrs.` or `Dr.` |
| 6694 | "familyName": "A String", # The family name. |
| 6695 | "givenName": "A String", # The given name. |
| 6696 | "honorificSuffix": "A String", # The honorific suffixes, such as `Jr.` |
| 6697 | "middleName": "A String", # The middle name(s). |
| 6698 | "phoneticFullName": "A String", # The full name spelled as it sounds. |
| 6699 | "phoneticHonorificSuffix": "A String", # The honorific suffixes spelled as they sound. |
| 6700 | "phoneticMiddleName": "A String", # The middle name(s) spelled as they sound. |
| 6701 | "metadata": { # Metadata about a field. # Metadata about the name. |
| 6702 | "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. |
| 6703 | "source": { # The source of a field. # The source of the field. |
| 6704 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6705 | "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. |
| 6706 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6707 | "objectType": "A String", # Output only. The profile object type. |
| 6708 | "userTypes": [ # Output only. The user types. |
| 6709 | "A String", |
| 6710 | ], |
| 6711 | }, |
| 6712 | "type": "A String", # The source type. |
| 6713 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6714 | }, |
| 6715 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6716 | }, |
| 6717 | "phoneticFamilyName": "A String", # The family name spelled as it sounds. |
| 6718 | "phoneticHonorificPrefix": "A String", # The honorific prefixes spelled as they sound. |
| 6719 | "phoneticGivenName": "A String", # The given name spelled as it sounds. |
| 6720 | "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. |
| 6721 | "unstructuredName": "A String", # The free form name value. |
| 6722 | }, |
| 6723 | ], |
| 6724 | "addresses": [ # The person's street addresses. |
| 6725 | { # A person's physical address. May be a P.O. box or street address. All fields are optional. |
| 6726 | "countryCode": "A String", # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address. |
| 6727 | "extendedAddress": "A String", # The extended address of the address; for example, the apartment number. |
| 6728 | "city": "A String", # The city of the address. |
| 6729 | "country": "A String", # The country of the address. |
| 6730 | "streetAddress": "A String", # The street address. |
| 6731 | "region": "A String", # The region of the address; for example, the state or province. |
| 6732 | "type": "A String", # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 6733 | "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. |
| 6734 | "metadata": { # Metadata about a field. # Metadata about the address. |
| 6735 | "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. |
| 6736 | "source": { # The source of a field. # The source of the field. |
| 6737 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6738 | "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. |
| 6739 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6740 | "objectType": "A String", # Output only. The profile object type. |
| 6741 | "userTypes": [ # Output only. The user types. |
| 6742 | "A String", |
| 6743 | ], |
| 6744 | }, |
| 6745 | "type": "A String", # The source type. |
| 6746 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6747 | }, |
| 6748 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6749 | }, |
| 6750 | "poBox": "A String", # The P.O. box of the address. |
| 6751 | "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. |
| 6752 | "postalCode": "A String", # The postal code of the address. |
| 6753 | }, |
| 6754 | ], |
| 6755 | "genders": [ # The person's genders. This field is a singleton for contact sources. |
| 6756 | { # A person's gender. |
| 6757 | "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. |
| 6758 | "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` |
| 6759 | "metadata": { # Metadata about a field. # Metadata about the gender. |
| 6760 | "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. |
| 6761 | "source": { # The source of a field. # The source of the field. |
| 6762 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6763 | "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. |
| 6764 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6765 | "objectType": "A String", # Output only. The profile object type. |
| 6766 | "userTypes": [ # Output only. The user types. |
| 6767 | "A String", |
| 6768 | ], |
| 6769 | }, |
| 6770 | "type": "A String", # The source type. |
| 6771 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6772 | }, |
| 6773 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6774 | }, |
| 6775 | "value": "A String", # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified` |
| 6776 | }, |
| 6777 | ], |
| 6778 | "taglines": [ # Output only. **DEPRECATED**: No data will be returned The person's taglines. |
| 6779 | { # **DEPRECATED**: No data will be returned A brief one-line description of the person. |
| 6780 | "metadata": { # Metadata about a field. # Metadata about the tagline. |
| 6781 | "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. |
| 6782 | "source": { # The source of a field. # The source of the field. |
| 6783 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6784 | "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. |
| 6785 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6786 | "objectType": "A String", # Output only. The profile object type. |
| 6787 | "userTypes": [ # Output only. The user types. |
| 6788 | "A String", |
| 6789 | ], |
| 6790 | }, |
| 6791 | "type": "A String", # The source type. |
| 6792 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6793 | }, |
| 6794 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6795 | }, |
| 6796 | "value": "A String", # The tagline. |
| 6797 | }, |
| 6798 | ], |
| 6799 | "sipAddresses": [ # The person's SIP addresses. |
| 6800 | { # A person's SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet. |
| 6801 | "value": "A String", # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format. |
| 6802 | "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` |
| 6803 | "metadata": { # Metadata about a field. # Metadata about the SIP address. |
| 6804 | "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. |
| 6805 | "source": { # The source of a field. # The source of the field. |
| 6806 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6807 | "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. |
| 6808 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6809 | "objectType": "A String", # Output only. The profile object type. |
| 6810 | "userTypes": [ # Output only. The user types. |
| 6811 | "A String", |
| 6812 | ], |
| 6813 | }, |
| 6814 | "type": "A String", # The source type. |
| 6815 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6816 | }, |
| 6817 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6818 | }, |
| 6819 | "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. |
| 6820 | }, |
| 6821 | ], |
| 6822 | "photos": [ # Output only. The person's photos. |
| 6823 | { # A person's photo. A picture shown next to the person's name to help others recognize the person. |
| 6824 | "metadata": { # Metadata about a field. # Metadata about the photo. |
| 6825 | "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. |
| 6826 | "source": { # The source of a field. # The source of the field. |
| 6827 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6828 | "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. |
| 6829 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6830 | "objectType": "A String", # Output only. The profile object type. |
| 6831 | "userTypes": [ # Output only. The user types. |
| 6832 | "A String", |
| 6833 | ], |
| 6834 | }, |
| 6835 | "type": "A String", # The source type. |
| 6836 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6837 | }, |
| 6838 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6839 | }, |
| 6840 | "default": True or False, # True if the photo is a default photo; false if the photo is a user-provided photo. |
| 6841 | "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 |
| 6842 | }, |
| 6843 | ], |
| 6844 | "relationshipInterests": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship interests. |
| 6845 | { # **DEPRECATED**: No data will be returned A person's relationship interest . |
| 6846 | "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. |
| 6847 | "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` |
| 6848 | "metadata": { # Metadata about a field. # Metadata about the relationship interest. |
| 6849 | "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. |
| 6850 | "source": { # The source of a field. # The source of the field. |
| 6851 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6852 | "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. |
| 6853 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6854 | "objectType": "A String", # Output only. The profile object type. |
| 6855 | "userTypes": [ # Output only. The user types. |
| 6856 | "A String", |
| 6857 | ], |
| 6858 | }, |
| 6859 | "type": "A String", # The source type. |
| 6860 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6861 | }, |
| 6862 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6863 | }, |
| 6864 | }, |
| 6865 | ], |
| 6866 | "interests": [ # The person's interests. |
| 6867 | { # One of the person's interests. |
| 6868 | "value": "A String", # The interest; for example, `stargazing`. |
| 6869 | "metadata": { # Metadata about a field. # Metadata about the interest. |
| 6870 | "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. |
| 6871 | "source": { # The source of a field. # The source of the field. |
| 6872 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6873 | "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. |
| 6874 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6875 | "objectType": "A String", # Output only. The profile object type. |
| 6876 | "userTypes": [ # Output only. The user types. |
| 6877 | "A String", |
| 6878 | ], |
| 6879 | }, |
| 6880 | "type": "A String", # The source type. |
| 6881 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6882 | }, |
| 6883 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6884 | }, |
| 6885 | }, |
| 6886 | ], |
| 6887 | "locales": [ # The person's locale preferences. |
| 6888 | { # A person's locale preference. |
| 6889 | "metadata": { # Metadata about a field. # Metadata about the locale. |
| 6890 | "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. |
| 6891 | "source": { # The source of a field. # The source of the field. |
| 6892 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6893 | "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. |
| 6894 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6895 | "objectType": "A String", # Output only. The profile object type. |
| 6896 | "userTypes": [ # Output only. The user types. |
| 6897 | "A String", |
| 6898 | ], |
| 6899 | }, |
| 6900 | "type": "A String", # The source type. |
| 6901 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6902 | }, |
| 6903 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6904 | }, |
| 6905 | "value": "A String", # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale. |
| 6906 | }, |
| 6907 | ], |
| 6908 | "events": [ # The person's events. |
| 6909 | { # An event related to the person. |
| 6910 | "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. |
| 6911 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 6912 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 6913 | "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. |
| 6914 | }, |
| 6915 | "type": "A String", # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other` |
| 6916 | "metadata": { # Metadata about a field. # Metadata about the event. |
| 6917 | "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. |
| 6918 | "source": { # The source of a field. # The source of the field. |
| 6919 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6920 | "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. |
| 6921 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6922 | "objectType": "A String", # Output only. The profile object type. |
| 6923 | "userTypes": [ # Output only. The user types. |
| 6924 | "A String", |
| 6925 | ], |
| 6926 | }, |
| 6927 | "type": "A String", # The source type. |
| 6928 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6929 | }, |
| 6930 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6931 | }, |
| 6932 | "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. |
| 6933 | }, |
| 6934 | ], |
| 6935 | "calendarUrls": [ # The person's calendar URLs. |
| 6936 | { # A person's calendar URL. |
| 6937 | "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. |
| 6938 | "type": "A String", # The type of the calendar URL. The type can be custom or one of these predefined values: * `home` * `freeBusy` * `work` |
| 6939 | "metadata": { # Metadata about a field. # Metadata about the calendar URL. |
| 6940 | "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. |
| 6941 | "source": { # The source of a field. # The source of the field. |
| 6942 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6943 | "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. |
| 6944 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6945 | "objectType": "A String", # Output only. The profile object type. |
| 6946 | "userTypes": [ # Output only. The user types. |
| 6947 | "A String", |
| 6948 | ], |
| 6949 | }, |
| 6950 | "type": "A String", # The source type. |
| 6951 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6952 | }, |
| 6953 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6954 | }, |
| 6955 | "url": "A String", # The calendar URL. |
| 6956 | }, |
| 6957 | ], |
| 6958 | "braggingRights": [ # **DEPRECATED**: No data will be returned The person's bragging rights. |
| 6959 | { # **DEPRECATED**: No data will be returned A person's bragging rights. |
| 6960 | "value": "A String", # The bragging rights; for example, `climbed mount everest`. |
| 6961 | "metadata": { # Metadata about a field. # Metadata about the bragging rights. |
| 6962 | "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. |
| 6963 | "source": { # The source of a field. # The source of the field. |
| 6964 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6965 | "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. |
| 6966 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6967 | "objectType": "A String", # Output only. The profile object type. |
| 6968 | "userTypes": [ # Output only. The user types. |
| 6969 | "A String", |
| 6970 | ], |
| 6971 | }, |
| 6972 | "type": "A String", # The source type. |
| 6973 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6974 | }, |
| 6975 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6976 | }, |
| 6977 | }, |
| 6978 | ], |
| 6979 | "skills": [ # The person's skills. |
| 6980 | { # A skill that the person has. |
| 6981 | "metadata": { # Metadata about a field. # Metadata about the skill. |
| 6982 | "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. |
| 6983 | "source": { # The source of a field. # The source of the field. |
| 6984 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6985 | "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. |
| 6986 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6987 | "objectType": "A String", # Output only. The profile object type. |
| 6988 | "userTypes": [ # Output only. The user types. |
| 6989 | "A String", |
| 6990 | ], |
| 6991 | }, |
| 6992 | "type": "A String", # The source type. |
| 6993 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6994 | }, |
| 6995 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6996 | }, |
| 6997 | "value": "A String", # The skill; for example, `underwater basket weaving`. |
| 6998 | }, |
| 6999 | ], |
| 7000 | "externalIds": [ # The person's external IDs. |
| 7001 | { # An identifier from an external entity related to the person. |
| 7002 | "metadata": { # Metadata about a field. # Metadata about the external ID. |
| 7003 | "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. |
| 7004 | "source": { # The source of a field. # The source of the field. |
| 7005 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7006 | "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. |
| 7007 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7008 | "objectType": "A String", # Output only. The profile object type. |
| 7009 | "userTypes": [ # Output only. The user types. |
| 7010 | "A String", |
| 7011 | ], |
| 7012 | }, |
| 7013 | "type": "A String", # The source type. |
| 7014 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7015 | }, |
| 7016 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7017 | }, |
| 7018 | "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` |
| 7019 | "value": "A String", # The value of the external ID. |
| 7020 | "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. |
| 7021 | }, |
| 7022 | ], |
| 7023 | "biographies": [ # The person's biographies. This field is a singleton for contact sources. |
| 7024 | { # A person's short biography. |
| 7025 | "contentType": "A String", # The content type of the biography. |
| 7026 | "value": "A String", # The short biography. |
| 7027 | "metadata": { # Metadata about a field. # Metadata about the biography. |
| 7028 | "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. |
| 7029 | "source": { # The source of a field. # The source of the field. |
| 7030 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7031 | "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. |
| 7032 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7033 | "objectType": "A String", # Output only. The profile object type. |
| 7034 | "userTypes": [ # Output only. The user types. |
| 7035 | "A String", |
| 7036 | ], |
| 7037 | }, |
| 7038 | "type": "A String", # The source type. |
| 7039 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7040 | }, |
| 7041 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7042 | }, |
| 7043 | }, |
| 7044 | ], |
| 7045 | "locations": [ # The person's locations. |
| 7046 | { # A person's location. |
| 7047 | "deskCode": "A String", # The individual desk location. |
| 7048 | "floor": "A String", # The floor name or number. |
| 7049 | "metadata": { # Metadata about a field. # Metadata about the location. |
| 7050 | "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. |
| 7051 | "source": { # The source of a field. # The source of the field. |
| 7052 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7053 | "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. |
| 7054 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7055 | "objectType": "A String", # Output only. The profile object type. |
| 7056 | "userTypes": [ # Output only. The user types. |
| 7057 | "A String", |
| 7058 | ], |
| 7059 | }, |
| 7060 | "type": "A String", # The source type. |
| 7061 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7062 | }, |
| 7063 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7064 | }, |
| 7065 | "floorSection": "A String", # The floor section in `floor_name`. |
| 7066 | "buildingId": "A String", # The building identifier. |
| 7067 | "type": "A String", # The type of the location. The type can be custom or one of these predefined values: * `desk` * `grewUp` |
| 7068 | "current": True or False, # Whether the location is the current location. |
| 7069 | "value": "A String", # The free-form value of the location. |
| 7070 | }, |
| 7071 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7072 | "memberships": [ # The person's group memberships. |
| 7073 | { # A person's membership in a group. Only contact group memberships can be modified. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7074 | "metadata": { # Metadata about a field. # Metadata about the membership. |
| 7075 | "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. |
| 7076 | "source": { # The source of a field. # The source of the field. |
| 7077 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7078 | "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. |
| 7079 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7080 | "objectType": "A String", # Output only. The profile object type. |
| 7081 | "userTypes": [ # Output only. The user types. |
| 7082 | "A String", |
| 7083 | ], |
| 7084 | }, |
| 7085 | "type": "A String", # The source type. |
| 7086 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7087 | }, |
| 7088 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7089 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7090 | "domainMembership": { # A G Suite Domain membership. # Output only. The domain membership. |
| 7091 | "inViewerDomain": True or False, # True if the person is in the viewer's G Suite domain. |
| 7092 | }, |
| 7093 | "contactGroupMembership": { # A Google contact group membership. # The contact group membership. |
| 7094 | "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. |
| 7095 | "contactGroupId": "A String", # Output only. The contact group ID for the contact group membership. |
| 7096 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7097 | }, |
| 7098 | ], |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 7099 | } |
| 7100 | |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7101 | updatePersonFields: string, Required. A field mask to restrict which fields on the person are updated. Multiple fields can be specified by separating them with commas. All updated fields will be replaced. Valid values are: * addresses * biographies * birthdays * calendarUrls * clientData * emailAddresses * events * externalIds * genders * imClients * interests * locales * locations * memberships * miscKeywords * names * nicknames * occupations * organizations * phoneNumbers * relations * sipAddresses * urls * userDefined |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7102 | personFields: string, Optional. A field mask to restrict which fields on each person are returned. Multiple fields can be specified by separating them with commas. Defaults to all 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 |
| 7103 | sources: string, Optional. A mask of what source types to return. Defaults to READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set. (repeated) |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 7104 | Allowed values |
| 7105 | READ_SOURCE_TYPE_UNSPECIFIED - Unspecified. |
| 7106 | READ_SOURCE_TYPE_PROFILE - Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE. |
| 7107 | READ_SOURCE_TYPE_CONTACT - Returns SourceType.CONTACT. |
| 7108 | READ_SOURCE_TYPE_DOMAIN_CONTACT - Returns SourceType.DOMAIN_CONTACT. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 7109 | x__xgafv: string, V1 error format. |
| 7110 | Allowed values |
| 7111 | 1 - v1 error format |
| 7112 | 2 - v2 error format |
| 7113 | |
| 7114 | Returns: |
| 7115 | An object of the form: |
| 7116 | |
| 7117 | { # 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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7118 | "residences": [ # **DEPRECATED**: (Please use `person.locations` instead) The person's residences. |
| 7119 | { # **DEPRECATED**: Please use `person.locations` instead. A person's past or current residence. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7120 | "metadata": { # Metadata about a field. # Metadata about the residence. |
| 7121 | "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. |
| 7122 | "source": { # The source of a field. # The source of the field. |
| 7123 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7124 | "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. |
| 7125 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7126 | "objectType": "A String", # Output only. The profile object type. |
| 7127 | "userTypes": [ # Output only. The user types. |
| 7128 | "A String", |
| 7129 | ], |
| 7130 | }, |
| 7131 | "type": "A String", # The source type. |
| 7132 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7133 | }, |
| 7134 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7135 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7136 | "current": True or False, # True if the residence is the person's current residence; false if the residence is a past residence. |
| 7137 | "value": "A String", # The address of the residence. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7138 | }, |
| 7139 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7140 | "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}`. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7141 | "ageRanges": [ # Output only. The person's age ranges. |
| 7142 | { # A person's age range. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7143 | "ageRange": "A String", # The age range. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7144 | "metadata": { # Metadata about a field. # Metadata about the age range. |
| 7145 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7146 | "source": { # The source of a field. # The source of the field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7147 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7148 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7149 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7150 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7151 | "userTypes": [ # Output only. The user types. |
| 7152 | "A String", |
| 7153 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7154 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7155 | "type": "A String", # The source type. |
| 7156 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 7157 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7158 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7159 | }, |
| 7160 | }, |
| 7161 | ], |
| 7162 | "fileAses": [ # The person's file-ases. |
| 7163 | { # The name that should be used to sort the person in a list. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7164 | "metadata": { # Metadata about a field. # Metadata about the file-as. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7165 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7166 | "source": { # The source of a field. # The source of the field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7167 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7168 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7169 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7170 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7171 | "userTypes": [ # Output only. The user types. |
| 7172 | "A String", |
| 7173 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7174 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7175 | "type": "A String", # The source type. |
| 7176 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7177 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7178 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7179 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7180 | "value": "A String", # The file-as value |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 7181 | }, |
| 7182 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7183 | "etag": "A String", # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation. |
| 7184 | "userDefined": [ # The person's user defined data. |
| 7185 | { # Arbitrary user data that is populated by the end users. |
| 7186 | "value": "A String", # The end user specified value of the user defined data. |
| 7187 | "key": "A String", # The end user specified key of the user defined data. |
| 7188 | "metadata": { # Metadata about a field. # Metadata about the user defined data. |
| 7189 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 7190 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 7191 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7192 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 7193 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7194 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 7195 | "userTypes": [ # Output only. The user types. |
| 7196 | "A String", |
| 7197 | ], |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 7198 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7199 | "type": "A String", # The source type. |
| 7200 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 7201 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7202 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 7203 | }, |
| 7204 | }, |
| 7205 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7206 | "urls": [ # The person's associated URLs. |
| 7207 | { # A person's associated URLs. |
| 7208 | "metadata": { # Metadata about a field. # Metadata about the URL. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7209 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 7210 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 7211 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7212 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 7213 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7214 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 7215 | "userTypes": [ # Output only. The user types. |
| 7216 | "A String", |
| 7217 | ], |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 7218 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7219 | "type": "A String", # The source type. |
| 7220 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 7221 | }, |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 7222 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 7223 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7224 | "value": "A String", # The URL. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7225 | "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` |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7226 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 7227 | }, |
| 7228 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7229 | "imClients": [ # The person's instant messaging clients. |
| 7230 | { # A person's instant messaging client. |
| 7231 | "metadata": { # Metadata about a field. # Metadata about the IM client. |
| 7232 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 7233 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 7234 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7235 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 7236 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7237 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 7238 | "userTypes": [ # Output only. The user types. |
| 7239 | "A String", |
| 7240 | ], |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 7241 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7242 | "type": "A String", # The source type. |
| 7243 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 7244 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7245 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 7246 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7247 | "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` |
| 7248 | "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. |
| 7249 | "type": "A String", # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 7250 | "username": "A String", # The user name used in the IM client. |
| 7251 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 7252 | }, |
| 7253 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7254 | "metadata": { # The metadata about a person. # Output only. Metadata about the person. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7255 | "objectType": "A String", # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object. |
| 7256 | "sources": [ # The sources of data for the person. |
| 7257 | { # The source of a field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7258 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7259 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7260 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7261 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7262 | "userTypes": [ # Output only. The user types. |
| 7263 | "A String", |
| 7264 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7265 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7266 | "type": "A String", # The source type. |
| 7267 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7268 | }, |
| 7269 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7270 | "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. |
| 7271 | "linkedPeopleResourceNames": [ # Output only. Resource names of people linked to this resource. |
| 7272 | "A String", |
| 7273 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7274 | "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. |
| 7275 | "A String", |
| 7276 | ], |
| 7277 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7278 | "birthdays": [ # The person's birthdays. This field is a singleton for contact sources. |
| 7279 | { # 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. |
| 7280 | "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. |
| 7281 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 7282 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 7283 | "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. |
| 7284 | }, |
| 7285 | "text": "A String", # A free-form string representing the user's birthday. |
| 7286 | "metadata": { # Metadata about a field. # Metadata about the birthday. |
| 7287 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7288 | "source": { # The source of a field. # The source of the field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7289 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7290 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7291 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7292 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7293 | "userTypes": [ # Output only. The user types. |
| 7294 | "A String", |
| 7295 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7296 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7297 | "type": "A String", # The source type. |
| 7298 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7299 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7300 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7301 | }, |
| 7302 | }, |
| 7303 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7304 | "clientData": [ # The person's client data. |
| 7305 | { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. |
| 7306 | "metadata": { # Metadata about a field. # Metadata about the client data. |
| 7307 | "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. |
| 7308 | "source": { # The source of a field. # The source of the field. |
| 7309 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7310 | "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. |
| 7311 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7312 | "objectType": "A String", # Output only. The profile object type. |
| 7313 | "userTypes": [ # Output only. The user types. |
| 7314 | "A String", |
| 7315 | ], |
| 7316 | }, |
| 7317 | "type": "A String", # The source type. |
| 7318 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7319 | }, |
| 7320 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7321 | }, |
| 7322 | "value": "A String", # The client specified value of the client data. |
| 7323 | "key": "A String", # The client specified key of the client data. |
| 7324 | }, |
| 7325 | ], |
| 7326 | "organizations": [ # The person's past or current organizations. |
| 7327 | { # A person's past or current organization. Overlapping date ranges are permitted. |
| 7328 | "type": "A String", # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school` |
| 7329 | "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. |
| 7330 | "title": "A String", # The person's job title at the organization. |
| 7331 | "location": "A String", # The location of the organization office the person works at. |
| 7332 | "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. |
| 7333 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 7334 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 7335 | "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. |
| 7336 | }, |
| 7337 | "domain": "A String", # The domain name associated with the organization; for example, `google.com`. |
| 7338 | "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. |
| 7339 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 7340 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 7341 | "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. |
| 7342 | }, |
| 7343 | "name": "A String", # The name of the organization. |
| 7344 | "symbol": "A String", # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym. |
| 7345 | "metadata": { # Metadata about a field. # Metadata about the organization. |
| 7346 | "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. |
| 7347 | "source": { # The source of a field. # The source of the field. |
| 7348 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7349 | "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. |
| 7350 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7351 | "objectType": "A String", # Output only. The profile object type. |
| 7352 | "userTypes": [ # Output only. The user types. |
| 7353 | "A String", |
| 7354 | ], |
| 7355 | }, |
| 7356 | "type": "A String", # The source type. |
| 7357 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7358 | }, |
| 7359 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7360 | }, |
| 7361 | "phoneticName": "A String", # The phonetic name of the organization. |
| 7362 | "current": True or False, # True if the organization is the person's current organization; false if the organization is a past organization. |
| 7363 | "department": "A String", # The person's department at the organization. |
| 7364 | "jobDescription": "A String", # The person's job description at the organization. |
| 7365 | }, |
| 7366 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7367 | "nicknames": [ # The person's nicknames. |
| 7368 | { # A person's nickname. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7369 | "metadata": { # Metadata about a field. # Metadata about the nickname. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7370 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7371 | "source": { # The source of a field. # The source of the field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7372 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7373 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7374 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7375 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7376 | "userTypes": [ # Output only. The user types. |
| 7377 | "A String", |
| 7378 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7379 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7380 | "type": "A String", # The source type. |
| 7381 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7382 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7383 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7384 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7385 | "value": "A String", # The nickname. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7386 | "type": "A String", # The type of the nickname. |
| 7387 | }, |
| 7388 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7389 | "occupations": [ # The person's occupations. |
| 7390 | { # A person's occupation. |
| 7391 | "metadata": { # Metadata about a field. # Metadata about the occupation. |
| 7392 | "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. |
| 7393 | "source": { # The source of a field. # The source of the field. |
| 7394 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7395 | "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. |
| 7396 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7397 | "objectType": "A String", # Output only. The profile object type. |
| 7398 | "userTypes": [ # Output only. The user types. |
| 7399 | "A String", |
| 7400 | ], |
| 7401 | }, |
| 7402 | "type": "A String", # The source type. |
| 7403 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7404 | }, |
| 7405 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7406 | }, |
| 7407 | "value": "A String", # The occupation; for example, `carpenter`. |
| 7408 | }, |
| 7409 | ], |
| 7410 | "phoneNumbers": [ # The person's phone numbers. |
| 7411 | { # A person's phone number. |
| 7412 | "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. |
| 7413 | "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. |
| 7414 | "metadata": { # Metadata about a field. # Metadata about the phone number. |
| 7415 | "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. |
| 7416 | "source": { # The source of a field. # The source of the field. |
| 7417 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7418 | "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. |
| 7419 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7420 | "objectType": "A String", # Output only. The profile object type. |
| 7421 | "userTypes": [ # Output only. The user types. |
| 7422 | "A String", |
| 7423 | ], |
| 7424 | }, |
| 7425 | "type": "A String", # The source type. |
| 7426 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7427 | }, |
| 7428 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7429 | }, |
| 7430 | "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` |
| 7431 | "value": "A String", # The phone number. |
| 7432 | }, |
| 7433 | ], |
| 7434 | "coverPhotos": [ # Output only. The person's cover photos. |
| 7435 | { # 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. |
| 7436 | "url": "A String", # The URL of the cover photo. |
| 7437 | "metadata": { # Metadata about a field. # Metadata about the cover photo. |
| 7438 | "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. |
| 7439 | "source": { # The source of a field. # The source of the field. |
| 7440 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7441 | "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. |
| 7442 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7443 | "objectType": "A String", # Output only. The profile object type. |
| 7444 | "userTypes": [ # Output only. The user types. |
| 7445 | "A String", |
| 7446 | ], |
| 7447 | }, |
| 7448 | "type": "A String", # The source type. |
| 7449 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7450 | }, |
| 7451 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7452 | }, |
| 7453 | "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. |
| 7454 | }, |
| 7455 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7456 | "emailAddresses": [ # The person's email addresses. |
| 7457 | { # A person's email address. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7458 | "displayName": "A String", # The display name of the email. |
| 7459 | "value": "A String", # The email address. |
| 7460 | "type": "A String", # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7461 | "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. |
| 7462 | "metadata": { # Metadata about a field. # Metadata about the email address. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7463 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7464 | "source": { # The source of a field. # The source of the field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7465 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7466 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7467 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7468 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7469 | "userTypes": [ # Output only. The user types. |
| 7470 | "A String", |
| 7471 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7472 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7473 | "type": "A String", # The source type. |
| 7474 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7475 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7476 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7477 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7478 | }, |
| 7479 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7480 | "ageRange": "A String", # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person's age range. |
| 7481 | "relations": [ # The person's relations. |
| 7482 | { # A person's relation to another person. |
| 7483 | "person": "A String", # The name of the other person this relation refers to. |
| 7484 | "metadata": { # Metadata about a field. # Metadata about the relation. |
| 7485 | "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. |
| 7486 | "source": { # The source of a field. # The source of the field. |
| 7487 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7488 | "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. |
| 7489 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7490 | "objectType": "A String", # Output only. The profile object type. |
| 7491 | "userTypes": [ # Output only. The user types. |
| 7492 | "A String", |
| 7493 | ], |
| 7494 | }, |
| 7495 | "type": "A String", # The source type. |
| 7496 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7497 | }, |
| 7498 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7499 | }, |
| 7500 | "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. |
| 7501 | "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` |
| 7502 | }, |
| 7503 | ], |
| 7504 | "miscKeywords": [ # The person's miscellaneous keywords. |
| 7505 | { # A person's miscellaneous keyword. |
| 7506 | "value": "A String", # The value of the miscellaneous keyword. |
| 7507 | "metadata": { # Metadata about a field. # Metadata about the miscellaneous keyword. |
| 7508 | "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. |
| 7509 | "source": { # The source of a field. # The source of the field. |
| 7510 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7511 | "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. |
| 7512 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7513 | "objectType": "A String", # Output only. The profile object type. |
| 7514 | "userTypes": [ # Output only. The user types. |
| 7515 | "A String", |
| 7516 | ], |
| 7517 | }, |
| 7518 | "type": "A String", # The source type. |
| 7519 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7520 | }, |
| 7521 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7522 | }, |
| 7523 | "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. |
| 7524 | "type": "A String", # The miscellaneous keyword type. |
| 7525 | }, |
| 7526 | ], |
| 7527 | "relationshipStatuses": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship statuses. |
| 7528 | { # **DEPRECATED**: No data will be returned A person's relationship status. |
| 7529 | "metadata": { # Metadata about a field. # Metadata about the relationship status. |
| 7530 | "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. |
| 7531 | "source": { # The source of a field. # The source of the field. |
| 7532 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7533 | "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. |
| 7534 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7535 | "objectType": "A String", # Output only. The profile object type. |
| 7536 | "userTypes": [ # Output only. The user types. |
| 7537 | "A String", |
| 7538 | ], |
| 7539 | }, |
| 7540 | "type": "A String", # The source type. |
| 7541 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7542 | }, |
| 7543 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7544 | }, |
| 7545 | "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` |
| 7546 | "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. |
| 7547 | }, |
| 7548 | ], |
| 7549 | "names": [ # The person's names. This field is a singleton for contact sources. |
| 7550 | { # A person's name. If the name is a mononym, the family name is empty. |
| 7551 | "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. |
| 7552 | "honorificPrefix": "A String", # The honorific prefixes, such as `Mrs.` or `Dr.` |
| 7553 | "familyName": "A String", # The family name. |
| 7554 | "givenName": "A String", # The given name. |
| 7555 | "honorificSuffix": "A String", # The honorific suffixes, such as `Jr.` |
| 7556 | "middleName": "A String", # The middle name(s). |
| 7557 | "phoneticFullName": "A String", # The full name spelled as it sounds. |
| 7558 | "phoneticHonorificSuffix": "A String", # The honorific suffixes spelled as they sound. |
| 7559 | "phoneticMiddleName": "A String", # The middle name(s) spelled as they sound. |
| 7560 | "metadata": { # Metadata about a field. # Metadata about the name. |
| 7561 | "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. |
| 7562 | "source": { # The source of a field. # The source of the field. |
| 7563 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7564 | "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. |
| 7565 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7566 | "objectType": "A String", # Output only. The profile object type. |
| 7567 | "userTypes": [ # Output only. The user types. |
| 7568 | "A String", |
| 7569 | ], |
| 7570 | }, |
| 7571 | "type": "A String", # The source type. |
| 7572 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7573 | }, |
| 7574 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7575 | }, |
| 7576 | "phoneticFamilyName": "A String", # The family name spelled as it sounds. |
| 7577 | "phoneticHonorificPrefix": "A String", # The honorific prefixes spelled as they sound. |
| 7578 | "phoneticGivenName": "A String", # The given name spelled as it sounds. |
| 7579 | "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. |
| 7580 | "unstructuredName": "A String", # The free form name value. |
| 7581 | }, |
| 7582 | ], |
| 7583 | "addresses": [ # The person's street addresses. |
| 7584 | { # A person's physical address. May be a P.O. box or street address. All fields are optional. |
| 7585 | "countryCode": "A String", # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address. |
| 7586 | "extendedAddress": "A String", # The extended address of the address; for example, the apartment number. |
| 7587 | "city": "A String", # The city of the address. |
| 7588 | "country": "A String", # The country of the address. |
| 7589 | "streetAddress": "A String", # The street address. |
| 7590 | "region": "A String", # The region of the address; for example, the state or province. |
| 7591 | "type": "A String", # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 7592 | "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. |
| 7593 | "metadata": { # Metadata about a field. # Metadata about the address. |
| 7594 | "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. |
| 7595 | "source": { # The source of a field. # The source of the field. |
| 7596 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7597 | "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. |
| 7598 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7599 | "objectType": "A String", # Output only. The profile object type. |
| 7600 | "userTypes": [ # Output only. The user types. |
| 7601 | "A String", |
| 7602 | ], |
| 7603 | }, |
| 7604 | "type": "A String", # The source type. |
| 7605 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7606 | }, |
| 7607 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7608 | }, |
| 7609 | "poBox": "A String", # The P.O. box of the address. |
| 7610 | "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. |
| 7611 | "postalCode": "A String", # The postal code of the address. |
| 7612 | }, |
| 7613 | ], |
| 7614 | "genders": [ # The person's genders. This field is a singleton for contact sources. |
| 7615 | { # A person's gender. |
| 7616 | "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. |
| 7617 | "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` |
| 7618 | "metadata": { # Metadata about a field. # Metadata about the gender. |
| 7619 | "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. |
| 7620 | "source": { # The source of a field. # The source of the field. |
| 7621 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7622 | "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. |
| 7623 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7624 | "objectType": "A String", # Output only. The profile object type. |
| 7625 | "userTypes": [ # Output only. The user types. |
| 7626 | "A String", |
| 7627 | ], |
| 7628 | }, |
| 7629 | "type": "A String", # The source type. |
| 7630 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7631 | }, |
| 7632 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7633 | }, |
| 7634 | "value": "A String", # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified` |
| 7635 | }, |
| 7636 | ], |
| 7637 | "taglines": [ # Output only. **DEPRECATED**: No data will be returned The person's taglines. |
| 7638 | { # **DEPRECATED**: No data will be returned A brief one-line description of the person. |
| 7639 | "metadata": { # Metadata about a field. # Metadata about the tagline. |
| 7640 | "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. |
| 7641 | "source": { # The source of a field. # The source of the field. |
| 7642 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7643 | "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. |
| 7644 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7645 | "objectType": "A String", # Output only. The profile object type. |
| 7646 | "userTypes": [ # Output only. The user types. |
| 7647 | "A String", |
| 7648 | ], |
| 7649 | }, |
| 7650 | "type": "A String", # The source type. |
| 7651 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7652 | }, |
| 7653 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7654 | }, |
| 7655 | "value": "A String", # The tagline. |
| 7656 | }, |
| 7657 | ], |
| 7658 | "sipAddresses": [ # The person's SIP addresses. |
| 7659 | { # A person's SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet. |
| 7660 | "value": "A String", # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format. |
| 7661 | "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` |
| 7662 | "metadata": { # Metadata about a field. # Metadata about the SIP address. |
| 7663 | "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. |
| 7664 | "source": { # The source of a field. # The source of the field. |
| 7665 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7666 | "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. |
| 7667 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7668 | "objectType": "A String", # Output only. The profile object type. |
| 7669 | "userTypes": [ # Output only. The user types. |
| 7670 | "A String", |
| 7671 | ], |
| 7672 | }, |
| 7673 | "type": "A String", # The source type. |
| 7674 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7675 | }, |
| 7676 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7677 | }, |
| 7678 | "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. |
| 7679 | }, |
| 7680 | ], |
| 7681 | "photos": [ # Output only. The person's photos. |
| 7682 | { # A person's photo. A picture shown next to the person's name to help others recognize the person. |
| 7683 | "metadata": { # Metadata about a field. # Metadata about the photo. |
| 7684 | "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. |
| 7685 | "source": { # The source of a field. # The source of the field. |
| 7686 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7687 | "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. |
| 7688 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7689 | "objectType": "A String", # Output only. The profile object type. |
| 7690 | "userTypes": [ # Output only. The user types. |
| 7691 | "A String", |
| 7692 | ], |
| 7693 | }, |
| 7694 | "type": "A String", # The source type. |
| 7695 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7696 | }, |
| 7697 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7698 | }, |
| 7699 | "default": True or False, # True if the photo is a default photo; false if the photo is a user-provided photo. |
| 7700 | "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 |
| 7701 | }, |
| 7702 | ], |
| 7703 | "relationshipInterests": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship interests. |
| 7704 | { # **DEPRECATED**: No data will be returned A person's relationship interest . |
| 7705 | "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. |
| 7706 | "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` |
| 7707 | "metadata": { # Metadata about a field. # Metadata about the relationship interest. |
| 7708 | "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. |
| 7709 | "source": { # The source of a field. # The source of the field. |
| 7710 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7711 | "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. |
| 7712 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7713 | "objectType": "A String", # Output only. The profile object type. |
| 7714 | "userTypes": [ # Output only. The user types. |
| 7715 | "A String", |
| 7716 | ], |
| 7717 | }, |
| 7718 | "type": "A String", # The source type. |
| 7719 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7720 | }, |
| 7721 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7722 | }, |
| 7723 | }, |
| 7724 | ], |
| 7725 | "interests": [ # The person's interests. |
| 7726 | { # One of the person's interests. |
| 7727 | "value": "A String", # The interest; for example, `stargazing`. |
| 7728 | "metadata": { # Metadata about a field. # Metadata about the interest. |
| 7729 | "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. |
| 7730 | "source": { # The source of a field. # The source of the field. |
| 7731 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7732 | "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. |
| 7733 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7734 | "objectType": "A String", # Output only. The profile object type. |
| 7735 | "userTypes": [ # Output only. The user types. |
| 7736 | "A String", |
| 7737 | ], |
| 7738 | }, |
| 7739 | "type": "A String", # The source type. |
| 7740 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7741 | }, |
| 7742 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7743 | }, |
| 7744 | }, |
| 7745 | ], |
| 7746 | "locales": [ # The person's locale preferences. |
| 7747 | { # A person's locale preference. |
| 7748 | "metadata": { # Metadata about a field. # Metadata about the locale. |
| 7749 | "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. |
| 7750 | "source": { # The source of a field. # The source of the field. |
| 7751 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7752 | "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. |
| 7753 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7754 | "objectType": "A String", # Output only. The profile object type. |
| 7755 | "userTypes": [ # Output only. The user types. |
| 7756 | "A String", |
| 7757 | ], |
| 7758 | }, |
| 7759 | "type": "A String", # The source type. |
| 7760 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7761 | }, |
| 7762 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7763 | }, |
| 7764 | "value": "A String", # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale. |
| 7765 | }, |
| 7766 | ], |
| 7767 | "events": [ # The person's events. |
| 7768 | { # An event related to the person. |
| 7769 | "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. |
| 7770 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 7771 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 7772 | "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. |
| 7773 | }, |
| 7774 | "type": "A String", # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other` |
| 7775 | "metadata": { # Metadata about a field. # Metadata about the event. |
| 7776 | "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. |
| 7777 | "source": { # The source of a field. # The source of the field. |
| 7778 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7779 | "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. |
| 7780 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7781 | "objectType": "A String", # Output only. The profile object type. |
| 7782 | "userTypes": [ # Output only. The user types. |
| 7783 | "A String", |
| 7784 | ], |
| 7785 | }, |
| 7786 | "type": "A String", # The source type. |
| 7787 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7788 | }, |
| 7789 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7790 | }, |
| 7791 | "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. |
| 7792 | }, |
| 7793 | ], |
| 7794 | "calendarUrls": [ # The person's calendar URLs. |
| 7795 | { # A person's calendar URL. |
| 7796 | "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. |
| 7797 | "type": "A String", # The type of the calendar URL. The type can be custom or one of these predefined values: * `home` * `freeBusy` * `work` |
| 7798 | "metadata": { # Metadata about a field. # Metadata about the calendar URL. |
| 7799 | "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. |
| 7800 | "source": { # The source of a field. # The source of the field. |
| 7801 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7802 | "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. |
| 7803 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7804 | "objectType": "A String", # Output only. The profile object type. |
| 7805 | "userTypes": [ # Output only. The user types. |
| 7806 | "A String", |
| 7807 | ], |
| 7808 | }, |
| 7809 | "type": "A String", # The source type. |
| 7810 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7811 | }, |
| 7812 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7813 | }, |
| 7814 | "url": "A String", # The calendar URL. |
| 7815 | }, |
| 7816 | ], |
| 7817 | "braggingRights": [ # **DEPRECATED**: No data will be returned The person's bragging rights. |
| 7818 | { # **DEPRECATED**: No data will be returned A person's bragging rights. |
| 7819 | "value": "A String", # The bragging rights; for example, `climbed mount everest`. |
| 7820 | "metadata": { # Metadata about a field. # Metadata about the bragging rights. |
| 7821 | "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. |
| 7822 | "source": { # The source of a field. # The source of the field. |
| 7823 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7824 | "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. |
| 7825 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7826 | "objectType": "A String", # Output only. The profile object type. |
| 7827 | "userTypes": [ # Output only. The user types. |
| 7828 | "A String", |
| 7829 | ], |
| 7830 | }, |
| 7831 | "type": "A String", # The source type. |
| 7832 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7833 | }, |
| 7834 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7835 | }, |
| 7836 | }, |
| 7837 | ], |
| 7838 | "skills": [ # The person's skills. |
| 7839 | { # A skill that the person has. |
| 7840 | "metadata": { # Metadata about a field. # Metadata about the skill. |
| 7841 | "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. |
| 7842 | "source": { # The source of a field. # The source of the field. |
| 7843 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7844 | "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. |
| 7845 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7846 | "objectType": "A String", # Output only. The profile object type. |
| 7847 | "userTypes": [ # Output only. The user types. |
| 7848 | "A String", |
| 7849 | ], |
| 7850 | }, |
| 7851 | "type": "A String", # The source type. |
| 7852 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7853 | }, |
| 7854 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7855 | }, |
| 7856 | "value": "A String", # The skill; for example, `underwater basket weaving`. |
| 7857 | }, |
| 7858 | ], |
| 7859 | "externalIds": [ # The person's external IDs. |
| 7860 | { # An identifier from an external entity related to the person. |
| 7861 | "metadata": { # Metadata about a field. # Metadata about the external ID. |
| 7862 | "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. |
| 7863 | "source": { # The source of a field. # The source of the field. |
| 7864 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7865 | "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. |
| 7866 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7867 | "objectType": "A String", # Output only. The profile object type. |
| 7868 | "userTypes": [ # Output only. The user types. |
| 7869 | "A String", |
| 7870 | ], |
| 7871 | }, |
| 7872 | "type": "A String", # The source type. |
| 7873 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7874 | }, |
| 7875 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7876 | }, |
| 7877 | "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` |
| 7878 | "value": "A String", # The value of the external ID. |
| 7879 | "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. |
| 7880 | }, |
| 7881 | ], |
| 7882 | "biographies": [ # The person's biographies. This field is a singleton for contact sources. |
| 7883 | { # A person's short biography. |
| 7884 | "contentType": "A String", # The content type of the biography. |
| 7885 | "value": "A String", # The short biography. |
| 7886 | "metadata": { # Metadata about a field. # Metadata about the biography. |
| 7887 | "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. |
| 7888 | "source": { # The source of a field. # The source of the field. |
| 7889 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7890 | "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. |
| 7891 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7892 | "objectType": "A String", # Output only. The profile object type. |
| 7893 | "userTypes": [ # Output only. The user types. |
| 7894 | "A String", |
| 7895 | ], |
| 7896 | }, |
| 7897 | "type": "A String", # The source type. |
| 7898 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7899 | }, |
| 7900 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7901 | }, |
| 7902 | }, |
| 7903 | ], |
| 7904 | "locations": [ # The person's locations. |
| 7905 | { # A person's location. |
| 7906 | "deskCode": "A String", # The individual desk location. |
| 7907 | "floor": "A String", # The floor name or number. |
| 7908 | "metadata": { # Metadata about a field. # Metadata about the location. |
| 7909 | "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. |
| 7910 | "source": { # The source of a field. # The source of the field. |
| 7911 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7912 | "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. |
| 7913 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7914 | "objectType": "A String", # Output only. The profile object type. |
| 7915 | "userTypes": [ # Output only. The user types. |
| 7916 | "A String", |
| 7917 | ], |
| 7918 | }, |
| 7919 | "type": "A String", # The source type. |
| 7920 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7921 | }, |
| 7922 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7923 | }, |
| 7924 | "floorSection": "A String", # The floor section in `floor_name`. |
| 7925 | "buildingId": "A String", # The building identifier. |
| 7926 | "type": "A String", # The type of the location. The type can be custom or one of these predefined values: * `desk` * `grewUp` |
| 7927 | "current": True or False, # Whether the location is the current location. |
| 7928 | "value": "A String", # The free-form value of the location. |
| 7929 | }, |
| 7930 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7931 | "memberships": [ # The person's group memberships. |
| 7932 | { # A person's membership in a group. Only contact group memberships can be modified. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7933 | "metadata": { # Metadata about a field. # Metadata about the membership. |
| 7934 | "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. |
| 7935 | "source": { # The source of a field. # The source of the field. |
| 7936 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7937 | "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. |
| 7938 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7939 | "objectType": "A String", # Output only. The profile object type. |
| 7940 | "userTypes": [ # Output only. The user types. |
| 7941 | "A String", |
| 7942 | ], |
| 7943 | }, |
| 7944 | "type": "A String", # The source type. |
| 7945 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7946 | }, |
| 7947 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7948 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7949 | "domainMembership": { # A G Suite Domain membership. # Output only. The domain membership. |
| 7950 | "inViewerDomain": True or False, # True if the person is in the viewer's G Suite domain. |
| 7951 | }, |
| 7952 | "contactGroupMembership": { # A Google contact group membership. # The contact group membership. |
| 7953 | "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. |
| 7954 | "contactGroupId": "A String", # Output only. The contact group ID for the contact group membership. |
| 7955 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7956 | }, |
| 7957 | ], |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 7958 | }</pre> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 7959 | </div> |
| 7960 | |
| 7961 | <div class="method"> |
| 7962 | <code class="details" id="updateContactPhoto">updateContactPhoto(resourceName, body=None, x__xgafv=None)</code> |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 7963 | <pre>Update a contact's photo. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 7964 | |
| 7965 | Args: |
| 7966 | resourceName: string, Required. Person resource name (required) |
| 7967 | body: object, The request body. |
| 7968 | The object takes the form of: |
| 7969 | |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 7970 | { # A request to update an existing contact's photo. All requests must have a valid photo format: JPEG or PNG. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7971 | "sources": [ # Optional. A mask of what source types to return. Defaults to READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 7972 | "A String", |
| 7973 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7974 | "personFields": "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 empty if not set, which will skip the post mutate get. 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 |
| 7975 | "photoBytes": "A String", # Required. Raw photo bytes |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 7976 | } |
| 7977 | |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 7978 | x__xgafv: string, V1 error format. |
| 7979 | Allowed values |
| 7980 | 1 - v1 error format |
| 7981 | 2 - v2 error format |
| 7982 | |
| 7983 | Returns: |
| 7984 | An object of the form: |
| 7985 | |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 7986 | { # The response for updating a contact's photo. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 7987 | "person": { # 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. # The updated person, if person_fields is set in the UpdateContactPhotoRequest; otherwise this will be unset. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7988 | "residences": [ # **DEPRECATED**: (Please use `person.locations` instead) The person's residences. |
| 7989 | { # **DEPRECATED**: Please use `person.locations` instead. A person's past or current residence. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7990 | "metadata": { # Metadata about a field. # Metadata about the residence. |
| 7991 | "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. |
| 7992 | "source": { # The source of a field. # The source of the field. |
| 7993 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7994 | "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. |
| 7995 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7996 | "objectType": "A String", # Output only. The profile object type. |
| 7997 | "userTypes": [ # Output only. The user types. |
| 7998 | "A String", |
| 7999 | ], |
| 8000 | }, |
| 8001 | "type": "A String", # The source type. |
| 8002 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8003 | }, |
| 8004 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8005 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8006 | "current": True or False, # True if the residence is the person's current residence; false if the residence is a past residence. |
| 8007 | "value": "A String", # The address of the residence. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8008 | }, |
| 8009 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8010 | "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}`. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8011 | "ageRanges": [ # Output only. The person's age ranges. |
| 8012 | { # A person's age range. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8013 | "ageRange": "A String", # The age range. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8014 | "metadata": { # Metadata about a field. # Metadata about the age range. |
| 8015 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8016 | "source": { # The source of a field. # The source of the field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8017 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8018 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8019 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8020 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8021 | "userTypes": [ # Output only. The user types. |
| 8022 | "A String", |
| 8023 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8024 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8025 | "type": "A String", # The source type. |
| 8026 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 8027 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8028 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8029 | }, |
| 8030 | }, |
| 8031 | ], |
| 8032 | "fileAses": [ # The person's file-ases. |
| 8033 | { # The name that should be used to sort the person in a list. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8034 | "metadata": { # Metadata about a field. # Metadata about the file-as. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8035 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8036 | "source": { # The source of a field. # The source of the field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8037 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8038 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8039 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8040 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8041 | "userTypes": [ # Output only. The user types. |
| 8042 | "A String", |
| 8043 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8044 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8045 | "type": "A String", # The source type. |
| 8046 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8047 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8048 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8049 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8050 | "value": "A String", # The file-as value |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 8051 | }, |
| 8052 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8053 | "etag": "A String", # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation. |
| 8054 | "userDefined": [ # The person's user defined data. |
| 8055 | { # Arbitrary user data that is populated by the end users. |
| 8056 | "value": "A String", # The end user specified value of the user defined data. |
| 8057 | "key": "A String", # The end user specified key of the user defined data. |
| 8058 | "metadata": { # Metadata about a field. # Metadata about the user defined data. |
| 8059 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 8060 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 8061 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8062 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 8063 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8064 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 8065 | "userTypes": [ # Output only. The user types. |
| 8066 | "A String", |
| 8067 | ], |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 8068 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8069 | "type": "A String", # The source type. |
| 8070 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 8071 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8072 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 8073 | }, |
| 8074 | }, |
| 8075 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8076 | "urls": [ # The person's associated URLs. |
| 8077 | { # A person's associated URLs. |
| 8078 | "metadata": { # Metadata about a field. # Metadata about the URL. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8079 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 8080 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 8081 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8082 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 8083 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8084 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 8085 | "userTypes": [ # Output only. The user types. |
| 8086 | "A String", |
| 8087 | ], |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 8088 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8089 | "type": "A String", # The source type. |
| 8090 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 8091 | }, |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 8092 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 8093 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8094 | "value": "A String", # The URL. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8095 | "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` |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8096 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 8097 | }, |
| 8098 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8099 | "imClients": [ # The person's instant messaging clients. |
| 8100 | { # A person's instant messaging client. |
| 8101 | "metadata": { # Metadata about a field. # Metadata about the IM client. |
| 8102 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 8103 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 8104 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8105 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 8106 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8107 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 8108 | "userTypes": [ # Output only. The user types. |
| 8109 | "A String", |
| 8110 | ], |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 8111 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8112 | "type": "A String", # The source type. |
| 8113 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 8114 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8115 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 8116 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8117 | "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` |
| 8118 | "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. |
| 8119 | "type": "A String", # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 8120 | "username": "A String", # The user name used in the IM client. |
| 8121 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 8122 | }, |
| 8123 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8124 | "metadata": { # The metadata about a person. # Output only. Metadata about the person. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8125 | "objectType": "A String", # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object. |
| 8126 | "sources": [ # The sources of data for the person. |
| 8127 | { # The source of a field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8128 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8129 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8130 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8131 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8132 | "userTypes": [ # Output only. The user types. |
| 8133 | "A String", |
| 8134 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8135 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8136 | "type": "A String", # The source type. |
| 8137 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8138 | }, |
| 8139 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8140 | "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. |
| 8141 | "linkedPeopleResourceNames": [ # Output only. Resource names of people linked to this resource. |
| 8142 | "A String", |
| 8143 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8144 | "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. |
| 8145 | "A String", |
| 8146 | ], |
| 8147 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8148 | "birthdays": [ # The person's birthdays. This field is a singleton for contact sources. |
| 8149 | { # 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. |
| 8150 | "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. |
| 8151 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 8152 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 8153 | "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. |
| 8154 | }, |
| 8155 | "text": "A String", # A free-form string representing the user's birthday. |
| 8156 | "metadata": { # Metadata about a field. # Metadata about the birthday. |
| 8157 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8158 | "source": { # The source of a field. # The source of the field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8159 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8160 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8161 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8162 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8163 | "userTypes": [ # Output only. The user types. |
| 8164 | "A String", |
| 8165 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8166 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8167 | "type": "A String", # The source type. |
| 8168 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8169 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8170 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8171 | }, |
| 8172 | }, |
| 8173 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8174 | "clientData": [ # The person's client data. |
| 8175 | { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. |
| 8176 | "metadata": { # Metadata about a field. # Metadata about the client data. |
| 8177 | "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. |
| 8178 | "source": { # The source of a field. # The source of the field. |
| 8179 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8180 | "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. |
| 8181 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8182 | "objectType": "A String", # Output only. The profile object type. |
| 8183 | "userTypes": [ # Output only. The user types. |
| 8184 | "A String", |
| 8185 | ], |
| 8186 | }, |
| 8187 | "type": "A String", # The source type. |
| 8188 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8189 | }, |
| 8190 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8191 | }, |
| 8192 | "value": "A String", # The client specified value of the client data. |
| 8193 | "key": "A String", # The client specified key of the client data. |
| 8194 | }, |
| 8195 | ], |
| 8196 | "organizations": [ # The person's past or current organizations. |
| 8197 | { # A person's past or current organization. Overlapping date ranges are permitted. |
| 8198 | "type": "A String", # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school` |
| 8199 | "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. |
| 8200 | "title": "A String", # The person's job title at the organization. |
| 8201 | "location": "A String", # The location of the organization office the person works at. |
| 8202 | "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. |
| 8203 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 8204 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 8205 | "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. |
| 8206 | }, |
| 8207 | "domain": "A String", # The domain name associated with the organization; for example, `google.com`. |
| 8208 | "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. |
| 8209 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 8210 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 8211 | "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. |
| 8212 | }, |
| 8213 | "name": "A String", # The name of the organization. |
| 8214 | "symbol": "A String", # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym. |
| 8215 | "metadata": { # Metadata about a field. # Metadata about the organization. |
| 8216 | "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. |
| 8217 | "source": { # The source of a field. # The source of the field. |
| 8218 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8219 | "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. |
| 8220 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8221 | "objectType": "A String", # Output only. The profile object type. |
| 8222 | "userTypes": [ # Output only. The user types. |
| 8223 | "A String", |
| 8224 | ], |
| 8225 | }, |
| 8226 | "type": "A String", # The source type. |
| 8227 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8228 | }, |
| 8229 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8230 | }, |
| 8231 | "phoneticName": "A String", # The phonetic name of the organization. |
| 8232 | "current": True or False, # True if the organization is the person's current organization; false if the organization is a past organization. |
| 8233 | "department": "A String", # The person's department at the organization. |
| 8234 | "jobDescription": "A String", # The person's job description at the organization. |
| 8235 | }, |
| 8236 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8237 | "nicknames": [ # The person's nicknames. |
| 8238 | { # A person's nickname. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8239 | "metadata": { # Metadata about a field. # Metadata about the nickname. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8240 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8241 | "source": { # The source of a field. # The source of the field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8242 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8243 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8244 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8245 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8246 | "userTypes": [ # Output only. The user types. |
| 8247 | "A String", |
| 8248 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8249 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8250 | "type": "A String", # The source type. |
| 8251 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8252 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8253 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8254 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8255 | "value": "A String", # The nickname. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8256 | "type": "A String", # The type of the nickname. |
| 8257 | }, |
| 8258 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8259 | "occupations": [ # The person's occupations. |
| 8260 | { # A person's occupation. |
| 8261 | "metadata": { # Metadata about a field. # Metadata about the occupation. |
| 8262 | "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. |
| 8263 | "source": { # The source of a field. # The source of the field. |
| 8264 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8265 | "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. |
| 8266 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8267 | "objectType": "A String", # Output only. The profile object type. |
| 8268 | "userTypes": [ # Output only. The user types. |
| 8269 | "A String", |
| 8270 | ], |
| 8271 | }, |
| 8272 | "type": "A String", # The source type. |
| 8273 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8274 | }, |
| 8275 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8276 | }, |
| 8277 | "value": "A String", # The occupation; for example, `carpenter`. |
| 8278 | }, |
| 8279 | ], |
| 8280 | "phoneNumbers": [ # The person's phone numbers. |
| 8281 | { # A person's phone number. |
| 8282 | "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. |
| 8283 | "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. |
| 8284 | "metadata": { # Metadata about a field. # Metadata about the phone number. |
| 8285 | "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. |
| 8286 | "source": { # The source of a field. # The source of the field. |
| 8287 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8288 | "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. |
| 8289 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8290 | "objectType": "A String", # Output only. The profile object type. |
| 8291 | "userTypes": [ # Output only. The user types. |
| 8292 | "A String", |
| 8293 | ], |
| 8294 | }, |
| 8295 | "type": "A String", # The source type. |
| 8296 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8297 | }, |
| 8298 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8299 | }, |
| 8300 | "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` |
| 8301 | "value": "A String", # The phone number. |
| 8302 | }, |
| 8303 | ], |
| 8304 | "coverPhotos": [ # Output only. The person's cover photos. |
| 8305 | { # 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. |
| 8306 | "url": "A String", # The URL of the cover photo. |
| 8307 | "metadata": { # Metadata about a field. # Metadata about the cover photo. |
| 8308 | "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. |
| 8309 | "source": { # The source of a field. # The source of the field. |
| 8310 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8311 | "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. |
| 8312 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8313 | "objectType": "A String", # Output only. The profile object type. |
| 8314 | "userTypes": [ # Output only. The user types. |
| 8315 | "A String", |
| 8316 | ], |
| 8317 | }, |
| 8318 | "type": "A String", # The source type. |
| 8319 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8320 | }, |
| 8321 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8322 | }, |
| 8323 | "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. |
| 8324 | }, |
| 8325 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8326 | "emailAddresses": [ # The person's email addresses. |
| 8327 | { # A person's email address. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8328 | "displayName": "A String", # The display name of the email. |
| 8329 | "value": "A String", # The email address. |
| 8330 | "type": "A String", # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8331 | "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. |
| 8332 | "metadata": { # Metadata about a field. # Metadata about the email address. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8333 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8334 | "source": { # The source of a field. # The source of the field. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8335 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8336 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8337 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8338 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8339 | "userTypes": [ # Output only. The user types. |
| 8340 | "A String", |
| 8341 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8342 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8343 | "type": "A String", # The source type. |
| 8344 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8345 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8346 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8347 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8348 | }, |
| 8349 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8350 | "ageRange": "A String", # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person's age range. |
| 8351 | "relations": [ # The person's relations. |
| 8352 | { # A person's relation to another person. |
| 8353 | "person": "A String", # The name of the other person this relation refers to. |
| 8354 | "metadata": { # Metadata about a field. # Metadata about the relation. |
| 8355 | "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. |
| 8356 | "source": { # The source of a field. # The source of the field. |
| 8357 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8358 | "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. |
| 8359 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8360 | "objectType": "A String", # Output only. The profile object type. |
| 8361 | "userTypes": [ # Output only. The user types. |
| 8362 | "A String", |
| 8363 | ], |
| 8364 | }, |
| 8365 | "type": "A String", # The source type. |
| 8366 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8367 | }, |
| 8368 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8369 | }, |
| 8370 | "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. |
| 8371 | "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` |
| 8372 | }, |
| 8373 | ], |
| 8374 | "miscKeywords": [ # The person's miscellaneous keywords. |
| 8375 | { # A person's miscellaneous keyword. |
| 8376 | "value": "A String", # The value of the miscellaneous keyword. |
| 8377 | "metadata": { # Metadata about a field. # Metadata about the miscellaneous keyword. |
| 8378 | "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. |
| 8379 | "source": { # The source of a field. # The source of the field. |
| 8380 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8381 | "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. |
| 8382 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8383 | "objectType": "A String", # Output only. The profile object type. |
| 8384 | "userTypes": [ # Output only. The user types. |
| 8385 | "A String", |
| 8386 | ], |
| 8387 | }, |
| 8388 | "type": "A String", # The source type. |
| 8389 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8390 | }, |
| 8391 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8392 | }, |
| 8393 | "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. |
| 8394 | "type": "A String", # The miscellaneous keyword type. |
| 8395 | }, |
| 8396 | ], |
| 8397 | "relationshipStatuses": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship statuses. |
| 8398 | { # **DEPRECATED**: No data will be returned A person's relationship status. |
| 8399 | "metadata": { # Metadata about a field. # Metadata about the relationship status. |
| 8400 | "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. |
| 8401 | "source": { # The source of a field. # The source of the field. |
| 8402 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8403 | "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. |
| 8404 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8405 | "objectType": "A String", # Output only. The profile object type. |
| 8406 | "userTypes": [ # Output only. The user types. |
| 8407 | "A String", |
| 8408 | ], |
| 8409 | }, |
| 8410 | "type": "A String", # The source type. |
| 8411 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8412 | }, |
| 8413 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8414 | }, |
| 8415 | "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` |
| 8416 | "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. |
| 8417 | }, |
| 8418 | ], |
| 8419 | "names": [ # The person's names. This field is a singleton for contact sources. |
| 8420 | { # A person's name. If the name is a mononym, the family name is empty. |
| 8421 | "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. |
| 8422 | "honorificPrefix": "A String", # The honorific prefixes, such as `Mrs.` or `Dr.` |
| 8423 | "familyName": "A String", # The family name. |
| 8424 | "givenName": "A String", # The given name. |
| 8425 | "honorificSuffix": "A String", # The honorific suffixes, such as `Jr.` |
| 8426 | "middleName": "A String", # The middle name(s). |
| 8427 | "phoneticFullName": "A String", # The full name spelled as it sounds. |
| 8428 | "phoneticHonorificSuffix": "A String", # The honorific suffixes spelled as they sound. |
| 8429 | "phoneticMiddleName": "A String", # The middle name(s) spelled as they sound. |
| 8430 | "metadata": { # Metadata about a field. # Metadata about the name. |
| 8431 | "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. |
| 8432 | "source": { # The source of a field. # The source of the field. |
| 8433 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8434 | "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. |
| 8435 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8436 | "objectType": "A String", # Output only. The profile object type. |
| 8437 | "userTypes": [ # Output only. The user types. |
| 8438 | "A String", |
| 8439 | ], |
| 8440 | }, |
| 8441 | "type": "A String", # The source type. |
| 8442 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8443 | }, |
| 8444 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8445 | }, |
| 8446 | "phoneticFamilyName": "A String", # The family name spelled as it sounds. |
| 8447 | "phoneticHonorificPrefix": "A String", # The honorific prefixes spelled as they sound. |
| 8448 | "phoneticGivenName": "A String", # The given name spelled as it sounds. |
| 8449 | "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. |
| 8450 | "unstructuredName": "A String", # The free form name value. |
| 8451 | }, |
| 8452 | ], |
| 8453 | "addresses": [ # The person's street addresses. |
| 8454 | { # A person's physical address. May be a P.O. box or street address. All fields are optional. |
| 8455 | "countryCode": "A String", # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address. |
| 8456 | "extendedAddress": "A String", # The extended address of the address; for example, the apartment number. |
| 8457 | "city": "A String", # The city of the address. |
| 8458 | "country": "A String", # The country of the address. |
| 8459 | "streetAddress": "A String", # The street address. |
| 8460 | "region": "A String", # The region of the address; for example, the state or province. |
| 8461 | "type": "A String", # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 8462 | "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. |
| 8463 | "metadata": { # Metadata about a field. # Metadata about the address. |
| 8464 | "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. |
| 8465 | "source": { # The source of a field. # The source of the field. |
| 8466 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8467 | "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. |
| 8468 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8469 | "objectType": "A String", # Output only. The profile object type. |
| 8470 | "userTypes": [ # Output only. The user types. |
| 8471 | "A String", |
| 8472 | ], |
| 8473 | }, |
| 8474 | "type": "A String", # The source type. |
| 8475 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8476 | }, |
| 8477 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8478 | }, |
| 8479 | "poBox": "A String", # The P.O. box of the address. |
| 8480 | "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. |
| 8481 | "postalCode": "A String", # The postal code of the address. |
| 8482 | }, |
| 8483 | ], |
| 8484 | "genders": [ # The person's genders. This field is a singleton for contact sources. |
| 8485 | { # A person's gender. |
| 8486 | "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. |
| 8487 | "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` |
| 8488 | "metadata": { # Metadata about a field. # Metadata about the gender. |
| 8489 | "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. |
| 8490 | "source": { # The source of a field. # The source of the field. |
| 8491 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8492 | "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. |
| 8493 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8494 | "objectType": "A String", # Output only. The profile object type. |
| 8495 | "userTypes": [ # Output only. The user types. |
| 8496 | "A String", |
| 8497 | ], |
| 8498 | }, |
| 8499 | "type": "A String", # The source type. |
| 8500 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8501 | }, |
| 8502 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8503 | }, |
| 8504 | "value": "A String", # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified` |
| 8505 | }, |
| 8506 | ], |
| 8507 | "taglines": [ # Output only. **DEPRECATED**: No data will be returned The person's taglines. |
| 8508 | { # **DEPRECATED**: No data will be returned A brief one-line description of the person. |
| 8509 | "metadata": { # Metadata about a field. # Metadata about the tagline. |
| 8510 | "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. |
| 8511 | "source": { # The source of a field. # The source of the field. |
| 8512 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8513 | "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. |
| 8514 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8515 | "objectType": "A String", # Output only. The profile object type. |
| 8516 | "userTypes": [ # Output only. The user types. |
| 8517 | "A String", |
| 8518 | ], |
| 8519 | }, |
| 8520 | "type": "A String", # The source type. |
| 8521 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8522 | }, |
| 8523 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8524 | }, |
| 8525 | "value": "A String", # The tagline. |
| 8526 | }, |
| 8527 | ], |
| 8528 | "sipAddresses": [ # The person's SIP addresses. |
| 8529 | { # A person's SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet. |
| 8530 | "value": "A String", # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format. |
| 8531 | "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` |
| 8532 | "metadata": { # Metadata about a field. # Metadata about the SIP address. |
| 8533 | "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. |
| 8534 | "source": { # The source of a field. # The source of the field. |
| 8535 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8536 | "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. |
| 8537 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8538 | "objectType": "A String", # Output only. The profile object type. |
| 8539 | "userTypes": [ # Output only. The user types. |
| 8540 | "A String", |
| 8541 | ], |
| 8542 | }, |
| 8543 | "type": "A String", # The source type. |
| 8544 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8545 | }, |
| 8546 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8547 | }, |
| 8548 | "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. |
| 8549 | }, |
| 8550 | ], |
| 8551 | "photos": [ # Output only. The person's photos. |
| 8552 | { # A person's photo. A picture shown next to the person's name to help others recognize the person. |
| 8553 | "metadata": { # Metadata about a field. # Metadata about the photo. |
| 8554 | "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. |
| 8555 | "source": { # The source of a field. # The source of the field. |
| 8556 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8557 | "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. |
| 8558 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8559 | "objectType": "A String", # Output only. The profile object type. |
| 8560 | "userTypes": [ # Output only. The user types. |
| 8561 | "A String", |
| 8562 | ], |
| 8563 | }, |
| 8564 | "type": "A String", # The source type. |
| 8565 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8566 | }, |
| 8567 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8568 | }, |
| 8569 | "default": True or False, # True if the photo is a default photo; false if the photo is a user-provided photo. |
| 8570 | "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 |
| 8571 | }, |
| 8572 | ], |
| 8573 | "relationshipInterests": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship interests. |
| 8574 | { # **DEPRECATED**: No data will be returned A person's relationship interest . |
| 8575 | "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. |
| 8576 | "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` |
| 8577 | "metadata": { # Metadata about a field. # Metadata about the relationship interest. |
| 8578 | "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. |
| 8579 | "source": { # The source of a field. # The source of the field. |
| 8580 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8581 | "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. |
| 8582 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8583 | "objectType": "A String", # Output only. The profile object type. |
| 8584 | "userTypes": [ # Output only. The user types. |
| 8585 | "A String", |
| 8586 | ], |
| 8587 | }, |
| 8588 | "type": "A String", # The source type. |
| 8589 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8590 | }, |
| 8591 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8592 | }, |
| 8593 | }, |
| 8594 | ], |
| 8595 | "interests": [ # The person's interests. |
| 8596 | { # One of the person's interests. |
| 8597 | "value": "A String", # The interest; for example, `stargazing`. |
| 8598 | "metadata": { # Metadata about a field. # Metadata about the interest. |
| 8599 | "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. |
| 8600 | "source": { # The source of a field. # The source of the field. |
| 8601 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8602 | "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. |
| 8603 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8604 | "objectType": "A String", # Output only. The profile object type. |
| 8605 | "userTypes": [ # Output only. The user types. |
| 8606 | "A String", |
| 8607 | ], |
| 8608 | }, |
| 8609 | "type": "A String", # The source type. |
| 8610 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8611 | }, |
| 8612 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8613 | }, |
| 8614 | }, |
| 8615 | ], |
| 8616 | "locales": [ # The person's locale preferences. |
| 8617 | { # A person's locale preference. |
| 8618 | "metadata": { # Metadata about a field. # Metadata about the locale. |
| 8619 | "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. |
| 8620 | "source": { # The source of a field. # The source of the field. |
| 8621 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8622 | "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. |
| 8623 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8624 | "objectType": "A String", # Output only. The profile object type. |
| 8625 | "userTypes": [ # Output only. The user types. |
| 8626 | "A String", |
| 8627 | ], |
| 8628 | }, |
| 8629 | "type": "A String", # The source type. |
| 8630 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8631 | }, |
| 8632 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8633 | }, |
| 8634 | "value": "A String", # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale. |
| 8635 | }, |
| 8636 | ], |
| 8637 | "events": [ # The person's events. |
| 8638 | { # An event related to the person. |
| 8639 | "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. |
| 8640 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 8641 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 8642 | "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. |
| 8643 | }, |
| 8644 | "type": "A String", # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other` |
| 8645 | "metadata": { # Metadata about a field. # Metadata about the event. |
| 8646 | "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. |
| 8647 | "source": { # The source of a field. # The source of the field. |
| 8648 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8649 | "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. |
| 8650 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8651 | "objectType": "A String", # Output only. The profile object type. |
| 8652 | "userTypes": [ # Output only. The user types. |
| 8653 | "A String", |
| 8654 | ], |
| 8655 | }, |
| 8656 | "type": "A String", # The source type. |
| 8657 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8658 | }, |
| 8659 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8660 | }, |
| 8661 | "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. |
| 8662 | }, |
| 8663 | ], |
| 8664 | "calendarUrls": [ # The person's calendar URLs. |
| 8665 | { # A person's calendar URL. |
| 8666 | "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. |
| 8667 | "type": "A String", # The type of the calendar URL. The type can be custom or one of these predefined values: * `home` * `freeBusy` * `work` |
| 8668 | "metadata": { # Metadata about a field. # Metadata about the calendar URL. |
| 8669 | "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. |
| 8670 | "source": { # The source of a field. # The source of the field. |
| 8671 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8672 | "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. |
| 8673 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8674 | "objectType": "A String", # Output only. The profile object type. |
| 8675 | "userTypes": [ # Output only. The user types. |
| 8676 | "A String", |
| 8677 | ], |
| 8678 | }, |
| 8679 | "type": "A String", # The source type. |
| 8680 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8681 | }, |
| 8682 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8683 | }, |
| 8684 | "url": "A String", # The calendar URL. |
| 8685 | }, |
| 8686 | ], |
| 8687 | "braggingRights": [ # **DEPRECATED**: No data will be returned The person's bragging rights. |
| 8688 | { # **DEPRECATED**: No data will be returned A person's bragging rights. |
| 8689 | "value": "A String", # The bragging rights; for example, `climbed mount everest`. |
| 8690 | "metadata": { # Metadata about a field. # Metadata about the bragging rights. |
| 8691 | "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. |
| 8692 | "source": { # The source of a field. # The source of the field. |
| 8693 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8694 | "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. |
| 8695 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8696 | "objectType": "A String", # Output only. The profile object type. |
| 8697 | "userTypes": [ # Output only. The user types. |
| 8698 | "A String", |
| 8699 | ], |
| 8700 | }, |
| 8701 | "type": "A String", # The source type. |
| 8702 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8703 | }, |
| 8704 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8705 | }, |
| 8706 | }, |
| 8707 | ], |
| 8708 | "skills": [ # The person's skills. |
| 8709 | { # A skill that the person has. |
| 8710 | "metadata": { # Metadata about a field. # Metadata about the skill. |
| 8711 | "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. |
| 8712 | "source": { # The source of a field. # The source of the field. |
| 8713 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8714 | "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. |
| 8715 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8716 | "objectType": "A String", # Output only. The profile object type. |
| 8717 | "userTypes": [ # Output only. The user types. |
| 8718 | "A String", |
| 8719 | ], |
| 8720 | }, |
| 8721 | "type": "A String", # The source type. |
| 8722 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8723 | }, |
| 8724 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8725 | }, |
| 8726 | "value": "A String", # The skill; for example, `underwater basket weaving`. |
| 8727 | }, |
| 8728 | ], |
| 8729 | "externalIds": [ # The person's external IDs. |
| 8730 | { # An identifier from an external entity related to the person. |
| 8731 | "metadata": { # Metadata about a field. # Metadata about the external ID. |
| 8732 | "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. |
| 8733 | "source": { # The source of a field. # The source of the field. |
| 8734 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8735 | "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. |
| 8736 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8737 | "objectType": "A String", # Output only. The profile object type. |
| 8738 | "userTypes": [ # Output only. The user types. |
| 8739 | "A String", |
| 8740 | ], |
| 8741 | }, |
| 8742 | "type": "A String", # The source type. |
| 8743 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8744 | }, |
| 8745 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8746 | }, |
| 8747 | "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` |
| 8748 | "value": "A String", # The value of the external ID. |
| 8749 | "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. |
| 8750 | }, |
| 8751 | ], |
| 8752 | "biographies": [ # The person's biographies. This field is a singleton for contact sources. |
| 8753 | { # A person's short biography. |
| 8754 | "contentType": "A String", # The content type of the biography. |
| 8755 | "value": "A String", # The short biography. |
| 8756 | "metadata": { # Metadata about a field. # Metadata about the biography. |
| 8757 | "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. |
| 8758 | "source": { # The source of a field. # The source of the field. |
| 8759 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8760 | "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. |
| 8761 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8762 | "objectType": "A String", # Output only. The profile object type. |
| 8763 | "userTypes": [ # Output only. The user types. |
| 8764 | "A String", |
| 8765 | ], |
| 8766 | }, |
| 8767 | "type": "A String", # The source type. |
| 8768 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8769 | }, |
| 8770 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8771 | }, |
| 8772 | }, |
| 8773 | ], |
| 8774 | "locations": [ # The person's locations. |
| 8775 | { # A person's location. |
| 8776 | "deskCode": "A String", # The individual desk location. |
| 8777 | "floor": "A String", # The floor name or number. |
| 8778 | "metadata": { # Metadata about a field. # Metadata about the location. |
| 8779 | "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. |
| 8780 | "source": { # The source of a field. # The source of the field. |
| 8781 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8782 | "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. |
| 8783 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8784 | "objectType": "A String", # Output only. The profile object type. |
| 8785 | "userTypes": [ # Output only. The user types. |
| 8786 | "A String", |
| 8787 | ], |
| 8788 | }, |
| 8789 | "type": "A String", # The source type. |
| 8790 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8791 | }, |
| 8792 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8793 | }, |
| 8794 | "floorSection": "A String", # The floor section in `floor_name`. |
| 8795 | "buildingId": "A String", # The building identifier. |
| 8796 | "type": "A String", # The type of the location. The type can be custom or one of these predefined values: * `desk` * `grewUp` |
| 8797 | "current": True or False, # Whether the location is the current location. |
| 8798 | "value": "A String", # The free-form value of the location. |
| 8799 | }, |
| 8800 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8801 | "memberships": [ # The person's group memberships. |
| 8802 | { # A person's membership in a group. Only contact group memberships can be modified. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8803 | "metadata": { # Metadata about a field. # Metadata about the membership. |
| 8804 | "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. |
| 8805 | "source": { # The source of a field. # The source of the field. |
| 8806 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8807 | "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. |
| 8808 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8809 | "objectType": "A String", # Output only. The profile object type. |
| 8810 | "userTypes": [ # Output only. The user types. |
| 8811 | "A String", |
| 8812 | ], |
| 8813 | }, |
| 8814 | "type": "A String", # The source type. |
| 8815 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8816 | }, |
| 8817 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8818 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8819 | "domainMembership": { # A G Suite Domain membership. # Output only. The domain membership. |
| 8820 | "inViewerDomain": True or False, # True if the person is in the viewer's G Suite domain. |
| 8821 | }, |
| 8822 | "contactGroupMembership": { # A Google contact group membership. # The contact group membership. |
| 8823 | "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. |
| 8824 | "contactGroupId": "A String", # Output only. The contact group ID for the contact group membership. |
| 8825 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8826 | }, |
| 8827 | ], |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 8828 | }, |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 8829 | }</pre> |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 8830 | </div> |
| 8831 | |
Jon Wayne Parrott | 36e41bc | 2016-02-19 16:02:29 -0800 | [diff] [blame] | 8832 | </body></html> |