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"> |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 86 | <code><a href="#createContact">createContact(body=None, personFields=None, sources=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"> |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 92 | <code><a href="#deleteContactPhoto">deleteContactPhoto(resourceName, sources=None, personFields=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"> |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 95 | <code><a href="#get">get(resourceName, requestMask_includeField=None, sources=None, personFields=None, x__xgafv=None)</a></code></p> |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 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"> |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 98 | <code><a href="#getBatchGet">getBatchGet(resourceNames=None, requestMask_includeField=None, personFields=None, sources=None, x__xgafv=None)</a></code></p> |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 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"> |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 101 | <code><a href="#listDirectoryPeople">listDirectoryPeople(mergeSources=None, readMask=None, syncToken=None, pageSize=None, sources=None, requestSyncToken=None, pageToken=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"> |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 107 | <code><a href="#searchDirectoryPeople">searchDirectoryPeople(mergeSources=None, pageSize=None, pageToken=None, query=None, readMask=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"> |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 113 | <code><a href="#updateContact">updateContact(resourceName, body=None, sources=None, updatePersonFields=None, personFields=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"> |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 125 | <code class="details" id="createContact">createContact(body=None, personFields=None, sources=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. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 133 | "emailAddresses": [ # The person's email addresses. |
| 134 | { # A person's email address. |
| 135 | "value": "A String", # The email address. |
| 136 | "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. |
| 137 | "metadata": { # Metadata about a field. # Metadata about the email address. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 138 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 139 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 140 | "type": "A String", # The source type. |
| 141 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 142 | "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] | 143 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 144 | "userTypes": [ # Output only. The user types. |
| 145 | "A String", |
| 146 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 147 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 148 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 149 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 150 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 151 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 152 | }, |
| 153 | "displayName": "A String", # The display name of the email. |
| 154 | "type": "A String", # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 155 | }, |
| 156 | ], |
| 157 | "addresses": [ # The person's street addresses. |
| 158 | { # A person's physical address. May be a P.O. box or street address. All fields are optional. |
| 159 | "streetAddress": "A String", # The street address. |
| 160 | "poBox": "A String", # The P.O. box of the address. |
| 161 | "region": "A String", # The region of the address; for example, the state or province. |
| 162 | "type": "A String", # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 163 | "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. |
| 164 | "countryCode": "A String", # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address. |
| 165 | "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. |
| 166 | "postalCode": "A String", # The postal code of the address. |
| 167 | "extendedAddress": "A String", # The extended address of the address; for example, the apartment number. |
| 168 | "city": "A String", # The city of the address. |
| 169 | "country": "A String", # The country of the address. |
| 170 | "metadata": { # Metadata about a field. # Metadata about the address. |
| 171 | "source": { # The source of a field. # The source of the field. |
| 172 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 173 | "type": "A String", # The source type. |
| 174 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 175 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 176 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 177 | "userTypes": [ # Output only. The user types. |
| 178 | "A String", |
| 179 | ], |
| 180 | "objectType": "A String", # Output only. The profile object type. |
| 181 | }, |
| 182 | }, |
| 183 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 184 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 185 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 186 | }, |
| 187 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 188 | "etag": "A String", # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation. |
| 189 | "interests": [ # The person's interests. |
| 190 | { # One of the person's interests. |
| 191 | "value": "A String", # The interest; for example, `stargazing`. |
| 192 | "metadata": { # Metadata about a field. # Metadata about the interest. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 193 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 194 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 195 | "type": "A String", # The source type. |
| 196 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 197 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 198 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 199 | "userTypes": [ # Output only. The user types. |
| 200 | "A String", |
| 201 | ], |
| 202 | "objectType": "A String", # Output only. The profile object type. |
| 203 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 204 | }, |
| 205 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 206 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 207 | }, |
| 208 | }, |
| 209 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 210 | "locations": [ # The person's locations. |
| 211 | { # A person's location. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 212 | "type": "A String", # The type of the location. The type can be custom or one of these predefined values: * `desk` * `grewUp` |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 213 | "floor": "A String", # The floor name or number. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 214 | "deskCode": "A String", # The individual desk location. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 215 | "floorSection": "A String", # The floor section in `floor_name`. |
| 216 | "value": "A String", # The free-form value of the location. |
| 217 | "metadata": { # Metadata about a field. # Metadata about the location. |
| 218 | "source": { # The source of a field. # The source of the field. |
| 219 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 220 | "type": "A String", # The source type. |
| 221 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 222 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 223 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 224 | "userTypes": [ # Output only. The user types. |
| 225 | "A String", |
| 226 | ], |
| 227 | "objectType": "A String", # Output only. The profile object type. |
| 228 | }, |
| 229 | }, |
| 230 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 231 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 232 | }, |
| 233 | "buildingId": "A String", # The building identifier. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 234 | "current": True or False, # Whether the location is the current location. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 235 | }, |
| 236 | ], |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 237 | "relationshipInterests": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship interests. |
| 238 | { # **DEPRECATED**: No data will be returned A person's relationship interest . |
| 239 | "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. |
| 240 | "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` |
| 241 | "metadata": { # Metadata about a field. # Metadata about the relationship interest. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 242 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 243 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 244 | "type": "A String", # The source type. |
| 245 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 246 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 247 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 248 | "userTypes": [ # Output only. The user types. |
| 249 | "A String", |
| 250 | ], |
| 251 | "objectType": "A String", # Output only. The profile object type. |
| 252 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 253 | }, |
| 254 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 255 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 256 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 257 | }, |
| 258 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 259 | "names": [ # The person's names. This field is a singleton for contact sources. |
| 260 | { # A person's name. If the name is a mononym, the family name is empty. |
| 261 | "metadata": { # Metadata about a field. # Metadata about the name. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 262 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 263 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 264 | "type": "A String", # The source type. |
| 265 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 266 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 267 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 268 | "userTypes": [ # Output only. The user types. |
| 269 | "A String", |
| 270 | ], |
| 271 | "objectType": "A String", # Output only. The profile object type. |
| 272 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 273 | }, |
| 274 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 275 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 276 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 277 | "phoneticFamilyName": "A String", # The family name spelled as it sounds. |
| 278 | "phoneticMiddleName": "A String", # The middle name(s) spelled as they sound. |
| 279 | "phoneticHonorificPrefix": "A String", # The honorific prefixes spelled as they sound. |
| 280 | "familyName": "A String", # The family name. |
| 281 | "phoneticGivenName": "A String", # The given name spelled as it sounds. |
| 282 | "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. |
| 283 | "middleName": "A String", # The middle name(s). |
| 284 | "honorificSuffix": "A String", # The honorific suffixes, such as `Jr.` |
| 285 | "honorificPrefix": "A String", # The honorific prefixes, such as `Mrs.` or `Dr.` |
| 286 | "unstructuredName": "A String", # The free form name value. |
| 287 | "phoneticHonorificSuffix": "A String", # The honorific suffixes spelled as they sound. |
| 288 | "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. |
| 289 | "phoneticFullName": "A String", # The full name spelled as it sounds. |
| 290 | "givenName": "A String", # The given name. |
| 291 | }, |
| 292 | ], |
| 293 | "urls": [ # The person's associated URLs. |
| 294 | { # A person's associated URLs. |
| 295 | "value": "A String", # The URL. |
| 296 | "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. |
| 297 | "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` |
| 298 | "metadata": { # Metadata about a field. # Metadata about the URL. |
| 299 | "source": { # The source of a field. # The source of the field. |
| 300 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 301 | "type": "A String", # The source type. |
| 302 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 303 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 304 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 305 | "userTypes": [ # Output only. The user types. |
| 306 | "A String", |
| 307 | ], |
| 308 | "objectType": "A String", # Output only. The profile object type. |
| 309 | }, |
| 310 | }, |
| 311 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 312 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 313 | }, |
| 314 | }, |
| 315 | ], |
| 316 | "nicknames": [ # The person's nicknames. |
| 317 | { # A person's nickname. |
| 318 | "type": "A String", # The type of the nickname. |
| 319 | "metadata": { # Metadata about a field. # Metadata about the nickname. |
| 320 | "source": { # The source of a field. # The source of the field. |
| 321 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 322 | "type": "A String", # The source type. |
| 323 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 324 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 325 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 326 | "userTypes": [ # Output only. The user types. |
| 327 | "A String", |
| 328 | ], |
| 329 | "objectType": "A String", # Output only. The profile object type. |
| 330 | }, |
| 331 | }, |
| 332 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 333 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 334 | }, |
| 335 | "value": "A String", # The nickname. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 336 | }, |
| 337 | ], |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 338 | "imClients": [ # The person's instant messaging clients. |
| 339 | { # A person's instant messaging client. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 340 | "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. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 341 | "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. |
| 342 | "username": "A String", # The user name used in the IM client. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 343 | "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` |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 344 | "type": "A String", # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 345 | "metadata": { # Metadata about a field. # Metadata about the IM client. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 346 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 347 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 348 | "type": "A String", # The source type. |
| 349 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 350 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 351 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 352 | "userTypes": [ # Output only. The user types. |
| 353 | "A String", |
| 354 | ], |
| 355 | "objectType": "A String", # Output only. The profile object type. |
| 356 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 357 | }, |
| 358 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 359 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 360 | }, |
| 361 | }, |
| 362 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 363 | "braggingRights": [ # **DEPRECATED**: No data will be returned The person's bragging rights. |
| 364 | { # **DEPRECATED**: No data will be returned A person's bragging rights. |
| 365 | "metadata": { # Metadata about a field. # Metadata about the bragging rights. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 366 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 367 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 368 | "type": "A String", # The source type. |
| 369 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 370 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 371 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 372 | "userTypes": [ # Output only. The user types. |
| 373 | "A String", |
| 374 | ], |
| 375 | "objectType": "A String", # Output only. The profile object type. |
| 376 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 377 | }, |
| 378 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 379 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 380 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 381 | "value": "A String", # The bragging rights; for example, `climbed mount everest`. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 382 | }, |
| 383 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 384 | "metadata": { # The metadata about a person. # Output only. Metadata about the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 385 | "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. |
| 386 | "A String", |
| 387 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 388 | "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. |
| 389 | "sources": [ # The sources of data for the person. |
| 390 | { # The source of a field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 391 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 392 | "type": "A String", # The source type. |
| 393 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 394 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 395 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 396 | "userTypes": [ # Output only. The user types. |
| 397 | "A String", |
| 398 | ], |
| 399 | "objectType": "A String", # Output only. The profile object type. |
| 400 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 401 | }, |
| 402 | ], |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 403 | "linkedPeopleResourceNames": [ # Output only. Resource names of people linked to this resource. |
| 404 | "A String", |
| 405 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 406 | "objectType": "A String", # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 407 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 408 | "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}`. |
| 409 | "ageRanges": [ # Output only. The person's age ranges. |
| 410 | { # A person's age range. |
| 411 | "ageRange": "A String", # The age range. |
| 412 | "metadata": { # Metadata about a field. # Metadata about the age range. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 413 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 414 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 415 | "type": "A String", # The source type. |
| 416 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 417 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 418 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 419 | "userTypes": [ # Output only. The user types. |
| 420 | "A String", |
| 421 | ], |
| 422 | "objectType": "A String", # Output only. The profile object type. |
| 423 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 424 | }, |
| 425 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 426 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 427 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 428 | }, |
| 429 | ], |
| 430 | "relations": [ # The person's relations. |
| 431 | { # A person's relation to another person. |
| 432 | "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. |
| 433 | "person": "A String", # The name of the other person this relation refers to. |
| 434 | "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` |
| 435 | "metadata": { # Metadata about a field. # Metadata about the relation. |
| 436 | "source": { # The source of a field. # The source of the field. |
| 437 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 438 | "type": "A String", # The source type. |
| 439 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 440 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 441 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 442 | "userTypes": [ # Output only. The user types. |
| 443 | "A String", |
| 444 | ], |
| 445 | "objectType": "A String", # Output only. The profile object type. |
| 446 | }, |
| 447 | }, |
| 448 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 449 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 450 | }, |
| 451 | }, |
| 452 | ], |
| 453 | "residences": [ # **DEPRECATED**: (Please use `person.locations` instead) The person's residences. |
| 454 | { # **DEPRECATED**: Please use `person.locations` instead. A person's past or current residence. |
| 455 | "metadata": { # Metadata about a field. # Metadata about the residence. |
| 456 | "source": { # The source of a field. # The source of the field. |
| 457 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 458 | "type": "A String", # The source type. |
| 459 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 460 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 461 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 462 | "userTypes": [ # Output only. The user types. |
| 463 | "A String", |
| 464 | ], |
| 465 | "objectType": "A String", # Output only. The profile object type. |
| 466 | }, |
| 467 | }, |
| 468 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 469 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 470 | }, |
| 471 | "current": True or False, # True if the residence is the person's current residence; false if the residence is a past residence. |
| 472 | "value": "A String", # The address of the residence. |
| 473 | }, |
| 474 | ], |
| 475 | "phoneNumbers": [ # The person's phone numbers. |
| 476 | { # A person's phone number. |
| 477 | "value": "A String", # The phone number. |
| 478 | "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. |
| 479 | "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. |
| 480 | "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` |
| 481 | "metadata": { # Metadata about a field. # Metadata about the phone number. |
| 482 | "source": { # The source of a field. # The source of the field. |
| 483 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 484 | "type": "A String", # The source type. |
| 485 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 486 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 487 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 488 | "userTypes": [ # Output only. The user types. |
| 489 | "A String", |
| 490 | ], |
| 491 | "objectType": "A String", # Output only. The profile object type. |
| 492 | }, |
| 493 | }, |
| 494 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 495 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 496 | }, |
| 497 | }, |
| 498 | ], |
| 499 | "taglines": [ # Output only. **DEPRECATED**: No data will be returned The person's taglines. |
| 500 | { # **DEPRECATED**: No data will be returned A brief one-line description of the person. |
| 501 | "value": "A String", # The tagline. |
| 502 | "metadata": { # Metadata about a field. # Metadata about the tagline. |
| 503 | "source": { # The source of a field. # The source of the field. |
| 504 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 505 | "type": "A String", # The source type. |
| 506 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 507 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 508 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 509 | "userTypes": [ # Output only. The user types. |
| 510 | "A String", |
| 511 | ], |
| 512 | "objectType": "A String", # Output only. The profile object type. |
| 513 | }, |
| 514 | }, |
| 515 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 516 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 517 | }, |
| 518 | }, |
| 519 | ], |
| 520 | "genders": [ # The person's genders. This field is a singleton for contact sources. |
| 521 | { # A person's gender. |
| 522 | "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. |
| 523 | "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` |
| 524 | "metadata": { # Metadata about a field. # Metadata about the gender. |
| 525 | "source": { # The source of a field. # The source of the field. |
| 526 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 527 | "type": "A String", # The source type. |
| 528 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 529 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 530 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 531 | "userTypes": [ # Output only. The user types. |
| 532 | "A String", |
| 533 | ], |
| 534 | "objectType": "A String", # Output only. The profile object type. |
| 535 | }, |
| 536 | }, |
| 537 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 538 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 539 | }, |
| 540 | "value": "A String", # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified` |
| 541 | }, |
| 542 | ], |
| 543 | "biographies": [ # The person's biographies. This field is a singleton for contact sources. |
| 544 | { # A person's short biography. |
| 545 | "value": "A String", # The short biography. |
| 546 | "contentType": "A String", # The content type of the biography. |
| 547 | "metadata": { # Metadata about a field. # Metadata about the biography. |
| 548 | "source": { # The source of a field. # The source of the field. |
| 549 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 550 | "type": "A String", # The source type. |
| 551 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 552 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 553 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 554 | "userTypes": [ # Output only. The user types. |
| 555 | "A String", |
| 556 | ], |
| 557 | "objectType": "A String", # Output only. The profile object type. |
| 558 | }, |
| 559 | }, |
| 560 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 561 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 562 | }, |
| 563 | }, |
| 564 | ], |
| 565 | "miscKeywords": [ # The person's miscellaneous keywords. |
| 566 | { # A person's miscellaneous keyword. |
| 567 | "type": "A String", # The miscellaneous keyword type. |
| 568 | "metadata": { # Metadata about a field. # Metadata about the miscellaneous keyword. |
| 569 | "source": { # The source of a field. # The source of the field. |
| 570 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 571 | "type": "A String", # The source type. |
| 572 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 573 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 574 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 575 | "userTypes": [ # Output only. The user types. |
| 576 | "A String", |
| 577 | ], |
| 578 | "objectType": "A String", # Output only. The profile object type. |
| 579 | }, |
| 580 | }, |
| 581 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 582 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 583 | }, |
| 584 | "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. |
| 585 | "value": "A String", # The value of the miscellaneous keyword. |
| 586 | }, |
| 587 | ], |
| 588 | "sipAddresses": [ # The person's SIP addresses. |
| 589 | { # A person's SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet. |
| 590 | "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` |
| 591 | "value": "A String", # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format. |
| 592 | "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. |
| 593 | "metadata": { # Metadata about a field. # Metadata about the SIP address. |
| 594 | "source": { # The source of a field. # The source of the field. |
| 595 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 596 | "type": "A String", # The source type. |
| 597 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 598 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 599 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 600 | "userTypes": [ # Output only. The user types. |
| 601 | "A String", |
| 602 | ], |
| 603 | "objectType": "A String", # Output only. The profile object type. |
| 604 | }, |
| 605 | }, |
| 606 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 607 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 608 | }, |
| 609 | }, |
| 610 | ], |
| 611 | "externalIds": [ # The person's external IDs. |
| 612 | { # An identifier from an external entity related to the person. |
| 613 | "metadata": { # Metadata about a field. # Metadata about the external ID. |
| 614 | "source": { # The source of a field. # The source of the field. |
| 615 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 616 | "type": "A String", # The source type. |
| 617 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 618 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 619 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 620 | "userTypes": [ # Output only. The user types. |
| 621 | "A String", |
| 622 | ], |
| 623 | "objectType": "A String", # Output only. The profile object type. |
| 624 | }, |
| 625 | }, |
| 626 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 627 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 628 | }, |
| 629 | "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. |
| 630 | "value": "A String", # The value of the external ID. |
| 631 | "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` |
| 632 | }, |
| 633 | ], |
| 634 | "skills": [ # The person's skills. |
| 635 | { # A skill that the person has. |
| 636 | "metadata": { # Metadata about a field. # Metadata about the skill. |
| 637 | "source": { # The source of a field. # The source of the field. |
| 638 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 639 | "type": "A String", # The source type. |
| 640 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 641 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 642 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 643 | "userTypes": [ # Output only. The user types. |
| 644 | "A String", |
| 645 | ], |
| 646 | "objectType": "A String", # Output only. The profile object type. |
| 647 | }, |
| 648 | }, |
| 649 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 650 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 651 | }, |
| 652 | "value": "A String", # The skill; for example, `underwater basket weaving`. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 653 | }, |
| 654 | ], |
| 655 | "birthdays": [ # The person's birthdays. This field is a singleton for contact sources. |
| 656 | { # 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. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 657 | "metadata": { # Metadata about a field. # Metadata about the birthday. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 658 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 659 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 660 | "type": "A String", # The source type. |
| 661 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 662 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 663 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 664 | "userTypes": [ # Output only. The user types. |
| 665 | "A String", |
| 666 | ], |
| 667 | "objectType": "A String", # Output only. The profile object type. |
| 668 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 669 | }, |
| 670 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 671 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 672 | }, |
| 673 | "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. |
| 674 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 675 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 676 | "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. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 677 | }, |
| 678 | "text": "A String", # A free-form string representing the user's birthday. |
| 679 | }, |
| 680 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 681 | "coverPhotos": [ # Output only. The person's cover photos. |
| 682 | { # 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. |
| 683 | "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. |
| 684 | "metadata": { # Metadata about a field. # Metadata about the cover photo. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 685 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 686 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 687 | "type": "A String", # The source type. |
| 688 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 689 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 690 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 691 | "userTypes": [ # Output only. The user types. |
| 692 | "A String", |
| 693 | ], |
| 694 | "objectType": "A String", # Output only. The profile object type. |
| 695 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 696 | }, |
| 697 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 698 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 699 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 700 | "url": "A String", # The URL of the cover photo. |
| 701 | }, |
| 702 | ], |
| 703 | "fileAses": [ # The person's file-ases. |
| 704 | { # The name that should be used to sort the person in a list. |
| 705 | "metadata": { # Metadata about a field. # Metadata about the file-as. |
| 706 | "source": { # The source of a field. # The source of the field. |
| 707 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 708 | "type": "A String", # The source type. |
| 709 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 710 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 711 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 712 | "userTypes": [ # Output only. The user types. |
| 713 | "A String", |
| 714 | ], |
| 715 | "objectType": "A String", # Output only. The profile object type. |
| 716 | }, |
| 717 | }, |
| 718 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 719 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 720 | }, |
| 721 | "value": "A String", # The file-as value |
| 722 | }, |
| 723 | ], |
| 724 | "clientData": [ # The person's client data. |
| 725 | { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. |
| 726 | "metadata": { # Metadata about a field. # Metadata about the client data. |
| 727 | "source": { # The source of a field. # The source of the field. |
| 728 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 729 | "type": "A String", # The source type. |
| 730 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 731 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 732 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 733 | "userTypes": [ # Output only. The user types. |
| 734 | "A String", |
| 735 | ], |
| 736 | "objectType": "A String", # Output only. The profile object type. |
| 737 | }, |
| 738 | }, |
| 739 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 740 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 741 | }, |
| 742 | "key": "A String", # The client specified key of the client data. |
| 743 | "value": "A String", # The client specified value of the client data. |
| 744 | }, |
| 745 | ], |
| 746 | "events": [ # The person's events. |
| 747 | { # An event related to the person. |
| 748 | "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. |
| 749 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 750 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 751 | "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. |
| 752 | }, |
| 753 | "type": "A String", # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other` |
| 754 | "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. |
| 755 | "metadata": { # Metadata about a field. # Metadata about the event. |
| 756 | "source": { # The source of a field. # The source of the field. |
| 757 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 758 | "type": "A String", # The source type. |
| 759 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 760 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 761 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 762 | "userTypes": [ # Output only. The user types. |
| 763 | "A String", |
| 764 | ], |
| 765 | "objectType": "A String", # Output only. The profile object type. |
| 766 | }, |
| 767 | }, |
| 768 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 769 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 770 | }, |
| 771 | }, |
| 772 | ], |
| 773 | "userDefined": [ # The person's user defined data. |
| 774 | { # Arbitrary user data that is populated by the end users. |
| 775 | "metadata": { # Metadata about a field. # Metadata about the user defined data. |
| 776 | "source": { # The source of a field. # The source of the field. |
| 777 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 778 | "type": "A String", # The source type. |
| 779 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 780 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 781 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 782 | "userTypes": [ # Output only. The user types. |
| 783 | "A String", |
| 784 | ], |
| 785 | "objectType": "A String", # Output only. The profile object type. |
| 786 | }, |
| 787 | }, |
| 788 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 789 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 790 | }, |
| 791 | "key": "A String", # The end user specified key of the user defined data. |
| 792 | "value": "A String", # The end user specified value of the user defined data. |
| 793 | }, |
| 794 | ], |
| 795 | "ageRange": "A String", # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person's age range. |
| 796 | "organizations": [ # The person's past or current organizations. |
| 797 | { # A person's past or current organization. Overlapping date ranges are permitted. |
| 798 | "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. |
| 799 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 800 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 801 | "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. |
| 802 | }, |
| 803 | "name": "A String", # The name of the organization. |
| 804 | "metadata": { # Metadata about a field. # Metadata about the organization. |
| 805 | "source": { # The source of a field. # The source of the field. |
| 806 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 807 | "type": "A String", # The source type. |
| 808 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 809 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 810 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 811 | "userTypes": [ # Output only. The user types. |
| 812 | "A String", |
| 813 | ], |
| 814 | "objectType": "A String", # Output only. The profile object type. |
| 815 | }, |
| 816 | }, |
| 817 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 818 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 819 | }, |
| 820 | "location": "A String", # The location of the organization office the person works at. |
| 821 | "title": "A String", # The person's job title at the organization. |
| 822 | "current": True or False, # True if the organization is the person's current organization; false if the organization is a past organization. |
| 823 | "domain": "A String", # The domain name associated with the organization; for example, `google.com`. |
| 824 | "symbol": "A String", # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym. |
| 825 | "phoneticName": "A String", # The phonetic name of the organization. |
| 826 | "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. |
| 827 | "department": "A String", # The person's department at the organization. |
| 828 | "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. |
| 829 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 830 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 831 | "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. |
| 832 | }, |
| 833 | "jobDescription": "A String", # The person's job description at the organization. |
| 834 | "type": "A String", # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school` |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 835 | }, |
| 836 | ], |
| 837 | "occupations": [ # The person's occupations. |
| 838 | { # A person's occupation. |
| 839 | "metadata": { # Metadata about a field. # Metadata about the occupation. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 840 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 841 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 842 | "type": "A String", # The source type. |
| 843 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 844 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 845 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 846 | "userTypes": [ # Output only. The user types. |
| 847 | "A String", |
| 848 | ], |
| 849 | "objectType": "A String", # Output only. The profile object type. |
| 850 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 851 | }, |
| 852 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 853 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 854 | }, |
| 855 | "value": "A String", # The occupation; for example, `carpenter`. |
| 856 | }, |
| 857 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 858 | "calendarUrls": [ # The person's calendar URLs. |
| 859 | { # A person's calendar URL. |
| 860 | "type": "A String", # The type of the calendar URL. The type can be custom or one of these predefined values: * `home` * `freeBusy` * `work` |
| 861 | "url": "A String", # The calendar URL. |
| 862 | "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. |
| 863 | "metadata": { # Metadata about a field. # Metadata about the calendar URL. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 864 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 865 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 866 | "type": "A String", # The source type. |
| 867 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 868 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 869 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 870 | "userTypes": [ # Output only. The user types. |
| 871 | "A String", |
| 872 | ], |
| 873 | "objectType": "A String", # Output only. The profile object type. |
| 874 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 875 | }, |
| 876 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 877 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 878 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 879 | }, |
| 880 | ], |
| 881 | "locales": [ # The person's locale preferences. |
| 882 | { # A person's locale preference. |
| 883 | "metadata": { # Metadata about a field. # Metadata about the locale. |
| 884 | "source": { # The source of a field. # The source of the field. |
| 885 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 886 | "type": "A String", # The source type. |
| 887 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 888 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 889 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 890 | "userTypes": [ # Output only. The user types. |
| 891 | "A String", |
| 892 | ], |
| 893 | "objectType": "A String", # Output only. The profile object type. |
| 894 | }, |
| 895 | }, |
| 896 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 897 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 898 | }, |
| 899 | "value": "A String", # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale. |
| 900 | }, |
| 901 | ], |
| 902 | "memberships": [ # The person's group memberships. |
| 903 | { # A person's membership in a group. Only contact group memberships can be modified. |
| 904 | "domainMembership": { # A G Suite Domain membership. # Output only. The domain membership. |
| 905 | "inViewerDomain": True or False, # True if the person is in the viewer's G Suite domain. |
| 906 | }, |
| 907 | "contactGroupMembership": { # A Google contact group membership. # The contact group membership. |
| 908 | "contactGroupId": "A String", # Output only. The contact group ID for the contact group membership. |
| 909 | "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. |
| 910 | }, |
| 911 | "metadata": { # Metadata about a field. # Metadata about the membership. |
| 912 | "source": { # The source of a field. # The source of the field. |
| 913 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 914 | "type": "A String", # The source type. |
| 915 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 916 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 917 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 918 | "userTypes": [ # Output only. The user types. |
| 919 | "A String", |
| 920 | ], |
| 921 | "objectType": "A String", # Output only. The profile object type. |
| 922 | }, |
| 923 | }, |
| 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 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 926 | }, |
| 927 | }, |
| 928 | ], |
| 929 | "relationshipStatuses": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship statuses. |
| 930 | { # **DEPRECATED**: No data will be returned A person's relationship status. |
| 931 | "metadata": { # Metadata about a field. # Metadata about the relationship status. |
| 932 | "source": { # The source of a field. # The source of the field. |
| 933 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 934 | "type": "A String", # The source type. |
| 935 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 936 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 937 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 938 | "userTypes": [ # Output only. The user types. |
| 939 | "A String", |
| 940 | ], |
| 941 | "objectType": "A String", # Output only. The profile object type. |
| 942 | }, |
| 943 | }, |
| 944 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 945 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 946 | }, |
| 947 | "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` |
| 948 | "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. |
| 949 | }, |
| 950 | ], |
| 951 | "photos": [ # Output only. The person's photos. |
| 952 | { # A person's photo. A picture shown next to the person's name to help others recognize the person. |
| 953 | "metadata": { # Metadata about a field. # Metadata about the photo. |
| 954 | "source": { # The source of a field. # The source of the field. |
| 955 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 956 | "type": "A String", # The source type. |
| 957 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 958 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 959 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 960 | "userTypes": [ # Output only. The user types. |
| 961 | "A String", |
| 962 | ], |
| 963 | "objectType": "A String", # Output only. The profile object type. |
| 964 | }, |
| 965 | }, |
| 966 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 967 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 968 | }, |
| 969 | "default": True or False, # True if the photo is a default photo; false if the photo is a user-provided photo. |
| 970 | "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 |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 971 | }, |
| 972 | ], |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 973 | } |
| 974 | |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 975 | 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 | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 976 | 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] | 977 | Allowed values |
| 978 | READ_SOURCE_TYPE_UNSPECIFIED - Unspecified. |
| 979 | READ_SOURCE_TYPE_PROFILE - Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE. |
| 980 | READ_SOURCE_TYPE_CONTACT - Returns SourceType.CONTACT. |
| 981 | READ_SOURCE_TYPE_DOMAIN_CONTACT - Returns SourceType.DOMAIN_CONTACT. |
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. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 991 | "emailAddresses": [ # The person's email addresses. |
| 992 | { # A person's email address. |
| 993 | "value": "A String", # The email address. |
| 994 | "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. |
| 995 | "metadata": { # Metadata about a field. # Metadata about the email address. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 996 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 997 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 998 | "type": "A String", # The source type. |
| 999 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1000 | "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] | 1001 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1002 | "userTypes": [ # Output only. The user types. |
| 1003 | "A String", |
| 1004 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1005 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1006 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1007 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 1008 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 1009 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1010 | }, |
| 1011 | "displayName": "A String", # The display name of the email. |
| 1012 | "type": "A String", # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 1013 | }, |
| 1014 | ], |
| 1015 | "addresses": [ # The person's street addresses. |
| 1016 | { # A person's physical address. May be a P.O. box or street address. All fields are optional. |
| 1017 | "streetAddress": "A String", # The street address. |
| 1018 | "poBox": "A String", # The P.O. box of the address. |
| 1019 | "region": "A String", # The region of the address; for example, the state or province. |
| 1020 | "type": "A String", # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 1021 | "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. |
| 1022 | "countryCode": "A String", # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address. |
| 1023 | "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. |
| 1024 | "postalCode": "A String", # The postal code of the address. |
| 1025 | "extendedAddress": "A String", # The extended address of the address; for example, the apartment number. |
| 1026 | "city": "A String", # The city of the address. |
| 1027 | "country": "A String", # The country of the address. |
| 1028 | "metadata": { # Metadata about a field. # Metadata about the address. |
| 1029 | "source": { # The source of a field. # The source of the field. |
| 1030 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1031 | "type": "A String", # The source type. |
| 1032 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1033 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1034 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1035 | "userTypes": [ # Output only. The user types. |
| 1036 | "A String", |
| 1037 | ], |
| 1038 | "objectType": "A String", # Output only. The profile object type. |
| 1039 | }, |
| 1040 | }, |
| 1041 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 1042 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1043 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1044 | }, |
| 1045 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 1046 | "etag": "A String", # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation. |
| 1047 | "interests": [ # The person's interests. |
| 1048 | { # One of the person's interests. |
| 1049 | "value": "A String", # The interest; for example, `stargazing`. |
| 1050 | "metadata": { # Metadata about a field. # Metadata about the interest. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 1051 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 1052 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1053 | "type": "A String", # The source type. |
| 1054 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1055 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 1056 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1057 | "userTypes": [ # Output only. The user types. |
| 1058 | "A String", |
| 1059 | ], |
| 1060 | "objectType": "A String", # Output only. The profile object type. |
| 1061 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 1062 | }, |
| 1063 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 1064 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 1065 | }, |
| 1066 | }, |
| 1067 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 1068 | "locations": [ # The person's locations. |
| 1069 | { # A person's location. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 1070 | "type": "A String", # The type of the location. The type can be custom or one of these predefined values: * `desk` * `grewUp` |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 1071 | "floor": "A String", # The floor name or number. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 1072 | "deskCode": "A String", # The individual desk location. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 1073 | "floorSection": "A String", # The floor section in `floor_name`. |
| 1074 | "value": "A String", # The free-form value of the location. |
| 1075 | "metadata": { # Metadata about a field. # Metadata about the location. |
| 1076 | "source": { # The source of a field. # The source of the field. |
| 1077 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1078 | "type": "A String", # The source type. |
| 1079 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1080 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1081 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1082 | "userTypes": [ # Output only. The user types. |
| 1083 | "A String", |
| 1084 | ], |
| 1085 | "objectType": "A String", # Output only. The profile object type. |
| 1086 | }, |
| 1087 | }, |
| 1088 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 1089 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1090 | }, |
| 1091 | "buildingId": "A String", # The building identifier. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 1092 | "current": True or False, # Whether the location is the current location. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 1093 | }, |
| 1094 | ], |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 1095 | "relationshipInterests": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship interests. |
| 1096 | { # **DEPRECATED**: No data will be returned A person's relationship interest . |
| 1097 | "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. |
| 1098 | "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` |
| 1099 | "metadata": { # Metadata about a field. # Metadata about the relationship interest. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 1100 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 1101 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1102 | "type": "A String", # The source type. |
| 1103 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1104 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 1105 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1106 | "userTypes": [ # Output only. The user types. |
| 1107 | "A String", |
| 1108 | ], |
| 1109 | "objectType": "A String", # Output only. The profile object type. |
| 1110 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 1111 | }, |
| 1112 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 1113 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 1114 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 1115 | }, |
| 1116 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 1117 | "names": [ # The person's names. This field is a singleton for contact sources. |
| 1118 | { # A person's name. If the name is a mononym, the family name is empty. |
| 1119 | "metadata": { # Metadata about a field. # Metadata about the name. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 1120 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 1121 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1122 | "type": "A String", # The source type. |
| 1123 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1124 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 1125 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1126 | "userTypes": [ # Output only. The user types. |
| 1127 | "A String", |
| 1128 | ], |
| 1129 | "objectType": "A String", # Output only. The profile object type. |
| 1130 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 1131 | }, |
| 1132 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 1133 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 1134 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 1135 | "phoneticFamilyName": "A String", # The family name spelled as it sounds. |
| 1136 | "phoneticMiddleName": "A String", # The middle name(s) spelled as they sound. |
| 1137 | "phoneticHonorificPrefix": "A String", # The honorific prefixes spelled as they sound. |
| 1138 | "familyName": "A String", # The family name. |
| 1139 | "phoneticGivenName": "A String", # The given name spelled as it sounds. |
| 1140 | "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. |
| 1141 | "middleName": "A String", # The middle name(s). |
| 1142 | "honorificSuffix": "A String", # The honorific suffixes, such as `Jr.` |
| 1143 | "honorificPrefix": "A String", # The honorific prefixes, such as `Mrs.` or `Dr.` |
| 1144 | "unstructuredName": "A String", # The free form name value. |
| 1145 | "phoneticHonorificSuffix": "A String", # The honorific suffixes spelled as they sound. |
| 1146 | "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. |
| 1147 | "phoneticFullName": "A String", # The full name spelled as it sounds. |
| 1148 | "givenName": "A String", # The given name. |
| 1149 | }, |
| 1150 | ], |
| 1151 | "urls": [ # The person's associated URLs. |
| 1152 | { # A person's associated URLs. |
| 1153 | "value": "A String", # The URL. |
| 1154 | "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. |
| 1155 | "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` |
| 1156 | "metadata": { # Metadata about a field. # Metadata about the URL. |
| 1157 | "source": { # The source of a field. # The source of the field. |
| 1158 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1159 | "type": "A String", # The source type. |
| 1160 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1161 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1162 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1163 | "userTypes": [ # Output only. The user types. |
| 1164 | "A String", |
| 1165 | ], |
| 1166 | "objectType": "A String", # Output only. The profile object type. |
| 1167 | }, |
| 1168 | }, |
| 1169 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 1170 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1171 | }, |
| 1172 | }, |
| 1173 | ], |
| 1174 | "nicknames": [ # The person's nicknames. |
| 1175 | { # A person's nickname. |
| 1176 | "type": "A String", # The type of the nickname. |
| 1177 | "metadata": { # Metadata about a field. # Metadata about the nickname. |
| 1178 | "source": { # The source of a field. # The source of the field. |
| 1179 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1180 | "type": "A String", # The source type. |
| 1181 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1182 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1183 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1184 | "userTypes": [ # Output only. The user types. |
| 1185 | "A String", |
| 1186 | ], |
| 1187 | "objectType": "A String", # Output only. The profile object type. |
| 1188 | }, |
| 1189 | }, |
| 1190 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 1191 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1192 | }, |
| 1193 | "value": "A String", # The nickname. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 1194 | }, |
| 1195 | ], |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 1196 | "imClients": [ # The person's instant messaging clients. |
| 1197 | { # A person's instant messaging client. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 1198 | "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. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 1199 | "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. |
| 1200 | "username": "A String", # The user name used in the IM client. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 1201 | "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` |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 1202 | "type": "A String", # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 1203 | "metadata": { # Metadata about a field. # Metadata about the IM client. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 1204 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 1205 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1206 | "type": "A String", # The source type. |
| 1207 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1208 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 1209 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1210 | "userTypes": [ # Output only. The user types. |
| 1211 | "A String", |
| 1212 | ], |
| 1213 | "objectType": "A String", # Output only. The profile object type. |
| 1214 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 1215 | }, |
| 1216 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 1217 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 1218 | }, |
| 1219 | }, |
| 1220 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 1221 | "braggingRights": [ # **DEPRECATED**: No data will be returned The person's bragging rights. |
| 1222 | { # **DEPRECATED**: No data will be returned A person's bragging rights. |
| 1223 | "metadata": { # Metadata about a field. # Metadata about the bragging rights. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 1224 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 1225 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1226 | "type": "A String", # The source type. |
| 1227 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1228 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 1229 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1230 | "userTypes": [ # Output only. The user types. |
| 1231 | "A String", |
| 1232 | ], |
| 1233 | "objectType": "A String", # Output only. The profile object type. |
| 1234 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 1235 | }, |
| 1236 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 1237 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 1238 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 1239 | "value": "A String", # The bragging rights; for example, `climbed mount everest`. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 1240 | }, |
| 1241 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 1242 | "metadata": { # The metadata about a person. # Output only. Metadata about the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 1243 | "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. |
| 1244 | "A String", |
| 1245 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 1246 | "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. |
| 1247 | "sources": [ # The sources of data for the person. |
| 1248 | { # The source of a field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 1249 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1250 | "type": "A String", # The source type. |
| 1251 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1252 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 1253 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1254 | "userTypes": [ # Output only. The user types. |
| 1255 | "A String", |
| 1256 | ], |
| 1257 | "objectType": "A String", # Output only. The profile object type. |
| 1258 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 1259 | }, |
| 1260 | ], |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 1261 | "linkedPeopleResourceNames": [ # Output only. Resource names of people linked to this resource. |
| 1262 | "A String", |
| 1263 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 1264 | "objectType": "A String", # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 1265 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 1266 | "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}`. |
| 1267 | "ageRanges": [ # Output only. The person's age ranges. |
| 1268 | { # A person's age range. |
| 1269 | "ageRange": "A String", # The age range. |
| 1270 | "metadata": { # Metadata about a field. # Metadata about the age range. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 1271 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 1272 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1273 | "type": "A String", # The source type. |
| 1274 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1275 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 1276 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1277 | "userTypes": [ # Output only. The user types. |
| 1278 | "A String", |
| 1279 | ], |
| 1280 | "objectType": "A String", # Output only. The profile object type. |
| 1281 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 1282 | }, |
| 1283 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 1284 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 1285 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 1286 | }, |
| 1287 | ], |
| 1288 | "relations": [ # The person's relations. |
| 1289 | { # A person's relation to another person. |
| 1290 | "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. |
| 1291 | "person": "A String", # The name of the other person this relation refers to. |
| 1292 | "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` |
| 1293 | "metadata": { # Metadata about a field. # Metadata about the relation. |
| 1294 | "source": { # The source of a field. # The source of the field. |
| 1295 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1296 | "type": "A String", # The source type. |
| 1297 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1298 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1299 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1300 | "userTypes": [ # Output only. The user types. |
| 1301 | "A String", |
| 1302 | ], |
| 1303 | "objectType": "A String", # Output only. The profile object type. |
| 1304 | }, |
| 1305 | }, |
| 1306 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 1307 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1308 | }, |
| 1309 | }, |
| 1310 | ], |
| 1311 | "residences": [ # **DEPRECATED**: (Please use `person.locations` instead) The person's residences. |
| 1312 | { # **DEPRECATED**: Please use `person.locations` instead. A person's past or current residence. |
| 1313 | "metadata": { # Metadata about a field. # Metadata about the residence. |
| 1314 | "source": { # The source of a field. # The source of the field. |
| 1315 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1316 | "type": "A String", # The source type. |
| 1317 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1318 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1319 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1320 | "userTypes": [ # Output only. The user types. |
| 1321 | "A String", |
| 1322 | ], |
| 1323 | "objectType": "A String", # Output only. The profile object type. |
| 1324 | }, |
| 1325 | }, |
| 1326 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 1327 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1328 | }, |
| 1329 | "current": True or False, # True if the residence is the person's current residence; false if the residence is a past residence. |
| 1330 | "value": "A String", # The address of the residence. |
| 1331 | }, |
| 1332 | ], |
| 1333 | "phoneNumbers": [ # The person's phone numbers. |
| 1334 | { # A person's phone number. |
| 1335 | "value": "A String", # The phone number. |
| 1336 | "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. |
| 1337 | "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. |
| 1338 | "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` |
| 1339 | "metadata": { # Metadata about a field. # Metadata about the phone number. |
| 1340 | "source": { # The source of a field. # The source of the field. |
| 1341 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1342 | "type": "A String", # The source type. |
| 1343 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1344 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1345 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1346 | "userTypes": [ # Output only. The user types. |
| 1347 | "A String", |
| 1348 | ], |
| 1349 | "objectType": "A String", # Output only. The profile object type. |
| 1350 | }, |
| 1351 | }, |
| 1352 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 1353 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1354 | }, |
| 1355 | }, |
| 1356 | ], |
| 1357 | "taglines": [ # Output only. **DEPRECATED**: No data will be returned The person's taglines. |
| 1358 | { # **DEPRECATED**: No data will be returned A brief one-line description of the person. |
| 1359 | "value": "A String", # The tagline. |
| 1360 | "metadata": { # Metadata about a field. # Metadata about the tagline. |
| 1361 | "source": { # The source of a field. # The source of the field. |
| 1362 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1363 | "type": "A String", # The source type. |
| 1364 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1365 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1366 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1367 | "userTypes": [ # Output only. The user types. |
| 1368 | "A String", |
| 1369 | ], |
| 1370 | "objectType": "A String", # Output only. The profile object type. |
| 1371 | }, |
| 1372 | }, |
| 1373 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 1374 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1375 | }, |
| 1376 | }, |
| 1377 | ], |
| 1378 | "genders": [ # The person's genders. This field is a singleton for contact sources. |
| 1379 | { # A person's gender. |
| 1380 | "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. |
| 1381 | "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` |
| 1382 | "metadata": { # Metadata about a field. # Metadata about the gender. |
| 1383 | "source": { # The source of a field. # The source of the field. |
| 1384 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1385 | "type": "A String", # The source type. |
| 1386 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1387 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1388 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1389 | "userTypes": [ # Output only. The user types. |
| 1390 | "A String", |
| 1391 | ], |
| 1392 | "objectType": "A String", # Output only. The profile object type. |
| 1393 | }, |
| 1394 | }, |
| 1395 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 1396 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1397 | }, |
| 1398 | "value": "A String", # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified` |
| 1399 | }, |
| 1400 | ], |
| 1401 | "biographies": [ # The person's biographies. This field is a singleton for contact sources. |
| 1402 | { # A person's short biography. |
| 1403 | "value": "A String", # The short biography. |
| 1404 | "contentType": "A String", # The content type of the biography. |
| 1405 | "metadata": { # Metadata about a field. # Metadata about the biography. |
| 1406 | "source": { # The source of a field. # The source of the field. |
| 1407 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1408 | "type": "A String", # The source type. |
| 1409 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1410 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1411 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1412 | "userTypes": [ # Output only. The user types. |
| 1413 | "A String", |
| 1414 | ], |
| 1415 | "objectType": "A String", # Output only. The profile object type. |
| 1416 | }, |
| 1417 | }, |
| 1418 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 1419 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1420 | }, |
| 1421 | }, |
| 1422 | ], |
| 1423 | "miscKeywords": [ # The person's miscellaneous keywords. |
| 1424 | { # A person's miscellaneous keyword. |
| 1425 | "type": "A String", # The miscellaneous keyword type. |
| 1426 | "metadata": { # Metadata about a field. # Metadata about the miscellaneous keyword. |
| 1427 | "source": { # The source of a field. # The source of the field. |
| 1428 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1429 | "type": "A String", # The source type. |
| 1430 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1431 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1432 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1433 | "userTypes": [ # Output only. The user types. |
| 1434 | "A String", |
| 1435 | ], |
| 1436 | "objectType": "A String", # Output only. The profile object type. |
| 1437 | }, |
| 1438 | }, |
| 1439 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 1440 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1441 | }, |
| 1442 | "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. |
| 1443 | "value": "A String", # The value of the miscellaneous keyword. |
| 1444 | }, |
| 1445 | ], |
| 1446 | "sipAddresses": [ # The person's SIP addresses. |
| 1447 | { # A person's SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet. |
| 1448 | "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` |
| 1449 | "value": "A String", # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format. |
| 1450 | "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. |
| 1451 | "metadata": { # Metadata about a field. # Metadata about the SIP address. |
| 1452 | "source": { # The source of a field. # The source of the field. |
| 1453 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1454 | "type": "A String", # The source type. |
| 1455 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1456 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1457 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1458 | "userTypes": [ # Output only. The user types. |
| 1459 | "A String", |
| 1460 | ], |
| 1461 | "objectType": "A String", # Output only. The profile object type. |
| 1462 | }, |
| 1463 | }, |
| 1464 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 1465 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1466 | }, |
| 1467 | }, |
| 1468 | ], |
| 1469 | "externalIds": [ # The person's external IDs. |
| 1470 | { # An identifier from an external entity related to the person. |
| 1471 | "metadata": { # Metadata about a field. # Metadata about the external ID. |
| 1472 | "source": { # The source of a field. # The source of the field. |
| 1473 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1474 | "type": "A String", # The source type. |
| 1475 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1476 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1477 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1478 | "userTypes": [ # Output only. The user types. |
| 1479 | "A String", |
| 1480 | ], |
| 1481 | "objectType": "A String", # Output only. The profile object type. |
| 1482 | }, |
| 1483 | }, |
| 1484 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 1485 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1486 | }, |
| 1487 | "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. |
| 1488 | "value": "A String", # The value of the external ID. |
| 1489 | "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` |
| 1490 | }, |
| 1491 | ], |
| 1492 | "skills": [ # The person's skills. |
| 1493 | { # A skill that the person has. |
| 1494 | "metadata": { # Metadata about a field. # Metadata about the skill. |
| 1495 | "source": { # The source of a field. # The source of the field. |
| 1496 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1497 | "type": "A String", # The source type. |
| 1498 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1499 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1500 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1501 | "userTypes": [ # Output only. The user types. |
| 1502 | "A String", |
| 1503 | ], |
| 1504 | "objectType": "A String", # Output only. The profile object type. |
| 1505 | }, |
| 1506 | }, |
| 1507 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 1508 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1509 | }, |
| 1510 | "value": "A String", # The skill; for example, `underwater basket weaving`. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 1511 | }, |
| 1512 | ], |
| 1513 | "birthdays": [ # The person's birthdays. This field is a singleton for contact sources. |
| 1514 | { # 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. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 1515 | "metadata": { # Metadata about a field. # Metadata about the birthday. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 1516 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 1517 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1518 | "type": "A String", # The source type. |
| 1519 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1520 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 1521 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1522 | "userTypes": [ # Output only. The user types. |
| 1523 | "A String", |
| 1524 | ], |
| 1525 | "objectType": "A String", # Output only. The profile object type. |
| 1526 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 1527 | }, |
| 1528 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 1529 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1530 | }, |
| 1531 | "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. |
| 1532 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 1533 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 1534 | "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. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 1535 | }, |
| 1536 | "text": "A String", # A free-form string representing the user's birthday. |
| 1537 | }, |
| 1538 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 1539 | "coverPhotos": [ # Output only. The person's cover photos. |
| 1540 | { # 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. |
| 1541 | "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. |
| 1542 | "metadata": { # Metadata about a field. # Metadata about the cover photo. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 1543 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 1544 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1545 | "type": "A String", # The source type. |
| 1546 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1547 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 1548 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1549 | "userTypes": [ # Output only. The user types. |
| 1550 | "A String", |
| 1551 | ], |
| 1552 | "objectType": "A String", # Output only. The profile object type. |
| 1553 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 1554 | }, |
| 1555 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 1556 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 1557 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 1558 | "url": "A String", # The URL of the cover photo. |
| 1559 | }, |
| 1560 | ], |
| 1561 | "fileAses": [ # The person's file-ases. |
| 1562 | { # The name that should be used to sort the person in a list. |
| 1563 | "metadata": { # Metadata about a field. # Metadata about the file-as. |
| 1564 | "source": { # The source of a field. # The source of the field. |
| 1565 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1566 | "type": "A String", # The source type. |
| 1567 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1568 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1569 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1570 | "userTypes": [ # Output only. The user types. |
| 1571 | "A String", |
| 1572 | ], |
| 1573 | "objectType": "A String", # Output only. The profile object type. |
| 1574 | }, |
| 1575 | }, |
| 1576 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 1577 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1578 | }, |
| 1579 | "value": "A String", # The file-as value |
| 1580 | }, |
| 1581 | ], |
| 1582 | "clientData": [ # The person's client data. |
| 1583 | { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. |
| 1584 | "metadata": { # Metadata about a field. # Metadata about the client data. |
| 1585 | "source": { # The source of a field. # The source of the field. |
| 1586 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1587 | "type": "A String", # The source type. |
| 1588 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1589 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1590 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1591 | "userTypes": [ # Output only. The user types. |
| 1592 | "A String", |
| 1593 | ], |
| 1594 | "objectType": "A String", # Output only. The profile object type. |
| 1595 | }, |
| 1596 | }, |
| 1597 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 1598 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1599 | }, |
| 1600 | "key": "A String", # The client specified key of the client data. |
| 1601 | "value": "A String", # The client specified value of the client data. |
| 1602 | }, |
| 1603 | ], |
| 1604 | "events": [ # The person's events. |
| 1605 | { # An event related to the person. |
| 1606 | "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. |
| 1607 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 1608 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 1609 | "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. |
| 1610 | }, |
| 1611 | "type": "A String", # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other` |
| 1612 | "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. |
| 1613 | "metadata": { # Metadata about a field. # Metadata about the event. |
| 1614 | "source": { # The source of a field. # The source of the field. |
| 1615 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1616 | "type": "A String", # The source type. |
| 1617 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1618 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1619 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1620 | "userTypes": [ # Output only. The user types. |
| 1621 | "A String", |
| 1622 | ], |
| 1623 | "objectType": "A String", # Output only. The profile object type. |
| 1624 | }, |
| 1625 | }, |
| 1626 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 1627 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1628 | }, |
| 1629 | }, |
| 1630 | ], |
| 1631 | "userDefined": [ # The person's user defined data. |
| 1632 | { # Arbitrary user data that is populated by the end users. |
| 1633 | "metadata": { # Metadata about a field. # Metadata about the user defined data. |
| 1634 | "source": { # The source of a field. # The source of the field. |
| 1635 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1636 | "type": "A String", # The source type. |
| 1637 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1638 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1639 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1640 | "userTypes": [ # Output only. The user types. |
| 1641 | "A String", |
| 1642 | ], |
| 1643 | "objectType": "A String", # Output only. The profile object type. |
| 1644 | }, |
| 1645 | }, |
| 1646 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 1647 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1648 | }, |
| 1649 | "key": "A String", # The end user specified key of the user defined data. |
| 1650 | "value": "A String", # The end user specified value of the user defined data. |
| 1651 | }, |
| 1652 | ], |
| 1653 | "ageRange": "A String", # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person's age range. |
| 1654 | "organizations": [ # The person's past or current organizations. |
| 1655 | { # A person's past or current organization. Overlapping date ranges are permitted. |
| 1656 | "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. |
| 1657 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 1658 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 1659 | "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. |
| 1660 | }, |
| 1661 | "name": "A String", # The name of the organization. |
| 1662 | "metadata": { # Metadata about a field. # Metadata about the organization. |
| 1663 | "source": { # The source of a field. # The source of the field. |
| 1664 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1665 | "type": "A String", # The source type. |
| 1666 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1667 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1668 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1669 | "userTypes": [ # Output only. The user types. |
| 1670 | "A String", |
| 1671 | ], |
| 1672 | "objectType": "A String", # Output only. The profile object type. |
| 1673 | }, |
| 1674 | }, |
| 1675 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 1676 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1677 | }, |
| 1678 | "location": "A String", # The location of the organization office the person works at. |
| 1679 | "title": "A String", # The person's job title at the organization. |
| 1680 | "current": True or False, # True if the organization is the person's current organization; false if the organization is a past organization. |
| 1681 | "domain": "A String", # The domain name associated with the organization; for example, `google.com`. |
| 1682 | "symbol": "A String", # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym. |
| 1683 | "phoneticName": "A String", # The phonetic name of the organization. |
| 1684 | "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. |
| 1685 | "department": "A String", # The person's department at the organization. |
| 1686 | "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. |
| 1687 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 1688 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 1689 | "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. |
| 1690 | }, |
| 1691 | "jobDescription": "A String", # The person's job description at the organization. |
| 1692 | "type": "A String", # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school` |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 1693 | }, |
| 1694 | ], |
| 1695 | "occupations": [ # The person's occupations. |
| 1696 | { # A person's occupation. |
| 1697 | "metadata": { # Metadata about a field. # Metadata about the occupation. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 1698 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 1699 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1700 | "type": "A String", # The source type. |
| 1701 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1702 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 1703 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1704 | "userTypes": [ # Output only. The user types. |
| 1705 | "A String", |
| 1706 | ], |
| 1707 | "objectType": "A String", # Output only. The profile object type. |
| 1708 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 1709 | }, |
| 1710 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 1711 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 1712 | }, |
| 1713 | "value": "A String", # The occupation; for example, `carpenter`. |
| 1714 | }, |
| 1715 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 1716 | "calendarUrls": [ # The person's calendar URLs. |
| 1717 | { # A person's calendar URL. |
| 1718 | "type": "A String", # The type of the calendar URL. The type can be custom or one of these predefined values: * `home` * `freeBusy` * `work` |
| 1719 | "url": "A String", # The calendar URL. |
| 1720 | "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. |
| 1721 | "metadata": { # Metadata about a field. # Metadata about the calendar URL. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 1722 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 1723 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1724 | "type": "A String", # The source type. |
| 1725 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1726 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 1727 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1728 | "userTypes": [ # Output only. The user types. |
| 1729 | "A String", |
| 1730 | ], |
| 1731 | "objectType": "A String", # Output only. The profile object type. |
| 1732 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 1733 | }, |
| 1734 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 1735 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 1736 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 1737 | }, |
| 1738 | ], |
| 1739 | "locales": [ # The person's locale preferences. |
| 1740 | { # A person's locale preference. |
| 1741 | "metadata": { # Metadata about a field. # Metadata about the locale. |
| 1742 | "source": { # The source of a field. # The source of the field. |
| 1743 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1744 | "type": "A String", # The source type. |
| 1745 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1746 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1747 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1748 | "userTypes": [ # Output only. The user types. |
| 1749 | "A String", |
| 1750 | ], |
| 1751 | "objectType": "A String", # Output only. The profile object type. |
| 1752 | }, |
| 1753 | }, |
| 1754 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 1755 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1756 | }, |
| 1757 | "value": "A String", # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale. |
| 1758 | }, |
| 1759 | ], |
| 1760 | "memberships": [ # The person's group memberships. |
| 1761 | { # A person's membership in a group. Only contact group memberships can be modified. |
| 1762 | "domainMembership": { # A G Suite Domain membership. # Output only. The domain membership. |
| 1763 | "inViewerDomain": True or False, # True if the person is in the viewer's G Suite domain. |
| 1764 | }, |
| 1765 | "contactGroupMembership": { # A Google contact group membership. # The contact group membership. |
| 1766 | "contactGroupId": "A String", # Output only. The contact group ID for the contact group membership. |
| 1767 | "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. |
| 1768 | }, |
| 1769 | "metadata": { # Metadata about a field. # Metadata about the membership. |
| 1770 | "source": { # The source of a field. # The source of the field. |
| 1771 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1772 | "type": "A String", # The source type. |
| 1773 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1774 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1775 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1776 | "userTypes": [ # Output only. The user types. |
| 1777 | "A String", |
| 1778 | ], |
| 1779 | "objectType": "A String", # Output only. The profile object type. |
| 1780 | }, |
| 1781 | }, |
| 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 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1784 | }, |
| 1785 | }, |
| 1786 | ], |
| 1787 | "relationshipStatuses": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship statuses. |
| 1788 | { # **DEPRECATED**: No data will be returned A person's relationship status. |
| 1789 | "metadata": { # Metadata about a field. # Metadata about the relationship status. |
| 1790 | "source": { # The source of a field. # The source of the field. |
| 1791 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1792 | "type": "A String", # The source type. |
| 1793 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1794 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1795 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1796 | "userTypes": [ # Output only. The user types. |
| 1797 | "A String", |
| 1798 | ], |
| 1799 | "objectType": "A String", # Output only. The profile object type. |
| 1800 | }, |
| 1801 | }, |
| 1802 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 1803 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1804 | }, |
| 1805 | "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` |
| 1806 | "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. |
| 1807 | }, |
| 1808 | ], |
| 1809 | "photos": [ # Output only. The person's photos. |
| 1810 | { # A person's photo. A picture shown next to the person's name to help others recognize the person. |
| 1811 | "metadata": { # Metadata about a field. # Metadata about the photo. |
| 1812 | "source": { # The source of a field. # The source of the field. |
| 1813 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1814 | "type": "A String", # The source type. |
| 1815 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1816 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1817 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1818 | "userTypes": [ # Output only. The user types. |
| 1819 | "A String", |
| 1820 | ], |
| 1821 | "objectType": "A String", # Output only. The profile object type. |
| 1822 | }, |
| 1823 | }, |
| 1824 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 1825 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1826 | }, |
| 1827 | "default": True or False, # True if the photo is a default photo; false if the photo is a user-provided photo. |
| 1828 | "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 |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [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"> |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 1853 | <code class="details" id="deleteContactPhoto">deleteContactPhoto(resourceName, sources=None, personFields=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) |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1858 | 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] | 1859 | Allowed values |
| 1860 | READ_SOURCE_TYPE_UNSPECIFIED - Unspecified. |
| 1861 | READ_SOURCE_TYPE_PROFILE - Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE. |
| 1862 | READ_SOURCE_TYPE_CONTACT - Returns SourceType.CONTACT. |
| 1863 | READ_SOURCE_TYPE_DOMAIN_CONTACT - Returns SourceType.DOMAIN_CONTACT. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 1864 | 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 | 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. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 1875 | "emailAddresses": [ # The person's email addresses. |
| 1876 | { # A person's email address. |
| 1877 | "value": "A String", # The email address. |
| 1878 | "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. |
| 1879 | "metadata": { # Metadata about a field. # Metadata about the email address. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1880 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 1881 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1882 | "type": "A String", # The source type. |
| 1883 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1884 | "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] | 1885 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1886 | "userTypes": [ # Output only. The user types. |
| 1887 | "A String", |
| 1888 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1889 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1890 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1891 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 1892 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 1893 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1894 | }, |
| 1895 | "displayName": "A String", # The display name of the email. |
| 1896 | "type": "A String", # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 1897 | }, |
| 1898 | ], |
| 1899 | "addresses": [ # The person's street addresses. |
| 1900 | { # A person's physical address. May be a P.O. box or street address. All fields are optional. |
| 1901 | "streetAddress": "A String", # The street address. |
| 1902 | "poBox": "A String", # The P.O. box of the address. |
| 1903 | "region": "A String", # The region of the address; for example, the state or province. |
| 1904 | "type": "A String", # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 1905 | "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. |
| 1906 | "countryCode": "A String", # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address. |
| 1907 | "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. |
| 1908 | "postalCode": "A String", # The postal code of the address. |
| 1909 | "extendedAddress": "A String", # The extended address of the address; for example, the apartment number. |
| 1910 | "city": "A String", # The city of the address. |
| 1911 | "country": "A String", # The country of the address. |
| 1912 | "metadata": { # Metadata about a field. # Metadata about the address. |
| 1913 | "source": { # The source of a field. # The source of the field. |
| 1914 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1915 | "type": "A String", # The source type. |
| 1916 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1917 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1918 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1919 | "userTypes": [ # Output only. The user types. |
| 1920 | "A String", |
| 1921 | ], |
| 1922 | "objectType": "A String", # Output only. The profile object type. |
| 1923 | }, |
| 1924 | }, |
| 1925 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 1926 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1927 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1928 | }, |
| 1929 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 1930 | "etag": "A String", # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation. |
| 1931 | "interests": [ # The person's interests. |
| 1932 | { # One of the person's interests. |
| 1933 | "value": "A String", # The interest; for example, `stargazing`. |
| 1934 | "metadata": { # Metadata about a field. # Metadata about the interest. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 1935 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 1936 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1937 | "type": "A String", # The source type. |
| 1938 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1939 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 1940 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1941 | "userTypes": [ # Output only. The user types. |
| 1942 | "A String", |
| 1943 | ], |
| 1944 | "objectType": "A String", # Output only. The profile object type. |
| 1945 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 1946 | }, |
| 1947 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 1948 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 1949 | }, |
| 1950 | }, |
| 1951 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 1952 | "locations": [ # The person's locations. |
| 1953 | { # A person's location. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 1954 | "type": "A String", # The type of the location. The type can be custom or one of these predefined values: * `desk` * `grewUp` |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 1955 | "floor": "A String", # The floor name or number. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 1956 | "deskCode": "A String", # The individual desk location. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 1957 | "floorSection": "A String", # The floor section in `floor_name`. |
| 1958 | "value": "A String", # The free-form value of the location. |
| 1959 | "metadata": { # Metadata about a field. # Metadata about the location. |
| 1960 | "source": { # The source of a field. # The source of the field. |
| 1961 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1962 | "type": "A String", # The source type. |
| 1963 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1964 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1965 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1966 | "userTypes": [ # Output only. The user types. |
| 1967 | "A String", |
| 1968 | ], |
| 1969 | "objectType": "A String", # Output only. The profile object type. |
| 1970 | }, |
| 1971 | }, |
| 1972 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 1973 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1974 | }, |
| 1975 | "buildingId": "A String", # The building identifier. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 1976 | "current": True or False, # Whether the location is the current location. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 1977 | }, |
| 1978 | ], |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 1979 | "relationshipInterests": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship interests. |
| 1980 | { # **DEPRECATED**: No data will be returned A person's relationship interest . |
| 1981 | "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. |
| 1982 | "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` |
| 1983 | "metadata": { # Metadata about a field. # Metadata about the relationship interest. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 1984 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 1985 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1986 | "type": "A String", # The source type. |
| 1987 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1988 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 1989 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1990 | "userTypes": [ # Output only. The user types. |
| 1991 | "A String", |
| 1992 | ], |
| 1993 | "objectType": "A String", # Output only. The profile object type. |
| 1994 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 1995 | }, |
| 1996 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 1997 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 1998 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 1999 | }, |
| 2000 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 2001 | "names": [ # The person's names. This field is a singleton for contact sources. |
| 2002 | { # A person's name. If the name is a mononym, the family name is empty. |
| 2003 | "metadata": { # Metadata about a field. # Metadata about the name. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 2004 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 2005 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2006 | "type": "A String", # The source type. |
| 2007 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2008 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 2009 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2010 | "userTypes": [ # Output only. The user types. |
| 2011 | "A String", |
| 2012 | ], |
| 2013 | "objectType": "A String", # Output only. The profile object type. |
| 2014 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 2015 | }, |
| 2016 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 2017 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 2018 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 2019 | "phoneticFamilyName": "A String", # The family name spelled as it sounds. |
| 2020 | "phoneticMiddleName": "A String", # The middle name(s) spelled as they sound. |
| 2021 | "phoneticHonorificPrefix": "A String", # The honorific prefixes spelled as they sound. |
| 2022 | "familyName": "A String", # The family name. |
| 2023 | "phoneticGivenName": "A String", # The given name spelled as it sounds. |
| 2024 | "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. |
| 2025 | "middleName": "A String", # The middle name(s). |
| 2026 | "honorificSuffix": "A String", # The honorific suffixes, such as `Jr.` |
| 2027 | "honorificPrefix": "A String", # The honorific prefixes, such as `Mrs.` or `Dr.` |
| 2028 | "unstructuredName": "A String", # The free form name value. |
| 2029 | "phoneticHonorificSuffix": "A String", # The honorific suffixes spelled as they sound. |
| 2030 | "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. |
| 2031 | "phoneticFullName": "A String", # The full name spelled as it sounds. |
| 2032 | "givenName": "A String", # The given name. |
| 2033 | }, |
| 2034 | ], |
| 2035 | "urls": [ # The person's associated URLs. |
| 2036 | { # A person's associated URLs. |
| 2037 | "value": "A String", # The URL. |
| 2038 | "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. |
| 2039 | "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` |
| 2040 | "metadata": { # Metadata about a field. # Metadata about the URL. |
| 2041 | "source": { # The source of a field. # The source of the field. |
| 2042 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2043 | "type": "A String", # The source type. |
| 2044 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2045 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2046 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2047 | "userTypes": [ # Output only. The user types. |
| 2048 | "A String", |
| 2049 | ], |
| 2050 | "objectType": "A String", # Output only. The profile object type. |
| 2051 | }, |
| 2052 | }, |
| 2053 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 2054 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2055 | }, |
| 2056 | }, |
| 2057 | ], |
| 2058 | "nicknames": [ # The person's nicknames. |
| 2059 | { # A person's nickname. |
| 2060 | "type": "A String", # The type of the nickname. |
| 2061 | "metadata": { # Metadata about a field. # Metadata about the nickname. |
| 2062 | "source": { # The source of a field. # The source of the field. |
| 2063 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2064 | "type": "A String", # The source type. |
| 2065 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2066 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2067 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2068 | "userTypes": [ # Output only. The user types. |
| 2069 | "A String", |
| 2070 | ], |
| 2071 | "objectType": "A String", # Output only. The profile object type. |
| 2072 | }, |
| 2073 | }, |
| 2074 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 2075 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2076 | }, |
| 2077 | "value": "A String", # The nickname. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 2078 | }, |
| 2079 | ], |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2080 | "imClients": [ # The person's instant messaging clients. |
| 2081 | { # A person's instant messaging client. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2082 | "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. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 2083 | "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. |
| 2084 | "username": "A String", # The user name used in the IM client. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2085 | "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` |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 2086 | "type": "A String", # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 2087 | "metadata": { # Metadata about a field. # Metadata about the IM client. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2088 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 2089 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2090 | "type": "A String", # The source type. |
| 2091 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2092 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2093 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2094 | "userTypes": [ # Output only. The user types. |
| 2095 | "A String", |
| 2096 | ], |
| 2097 | "objectType": "A String", # Output only. The profile object type. |
| 2098 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2099 | }, |
| 2100 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 2101 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2102 | }, |
| 2103 | }, |
| 2104 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 2105 | "braggingRights": [ # **DEPRECATED**: No data will be returned The person's bragging rights. |
| 2106 | { # **DEPRECATED**: No data will be returned A person's bragging rights. |
| 2107 | "metadata": { # Metadata about a field. # Metadata about the bragging rights. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2108 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 2109 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2110 | "type": "A String", # The source type. |
| 2111 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2112 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2113 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2114 | "userTypes": [ # Output only. The user types. |
| 2115 | "A String", |
| 2116 | ], |
| 2117 | "objectType": "A String", # Output only. The profile object type. |
| 2118 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2119 | }, |
| 2120 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2121 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2122 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 2123 | "value": "A String", # The bragging rights; for example, `climbed mount everest`. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2124 | }, |
| 2125 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 2126 | "metadata": { # The metadata about a person. # Output only. Metadata about the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 2127 | "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. |
| 2128 | "A String", |
| 2129 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 2130 | "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. |
| 2131 | "sources": [ # The sources of data for the person. |
| 2132 | { # The source of a field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 2133 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2134 | "type": "A String", # The source type. |
| 2135 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2136 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 2137 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2138 | "userTypes": [ # Output only. The user types. |
| 2139 | "A String", |
| 2140 | ], |
| 2141 | "objectType": "A String", # Output only. The profile object type. |
| 2142 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 2143 | }, |
| 2144 | ], |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2145 | "linkedPeopleResourceNames": [ # Output only. Resource names of people linked to this resource. |
| 2146 | "A String", |
| 2147 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 2148 | "objectType": "A String", # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 2149 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 2150 | "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}`. |
| 2151 | "ageRanges": [ # Output only. The person's age ranges. |
| 2152 | { # A person's age range. |
| 2153 | "ageRange": "A String", # The age range. |
| 2154 | "metadata": { # Metadata about a field. # Metadata about the age range. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2155 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 2156 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2157 | "type": "A String", # The source type. |
| 2158 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2159 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2160 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2161 | "userTypes": [ # Output only. The user types. |
| 2162 | "A String", |
| 2163 | ], |
| 2164 | "objectType": "A String", # Output only. The profile object type. |
| 2165 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2166 | }, |
| 2167 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 2168 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2169 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 2170 | }, |
| 2171 | ], |
| 2172 | "relations": [ # The person's relations. |
| 2173 | { # A person's relation to another person. |
| 2174 | "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. |
| 2175 | "person": "A String", # The name of the other person this relation refers to. |
| 2176 | "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` |
| 2177 | "metadata": { # Metadata about a field. # Metadata about the relation. |
| 2178 | "source": { # The source of a field. # The source of the field. |
| 2179 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2180 | "type": "A String", # The source type. |
| 2181 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2182 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2183 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2184 | "userTypes": [ # Output only. The user types. |
| 2185 | "A String", |
| 2186 | ], |
| 2187 | "objectType": "A String", # Output only. The profile object type. |
| 2188 | }, |
| 2189 | }, |
| 2190 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 2191 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2192 | }, |
| 2193 | }, |
| 2194 | ], |
| 2195 | "residences": [ # **DEPRECATED**: (Please use `person.locations` instead) The person's residences. |
| 2196 | { # **DEPRECATED**: Please use `person.locations` instead. A person's past or current residence. |
| 2197 | "metadata": { # Metadata about a field. # Metadata about the residence. |
| 2198 | "source": { # The source of a field. # The source of the field. |
| 2199 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2200 | "type": "A String", # The source type. |
| 2201 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2202 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2203 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2204 | "userTypes": [ # Output only. The user types. |
| 2205 | "A String", |
| 2206 | ], |
| 2207 | "objectType": "A String", # Output only. The profile object type. |
| 2208 | }, |
| 2209 | }, |
| 2210 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 2211 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2212 | }, |
| 2213 | "current": True or False, # True if the residence is the person's current residence; false if the residence is a past residence. |
| 2214 | "value": "A String", # The address of the residence. |
| 2215 | }, |
| 2216 | ], |
| 2217 | "phoneNumbers": [ # The person's phone numbers. |
| 2218 | { # A person's phone number. |
| 2219 | "value": "A String", # The phone number. |
| 2220 | "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. |
| 2221 | "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. |
| 2222 | "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` |
| 2223 | "metadata": { # Metadata about a field. # Metadata about the phone number. |
| 2224 | "source": { # The source of a field. # The source of the field. |
| 2225 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2226 | "type": "A String", # The source type. |
| 2227 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2228 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2229 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2230 | "userTypes": [ # Output only. The user types. |
| 2231 | "A String", |
| 2232 | ], |
| 2233 | "objectType": "A String", # Output only. The profile object type. |
| 2234 | }, |
| 2235 | }, |
| 2236 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 2237 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2238 | }, |
| 2239 | }, |
| 2240 | ], |
| 2241 | "taglines": [ # Output only. **DEPRECATED**: No data will be returned The person's taglines. |
| 2242 | { # **DEPRECATED**: No data will be returned A brief one-line description of the person. |
| 2243 | "value": "A String", # The tagline. |
| 2244 | "metadata": { # Metadata about a field. # Metadata about the tagline. |
| 2245 | "source": { # The source of a field. # The source of the field. |
| 2246 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2247 | "type": "A String", # The source type. |
| 2248 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2249 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2250 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2251 | "userTypes": [ # Output only. The user types. |
| 2252 | "A String", |
| 2253 | ], |
| 2254 | "objectType": "A String", # Output only. The profile object type. |
| 2255 | }, |
| 2256 | }, |
| 2257 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 2258 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2259 | }, |
| 2260 | }, |
| 2261 | ], |
| 2262 | "genders": [ # The person's genders. This field is a singleton for contact sources. |
| 2263 | { # A person's gender. |
| 2264 | "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. |
| 2265 | "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` |
| 2266 | "metadata": { # Metadata about a field. # Metadata about the gender. |
| 2267 | "source": { # The source of a field. # The source of the field. |
| 2268 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2269 | "type": "A String", # The source type. |
| 2270 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2271 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2272 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2273 | "userTypes": [ # Output only. The user types. |
| 2274 | "A String", |
| 2275 | ], |
| 2276 | "objectType": "A String", # Output only. The profile object type. |
| 2277 | }, |
| 2278 | }, |
| 2279 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 2280 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2281 | }, |
| 2282 | "value": "A String", # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified` |
| 2283 | }, |
| 2284 | ], |
| 2285 | "biographies": [ # The person's biographies. This field is a singleton for contact sources. |
| 2286 | { # A person's short biography. |
| 2287 | "value": "A String", # The short biography. |
| 2288 | "contentType": "A String", # The content type of the biography. |
| 2289 | "metadata": { # Metadata about a field. # Metadata about the biography. |
| 2290 | "source": { # The source of a field. # The source of the field. |
| 2291 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2292 | "type": "A String", # The source type. |
| 2293 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2294 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2295 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2296 | "userTypes": [ # Output only. The user types. |
| 2297 | "A String", |
| 2298 | ], |
| 2299 | "objectType": "A String", # Output only. The profile object type. |
| 2300 | }, |
| 2301 | }, |
| 2302 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 2303 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2304 | }, |
| 2305 | }, |
| 2306 | ], |
| 2307 | "miscKeywords": [ # The person's miscellaneous keywords. |
| 2308 | { # A person's miscellaneous keyword. |
| 2309 | "type": "A String", # The miscellaneous keyword type. |
| 2310 | "metadata": { # Metadata about a field. # Metadata about the miscellaneous keyword. |
| 2311 | "source": { # The source of a field. # The source of the field. |
| 2312 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2313 | "type": "A String", # The source type. |
| 2314 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2315 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2316 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2317 | "userTypes": [ # Output only. The user types. |
| 2318 | "A String", |
| 2319 | ], |
| 2320 | "objectType": "A String", # Output only. The profile object type. |
| 2321 | }, |
| 2322 | }, |
| 2323 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 2324 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2325 | }, |
| 2326 | "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. |
| 2327 | "value": "A String", # The value of the miscellaneous keyword. |
| 2328 | }, |
| 2329 | ], |
| 2330 | "sipAddresses": [ # The person's SIP addresses. |
| 2331 | { # A person's SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet. |
| 2332 | "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` |
| 2333 | "value": "A String", # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format. |
| 2334 | "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. |
| 2335 | "metadata": { # Metadata about a field. # Metadata about the SIP address. |
| 2336 | "source": { # The source of a field. # The source of the field. |
| 2337 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2338 | "type": "A String", # The source type. |
| 2339 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2340 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2341 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2342 | "userTypes": [ # Output only. The user types. |
| 2343 | "A String", |
| 2344 | ], |
| 2345 | "objectType": "A String", # Output only. The profile object type. |
| 2346 | }, |
| 2347 | }, |
| 2348 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 2349 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2350 | }, |
| 2351 | }, |
| 2352 | ], |
| 2353 | "externalIds": [ # The person's external IDs. |
| 2354 | { # An identifier from an external entity related to the person. |
| 2355 | "metadata": { # Metadata about a field. # Metadata about the external ID. |
| 2356 | "source": { # The source of a field. # The source of the field. |
| 2357 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2358 | "type": "A String", # The source type. |
| 2359 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2360 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2361 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2362 | "userTypes": [ # Output only. The user types. |
| 2363 | "A String", |
| 2364 | ], |
| 2365 | "objectType": "A String", # Output only. The profile object type. |
| 2366 | }, |
| 2367 | }, |
| 2368 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 2369 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2370 | }, |
| 2371 | "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. |
| 2372 | "value": "A String", # The value of the external ID. |
| 2373 | "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` |
| 2374 | }, |
| 2375 | ], |
| 2376 | "skills": [ # The person's skills. |
| 2377 | { # A skill that the person has. |
| 2378 | "metadata": { # Metadata about a field. # Metadata about the skill. |
| 2379 | "source": { # The source of a field. # The source of the field. |
| 2380 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2381 | "type": "A String", # The source type. |
| 2382 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2383 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2384 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2385 | "userTypes": [ # Output only. The user types. |
| 2386 | "A String", |
| 2387 | ], |
| 2388 | "objectType": "A String", # Output only. The profile object type. |
| 2389 | }, |
| 2390 | }, |
| 2391 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 2392 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2393 | }, |
| 2394 | "value": "A String", # The skill; for example, `underwater basket weaving`. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2395 | }, |
| 2396 | ], |
| 2397 | "birthdays": [ # The person's birthdays. This field is a singleton for contact sources. |
| 2398 | { # 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. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2399 | "metadata": { # Metadata about a field. # Metadata about the birthday. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2400 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 2401 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2402 | "type": "A String", # The source type. |
| 2403 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2404 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2405 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2406 | "userTypes": [ # Output only. The user types. |
| 2407 | "A String", |
| 2408 | ], |
| 2409 | "objectType": "A String", # Output only. The profile object type. |
| 2410 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2411 | }, |
| 2412 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 2413 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2414 | }, |
| 2415 | "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. |
| 2416 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 2417 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 2418 | "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. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2419 | }, |
| 2420 | "text": "A String", # A free-form string representing the user's birthday. |
| 2421 | }, |
| 2422 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 2423 | "coverPhotos": [ # Output only. The person's cover photos. |
| 2424 | { # 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. |
| 2425 | "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. |
| 2426 | "metadata": { # Metadata about a field. # Metadata about the cover photo. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2427 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 2428 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2429 | "type": "A String", # The source type. |
| 2430 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2431 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2432 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2433 | "userTypes": [ # Output only. The user types. |
| 2434 | "A String", |
| 2435 | ], |
| 2436 | "objectType": "A String", # Output only. The profile object type. |
| 2437 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2438 | }, |
| 2439 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 2440 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2441 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 2442 | "url": "A String", # The URL of the cover photo. |
| 2443 | }, |
| 2444 | ], |
| 2445 | "fileAses": [ # The person's file-ases. |
| 2446 | { # The name that should be used to sort the person in a list. |
| 2447 | "metadata": { # Metadata about a field. # Metadata about the file-as. |
| 2448 | "source": { # The source of a field. # The source of the field. |
| 2449 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2450 | "type": "A String", # The source type. |
| 2451 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2452 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2453 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2454 | "userTypes": [ # Output only. The user types. |
| 2455 | "A String", |
| 2456 | ], |
| 2457 | "objectType": "A String", # Output only. The profile object type. |
| 2458 | }, |
| 2459 | }, |
| 2460 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 2461 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2462 | }, |
| 2463 | "value": "A String", # The file-as value |
| 2464 | }, |
| 2465 | ], |
| 2466 | "clientData": [ # The person's client data. |
| 2467 | { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. |
| 2468 | "metadata": { # Metadata about a field. # Metadata about the client data. |
| 2469 | "source": { # The source of a field. # The source of the field. |
| 2470 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2471 | "type": "A String", # The source type. |
| 2472 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2473 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2474 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2475 | "userTypes": [ # Output only. The user types. |
| 2476 | "A String", |
| 2477 | ], |
| 2478 | "objectType": "A String", # Output only. The profile object type. |
| 2479 | }, |
| 2480 | }, |
| 2481 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 2482 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2483 | }, |
| 2484 | "key": "A String", # The client specified key of the client data. |
| 2485 | "value": "A String", # The client specified value of the client data. |
| 2486 | }, |
| 2487 | ], |
| 2488 | "events": [ # The person's events. |
| 2489 | { # An event related to the person. |
| 2490 | "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. |
| 2491 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 2492 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 2493 | "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. |
| 2494 | }, |
| 2495 | "type": "A String", # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other` |
| 2496 | "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. |
| 2497 | "metadata": { # Metadata about a field. # Metadata about the event. |
| 2498 | "source": { # The source of a field. # The source of the field. |
| 2499 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2500 | "type": "A String", # The source type. |
| 2501 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2502 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2503 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2504 | "userTypes": [ # Output only. The user types. |
| 2505 | "A String", |
| 2506 | ], |
| 2507 | "objectType": "A String", # Output only. The profile object type. |
| 2508 | }, |
| 2509 | }, |
| 2510 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 2511 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2512 | }, |
| 2513 | }, |
| 2514 | ], |
| 2515 | "userDefined": [ # The person's user defined data. |
| 2516 | { # Arbitrary user data that is populated by the end users. |
| 2517 | "metadata": { # Metadata about a field. # Metadata about the user defined data. |
| 2518 | "source": { # The source of a field. # The source of the field. |
| 2519 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2520 | "type": "A String", # The source type. |
| 2521 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2522 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2523 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2524 | "userTypes": [ # Output only. The user types. |
| 2525 | "A String", |
| 2526 | ], |
| 2527 | "objectType": "A String", # Output only. The profile object type. |
| 2528 | }, |
| 2529 | }, |
| 2530 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 2531 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2532 | }, |
| 2533 | "key": "A String", # The end user specified key of the user defined data. |
| 2534 | "value": "A String", # The end user specified value of the user defined data. |
| 2535 | }, |
| 2536 | ], |
| 2537 | "ageRange": "A String", # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person's age range. |
| 2538 | "organizations": [ # The person's past or current organizations. |
| 2539 | { # A person's past or current organization. Overlapping date ranges are permitted. |
| 2540 | "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. |
| 2541 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 2542 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 2543 | "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. |
| 2544 | }, |
| 2545 | "name": "A String", # The name of the organization. |
| 2546 | "metadata": { # Metadata about a field. # Metadata about the organization. |
| 2547 | "source": { # The source of a field. # The source of the field. |
| 2548 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2549 | "type": "A String", # The source type. |
| 2550 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2551 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2552 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2553 | "userTypes": [ # Output only. The user types. |
| 2554 | "A String", |
| 2555 | ], |
| 2556 | "objectType": "A String", # Output only. The profile object type. |
| 2557 | }, |
| 2558 | }, |
| 2559 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 2560 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2561 | }, |
| 2562 | "location": "A String", # The location of the organization office the person works at. |
| 2563 | "title": "A String", # The person's job title at the organization. |
| 2564 | "current": True or False, # True if the organization is the person's current organization; false if the organization is a past organization. |
| 2565 | "domain": "A String", # The domain name associated with the organization; for example, `google.com`. |
| 2566 | "symbol": "A String", # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym. |
| 2567 | "phoneticName": "A String", # The phonetic name of the organization. |
| 2568 | "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. |
| 2569 | "department": "A String", # The person's department at the organization. |
| 2570 | "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. |
| 2571 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 2572 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 2573 | "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. |
| 2574 | }, |
| 2575 | "jobDescription": "A String", # The person's job description at the organization. |
| 2576 | "type": "A String", # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school` |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2577 | }, |
| 2578 | ], |
| 2579 | "occupations": [ # The person's occupations. |
| 2580 | { # A person's occupation. |
| 2581 | "metadata": { # Metadata about a field. # Metadata about the occupation. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2582 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 2583 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2584 | "type": "A String", # The source type. |
| 2585 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2586 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2587 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2588 | "userTypes": [ # Output only. The user types. |
| 2589 | "A String", |
| 2590 | ], |
| 2591 | "objectType": "A String", # Output only. The profile object type. |
| 2592 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2593 | }, |
| 2594 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 2595 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2596 | }, |
| 2597 | "value": "A String", # The occupation; for example, `carpenter`. |
| 2598 | }, |
| 2599 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 2600 | "calendarUrls": [ # The person's calendar URLs. |
| 2601 | { # A person's calendar URL. |
| 2602 | "type": "A String", # The type of the calendar URL. The type can be custom or one of these predefined values: * `home` * `freeBusy` * `work` |
| 2603 | "url": "A String", # The calendar URL. |
| 2604 | "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. |
| 2605 | "metadata": { # Metadata about a field. # Metadata about the calendar URL. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2606 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 2607 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2608 | "type": "A String", # The source type. |
| 2609 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2610 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2611 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2612 | "userTypes": [ # Output only. The user types. |
| 2613 | "A String", |
| 2614 | ], |
| 2615 | "objectType": "A String", # Output only. The profile object type. |
| 2616 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2617 | }, |
| 2618 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 2619 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2620 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 2621 | }, |
| 2622 | ], |
| 2623 | "locales": [ # The person's locale preferences. |
| 2624 | { # A person's locale preference. |
| 2625 | "metadata": { # Metadata about a field. # Metadata about the locale. |
| 2626 | "source": { # The source of a field. # The source of the field. |
| 2627 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2628 | "type": "A String", # The source type. |
| 2629 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2630 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2631 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2632 | "userTypes": [ # Output only. The user types. |
| 2633 | "A String", |
| 2634 | ], |
| 2635 | "objectType": "A String", # Output only. The profile object type. |
| 2636 | }, |
| 2637 | }, |
| 2638 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 2639 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2640 | }, |
| 2641 | "value": "A String", # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale. |
| 2642 | }, |
| 2643 | ], |
| 2644 | "memberships": [ # The person's group memberships. |
| 2645 | { # A person's membership in a group. Only contact group memberships can be modified. |
| 2646 | "domainMembership": { # A G Suite Domain membership. # Output only. The domain membership. |
| 2647 | "inViewerDomain": True or False, # True if the person is in the viewer's G Suite domain. |
| 2648 | }, |
| 2649 | "contactGroupMembership": { # A Google contact group membership. # The contact group membership. |
| 2650 | "contactGroupId": "A String", # Output only. The contact group ID for the contact group membership. |
| 2651 | "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. |
| 2652 | }, |
| 2653 | "metadata": { # Metadata about a field. # Metadata about the membership. |
| 2654 | "source": { # The source of a field. # The source of the field. |
| 2655 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2656 | "type": "A String", # The source type. |
| 2657 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2658 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2659 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2660 | "userTypes": [ # Output only. The user types. |
| 2661 | "A String", |
| 2662 | ], |
| 2663 | "objectType": "A String", # Output only. The profile object type. |
| 2664 | }, |
| 2665 | }, |
| 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 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2668 | }, |
| 2669 | }, |
| 2670 | ], |
| 2671 | "relationshipStatuses": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship statuses. |
| 2672 | { # **DEPRECATED**: No data will be returned A person's relationship status. |
| 2673 | "metadata": { # Metadata about a field. # Metadata about the relationship status. |
| 2674 | "source": { # The source of a field. # The source of the field. |
| 2675 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2676 | "type": "A String", # The source type. |
| 2677 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2678 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2679 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2680 | "userTypes": [ # Output only. The user types. |
| 2681 | "A String", |
| 2682 | ], |
| 2683 | "objectType": "A String", # Output only. The profile object type. |
| 2684 | }, |
| 2685 | }, |
| 2686 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 2687 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2688 | }, |
| 2689 | "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` |
| 2690 | "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. |
| 2691 | }, |
| 2692 | ], |
| 2693 | "photos": [ # Output only. The person's photos. |
| 2694 | { # A person's photo. A picture shown next to the person's name to help others recognize the person. |
| 2695 | "metadata": { # Metadata about a field. # Metadata about the photo. |
| 2696 | "source": { # The source of a field. # The source of the field. |
| 2697 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2698 | "type": "A String", # The source type. |
| 2699 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2700 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2701 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2702 | "userTypes": [ # Output only. The user types. |
| 2703 | "A String", |
| 2704 | ], |
| 2705 | "objectType": "A String", # Output only. The profile object type. |
| 2706 | }, |
| 2707 | }, |
| 2708 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 2709 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2710 | }, |
| 2711 | "default": True or False, # True if the photo is a default photo; false if the photo is a user-provided photo. |
| 2712 | "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 |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [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"> |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 2720 | <code class="details" id="get">get(resourceName, requestMask_includeField=None, sources=None, personFields=None, x__xgafv=None)</code> |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 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) |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 2725 | 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 | 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. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2732 | 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 | 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. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 2742 | "emailAddresses": [ # The person's email addresses. |
| 2743 | { # A person's email address. |
| 2744 | "value": "A String", # The email address. |
| 2745 | "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. |
| 2746 | "metadata": { # Metadata about a field. # Metadata about the email address. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 2747 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 2748 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2749 | "type": "A String", # The source type. |
| 2750 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2751 | "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] | 2752 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2753 | "userTypes": [ # Output only. The user types. |
| 2754 | "A String", |
| 2755 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2756 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2757 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2758 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 2759 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 2760 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2761 | }, |
| 2762 | "displayName": "A String", # The display name of the email. |
| 2763 | "type": "A String", # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 2764 | }, |
| 2765 | ], |
| 2766 | "addresses": [ # The person's street addresses. |
| 2767 | { # A person's physical address. May be a P.O. box or street address. All fields are optional. |
| 2768 | "streetAddress": "A String", # The street address. |
| 2769 | "poBox": "A String", # The P.O. box of the address. |
| 2770 | "region": "A String", # The region of the address; for example, the state or province. |
| 2771 | "type": "A String", # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 2772 | "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. |
| 2773 | "countryCode": "A String", # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address. |
| 2774 | "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. |
| 2775 | "postalCode": "A String", # The postal code of the address. |
| 2776 | "extendedAddress": "A String", # The extended address of the address; for example, the apartment number. |
| 2777 | "city": "A String", # The city of the address. |
| 2778 | "country": "A String", # The country of the address. |
| 2779 | "metadata": { # Metadata about a field. # Metadata about the address. |
| 2780 | "source": { # The source of a field. # The source of the field. |
| 2781 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2782 | "type": "A String", # The source type. |
| 2783 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2784 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2785 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2786 | "userTypes": [ # Output only. The user types. |
| 2787 | "A String", |
| 2788 | ], |
| 2789 | "objectType": "A String", # Output only. The profile object type. |
| 2790 | }, |
| 2791 | }, |
| 2792 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 2793 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2794 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2795 | }, |
| 2796 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 2797 | "etag": "A String", # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation. |
| 2798 | "interests": [ # The person's interests. |
| 2799 | { # One of the person's interests. |
| 2800 | "value": "A String", # The interest; for example, `stargazing`. |
| 2801 | "metadata": { # Metadata about a field. # Metadata about the interest. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 2802 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 2803 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2804 | "type": "A String", # The source type. |
| 2805 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2806 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 2807 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2808 | "userTypes": [ # Output only. The user types. |
| 2809 | "A String", |
| 2810 | ], |
| 2811 | "objectType": "A String", # Output only. The profile object type. |
| 2812 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 2813 | }, |
| 2814 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2815 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 2816 | }, |
| 2817 | }, |
| 2818 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 2819 | "locations": [ # The person's locations. |
| 2820 | { # A person's location. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2821 | "type": "A String", # The type of the location. The type can be custom or one of these predefined values: * `desk` * `grewUp` |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 2822 | "floor": "A String", # The floor name or number. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2823 | "deskCode": "A String", # The individual desk location. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 2824 | "floorSection": "A String", # The floor section in `floor_name`. |
| 2825 | "value": "A String", # The free-form value of the location. |
| 2826 | "metadata": { # Metadata about a field. # Metadata about the location. |
| 2827 | "source": { # The source of a field. # The source of the field. |
| 2828 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2829 | "type": "A String", # The source type. |
| 2830 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2831 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2832 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2833 | "userTypes": [ # Output only. The user types. |
| 2834 | "A String", |
| 2835 | ], |
| 2836 | "objectType": "A String", # Output only. The profile object type. |
| 2837 | }, |
| 2838 | }, |
| 2839 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 2840 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2841 | }, |
| 2842 | "buildingId": "A String", # The building identifier. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2843 | "current": True or False, # Whether the location is the current location. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 2844 | }, |
| 2845 | ], |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2846 | "relationshipInterests": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship interests. |
| 2847 | { # **DEPRECATED**: No data will be returned A person's relationship interest . |
| 2848 | "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. |
| 2849 | "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` |
| 2850 | "metadata": { # Metadata about a field. # Metadata about the relationship interest. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2851 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 2852 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2853 | "type": "A String", # The source type. |
| 2854 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2855 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2856 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2857 | "userTypes": [ # Output only. The user types. |
| 2858 | "A String", |
| 2859 | ], |
| 2860 | "objectType": "A String", # Output only. The profile object type. |
| 2861 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2862 | }, |
| 2863 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 2864 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2865 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 2866 | }, |
| 2867 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 2868 | "names": [ # The person's names. This field is a singleton for contact sources. |
| 2869 | { # A person's name. If the name is a mononym, the family name is empty. |
| 2870 | "metadata": { # Metadata about a field. # Metadata about the name. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 2871 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 2872 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2873 | "type": "A String", # The source type. |
| 2874 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2875 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 2876 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2877 | "userTypes": [ # Output only. The user types. |
| 2878 | "A String", |
| 2879 | ], |
| 2880 | "objectType": "A String", # Output only. The profile object type. |
| 2881 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 2882 | }, |
| 2883 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 2884 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 2885 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 2886 | "phoneticFamilyName": "A String", # The family name spelled as it sounds. |
| 2887 | "phoneticMiddleName": "A String", # The middle name(s) spelled as they sound. |
| 2888 | "phoneticHonorificPrefix": "A String", # The honorific prefixes spelled as they sound. |
| 2889 | "familyName": "A String", # The family name. |
| 2890 | "phoneticGivenName": "A String", # The given name spelled as it sounds. |
| 2891 | "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. |
| 2892 | "middleName": "A String", # The middle name(s). |
| 2893 | "honorificSuffix": "A String", # The honorific suffixes, such as `Jr.` |
| 2894 | "honorificPrefix": "A String", # The honorific prefixes, such as `Mrs.` or `Dr.` |
| 2895 | "unstructuredName": "A String", # The free form name value. |
| 2896 | "phoneticHonorificSuffix": "A String", # The honorific suffixes spelled as they sound. |
| 2897 | "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. |
| 2898 | "phoneticFullName": "A String", # The full name spelled as it sounds. |
| 2899 | "givenName": "A String", # The given name. |
| 2900 | }, |
| 2901 | ], |
| 2902 | "urls": [ # The person's associated URLs. |
| 2903 | { # A person's associated URLs. |
| 2904 | "value": "A String", # The URL. |
| 2905 | "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. |
| 2906 | "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` |
| 2907 | "metadata": { # Metadata about a field. # Metadata about the URL. |
| 2908 | "source": { # The source of a field. # The source of the field. |
| 2909 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2910 | "type": "A String", # The source type. |
| 2911 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2912 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2913 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2914 | "userTypes": [ # Output only. The user types. |
| 2915 | "A String", |
| 2916 | ], |
| 2917 | "objectType": "A String", # Output only. The profile object type. |
| 2918 | }, |
| 2919 | }, |
| 2920 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 2921 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2922 | }, |
| 2923 | }, |
| 2924 | ], |
| 2925 | "nicknames": [ # The person's nicknames. |
| 2926 | { # A person's nickname. |
| 2927 | "type": "A String", # The type of the nickname. |
| 2928 | "metadata": { # Metadata about a field. # Metadata about the nickname. |
| 2929 | "source": { # The source of a field. # The source of the field. |
| 2930 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2931 | "type": "A String", # The source type. |
| 2932 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2933 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2934 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2935 | "userTypes": [ # Output only. The user types. |
| 2936 | "A String", |
| 2937 | ], |
| 2938 | "objectType": "A String", # Output only. The profile object type. |
| 2939 | }, |
| 2940 | }, |
| 2941 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 2942 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2943 | }, |
| 2944 | "value": "A String", # The nickname. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 2945 | }, |
| 2946 | ], |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2947 | "imClients": [ # The person's instant messaging clients. |
| 2948 | { # A person's instant messaging client. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2949 | "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. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 2950 | "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. |
| 2951 | "username": "A String", # The user name used in the IM client. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2952 | "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` |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 2953 | "type": "A String", # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 2954 | "metadata": { # Metadata about a field. # Metadata about the IM client. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2955 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 2956 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2957 | "type": "A String", # The source type. |
| 2958 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2959 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2960 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2961 | "userTypes": [ # Output only. The user types. |
| 2962 | "A String", |
| 2963 | ], |
| 2964 | "objectType": "A String", # Output only. The profile object type. |
| 2965 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2966 | }, |
| 2967 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 2968 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2969 | }, |
| 2970 | }, |
| 2971 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 2972 | "braggingRights": [ # **DEPRECATED**: No data will be returned The person's bragging rights. |
| 2973 | { # **DEPRECATED**: No data will be returned A person's bragging rights. |
| 2974 | "metadata": { # Metadata about a field. # Metadata about the bragging rights. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2975 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 2976 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2977 | "type": "A String", # The source type. |
| 2978 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2979 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2980 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2981 | "userTypes": [ # Output only. The user types. |
| 2982 | "A String", |
| 2983 | ], |
| 2984 | "objectType": "A String", # Output only. The profile object type. |
| 2985 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2986 | }, |
| 2987 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2988 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2989 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 2990 | "value": "A String", # The bragging rights; for example, `climbed mount everest`. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 2991 | }, |
| 2992 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 2993 | "metadata": { # The metadata about a person. # Output only. Metadata about the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 2994 | "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. |
| 2995 | "A String", |
| 2996 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 2997 | "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. |
| 2998 | "sources": [ # The sources of data for the person. |
| 2999 | { # The source of a field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 3000 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3001 | "type": "A String", # The source type. |
| 3002 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3003 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 3004 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3005 | "userTypes": [ # Output only. The user types. |
| 3006 | "A String", |
| 3007 | ], |
| 3008 | "objectType": "A String", # Output only. The profile object type. |
| 3009 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 3010 | }, |
| 3011 | ], |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 3012 | "linkedPeopleResourceNames": [ # Output only. Resource names of people linked to this resource. |
| 3013 | "A String", |
| 3014 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 3015 | "objectType": "A String", # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 3016 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 3017 | "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}`. |
| 3018 | "ageRanges": [ # Output only. The person's age ranges. |
| 3019 | { # A person's age range. |
| 3020 | "ageRange": "A String", # The age range. |
| 3021 | "metadata": { # Metadata about a field. # Metadata about the age range. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 3022 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 3023 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3024 | "type": "A String", # The source type. |
| 3025 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3026 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 3027 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3028 | "userTypes": [ # Output only. The user types. |
| 3029 | "A String", |
| 3030 | ], |
| 3031 | "objectType": "A String", # Output only. The profile object type. |
| 3032 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 3033 | }, |
| 3034 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 3035 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 3036 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 3037 | }, |
| 3038 | ], |
| 3039 | "relations": [ # The person's relations. |
| 3040 | { # A person's relation to another person. |
| 3041 | "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. |
| 3042 | "person": "A String", # The name of the other person this relation refers to. |
| 3043 | "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` |
| 3044 | "metadata": { # Metadata about a field. # Metadata about the relation. |
| 3045 | "source": { # The source of a field. # The source of the field. |
| 3046 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3047 | "type": "A String", # The source type. |
| 3048 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3049 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3050 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3051 | "userTypes": [ # Output only. The user types. |
| 3052 | "A String", |
| 3053 | ], |
| 3054 | "objectType": "A String", # Output only. The profile object type. |
| 3055 | }, |
| 3056 | }, |
| 3057 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3058 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3059 | }, |
| 3060 | }, |
| 3061 | ], |
| 3062 | "residences": [ # **DEPRECATED**: (Please use `person.locations` instead) The person's residences. |
| 3063 | { # **DEPRECATED**: Please use `person.locations` instead. A person's past or current residence. |
| 3064 | "metadata": { # Metadata about a field. # Metadata about the residence. |
| 3065 | "source": { # The source of a field. # The source of the field. |
| 3066 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3067 | "type": "A String", # The source type. |
| 3068 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3069 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3070 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3071 | "userTypes": [ # Output only. The user types. |
| 3072 | "A String", |
| 3073 | ], |
| 3074 | "objectType": "A String", # Output only. The profile object type. |
| 3075 | }, |
| 3076 | }, |
| 3077 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3078 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3079 | }, |
| 3080 | "current": True or False, # True if the residence is the person's current residence; false if the residence is a past residence. |
| 3081 | "value": "A String", # The address of the residence. |
| 3082 | }, |
| 3083 | ], |
| 3084 | "phoneNumbers": [ # The person's phone numbers. |
| 3085 | { # A person's phone number. |
| 3086 | "value": "A String", # The phone number. |
| 3087 | "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. |
| 3088 | "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. |
| 3089 | "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` |
| 3090 | "metadata": { # Metadata about a field. # Metadata about the phone number. |
| 3091 | "source": { # The source of a field. # The source of the field. |
| 3092 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3093 | "type": "A String", # The source type. |
| 3094 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3095 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3096 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3097 | "userTypes": [ # Output only. The user types. |
| 3098 | "A String", |
| 3099 | ], |
| 3100 | "objectType": "A String", # Output only. The profile object type. |
| 3101 | }, |
| 3102 | }, |
| 3103 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3104 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3105 | }, |
| 3106 | }, |
| 3107 | ], |
| 3108 | "taglines": [ # Output only. **DEPRECATED**: No data will be returned The person's taglines. |
| 3109 | { # **DEPRECATED**: No data will be returned A brief one-line description of the person. |
| 3110 | "value": "A String", # The tagline. |
| 3111 | "metadata": { # Metadata about a field. # Metadata about the tagline. |
| 3112 | "source": { # The source of a field. # The source of the field. |
| 3113 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3114 | "type": "A String", # The source type. |
| 3115 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3116 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3117 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3118 | "userTypes": [ # Output only. The user types. |
| 3119 | "A String", |
| 3120 | ], |
| 3121 | "objectType": "A String", # Output only. The profile object type. |
| 3122 | }, |
| 3123 | }, |
| 3124 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3125 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3126 | }, |
| 3127 | }, |
| 3128 | ], |
| 3129 | "genders": [ # The person's genders. This field is a singleton for contact sources. |
| 3130 | { # A person's gender. |
| 3131 | "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. |
| 3132 | "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` |
| 3133 | "metadata": { # Metadata about a field. # Metadata about the gender. |
| 3134 | "source": { # The source of a field. # The source of the field. |
| 3135 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3136 | "type": "A String", # The source type. |
| 3137 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3138 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3139 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3140 | "userTypes": [ # Output only. The user types. |
| 3141 | "A String", |
| 3142 | ], |
| 3143 | "objectType": "A String", # Output only. The profile object type. |
| 3144 | }, |
| 3145 | }, |
| 3146 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3147 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3148 | }, |
| 3149 | "value": "A String", # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified` |
| 3150 | }, |
| 3151 | ], |
| 3152 | "biographies": [ # The person's biographies. This field is a singleton for contact sources. |
| 3153 | { # A person's short biography. |
| 3154 | "value": "A String", # The short biography. |
| 3155 | "contentType": "A String", # The content type of the biography. |
| 3156 | "metadata": { # Metadata about a field. # Metadata about the biography. |
| 3157 | "source": { # The source of a field. # The source of the field. |
| 3158 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3159 | "type": "A String", # The source type. |
| 3160 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3161 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3162 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3163 | "userTypes": [ # Output only. The user types. |
| 3164 | "A String", |
| 3165 | ], |
| 3166 | "objectType": "A String", # Output only. The profile object type. |
| 3167 | }, |
| 3168 | }, |
| 3169 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3170 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3171 | }, |
| 3172 | }, |
| 3173 | ], |
| 3174 | "miscKeywords": [ # The person's miscellaneous keywords. |
| 3175 | { # A person's miscellaneous keyword. |
| 3176 | "type": "A String", # The miscellaneous keyword type. |
| 3177 | "metadata": { # Metadata about a field. # Metadata about the miscellaneous keyword. |
| 3178 | "source": { # The source of a field. # The source of the field. |
| 3179 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3180 | "type": "A String", # The source type. |
| 3181 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3182 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3183 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3184 | "userTypes": [ # Output only. The user types. |
| 3185 | "A String", |
| 3186 | ], |
| 3187 | "objectType": "A String", # Output only. The profile object type. |
| 3188 | }, |
| 3189 | }, |
| 3190 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3191 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3192 | }, |
| 3193 | "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. |
| 3194 | "value": "A String", # The value of the miscellaneous keyword. |
| 3195 | }, |
| 3196 | ], |
| 3197 | "sipAddresses": [ # The person's SIP addresses. |
| 3198 | { # A person's SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet. |
| 3199 | "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` |
| 3200 | "value": "A String", # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format. |
| 3201 | "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. |
| 3202 | "metadata": { # Metadata about a field. # Metadata about the SIP address. |
| 3203 | "source": { # The source of a field. # The source of the field. |
| 3204 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3205 | "type": "A String", # The source type. |
| 3206 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3207 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3208 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3209 | "userTypes": [ # Output only. The user types. |
| 3210 | "A String", |
| 3211 | ], |
| 3212 | "objectType": "A String", # Output only. The profile object type. |
| 3213 | }, |
| 3214 | }, |
| 3215 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3216 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3217 | }, |
| 3218 | }, |
| 3219 | ], |
| 3220 | "externalIds": [ # The person's external IDs. |
| 3221 | { # An identifier from an external entity related to the person. |
| 3222 | "metadata": { # Metadata about a field. # Metadata about the external ID. |
| 3223 | "source": { # The source of a field. # The source of the field. |
| 3224 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3225 | "type": "A String", # The source type. |
| 3226 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3227 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3228 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3229 | "userTypes": [ # Output only. The user types. |
| 3230 | "A String", |
| 3231 | ], |
| 3232 | "objectType": "A String", # Output only. The profile object type. |
| 3233 | }, |
| 3234 | }, |
| 3235 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3236 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3237 | }, |
| 3238 | "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. |
| 3239 | "value": "A String", # The value of the external ID. |
| 3240 | "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` |
| 3241 | }, |
| 3242 | ], |
| 3243 | "skills": [ # The person's skills. |
| 3244 | { # A skill that the person has. |
| 3245 | "metadata": { # Metadata about a field. # Metadata about the skill. |
| 3246 | "source": { # The source of a field. # The source of the field. |
| 3247 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3248 | "type": "A String", # The source type. |
| 3249 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3250 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3251 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3252 | "userTypes": [ # Output only. The user types. |
| 3253 | "A String", |
| 3254 | ], |
| 3255 | "objectType": "A String", # Output only. The profile object type. |
| 3256 | }, |
| 3257 | }, |
| 3258 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3259 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3260 | }, |
| 3261 | "value": "A String", # The skill; for example, `underwater basket weaving`. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 3262 | }, |
| 3263 | ], |
| 3264 | "birthdays": [ # The person's birthdays. This field is a singleton for contact sources. |
| 3265 | { # 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. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 3266 | "metadata": { # Metadata about a field. # Metadata about the birthday. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 3267 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 3268 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3269 | "type": "A String", # The source type. |
| 3270 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3271 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 3272 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3273 | "userTypes": [ # Output only. The user types. |
| 3274 | "A String", |
| 3275 | ], |
| 3276 | "objectType": "A String", # Output only. The profile object type. |
| 3277 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 3278 | }, |
| 3279 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 3280 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3281 | }, |
| 3282 | "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. |
| 3283 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 3284 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 3285 | "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. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 3286 | }, |
| 3287 | "text": "A String", # A free-form string representing the user's birthday. |
| 3288 | }, |
| 3289 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 3290 | "coverPhotos": [ # Output only. The person's cover photos. |
| 3291 | { # 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. |
| 3292 | "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. |
| 3293 | "metadata": { # Metadata about a field. # Metadata about the cover photo. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 3294 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 3295 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3296 | "type": "A String", # The source type. |
| 3297 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3298 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 3299 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3300 | "userTypes": [ # Output only. The user types. |
| 3301 | "A String", |
| 3302 | ], |
| 3303 | "objectType": "A String", # Output only. The profile object type. |
| 3304 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 3305 | }, |
| 3306 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 3307 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 3308 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 3309 | "url": "A String", # The URL of the cover photo. |
| 3310 | }, |
| 3311 | ], |
| 3312 | "fileAses": [ # The person's file-ases. |
| 3313 | { # The name that should be used to sort the person in a list. |
| 3314 | "metadata": { # Metadata about a field. # Metadata about the file-as. |
| 3315 | "source": { # The source of a field. # The source of the field. |
| 3316 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3317 | "type": "A String", # The source type. |
| 3318 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3319 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3320 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3321 | "userTypes": [ # Output only. The user types. |
| 3322 | "A String", |
| 3323 | ], |
| 3324 | "objectType": "A String", # Output only. The profile object type. |
| 3325 | }, |
| 3326 | }, |
| 3327 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3328 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3329 | }, |
| 3330 | "value": "A String", # The file-as value |
| 3331 | }, |
| 3332 | ], |
| 3333 | "clientData": [ # The person's client data. |
| 3334 | { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. |
| 3335 | "metadata": { # Metadata about a field. # Metadata about the client data. |
| 3336 | "source": { # The source of a field. # The source of the field. |
| 3337 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3338 | "type": "A String", # The source type. |
| 3339 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3340 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3341 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3342 | "userTypes": [ # Output only. The user types. |
| 3343 | "A String", |
| 3344 | ], |
| 3345 | "objectType": "A String", # Output only. The profile object type. |
| 3346 | }, |
| 3347 | }, |
| 3348 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3349 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3350 | }, |
| 3351 | "key": "A String", # The client specified key of the client data. |
| 3352 | "value": "A String", # The client specified value of the client data. |
| 3353 | }, |
| 3354 | ], |
| 3355 | "events": [ # The person's events. |
| 3356 | { # An event related to the person. |
| 3357 | "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. |
| 3358 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 3359 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 3360 | "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. |
| 3361 | }, |
| 3362 | "type": "A String", # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other` |
| 3363 | "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. |
| 3364 | "metadata": { # Metadata about a field. # Metadata about the event. |
| 3365 | "source": { # The source of a field. # The source of the field. |
| 3366 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3367 | "type": "A String", # The source type. |
| 3368 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3369 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3370 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3371 | "userTypes": [ # Output only. The user types. |
| 3372 | "A String", |
| 3373 | ], |
| 3374 | "objectType": "A String", # Output only. The profile object type. |
| 3375 | }, |
| 3376 | }, |
| 3377 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3378 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3379 | }, |
| 3380 | }, |
| 3381 | ], |
| 3382 | "userDefined": [ # The person's user defined data. |
| 3383 | { # Arbitrary user data that is populated by the end users. |
| 3384 | "metadata": { # Metadata about a field. # Metadata about the user defined data. |
| 3385 | "source": { # The source of a field. # The source of the field. |
| 3386 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3387 | "type": "A String", # The source type. |
| 3388 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3389 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3390 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3391 | "userTypes": [ # Output only. The user types. |
| 3392 | "A String", |
| 3393 | ], |
| 3394 | "objectType": "A String", # Output only. The profile object type. |
| 3395 | }, |
| 3396 | }, |
| 3397 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3398 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3399 | }, |
| 3400 | "key": "A String", # The end user specified key of the user defined data. |
| 3401 | "value": "A String", # The end user specified value of the user defined data. |
| 3402 | }, |
| 3403 | ], |
| 3404 | "ageRange": "A String", # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person's age range. |
| 3405 | "organizations": [ # The person's past or current organizations. |
| 3406 | { # A person's past or current organization. Overlapping date ranges are permitted. |
| 3407 | "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. |
| 3408 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 3409 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 3410 | "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. |
| 3411 | }, |
| 3412 | "name": "A String", # The name of the organization. |
| 3413 | "metadata": { # Metadata about a field. # Metadata about the organization. |
| 3414 | "source": { # The source of a field. # The source of the field. |
| 3415 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3416 | "type": "A String", # The source type. |
| 3417 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3418 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3419 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3420 | "userTypes": [ # Output only. The user types. |
| 3421 | "A String", |
| 3422 | ], |
| 3423 | "objectType": "A String", # Output only. The profile object type. |
| 3424 | }, |
| 3425 | }, |
| 3426 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3427 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3428 | }, |
| 3429 | "location": "A String", # The location of the organization office the person works at. |
| 3430 | "title": "A String", # The person's job title at the organization. |
| 3431 | "current": True or False, # True if the organization is the person's current organization; false if the organization is a past organization. |
| 3432 | "domain": "A String", # The domain name associated with the organization; for example, `google.com`. |
| 3433 | "symbol": "A String", # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym. |
| 3434 | "phoneticName": "A String", # The phonetic name of the organization. |
| 3435 | "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. |
| 3436 | "department": "A String", # The person's department at the organization. |
| 3437 | "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. |
| 3438 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 3439 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 3440 | "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. |
| 3441 | }, |
| 3442 | "jobDescription": "A String", # The person's job description at the organization. |
| 3443 | "type": "A String", # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school` |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 3444 | }, |
| 3445 | ], |
| 3446 | "occupations": [ # The person's occupations. |
| 3447 | { # A person's occupation. |
| 3448 | "metadata": { # Metadata about a field. # Metadata about the occupation. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 3449 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 3450 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3451 | "type": "A String", # The source type. |
| 3452 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3453 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 3454 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3455 | "userTypes": [ # Output only. The user types. |
| 3456 | "A String", |
| 3457 | ], |
| 3458 | "objectType": "A String", # Output only. The profile object type. |
| 3459 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 3460 | }, |
| 3461 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 3462 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 3463 | }, |
| 3464 | "value": "A String", # The occupation; for example, `carpenter`. |
| 3465 | }, |
| 3466 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 3467 | "calendarUrls": [ # The person's calendar URLs. |
| 3468 | { # A person's calendar URL. |
| 3469 | "type": "A String", # The type of the calendar URL. The type can be custom or one of these predefined values: * `home` * `freeBusy` * `work` |
| 3470 | "url": "A String", # The calendar URL. |
| 3471 | "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. |
| 3472 | "metadata": { # Metadata about a field. # Metadata about the calendar URL. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 3473 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 3474 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3475 | "type": "A String", # The source type. |
| 3476 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3477 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 3478 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3479 | "userTypes": [ # Output only. The user types. |
| 3480 | "A String", |
| 3481 | ], |
| 3482 | "objectType": "A String", # Output only. The profile object type. |
| 3483 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 3484 | }, |
| 3485 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 3486 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 3487 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 3488 | }, |
| 3489 | ], |
| 3490 | "locales": [ # The person's locale preferences. |
| 3491 | { # A person's locale preference. |
| 3492 | "metadata": { # Metadata about a field. # Metadata about the locale. |
| 3493 | "source": { # The source of a field. # The source of the field. |
| 3494 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3495 | "type": "A String", # The source type. |
| 3496 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3497 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3498 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3499 | "userTypes": [ # Output only. The user types. |
| 3500 | "A String", |
| 3501 | ], |
| 3502 | "objectType": "A String", # Output only. The profile object type. |
| 3503 | }, |
| 3504 | }, |
| 3505 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3506 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3507 | }, |
| 3508 | "value": "A String", # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale. |
| 3509 | }, |
| 3510 | ], |
| 3511 | "memberships": [ # The person's group memberships. |
| 3512 | { # A person's membership in a group. Only contact group memberships can be modified. |
| 3513 | "domainMembership": { # A G Suite Domain membership. # Output only. The domain membership. |
| 3514 | "inViewerDomain": True or False, # True if the person is in the viewer's G Suite domain. |
| 3515 | }, |
| 3516 | "contactGroupMembership": { # A Google contact group membership. # The contact group membership. |
| 3517 | "contactGroupId": "A String", # Output only. The contact group ID for the contact group membership. |
| 3518 | "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. |
| 3519 | }, |
| 3520 | "metadata": { # Metadata about a field. # Metadata about the membership. |
| 3521 | "source": { # The source of a field. # The source of the field. |
| 3522 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3523 | "type": "A String", # The source type. |
| 3524 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3525 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3526 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3527 | "userTypes": [ # Output only. The user types. |
| 3528 | "A String", |
| 3529 | ], |
| 3530 | "objectType": "A String", # Output only. The profile object type. |
| 3531 | }, |
| 3532 | }, |
| 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 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3535 | }, |
| 3536 | }, |
| 3537 | ], |
| 3538 | "relationshipStatuses": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship statuses. |
| 3539 | { # **DEPRECATED**: No data will be returned A person's relationship status. |
| 3540 | "metadata": { # Metadata about a field. # Metadata about the relationship status. |
| 3541 | "source": { # The source of a field. # The source of the field. |
| 3542 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3543 | "type": "A String", # The source type. |
| 3544 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3545 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3546 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3547 | "userTypes": [ # Output only. The user types. |
| 3548 | "A String", |
| 3549 | ], |
| 3550 | "objectType": "A String", # Output only. The profile object type. |
| 3551 | }, |
| 3552 | }, |
| 3553 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3554 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3555 | }, |
| 3556 | "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` |
| 3557 | "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. |
| 3558 | }, |
| 3559 | ], |
| 3560 | "photos": [ # Output only. The person's photos. |
| 3561 | { # A person's photo. A picture shown next to the person's name to help others recognize the person. |
| 3562 | "metadata": { # Metadata about a field. # Metadata about the photo. |
| 3563 | "source": { # The source of a field. # The source of the field. |
| 3564 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3565 | "type": "A String", # The source type. |
| 3566 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3567 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3568 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3569 | "userTypes": [ # Output only. The user types. |
| 3570 | "A String", |
| 3571 | ], |
| 3572 | "objectType": "A String", # Output only. The profile object type. |
| 3573 | }, |
| 3574 | }, |
| 3575 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3576 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3577 | }, |
| 3578 | "default": True or False, # True if the photo is a default photo; false if the photo is a user-provided photo. |
| 3579 | "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 |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [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"> |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 3586 | <code class="details" id="getBatchGet">getBatchGet(resourceNames=None, requestMask_includeField=None, personFields=None, sources=None, x__xgafv=None)</code> |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 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) |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 3591 | 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`. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 3592 | 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 |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3593 | 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] | 3594 | Allowed values |
| 3595 | READ_SOURCE_TYPE_UNSPECIFIED - Unspecified. |
| 3596 | READ_SOURCE_TYPE_PROFILE - Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE. |
| 3597 | READ_SOURCE_TYPE_CONTACT - Returns SourceType.CONTACT. |
| 3598 | READ_SOURCE_TYPE_DOMAIN_CONTACT - Returns SourceType.DOMAIN_CONTACT. |
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 |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 3610 | "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. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 3611 | "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. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 3612 | "details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use. |
| 3613 | { |
| 3614 | "a_key": "", # Properties of the object. Contains field @type with type URL. |
| 3615 | }, |
| 3616 | ], |
| 3617 | "code": 42, # The status code, which should be an enum value of google.rpc.Code. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 3618 | }, |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 3619 | "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. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 3620 | "emailAddresses": [ # The person's email addresses. |
| 3621 | { # A person's email address. |
| 3622 | "value": "A String", # The email address. |
| 3623 | "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. |
| 3624 | "metadata": { # Metadata about a field. # Metadata about the email address. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 3625 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 3626 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3627 | "type": "A String", # The source type. |
| 3628 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3629 | "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] | 3630 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3631 | "userTypes": [ # Output only. The user types. |
| 3632 | "A String", |
| 3633 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3634 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3635 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3636 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 3637 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 3638 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3639 | }, |
| 3640 | "displayName": "A String", # The display name of the email. |
| 3641 | "type": "A String", # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 3642 | }, |
| 3643 | ], |
| 3644 | "addresses": [ # The person's street addresses. |
| 3645 | { # A person's physical address. May be a P.O. box or street address. All fields are optional. |
| 3646 | "streetAddress": "A String", # The street address. |
| 3647 | "poBox": "A String", # The P.O. box of the address. |
| 3648 | "region": "A String", # The region of the address; for example, the state or province. |
| 3649 | "type": "A String", # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 3650 | "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. |
| 3651 | "countryCode": "A String", # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address. |
| 3652 | "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. |
| 3653 | "postalCode": "A String", # The postal code of the address. |
| 3654 | "extendedAddress": "A String", # The extended address of the address; for example, the apartment number. |
| 3655 | "city": "A String", # The city of the address. |
| 3656 | "country": "A String", # The country of the address. |
| 3657 | "metadata": { # Metadata about a field. # Metadata about the address. |
| 3658 | "source": { # The source of a field. # The source of the field. |
| 3659 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3660 | "type": "A String", # The source type. |
| 3661 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3662 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3663 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3664 | "userTypes": [ # Output only. The user types. |
| 3665 | "A String", |
| 3666 | ], |
| 3667 | "objectType": "A String", # Output only. The profile object type. |
| 3668 | }, |
| 3669 | }, |
| 3670 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3671 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3672 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3673 | }, |
| 3674 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 3675 | "etag": "A String", # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation. |
| 3676 | "interests": [ # The person's interests. |
| 3677 | { # One of the person's interests. |
| 3678 | "value": "A String", # The interest; for example, `stargazing`. |
| 3679 | "metadata": { # Metadata about a field. # Metadata about the interest. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 3680 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 3681 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3682 | "type": "A String", # The source type. |
| 3683 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3684 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 3685 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3686 | "userTypes": [ # Output only. The user types. |
| 3687 | "A String", |
| 3688 | ], |
| 3689 | "objectType": "A String", # Output only. The profile object type. |
| 3690 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 3691 | }, |
| 3692 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 3693 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 3694 | }, |
| 3695 | }, |
| 3696 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 3697 | "locations": [ # The person's locations. |
| 3698 | { # A person's location. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 3699 | "type": "A String", # The type of the location. The type can be custom or one of these predefined values: * `desk` * `grewUp` |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 3700 | "floor": "A String", # The floor name or number. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 3701 | "deskCode": "A String", # The individual desk location. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 3702 | "floorSection": "A String", # The floor section in `floor_name`. |
| 3703 | "value": "A String", # The free-form value of the location. |
| 3704 | "metadata": { # Metadata about a field. # Metadata about the location. |
| 3705 | "source": { # The source of a field. # The source of the field. |
| 3706 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3707 | "type": "A String", # The source type. |
| 3708 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3709 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3710 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3711 | "userTypes": [ # Output only. The user types. |
| 3712 | "A String", |
| 3713 | ], |
| 3714 | "objectType": "A String", # Output only. The profile object type. |
| 3715 | }, |
| 3716 | }, |
| 3717 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3718 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3719 | }, |
| 3720 | "buildingId": "A String", # The building identifier. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 3721 | "current": True or False, # Whether the location is the current location. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 3722 | }, |
| 3723 | ], |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 3724 | "relationshipInterests": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship interests. |
| 3725 | { # **DEPRECATED**: No data will be returned A person's relationship interest . |
| 3726 | "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. |
| 3727 | "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` |
| 3728 | "metadata": { # Metadata about a field. # Metadata about the relationship interest. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 3729 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 3730 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3731 | "type": "A String", # The source type. |
| 3732 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3733 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 3734 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3735 | "userTypes": [ # Output only. The user types. |
| 3736 | "A String", |
| 3737 | ], |
| 3738 | "objectType": "A String", # Output only. The profile object type. |
| 3739 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 3740 | }, |
| 3741 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 3742 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 3743 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 3744 | }, |
| 3745 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 3746 | "names": [ # The person's names. This field is a singleton for contact sources. |
| 3747 | { # A person's name. If the name is a mononym, the family name is empty. |
| 3748 | "metadata": { # Metadata about a field. # Metadata about the name. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 3749 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 3750 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3751 | "type": "A String", # The source type. |
| 3752 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3753 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 3754 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3755 | "userTypes": [ # Output only. The user types. |
| 3756 | "A String", |
| 3757 | ], |
| 3758 | "objectType": "A String", # Output only. The profile object type. |
| 3759 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 3760 | }, |
| 3761 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 3762 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 3763 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 3764 | "phoneticFamilyName": "A String", # The family name spelled as it sounds. |
| 3765 | "phoneticMiddleName": "A String", # The middle name(s) spelled as they sound. |
| 3766 | "phoneticHonorificPrefix": "A String", # The honorific prefixes spelled as they sound. |
| 3767 | "familyName": "A String", # The family name. |
| 3768 | "phoneticGivenName": "A String", # The given name spelled as it sounds. |
| 3769 | "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. |
| 3770 | "middleName": "A String", # The middle name(s). |
| 3771 | "honorificSuffix": "A String", # The honorific suffixes, such as `Jr.` |
| 3772 | "honorificPrefix": "A String", # The honorific prefixes, such as `Mrs.` or `Dr.` |
| 3773 | "unstructuredName": "A String", # The free form name value. |
| 3774 | "phoneticHonorificSuffix": "A String", # The honorific suffixes spelled as they sound. |
| 3775 | "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. |
| 3776 | "phoneticFullName": "A String", # The full name spelled as it sounds. |
| 3777 | "givenName": "A String", # The given name. |
| 3778 | }, |
| 3779 | ], |
| 3780 | "urls": [ # The person's associated URLs. |
| 3781 | { # A person's associated URLs. |
| 3782 | "value": "A String", # The URL. |
| 3783 | "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. |
| 3784 | "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` |
| 3785 | "metadata": { # Metadata about a field. # Metadata about the URL. |
| 3786 | "source": { # The source of a field. # The source of the field. |
| 3787 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3788 | "type": "A String", # The source type. |
| 3789 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3790 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3791 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3792 | "userTypes": [ # Output only. The user types. |
| 3793 | "A String", |
| 3794 | ], |
| 3795 | "objectType": "A String", # Output only. The profile object type. |
| 3796 | }, |
| 3797 | }, |
| 3798 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3799 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3800 | }, |
| 3801 | }, |
| 3802 | ], |
| 3803 | "nicknames": [ # The person's nicknames. |
| 3804 | { # A person's nickname. |
| 3805 | "type": "A String", # The type of the nickname. |
| 3806 | "metadata": { # Metadata about a field. # Metadata about the nickname. |
| 3807 | "source": { # The source of a field. # The source of the field. |
| 3808 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3809 | "type": "A String", # The source type. |
| 3810 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3811 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3812 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3813 | "userTypes": [ # Output only. The user types. |
| 3814 | "A String", |
| 3815 | ], |
| 3816 | "objectType": "A String", # Output only. The profile object type. |
| 3817 | }, |
| 3818 | }, |
| 3819 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3820 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3821 | }, |
| 3822 | "value": "A String", # The nickname. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 3823 | }, |
| 3824 | ], |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 3825 | "imClients": [ # The person's instant messaging clients. |
| 3826 | { # A person's instant messaging client. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 3827 | "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. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 3828 | "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. |
| 3829 | "username": "A String", # The user name used in the IM client. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 3830 | "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` |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 3831 | "type": "A String", # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 3832 | "metadata": { # Metadata about a field. # Metadata about the IM client. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 3833 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 3834 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3835 | "type": "A String", # The source type. |
| 3836 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3837 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 3838 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3839 | "userTypes": [ # Output only. The user types. |
| 3840 | "A String", |
| 3841 | ], |
| 3842 | "objectType": "A String", # Output only. The profile object type. |
| 3843 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 3844 | }, |
| 3845 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 3846 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 3847 | }, |
| 3848 | }, |
| 3849 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 3850 | "braggingRights": [ # **DEPRECATED**: No data will be returned The person's bragging rights. |
| 3851 | { # **DEPRECATED**: No data will be returned A person's bragging rights. |
| 3852 | "metadata": { # Metadata about a field. # Metadata about the bragging rights. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 3853 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 3854 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3855 | "type": "A String", # The source type. |
| 3856 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3857 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 3858 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3859 | "userTypes": [ # Output only. The user types. |
| 3860 | "A String", |
| 3861 | ], |
| 3862 | "objectType": "A String", # Output only. The profile object type. |
| 3863 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 3864 | }, |
| 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. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 3866 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 3867 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 3868 | "value": "A String", # The bragging rights; for example, `climbed mount everest`. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 3869 | }, |
| 3870 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 3871 | "metadata": { # The metadata about a person. # Output only. Metadata about the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 3872 | "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. |
| 3873 | "A String", |
| 3874 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 3875 | "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. |
| 3876 | "sources": [ # The sources of data for the person. |
| 3877 | { # The source of a field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 3878 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3879 | "type": "A String", # The source type. |
| 3880 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3881 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 3882 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3883 | "userTypes": [ # Output only. The user types. |
| 3884 | "A String", |
| 3885 | ], |
| 3886 | "objectType": "A String", # Output only. The profile object type. |
| 3887 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 3888 | }, |
| 3889 | ], |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 3890 | "linkedPeopleResourceNames": [ # Output only. Resource names of people linked to this resource. |
| 3891 | "A String", |
| 3892 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 3893 | "objectType": "A String", # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 3894 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 3895 | "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}`. |
| 3896 | "ageRanges": [ # Output only. The person's age ranges. |
| 3897 | { # A person's age range. |
| 3898 | "ageRange": "A String", # The age range. |
| 3899 | "metadata": { # Metadata about a field. # Metadata about the age range. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 3900 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 3901 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3902 | "type": "A String", # The source type. |
| 3903 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3904 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 3905 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3906 | "userTypes": [ # Output only. The user types. |
| 3907 | "A String", |
| 3908 | ], |
| 3909 | "objectType": "A String", # Output only. The profile object type. |
| 3910 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 3911 | }, |
| 3912 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 3913 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 3914 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 3915 | }, |
| 3916 | ], |
| 3917 | "relations": [ # The person's relations. |
| 3918 | { # A person's relation to another person. |
| 3919 | "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. |
| 3920 | "person": "A String", # The name of the other person this relation refers to. |
| 3921 | "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` |
| 3922 | "metadata": { # Metadata about a field. # Metadata about the relation. |
| 3923 | "source": { # The source of a field. # The source of the field. |
| 3924 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3925 | "type": "A String", # The source type. |
| 3926 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3927 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3928 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3929 | "userTypes": [ # Output only. The user types. |
| 3930 | "A String", |
| 3931 | ], |
| 3932 | "objectType": "A String", # Output only. The profile object type. |
| 3933 | }, |
| 3934 | }, |
| 3935 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3936 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3937 | }, |
| 3938 | }, |
| 3939 | ], |
| 3940 | "residences": [ # **DEPRECATED**: (Please use `person.locations` instead) The person's residences. |
| 3941 | { # **DEPRECATED**: Please use `person.locations` instead. A person's past or current residence. |
| 3942 | "metadata": { # Metadata about a field. # Metadata about the residence. |
| 3943 | "source": { # The source of a field. # The source of the field. |
| 3944 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3945 | "type": "A String", # The source type. |
| 3946 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3947 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3948 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3949 | "userTypes": [ # Output only. The user types. |
| 3950 | "A String", |
| 3951 | ], |
| 3952 | "objectType": "A String", # Output only. The profile object type. |
| 3953 | }, |
| 3954 | }, |
| 3955 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3956 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3957 | }, |
| 3958 | "current": True or False, # True if the residence is the person's current residence; false if the residence is a past residence. |
| 3959 | "value": "A String", # The address of the residence. |
| 3960 | }, |
| 3961 | ], |
| 3962 | "phoneNumbers": [ # The person's phone numbers. |
| 3963 | { # A person's phone number. |
| 3964 | "value": "A String", # The phone number. |
| 3965 | "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. |
| 3966 | "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. |
| 3967 | "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` |
| 3968 | "metadata": { # Metadata about a field. # Metadata about the phone number. |
| 3969 | "source": { # The source of a field. # The source of the field. |
| 3970 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3971 | "type": "A String", # The source type. |
| 3972 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3973 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3974 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3975 | "userTypes": [ # Output only. The user types. |
| 3976 | "A String", |
| 3977 | ], |
| 3978 | "objectType": "A String", # Output only. The profile object type. |
| 3979 | }, |
| 3980 | }, |
| 3981 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3982 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3983 | }, |
| 3984 | }, |
| 3985 | ], |
| 3986 | "taglines": [ # Output only. **DEPRECATED**: No data will be returned The person's taglines. |
| 3987 | { # **DEPRECATED**: No data will be returned A brief one-line description of the person. |
| 3988 | "value": "A String", # The tagline. |
| 3989 | "metadata": { # Metadata about a field. # Metadata about the tagline. |
| 3990 | "source": { # The source of a field. # The source of the field. |
| 3991 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3992 | "type": "A String", # The source type. |
| 3993 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3994 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3995 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3996 | "userTypes": [ # Output only. The user types. |
| 3997 | "A String", |
| 3998 | ], |
| 3999 | "objectType": "A String", # Output only. The profile object type. |
| 4000 | }, |
| 4001 | }, |
| 4002 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4003 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4004 | }, |
| 4005 | }, |
| 4006 | ], |
| 4007 | "genders": [ # The person's genders. This field is a singleton for contact sources. |
| 4008 | { # A person's gender. |
| 4009 | "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. |
| 4010 | "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` |
| 4011 | "metadata": { # Metadata about a field. # Metadata about the gender. |
| 4012 | "source": { # The source of a field. # The source of the field. |
| 4013 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4014 | "type": "A String", # The source type. |
| 4015 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4016 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4017 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4018 | "userTypes": [ # Output only. The user types. |
| 4019 | "A String", |
| 4020 | ], |
| 4021 | "objectType": "A String", # Output only. The profile object type. |
| 4022 | }, |
| 4023 | }, |
| 4024 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4025 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4026 | }, |
| 4027 | "value": "A String", # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified` |
| 4028 | }, |
| 4029 | ], |
| 4030 | "biographies": [ # The person's biographies. This field is a singleton for contact sources. |
| 4031 | { # A person's short biography. |
| 4032 | "value": "A String", # The short biography. |
| 4033 | "contentType": "A String", # The content type of the biography. |
| 4034 | "metadata": { # Metadata about a field. # Metadata about the biography. |
| 4035 | "source": { # The source of a field. # The source of the field. |
| 4036 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4037 | "type": "A String", # The source type. |
| 4038 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4039 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4040 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4041 | "userTypes": [ # Output only. The user types. |
| 4042 | "A String", |
| 4043 | ], |
| 4044 | "objectType": "A String", # Output only. The profile object type. |
| 4045 | }, |
| 4046 | }, |
| 4047 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4048 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4049 | }, |
| 4050 | }, |
| 4051 | ], |
| 4052 | "miscKeywords": [ # The person's miscellaneous keywords. |
| 4053 | { # A person's miscellaneous keyword. |
| 4054 | "type": "A String", # The miscellaneous keyword type. |
| 4055 | "metadata": { # Metadata about a field. # Metadata about the miscellaneous keyword. |
| 4056 | "source": { # The source of a field. # The source of the field. |
| 4057 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4058 | "type": "A String", # The source type. |
| 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 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4061 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4062 | "userTypes": [ # Output only. The user types. |
| 4063 | "A String", |
| 4064 | ], |
| 4065 | "objectType": "A String", # Output only. The profile object type. |
| 4066 | }, |
| 4067 | }, |
| 4068 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4069 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4070 | }, |
| 4071 | "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. |
| 4072 | "value": "A String", # The value of the miscellaneous keyword. |
| 4073 | }, |
| 4074 | ], |
| 4075 | "sipAddresses": [ # The person's SIP addresses. |
| 4076 | { # A person's SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet. |
| 4077 | "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` |
| 4078 | "value": "A String", # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format. |
| 4079 | "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. |
| 4080 | "metadata": { # Metadata about a field. # Metadata about the SIP address. |
| 4081 | "source": { # The source of a field. # The source of the field. |
| 4082 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4083 | "type": "A String", # The source type. |
| 4084 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4085 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4086 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4087 | "userTypes": [ # Output only. The user types. |
| 4088 | "A String", |
| 4089 | ], |
| 4090 | "objectType": "A String", # Output only. The profile object type. |
| 4091 | }, |
| 4092 | }, |
| 4093 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4094 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4095 | }, |
| 4096 | }, |
| 4097 | ], |
| 4098 | "externalIds": [ # The person's external IDs. |
| 4099 | { # An identifier from an external entity related to the person. |
| 4100 | "metadata": { # Metadata about a field. # Metadata about the external ID. |
| 4101 | "source": { # The source of a field. # The source of the field. |
| 4102 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4103 | "type": "A String", # The source type. |
| 4104 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4105 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4106 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4107 | "userTypes": [ # Output only. The user types. |
| 4108 | "A String", |
| 4109 | ], |
| 4110 | "objectType": "A String", # Output only. The profile object type. |
| 4111 | }, |
| 4112 | }, |
| 4113 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4114 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4115 | }, |
| 4116 | "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. |
| 4117 | "value": "A String", # The value of the external ID. |
| 4118 | "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` |
| 4119 | }, |
| 4120 | ], |
| 4121 | "skills": [ # The person's skills. |
| 4122 | { # A skill that the person has. |
| 4123 | "metadata": { # Metadata about a field. # Metadata about the skill. |
| 4124 | "source": { # The source of a field. # The source of the field. |
| 4125 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4126 | "type": "A String", # The source type. |
| 4127 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4128 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4129 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4130 | "userTypes": [ # Output only. The user types. |
| 4131 | "A String", |
| 4132 | ], |
| 4133 | "objectType": "A String", # Output only. The profile object type. |
| 4134 | }, |
| 4135 | }, |
| 4136 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4137 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4138 | }, |
| 4139 | "value": "A String", # The skill; for example, `underwater basket weaving`. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 4140 | }, |
| 4141 | ], |
| 4142 | "birthdays": [ # The person's birthdays. This field is a singleton for contact sources. |
| 4143 | { # 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. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 4144 | "metadata": { # Metadata about a field. # Metadata about the birthday. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 4145 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 4146 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4147 | "type": "A String", # The source type. |
| 4148 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4149 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 4150 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4151 | "userTypes": [ # Output only. The user types. |
| 4152 | "A String", |
| 4153 | ], |
| 4154 | "objectType": "A String", # Output only. The profile object type. |
| 4155 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 4156 | }, |
| 4157 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 4158 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4159 | }, |
| 4160 | "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. |
| 4161 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 4162 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 4163 | "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. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 4164 | }, |
| 4165 | "text": "A String", # A free-form string representing the user's birthday. |
| 4166 | }, |
| 4167 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 4168 | "coverPhotos": [ # Output only. The person's cover photos. |
| 4169 | { # 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. |
| 4170 | "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. |
| 4171 | "metadata": { # Metadata about a field. # Metadata about the cover photo. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 4172 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 4173 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4174 | "type": "A String", # The source type. |
| 4175 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4176 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 4177 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4178 | "userTypes": [ # Output only. The user types. |
| 4179 | "A String", |
| 4180 | ], |
| 4181 | "objectType": "A String", # Output only. The profile object type. |
| 4182 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 4183 | }, |
| 4184 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 4185 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 4186 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 4187 | "url": "A String", # The URL of the cover photo. |
| 4188 | }, |
| 4189 | ], |
| 4190 | "fileAses": [ # The person's file-ases. |
| 4191 | { # The name that should be used to sort the person in a list. |
| 4192 | "metadata": { # Metadata about a field. # Metadata about the file-as. |
| 4193 | "source": { # The source of a field. # The source of the field. |
| 4194 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4195 | "type": "A String", # The source type. |
| 4196 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4197 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4198 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4199 | "userTypes": [ # Output only. The user types. |
| 4200 | "A String", |
| 4201 | ], |
| 4202 | "objectType": "A String", # Output only. The profile object type. |
| 4203 | }, |
| 4204 | }, |
| 4205 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4206 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4207 | }, |
| 4208 | "value": "A String", # The file-as value |
| 4209 | }, |
| 4210 | ], |
| 4211 | "clientData": [ # The person's client data. |
| 4212 | { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. |
| 4213 | "metadata": { # Metadata about a field. # Metadata about the client data. |
| 4214 | "source": { # The source of a field. # The source of the field. |
| 4215 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4216 | "type": "A String", # The source type. |
| 4217 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4218 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4219 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4220 | "userTypes": [ # Output only. The user types. |
| 4221 | "A String", |
| 4222 | ], |
| 4223 | "objectType": "A String", # Output only. The profile object type. |
| 4224 | }, |
| 4225 | }, |
| 4226 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4227 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4228 | }, |
| 4229 | "key": "A String", # The client specified key of the client data. |
| 4230 | "value": "A String", # The client specified value of the client data. |
| 4231 | }, |
| 4232 | ], |
| 4233 | "events": [ # The person's events. |
| 4234 | { # An event related to the person. |
| 4235 | "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. |
| 4236 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 4237 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 4238 | "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. |
| 4239 | }, |
| 4240 | "type": "A String", # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other` |
| 4241 | "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. |
| 4242 | "metadata": { # Metadata about a field. # Metadata about the event. |
| 4243 | "source": { # The source of a field. # The source of the field. |
| 4244 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4245 | "type": "A String", # The source type. |
| 4246 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4247 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4248 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4249 | "userTypes": [ # Output only. The user types. |
| 4250 | "A String", |
| 4251 | ], |
| 4252 | "objectType": "A String", # Output only. The profile object type. |
| 4253 | }, |
| 4254 | }, |
| 4255 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4256 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4257 | }, |
| 4258 | }, |
| 4259 | ], |
| 4260 | "userDefined": [ # The person's user defined data. |
| 4261 | { # Arbitrary user data that is populated by the end users. |
| 4262 | "metadata": { # Metadata about a field. # Metadata about the user defined data. |
| 4263 | "source": { # The source of a field. # The source of the field. |
| 4264 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4265 | "type": "A String", # The source type. |
| 4266 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4267 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4268 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4269 | "userTypes": [ # Output only. The user types. |
| 4270 | "A String", |
| 4271 | ], |
| 4272 | "objectType": "A String", # Output only. The profile object type. |
| 4273 | }, |
| 4274 | }, |
| 4275 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4276 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4277 | }, |
| 4278 | "key": "A String", # The end user specified key of the user defined data. |
| 4279 | "value": "A String", # The end user specified value of the user defined data. |
| 4280 | }, |
| 4281 | ], |
| 4282 | "ageRange": "A String", # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person's age range. |
| 4283 | "organizations": [ # The person's past or current organizations. |
| 4284 | { # A person's past or current organization. Overlapping date ranges are permitted. |
| 4285 | "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. |
| 4286 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 4287 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 4288 | "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. |
| 4289 | }, |
| 4290 | "name": "A String", # The name of the organization. |
| 4291 | "metadata": { # Metadata about a field. # Metadata about the organization. |
| 4292 | "source": { # The source of a field. # The source of the field. |
| 4293 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4294 | "type": "A String", # The source type. |
| 4295 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4296 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4297 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4298 | "userTypes": [ # Output only. The user types. |
| 4299 | "A String", |
| 4300 | ], |
| 4301 | "objectType": "A String", # Output only. The profile object type. |
| 4302 | }, |
| 4303 | }, |
| 4304 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4305 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4306 | }, |
| 4307 | "location": "A String", # The location of the organization office the person works at. |
| 4308 | "title": "A String", # The person's job title at the organization. |
| 4309 | "current": True or False, # True if the organization is the person's current organization; false if the organization is a past organization. |
| 4310 | "domain": "A String", # The domain name associated with the organization; for example, `google.com`. |
| 4311 | "symbol": "A String", # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym. |
| 4312 | "phoneticName": "A String", # The phonetic name of the organization. |
| 4313 | "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. |
| 4314 | "department": "A String", # The person's department at the organization. |
| 4315 | "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. |
| 4316 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 4317 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 4318 | "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. |
| 4319 | }, |
| 4320 | "jobDescription": "A String", # The person's job description at the organization. |
| 4321 | "type": "A String", # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school` |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 4322 | }, |
| 4323 | ], |
| 4324 | "occupations": [ # The person's occupations. |
| 4325 | { # A person's occupation. |
| 4326 | "metadata": { # Metadata about a field. # Metadata about the occupation. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 4327 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 4328 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4329 | "type": "A String", # The source type. |
| 4330 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4331 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 4332 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4333 | "userTypes": [ # Output only. The user types. |
| 4334 | "A String", |
| 4335 | ], |
| 4336 | "objectType": "A String", # Output only. The profile object type. |
| 4337 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 4338 | }, |
| 4339 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 4340 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 4341 | }, |
| 4342 | "value": "A String", # The occupation; for example, `carpenter`. |
| 4343 | }, |
| 4344 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 4345 | "calendarUrls": [ # The person's calendar URLs. |
| 4346 | { # A person's calendar URL. |
| 4347 | "type": "A String", # The type of the calendar URL. The type can be custom or one of these predefined values: * `home` * `freeBusy` * `work` |
| 4348 | "url": "A String", # The calendar URL. |
| 4349 | "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. |
| 4350 | "metadata": { # Metadata about a field. # Metadata about the calendar URL. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 4351 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 4352 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4353 | "type": "A String", # The source type. |
| 4354 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4355 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 4356 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4357 | "userTypes": [ # Output only. The user types. |
| 4358 | "A String", |
| 4359 | ], |
| 4360 | "objectType": "A String", # Output only. The profile object type. |
| 4361 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 4362 | }, |
| 4363 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 4364 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 4365 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 4366 | }, |
| 4367 | ], |
| 4368 | "locales": [ # The person's locale preferences. |
| 4369 | { # A person's locale preference. |
| 4370 | "metadata": { # Metadata about a field. # Metadata about the locale. |
| 4371 | "source": { # The source of a field. # The source of the field. |
| 4372 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4373 | "type": "A String", # The source type. |
| 4374 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4375 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4376 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4377 | "userTypes": [ # Output only. The user types. |
| 4378 | "A String", |
| 4379 | ], |
| 4380 | "objectType": "A String", # Output only. The profile object type. |
| 4381 | }, |
| 4382 | }, |
| 4383 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4384 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4385 | }, |
| 4386 | "value": "A String", # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale. |
| 4387 | }, |
| 4388 | ], |
| 4389 | "memberships": [ # The person's group memberships. |
| 4390 | { # A person's membership in a group. Only contact group memberships can be modified. |
| 4391 | "domainMembership": { # A G Suite Domain membership. # Output only. The domain membership. |
| 4392 | "inViewerDomain": True or False, # True if the person is in the viewer's G Suite domain. |
| 4393 | }, |
| 4394 | "contactGroupMembership": { # A Google contact group membership. # The contact group membership. |
| 4395 | "contactGroupId": "A String", # Output only. The contact group ID for the contact group membership. |
| 4396 | "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. |
| 4397 | }, |
| 4398 | "metadata": { # Metadata about a field. # Metadata about the membership. |
| 4399 | "source": { # The source of a field. # The source of the field. |
| 4400 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4401 | "type": "A String", # The source type. |
| 4402 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4403 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4404 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4405 | "userTypes": [ # Output only. The user types. |
| 4406 | "A String", |
| 4407 | ], |
| 4408 | "objectType": "A String", # Output only. The profile object type. |
| 4409 | }, |
| 4410 | }, |
| 4411 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4412 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4413 | }, |
| 4414 | }, |
| 4415 | ], |
| 4416 | "relationshipStatuses": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship statuses. |
| 4417 | { # **DEPRECATED**: No data will be returned A person's relationship status. |
| 4418 | "metadata": { # Metadata about a field. # Metadata about the relationship status. |
| 4419 | "source": { # The source of a field. # The source of the field. |
| 4420 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4421 | "type": "A String", # The source type. |
| 4422 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4423 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4424 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4425 | "userTypes": [ # Output only. The user types. |
| 4426 | "A String", |
| 4427 | ], |
| 4428 | "objectType": "A String", # Output only. The profile object type. |
| 4429 | }, |
| 4430 | }, |
| 4431 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4432 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4433 | }, |
| 4434 | "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` |
| 4435 | "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. |
| 4436 | }, |
| 4437 | ], |
| 4438 | "photos": [ # Output only. The person's photos. |
| 4439 | { # A person's photo. A picture shown next to the person's name to help others recognize the person. |
| 4440 | "metadata": { # Metadata about a field. # Metadata about the photo. |
| 4441 | "source": { # The source of a field. # The source of the field. |
| 4442 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4443 | "type": "A String", # The source type. |
| 4444 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4445 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4446 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4447 | "userTypes": [ # Output only. The user types. |
| 4448 | "A String", |
| 4449 | ], |
| 4450 | "objectType": "A String", # Output only. The profile object type. |
| 4451 | }, |
| 4452 | }, |
| 4453 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4454 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4455 | }, |
| 4456 | "default": True or False, # True if the photo is a default photo; false if the photo is a user-provided photo. |
| 4457 | "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 |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 4458 | }, |
| 4459 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4460 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 4461 | "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. |
| 4462 | "httpStatusCode": 42, # **DEPRECATED** (Please use status instead) [HTTP 1.1 status code] (http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html). |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 4463 | }, |
| 4464 | ], |
| 4465 | }</pre> |
| 4466 | </div> |
| 4467 | |
| 4468 | <div class="method"> |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 4469 | <code class="details" id="listDirectoryPeople">listDirectoryPeople(mergeSources=None, readMask=None, syncToken=None, pageSize=None, sources=None, requestSyncToken=None, pageToken=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: |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 4473 | 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) |
| 4474 | Allowed values |
| 4475 | DIRECTORY_MERGE_SOURCE_TYPE_UNSPECIFIED - Unspecified. |
| 4476 | DIRECTORY_MERGE_SOURCE_TYPE_CONTACT - User owned contact. |
| 4477 | 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 |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 4478 | 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. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 4479 | 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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 4480 | sources: string, Required. Directory sources to return. (repeated) |
| 4481 | Allowed values |
| 4482 | DIRECTORY_SOURCE_TYPE_UNSPECIFIED - Unspecified. |
| 4483 | DIRECTORY_SOURCE_TYPE_DOMAIN_CONTACT - G Suite domain shared contact. |
| 4484 | DIRECTORY_SOURCE_TYPE_DOMAIN_PROFILE - G Suite domain profile. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 4485 | 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. |
| 4486 | 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. |
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. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 4499 | "emailAddresses": [ # The person's email addresses. |
| 4500 | { # A person's email address. |
| 4501 | "value": "A String", # The email address. |
| 4502 | "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. |
| 4503 | "metadata": { # Metadata about a field. # Metadata about the email address. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 4504 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 4505 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4506 | "type": "A String", # The source type. |
| 4507 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4508 | "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] | 4509 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4510 | "userTypes": [ # Output only. The user types. |
| 4511 | "A String", |
| 4512 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4513 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4514 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4515 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 4516 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 4517 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4518 | }, |
| 4519 | "displayName": "A String", # The display name of the email. |
| 4520 | "type": "A String", # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 4521 | }, |
| 4522 | ], |
| 4523 | "addresses": [ # The person's street addresses. |
| 4524 | { # A person's physical address. May be a P.O. box or street address. All fields are optional. |
| 4525 | "streetAddress": "A String", # The street address. |
| 4526 | "poBox": "A String", # The P.O. box of the address. |
| 4527 | "region": "A String", # The region of the address; for example, the state or province. |
| 4528 | "type": "A String", # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 4529 | "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. |
| 4530 | "countryCode": "A String", # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address. |
| 4531 | "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. |
| 4532 | "postalCode": "A String", # The postal code of the address. |
| 4533 | "extendedAddress": "A String", # The extended address of the address; for example, the apartment number. |
| 4534 | "city": "A String", # The city of the address. |
| 4535 | "country": "A String", # The country of the address. |
| 4536 | "metadata": { # Metadata about a field. # Metadata about the address. |
| 4537 | "source": { # The source of a field. # The source of the field. |
| 4538 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4539 | "type": "A String", # The source type. |
| 4540 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4541 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4542 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4543 | "userTypes": [ # Output only. The user types. |
| 4544 | "A String", |
| 4545 | ], |
| 4546 | "objectType": "A String", # Output only. The profile object type. |
| 4547 | }, |
| 4548 | }, |
| 4549 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4550 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4551 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4552 | }, |
| 4553 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 4554 | "etag": "A String", # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation. |
| 4555 | "interests": [ # The person's interests. |
| 4556 | { # One of the person's interests. |
| 4557 | "value": "A String", # The interest; for example, `stargazing`. |
| 4558 | "metadata": { # Metadata about a field. # Metadata about the interest. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 4559 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 4560 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4561 | "type": "A String", # The source type. |
| 4562 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4563 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 4564 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4565 | "userTypes": [ # Output only. The user types. |
| 4566 | "A String", |
| 4567 | ], |
| 4568 | "objectType": "A String", # Output only. The profile object type. |
| 4569 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 4570 | }, |
| 4571 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 4572 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 4573 | }, |
| 4574 | }, |
| 4575 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 4576 | "locations": [ # The person's locations. |
| 4577 | { # A person's location. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 4578 | "type": "A String", # The type of the location. The type can be custom or one of these predefined values: * `desk` * `grewUp` |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 4579 | "floor": "A String", # The floor name or number. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 4580 | "deskCode": "A String", # The individual desk location. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 4581 | "floorSection": "A String", # The floor section in `floor_name`. |
| 4582 | "value": "A String", # The free-form value of the location. |
| 4583 | "metadata": { # Metadata about a field. # Metadata about the location. |
| 4584 | "source": { # The source of a field. # The source of the field. |
| 4585 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4586 | "type": "A String", # The source type. |
| 4587 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4588 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4589 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4590 | "userTypes": [ # Output only. The user types. |
| 4591 | "A String", |
| 4592 | ], |
| 4593 | "objectType": "A String", # Output only. The profile object type. |
| 4594 | }, |
| 4595 | }, |
| 4596 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4597 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4598 | }, |
| 4599 | "buildingId": "A String", # The building identifier. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 4600 | "current": True or False, # Whether the location is the current location. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 4601 | }, |
| 4602 | ], |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 4603 | "relationshipInterests": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship interests. |
| 4604 | { # **DEPRECATED**: No data will be returned A person's relationship interest . |
| 4605 | "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. |
| 4606 | "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` |
| 4607 | "metadata": { # Metadata about a field. # Metadata about the relationship interest. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 4608 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 4609 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4610 | "type": "A String", # The source type. |
| 4611 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4612 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 4613 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4614 | "userTypes": [ # Output only. The user types. |
| 4615 | "A String", |
| 4616 | ], |
| 4617 | "objectType": "A String", # Output only. The profile object type. |
| 4618 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 4619 | }, |
| 4620 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 4621 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 4622 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 4623 | }, |
| 4624 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 4625 | "names": [ # The person's names. This field is a singleton for contact sources. |
| 4626 | { # A person's name. If the name is a mononym, the family name is empty. |
| 4627 | "metadata": { # Metadata about a field. # Metadata about the name. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 4628 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 4629 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4630 | "type": "A String", # The source type. |
| 4631 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4632 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 4633 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4634 | "userTypes": [ # Output only. The user types. |
| 4635 | "A String", |
| 4636 | ], |
| 4637 | "objectType": "A String", # Output only. The profile object type. |
| 4638 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 4639 | }, |
| 4640 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 4641 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 4642 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 4643 | "phoneticFamilyName": "A String", # The family name spelled as it sounds. |
| 4644 | "phoneticMiddleName": "A String", # The middle name(s) spelled as they sound. |
| 4645 | "phoneticHonorificPrefix": "A String", # The honorific prefixes spelled as they sound. |
| 4646 | "familyName": "A String", # The family name. |
| 4647 | "phoneticGivenName": "A String", # The given name spelled as it sounds. |
| 4648 | "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. |
| 4649 | "middleName": "A String", # The middle name(s). |
| 4650 | "honorificSuffix": "A String", # The honorific suffixes, such as `Jr.` |
| 4651 | "honorificPrefix": "A String", # The honorific prefixes, such as `Mrs.` or `Dr.` |
| 4652 | "unstructuredName": "A String", # The free form name value. |
| 4653 | "phoneticHonorificSuffix": "A String", # The honorific suffixes spelled as they sound. |
| 4654 | "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. |
| 4655 | "phoneticFullName": "A String", # The full name spelled as it sounds. |
| 4656 | "givenName": "A String", # The given name. |
| 4657 | }, |
| 4658 | ], |
| 4659 | "urls": [ # The person's associated URLs. |
| 4660 | { # A person's associated URLs. |
| 4661 | "value": "A String", # The URL. |
| 4662 | "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. |
| 4663 | "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` |
| 4664 | "metadata": { # Metadata about a field. # Metadata about the URL. |
| 4665 | "source": { # The source of a field. # The source of the field. |
| 4666 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4667 | "type": "A String", # The source type. |
| 4668 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4669 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4670 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4671 | "userTypes": [ # Output only. The user types. |
| 4672 | "A String", |
| 4673 | ], |
| 4674 | "objectType": "A String", # Output only. The profile object type. |
| 4675 | }, |
| 4676 | }, |
| 4677 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4678 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4679 | }, |
| 4680 | }, |
| 4681 | ], |
| 4682 | "nicknames": [ # The person's nicknames. |
| 4683 | { # A person's nickname. |
| 4684 | "type": "A String", # The type of the nickname. |
| 4685 | "metadata": { # Metadata about a field. # Metadata about the nickname. |
| 4686 | "source": { # The source of a field. # The source of the field. |
| 4687 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4688 | "type": "A String", # The source type. |
| 4689 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4690 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4691 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4692 | "userTypes": [ # Output only. The user types. |
| 4693 | "A String", |
| 4694 | ], |
| 4695 | "objectType": "A String", # Output only. The profile object type. |
| 4696 | }, |
| 4697 | }, |
| 4698 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4699 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4700 | }, |
| 4701 | "value": "A String", # The nickname. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 4702 | }, |
| 4703 | ], |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 4704 | "imClients": [ # The person's instant messaging clients. |
| 4705 | { # A person's instant messaging client. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 4706 | "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. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 4707 | "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. |
| 4708 | "username": "A String", # The user name used in the IM client. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 4709 | "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` |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 4710 | "type": "A String", # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 4711 | "metadata": { # Metadata about a field. # Metadata about the IM client. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 4712 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 4713 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4714 | "type": "A String", # The source type. |
| 4715 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4716 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 4717 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4718 | "userTypes": [ # Output only. The user types. |
| 4719 | "A String", |
| 4720 | ], |
| 4721 | "objectType": "A String", # Output only. The profile object type. |
| 4722 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 4723 | }, |
| 4724 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 4725 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 4726 | }, |
| 4727 | }, |
| 4728 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 4729 | "braggingRights": [ # **DEPRECATED**: No data will be returned The person's bragging rights. |
| 4730 | { # **DEPRECATED**: No data will be returned A person's bragging rights. |
| 4731 | "metadata": { # Metadata about a field. # Metadata about the bragging rights. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 4732 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 4733 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4734 | "type": "A String", # The source type. |
| 4735 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4736 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 4737 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4738 | "userTypes": [ # Output only. The user types. |
| 4739 | "A String", |
| 4740 | ], |
| 4741 | "objectType": "A String", # Output only. The profile object type. |
| 4742 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 4743 | }, |
| 4744 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 4745 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 4746 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 4747 | "value": "A String", # The bragging rights; for example, `climbed mount everest`. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 4748 | }, |
| 4749 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 4750 | "metadata": { # The metadata about a person. # Output only. Metadata about the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 4751 | "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. |
| 4752 | "A String", |
| 4753 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 4754 | "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. |
| 4755 | "sources": [ # The sources of data for the person. |
| 4756 | { # The source of a field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 4757 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4758 | "type": "A String", # The source type. |
| 4759 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4760 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 4761 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4762 | "userTypes": [ # Output only. The user types. |
| 4763 | "A String", |
| 4764 | ], |
| 4765 | "objectType": "A String", # Output only. The profile object type. |
| 4766 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 4767 | }, |
| 4768 | ], |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 4769 | "linkedPeopleResourceNames": [ # Output only. Resource names of people linked to this resource. |
| 4770 | "A String", |
| 4771 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 4772 | "objectType": "A String", # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 4773 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 4774 | "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}`. |
| 4775 | "ageRanges": [ # Output only. The person's age ranges. |
| 4776 | { # A person's age range. |
| 4777 | "ageRange": "A String", # The age range. |
| 4778 | "metadata": { # Metadata about a field. # Metadata about the age range. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 4779 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 4780 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4781 | "type": "A String", # The source type. |
| 4782 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4783 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 4784 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4785 | "userTypes": [ # Output only. The user types. |
| 4786 | "A String", |
| 4787 | ], |
| 4788 | "objectType": "A String", # Output only. The profile object type. |
| 4789 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 4790 | }, |
| 4791 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 4792 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 4793 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 4794 | }, |
| 4795 | ], |
| 4796 | "relations": [ # The person's relations. |
| 4797 | { # A person's relation to another person. |
| 4798 | "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. |
| 4799 | "person": "A String", # The name of the other person this relation refers to. |
| 4800 | "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` |
| 4801 | "metadata": { # Metadata about a field. # Metadata about the relation. |
| 4802 | "source": { # The source of a field. # The source of the field. |
| 4803 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4804 | "type": "A String", # The source type. |
| 4805 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4806 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4807 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4808 | "userTypes": [ # Output only. The user types. |
| 4809 | "A String", |
| 4810 | ], |
| 4811 | "objectType": "A String", # Output only. The profile object type. |
| 4812 | }, |
| 4813 | }, |
| 4814 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4815 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4816 | }, |
| 4817 | }, |
| 4818 | ], |
| 4819 | "residences": [ # **DEPRECATED**: (Please use `person.locations` instead) The person's residences. |
| 4820 | { # **DEPRECATED**: Please use `person.locations` instead. A person's past or current residence. |
| 4821 | "metadata": { # Metadata about a field. # Metadata about the residence. |
| 4822 | "source": { # The source of a field. # The source of the field. |
| 4823 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4824 | "type": "A String", # The source type. |
| 4825 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4826 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4827 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4828 | "userTypes": [ # Output only. The user types. |
| 4829 | "A String", |
| 4830 | ], |
| 4831 | "objectType": "A String", # Output only. The profile object type. |
| 4832 | }, |
| 4833 | }, |
| 4834 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4835 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4836 | }, |
| 4837 | "current": True or False, # True if the residence is the person's current residence; false if the residence is a past residence. |
| 4838 | "value": "A String", # The address of the residence. |
| 4839 | }, |
| 4840 | ], |
| 4841 | "phoneNumbers": [ # The person's phone numbers. |
| 4842 | { # A person's phone number. |
| 4843 | "value": "A String", # The phone number. |
| 4844 | "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. |
| 4845 | "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. |
| 4846 | "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` |
| 4847 | "metadata": { # Metadata about a field. # Metadata about the phone number. |
| 4848 | "source": { # The source of a field. # The source of the field. |
| 4849 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4850 | "type": "A String", # The source type. |
| 4851 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4852 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4853 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4854 | "userTypes": [ # Output only. The user types. |
| 4855 | "A String", |
| 4856 | ], |
| 4857 | "objectType": "A String", # Output only. The profile object type. |
| 4858 | }, |
| 4859 | }, |
| 4860 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4861 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4862 | }, |
| 4863 | }, |
| 4864 | ], |
| 4865 | "taglines": [ # Output only. **DEPRECATED**: No data will be returned The person's taglines. |
| 4866 | { # **DEPRECATED**: No data will be returned A brief one-line description of the person. |
| 4867 | "value": "A String", # The tagline. |
| 4868 | "metadata": { # Metadata about a field. # Metadata about the tagline. |
| 4869 | "source": { # The source of a field. # The source of the field. |
| 4870 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4871 | "type": "A String", # The source type. |
| 4872 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4873 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4874 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4875 | "userTypes": [ # Output only. The user types. |
| 4876 | "A String", |
| 4877 | ], |
| 4878 | "objectType": "A String", # Output only. The profile object type. |
| 4879 | }, |
| 4880 | }, |
| 4881 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4882 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4883 | }, |
| 4884 | }, |
| 4885 | ], |
| 4886 | "genders": [ # The person's genders. This field is a singleton for contact sources. |
| 4887 | { # A person's gender. |
| 4888 | "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. |
| 4889 | "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` |
| 4890 | "metadata": { # Metadata about a field. # Metadata about the gender. |
| 4891 | "source": { # The source of a field. # The source of the field. |
| 4892 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4893 | "type": "A String", # The source type. |
| 4894 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4895 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4896 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4897 | "userTypes": [ # Output only. The user types. |
| 4898 | "A String", |
| 4899 | ], |
| 4900 | "objectType": "A String", # Output only. The profile object type. |
| 4901 | }, |
| 4902 | }, |
| 4903 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4904 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4905 | }, |
| 4906 | "value": "A String", # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified` |
| 4907 | }, |
| 4908 | ], |
| 4909 | "biographies": [ # The person's biographies. This field is a singleton for contact sources. |
| 4910 | { # A person's short biography. |
| 4911 | "value": "A String", # The short biography. |
| 4912 | "contentType": "A String", # The content type of the biography. |
| 4913 | "metadata": { # Metadata about a field. # Metadata about the biography. |
| 4914 | "source": { # The source of a field. # The source of the field. |
| 4915 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4916 | "type": "A String", # The source type. |
| 4917 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4918 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4919 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4920 | "userTypes": [ # Output only. The user types. |
| 4921 | "A String", |
| 4922 | ], |
| 4923 | "objectType": "A String", # Output only. The profile object type. |
| 4924 | }, |
| 4925 | }, |
| 4926 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4927 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4928 | }, |
| 4929 | }, |
| 4930 | ], |
| 4931 | "miscKeywords": [ # The person's miscellaneous keywords. |
| 4932 | { # A person's miscellaneous keyword. |
| 4933 | "type": "A String", # The miscellaneous keyword type. |
| 4934 | "metadata": { # Metadata about a field. # Metadata about the miscellaneous keyword. |
| 4935 | "source": { # The source of a field. # The source of the field. |
| 4936 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4937 | "type": "A String", # The source type. |
| 4938 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4939 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4940 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4941 | "userTypes": [ # Output only. The user types. |
| 4942 | "A String", |
| 4943 | ], |
| 4944 | "objectType": "A String", # Output only. The profile object type. |
| 4945 | }, |
| 4946 | }, |
| 4947 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4948 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4949 | }, |
| 4950 | "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. |
| 4951 | "value": "A String", # The value of the miscellaneous keyword. |
| 4952 | }, |
| 4953 | ], |
| 4954 | "sipAddresses": [ # The person's SIP addresses. |
| 4955 | { # A person's SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet. |
| 4956 | "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` |
| 4957 | "value": "A String", # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format. |
| 4958 | "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. |
| 4959 | "metadata": { # Metadata about a field. # Metadata about the SIP address. |
| 4960 | "source": { # The source of a field. # The source of the field. |
| 4961 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4962 | "type": "A String", # The source type. |
| 4963 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4964 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4965 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4966 | "userTypes": [ # Output only. The user types. |
| 4967 | "A String", |
| 4968 | ], |
| 4969 | "objectType": "A String", # Output only. The profile object type. |
| 4970 | }, |
| 4971 | }, |
| 4972 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4973 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4974 | }, |
| 4975 | }, |
| 4976 | ], |
| 4977 | "externalIds": [ # The person's external IDs. |
| 4978 | { # An identifier from an external entity related to the person. |
| 4979 | "metadata": { # Metadata about a field. # Metadata about the external ID. |
| 4980 | "source": { # The source of a field. # The source of the field. |
| 4981 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4982 | "type": "A String", # The source type. |
| 4983 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4984 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4985 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4986 | "userTypes": [ # Output only. The user types. |
| 4987 | "A String", |
| 4988 | ], |
| 4989 | "objectType": "A String", # Output only. The profile object type. |
| 4990 | }, |
| 4991 | }, |
| 4992 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4993 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4994 | }, |
| 4995 | "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. |
| 4996 | "value": "A String", # The value of the external ID. |
| 4997 | "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` |
| 4998 | }, |
| 4999 | ], |
| 5000 | "skills": [ # The person's skills. |
| 5001 | { # A skill that the person has. |
| 5002 | "metadata": { # Metadata about a field. # Metadata about the skill. |
| 5003 | "source": { # The source of a field. # The source of the field. |
| 5004 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5005 | "type": "A String", # The source type. |
| 5006 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5007 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5008 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5009 | "userTypes": [ # Output only. The user types. |
| 5010 | "A String", |
| 5011 | ], |
| 5012 | "objectType": "A String", # Output only. The profile object type. |
| 5013 | }, |
| 5014 | }, |
| 5015 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 5016 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5017 | }, |
| 5018 | "value": "A String", # The skill; for example, `underwater basket weaving`. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 5019 | }, |
| 5020 | ], |
| 5021 | "birthdays": [ # The person's birthdays. This field is a singleton for contact sources. |
| 5022 | { # 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. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 5023 | "metadata": { # Metadata about a field. # Metadata about the birthday. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 5024 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 5025 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5026 | "type": "A String", # The source type. |
| 5027 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5028 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 5029 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5030 | "userTypes": [ # Output only. The user types. |
| 5031 | "A String", |
| 5032 | ], |
| 5033 | "objectType": "A String", # Output only. The profile object type. |
| 5034 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 5035 | }, |
| 5036 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 5037 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5038 | }, |
| 5039 | "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. |
| 5040 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 5041 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 5042 | "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. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 5043 | }, |
| 5044 | "text": "A String", # A free-form string representing the user's birthday. |
| 5045 | }, |
| 5046 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 5047 | "coverPhotos": [ # Output only. The person's cover photos. |
| 5048 | { # 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. |
| 5049 | "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. |
| 5050 | "metadata": { # Metadata about a field. # Metadata about the cover photo. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 5051 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 5052 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5053 | "type": "A String", # The source type. |
| 5054 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5055 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 5056 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5057 | "userTypes": [ # Output only. The user types. |
| 5058 | "A String", |
| 5059 | ], |
| 5060 | "objectType": "A String", # Output only. The profile object type. |
| 5061 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 5062 | }, |
| 5063 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 5064 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 5065 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 5066 | "url": "A String", # The URL of the cover photo. |
| 5067 | }, |
| 5068 | ], |
| 5069 | "fileAses": [ # The person's file-ases. |
| 5070 | { # The name that should be used to sort the person in a list. |
| 5071 | "metadata": { # Metadata about a field. # Metadata about the file-as. |
| 5072 | "source": { # The source of a field. # The source of the field. |
| 5073 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5074 | "type": "A String", # The source type. |
| 5075 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5076 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5077 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5078 | "userTypes": [ # Output only. The user types. |
| 5079 | "A String", |
| 5080 | ], |
| 5081 | "objectType": "A String", # Output only. The profile object type. |
| 5082 | }, |
| 5083 | }, |
| 5084 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 5085 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5086 | }, |
| 5087 | "value": "A String", # The file-as value |
| 5088 | }, |
| 5089 | ], |
| 5090 | "clientData": [ # The person's client data. |
| 5091 | { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. |
| 5092 | "metadata": { # Metadata about a field. # Metadata about the client data. |
| 5093 | "source": { # The source of a field. # The source of the field. |
| 5094 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5095 | "type": "A String", # The source type. |
| 5096 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5097 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5098 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5099 | "userTypes": [ # Output only. The user types. |
| 5100 | "A String", |
| 5101 | ], |
| 5102 | "objectType": "A String", # Output only. The profile object type. |
| 5103 | }, |
| 5104 | }, |
| 5105 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 5106 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5107 | }, |
| 5108 | "key": "A String", # The client specified key of the client data. |
| 5109 | "value": "A String", # The client specified value of the client data. |
| 5110 | }, |
| 5111 | ], |
| 5112 | "events": [ # The person's events. |
| 5113 | { # An event related to the person. |
| 5114 | "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. |
| 5115 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 5116 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 5117 | "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. |
| 5118 | }, |
| 5119 | "type": "A String", # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other` |
| 5120 | "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. |
| 5121 | "metadata": { # Metadata about a field. # Metadata about the event. |
| 5122 | "source": { # The source of a field. # The source of the field. |
| 5123 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5124 | "type": "A String", # The source type. |
| 5125 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5126 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5127 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5128 | "userTypes": [ # Output only. The user types. |
| 5129 | "A String", |
| 5130 | ], |
| 5131 | "objectType": "A String", # Output only. The profile object type. |
| 5132 | }, |
| 5133 | }, |
| 5134 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 5135 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5136 | }, |
| 5137 | }, |
| 5138 | ], |
| 5139 | "userDefined": [ # The person's user defined data. |
| 5140 | { # Arbitrary user data that is populated by the end users. |
| 5141 | "metadata": { # Metadata about a field. # Metadata about the user defined data. |
| 5142 | "source": { # The source of a field. # The source of the field. |
| 5143 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5144 | "type": "A String", # The source type. |
| 5145 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5146 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5147 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5148 | "userTypes": [ # Output only. The user types. |
| 5149 | "A String", |
| 5150 | ], |
| 5151 | "objectType": "A String", # Output only. The profile object type. |
| 5152 | }, |
| 5153 | }, |
| 5154 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 5155 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5156 | }, |
| 5157 | "key": "A String", # The end user specified key of the user defined data. |
| 5158 | "value": "A String", # The end user specified value of the user defined data. |
| 5159 | }, |
| 5160 | ], |
| 5161 | "ageRange": "A String", # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person's age range. |
| 5162 | "organizations": [ # The person's past or current organizations. |
| 5163 | { # A person's past or current organization. Overlapping date ranges are permitted. |
| 5164 | "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. |
| 5165 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 5166 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 5167 | "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. |
| 5168 | }, |
| 5169 | "name": "A String", # The name of the organization. |
| 5170 | "metadata": { # Metadata about a field. # Metadata about the organization. |
| 5171 | "source": { # The source of a field. # The source of the field. |
| 5172 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5173 | "type": "A String", # The source type. |
| 5174 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5175 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5176 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5177 | "userTypes": [ # Output only. The user types. |
| 5178 | "A String", |
| 5179 | ], |
| 5180 | "objectType": "A String", # Output only. The profile object type. |
| 5181 | }, |
| 5182 | }, |
| 5183 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 5184 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5185 | }, |
| 5186 | "location": "A String", # The location of the organization office the person works at. |
| 5187 | "title": "A String", # The person's job title at the organization. |
| 5188 | "current": True or False, # True if the organization is the person's current organization; false if the organization is a past organization. |
| 5189 | "domain": "A String", # The domain name associated with the organization; for example, `google.com`. |
| 5190 | "symbol": "A String", # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym. |
| 5191 | "phoneticName": "A String", # The phonetic name of the organization. |
| 5192 | "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. |
| 5193 | "department": "A String", # The person's department at the organization. |
| 5194 | "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. |
| 5195 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 5196 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 5197 | "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. |
| 5198 | }, |
| 5199 | "jobDescription": "A String", # The person's job description at the organization. |
| 5200 | "type": "A String", # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school` |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 5201 | }, |
| 5202 | ], |
| 5203 | "occupations": [ # The person's occupations. |
| 5204 | { # A person's occupation. |
| 5205 | "metadata": { # Metadata about a field. # Metadata about the occupation. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 5206 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 5207 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5208 | "type": "A String", # The source type. |
| 5209 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5210 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 5211 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5212 | "userTypes": [ # Output only. The user types. |
| 5213 | "A String", |
| 5214 | ], |
| 5215 | "objectType": "A String", # Output only. The profile object type. |
| 5216 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 5217 | }, |
| 5218 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 5219 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 5220 | }, |
| 5221 | "value": "A String", # The occupation; for example, `carpenter`. |
| 5222 | }, |
| 5223 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 5224 | "calendarUrls": [ # The person's calendar URLs. |
| 5225 | { # A person's calendar URL. |
| 5226 | "type": "A String", # The type of the calendar URL. The type can be custom or one of these predefined values: * `home` * `freeBusy` * `work` |
| 5227 | "url": "A String", # The calendar URL. |
| 5228 | "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. |
| 5229 | "metadata": { # Metadata about a field. # Metadata about the calendar URL. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 5230 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 5231 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5232 | "type": "A String", # The source type. |
| 5233 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5234 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 5235 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5236 | "userTypes": [ # Output only. The user types. |
| 5237 | "A String", |
| 5238 | ], |
| 5239 | "objectType": "A String", # Output only. The profile object type. |
| 5240 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 5241 | }, |
| 5242 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 5243 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 5244 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 5245 | }, |
| 5246 | ], |
| 5247 | "locales": [ # The person's locale preferences. |
| 5248 | { # A person's locale preference. |
| 5249 | "metadata": { # Metadata about a field. # Metadata about the locale. |
| 5250 | "source": { # The source of a field. # The source of the field. |
| 5251 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5252 | "type": "A String", # The source type. |
| 5253 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5254 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5255 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5256 | "userTypes": [ # Output only. The user types. |
| 5257 | "A String", |
| 5258 | ], |
| 5259 | "objectType": "A String", # Output only. The profile object type. |
| 5260 | }, |
| 5261 | }, |
| 5262 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 5263 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5264 | }, |
| 5265 | "value": "A String", # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale. |
| 5266 | }, |
| 5267 | ], |
| 5268 | "memberships": [ # The person's group memberships. |
| 5269 | { # A person's membership in a group. Only contact group memberships can be modified. |
| 5270 | "domainMembership": { # A G Suite Domain membership. # Output only. The domain membership. |
| 5271 | "inViewerDomain": True or False, # True if the person is in the viewer's G Suite domain. |
| 5272 | }, |
| 5273 | "contactGroupMembership": { # A Google contact group membership. # The contact group membership. |
| 5274 | "contactGroupId": "A String", # Output only. The contact group ID for the contact group membership. |
| 5275 | "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. |
| 5276 | }, |
| 5277 | "metadata": { # Metadata about a field. # Metadata about the membership. |
| 5278 | "source": { # The source of a field. # The source of the field. |
| 5279 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5280 | "type": "A String", # The source type. |
| 5281 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5282 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5283 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5284 | "userTypes": [ # Output only. The user types. |
| 5285 | "A String", |
| 5286 | ], |
| 5287 | "objectType": "A String", # Output only. The profile object type. |
| 5288 | }, |
| 5289 | }, |
| 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 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5292 | }, |
| 5293 | }, |
| 5294 | ], |
| 5295 | "relationshipStatuses": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship statuses. |
| 5296 | { # **DEPRECATED**: No data will be returned A person's relationship status. |
| 5297 | "metadata": { # Metadata about a field. # Metadata about the relationship status. |
| 5298 | "source": { # The source of a field. # The source of the field. |
| 5299 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5300 | "type": "A String", # The source type. |
| 5301 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5302 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5303 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5304 | "userTypes": [ # Output only. The user types. |
| 5305 | "A String", |
| 5306 | ], |
| 5307 | "objectType": "A String", # Output only. The profile object type. |
| 5308 | }, |
| 5309 | }, |
| 5310 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 5311 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5312 | }, |
| 5313 | "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` |
| 5314 | "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. |
| 5315 | }, |
| 5316 | ], |
| 5317 | "photos": [ # Output only. The person's photos. |
| 5318 | { # A person's photo. A picture shown next to the person's name to help others recognize the person. |
| 5319 | "metadata": { # Metadata about a field. # Metadata about the photo. |
| 5320 | "source": { # The source of a field. # The source of the field. |
| 5321 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5322 | "type": "A String", # The source type. |
| 5323 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5324 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5325 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5326 | "userTypes": [ # Output only. The user types. |
| 5327 | "A String", |
| 5328 | ], |
| 5329 | "objectType": "A String", # Output only. The profile object type. |
| 5330 | }, |
| 5331 | }, |
| 5332 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 5333 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5334 | }, |
| 5335 | "default": True or False, # True if the photo is a default photo; false if the photo is a user-provided photo. |
| 5336 | "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 |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [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 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [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"> |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 5360 | <code class="details" id="searchDirectoryPeople">searchDirectoryPeople(mergeSources=None, pageSize=None, pageToken=None, query=None, readMask=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: |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 5364 | 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) |
| 5365 | Allowed values |
| 5366 | DIRECTORY_MERGE_SOURCE_TYPE_UNSPECIFIED - Unspecified. |
| 5367 | DIRECTORY_MERGE_SOURCE_TYPE_CONTACT - User owned contact. |
| 5368 | 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. |
| 5369 | 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. |
| 5370 | query: string, Required. Prefix query that matches fields in the person. Does NOT use the read_mask for determining what fields to match. |
| 5371 | 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 | 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 | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 5386 | "people": [ # The list of people in the domain directory that match the query. |
| 5387 | { # 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. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 5388 | "emailAddresses": [ # The person's email addresses. |
| 5389 | { # A person's email address. |
| 5390 | "value": "A String", # The email address. |
| 5391 | "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. |
| 5392 | "metadata": { # Metadata about a field. # Metadata about the email address. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 5393 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 5394 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5395 | "type": "A String", # The source type. |
| 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 | "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] | 5398 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5399 | "userTypes": [ # Output only. The user types. |
| 5400 | "A String", |
| 5401 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5402 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5403 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5404 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 5405 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 5406 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5407 | }, |
| 5408 | "displayName": "A String", # The display name of the email. |
| 5409 | "type": "A String", # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 5410 | }, |
| 5411 | ], |
| 5412 | "addresses": [ # The person's street addresses. |
| 5413 | { # A person's physical address. May be a P.O. box or street address. All fields are optional. |
| 5414 | "streetAddress": "A String", # The street address. |
| 5415 | "poBox": "A String", # The P.O. box of the address. |
| 5416 | "region": "A String", # The region of the address; for example, the state or province. |
| 5417 | "type": "A String", # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 5418 | "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. |
| 5419 | "countryCode": "A String", # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address. |
| 5420 | "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. |
| 5421 | "postalCode": "A String", # The postal code of the address. |
| 5422 | "extendedAddress": "A String", # The extended address of the address; for example, the apartment number. |
| 5423 | "city": "A String", # The city of the address. |
| 5424 | "country": "A String", # The country of the address. |
| 5425 | "metadata": { # Metadata about a field. # Metadata about the address. |
| 5426 | "source": { # The source of a field. # The source of the field. |
| 5427 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5428 | "type": "A String", # The source type. |
| 5429 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5430 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5431 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5432 | "userTypes": [ # Output only. The user types. |
| 5433 | "A String", |
| 5434 | ], |
| 5435 | "objectType": "A String", # Output only. The profile object type. |
| 5436 | }, |
| 5437 | }, |
| 5438 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 5439 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5440 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5441 | }, |
| 5442 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 5443 | "etag": "A String", # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation. |
| 5444 | "interests": [ # The person's interests. |
| 5445 | { # One of the person's interests. |
| 5446 | "value": "A String", # The interest; for example, `stargazing`. |
| 5447 | "metadata": { # Metadata about a field. # Metadata about the interest. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 5448 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 5449 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5450 | "type": "A String", # The source type. |
| 5451 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5452 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 5453 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5454 | "userTypes": [ # Output only. The user types. |
| 5455 | "A String", |
| 5456 | ], |
| 5457 | "objectType": "A String", # Output only. The profile object type. |
| 5458 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 5459 | }, |
| 5460 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 5461 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 5462 | }, |
| 5463 | }, |
| 5464 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 5465 | "locations": [ # The person's locations. |
| 5466 | { # A person's location. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 5467 | "type": "A String", # The type of the location. The type can be custom or one of these predefined values: * `desk` * `grewUp` |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 5468 | "floor": "A String", # The floor name or number. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 5469 | "deskCode": "A String", # The individual desk location. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 5470 | "floorSection": "A String", # The floor section in `floor_name`. |
| 5471 | "value": "A String", # The free-form value of the location. |
| 5472 | "metadata": { # Metadata about a field. # Metadata about the location. |
| 5473 | "source": { # The source of a field. # The source of the field. |
| 5474 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5475 | "type": "A String", # The source type. |
| 5476 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5477 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5478 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5479 | "userTypes": [ # Output only. The user types. |
| 5480 | "A String", |
| 5481 | ], |
| 5482 | "objectType": "A String", # Output only. The profile object type. |
| 5483 | }, |
| 5484 | }, |
| 5485 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 5486 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5487 | }, |
| 5488 | "buildingId": "A String", # The building identifier. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 5489 | "current": True or False, # Whether the location is the current location. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 5490 | }, |
| 5491 | ], |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 5492 | "relationshipInterests": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship interests. |
| 5493 | { # **DEPRECATED**: No data will be returned A person's relationship interest . |
| 5494 | "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. |
| 5495 | "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` |
| 5496 | "metadata": { # Metadata about a field. # Metadata about the relationship interest. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 5497 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 5498 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5499 | "type": "A String", # The source type. |
| 5500 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5501 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 5502 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5503 | "userTypes": [ # Output only. The user types. |
| 5504 | "A String", |
| 5505 | ], |
| 5506 | "objectType": "A String", # Output only. The profile object type. |
| 5507 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 5508 | }, |
| 5509 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 5510 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 5511 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 5512 | }, |
| 5513 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 5514 | "names": [ # The person's names. This field is a singleton for contact sources. |
| 5515 | { # A person's name. If the name is a mononym, the family name is empty. |
| 5516 | "metadata": { # Metadata about a field. # Metadata about the name. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 5517 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 5518 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5519 | "type": "A String", # The source type. |
| 5520 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5521 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 5522 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5523 | "userTypes": [ # Output only. The user types. |
| 5524 | "A String", |
| 5525 | ], |
| 5526 | "objectType": "A String", # Output only. The profile object type. |
| 5527 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 5528 | }, |
| 5529 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 5530 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 5531 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 5532 | "phoneticFamilyName": "A String", # The family name spelled as it sounds. |
| 5533 | "phoneticMiddleName": "A String", # The middle name(s) spelled as they sound. |
| 5534 | "phoneticHonorificPrefix": "A String", # The honorific prefixes spelled as they sound. |
| 5535 | "familyName": "A String", # The family name. |
| 5536 | "phoneticGivenName": "A String", # The given name spelled as it sounds. |
| 5537 | "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. |
| 5538 | "middleName": "A String", # The middle name(s). |
| 5539 | "honorificSuffix": "A String", # The honorific suffixes, such as `Jr.` |
| 5540 | "honorificPrefix": "A String", # The honorific prefixes, such as `Mrs.` or `Dr.` |
| 5541 | "unstructuredName": "A String", # The free form name value. |
| 5542 | "phoneticHonorificSuffix": "A String", # The honorific suffixes spelled as they sound. |
| 5543 | "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. |
| 5544 | "phoneticFullName": "A String", # The full name spelled as it sounds. |
| 5545 | "givenName": "A String", # The given name. |
| 5546 | }, |
| 5547 | ], |
| 5548 | "urls": [ # The person's associated URLs. |
| 5549 | { # A person's associated URLs. |
| 5550 | "value": "A String", # The URL. |
| 5551 | "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. |
| 5552 | "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` |
| 5553 | "metadata": { # Metadata about a field. # Metadata about the URL. |
| 5554 | "source": { # The source of a field. # The source of the field. |
| 5555 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5556 | "type": "A String", # The source type. |
| 5557 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5558 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5559 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5560 | "userTypes": [ # Output only. The user types. |
| 5561 | "A String", |
| 5562 | ], |
| 5563 | "objectType": "A String", # Output only. The profile object type. |
| 5564 | }, |
| 5565 | }, |
| 5566 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 5567 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5568 | }, |
| 5569 | }, |
| 5570 | ], |
| 5571 | "nicknames": [ # The person's nicknames. |
| 5572 | { # A person's nickname. |
| 5573 | "type": "A String", # The type of the nickname. |
| 5574 | "metadata": { # Metadata about a field. # Metadata about the nickname. |
| 5575 | "source": { # The source of a field. # The source of the field. |
| 5576 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5577 | "type": "A String", # The source type. |
| 5578 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5579 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5580 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5581 | "userTypes": [ # Output only. The user types. |
| 5582 | "A String", |
| 5583 | ], |
| 5584 | "objectType": "A String", # Output only. The profile object type. |
| 5585 | }, |
| 5586 | }, |
| 5587 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 5588 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5589 | }, |
| 5590 | "value": "A String", # The nickname. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 5591 | }, |
| 5592 | ], |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 5593 | "imClients": [ # The person's instant messaging clients. |
| 5594 | { # A person's instant messaging client. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 5595 | "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. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 5596 | "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. |
| 5597 | "username": "A String", # The user name used in the IM client. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 5598 | "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` |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 5599 | "type": "A String", # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 5600 | "metadata": { # Metadata about a field. # Metadata about the IM client. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 5601 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 5602 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5603 | "type": "A String", # The source type. |
| 5604 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5605 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 5606 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5607 | "userTypes": [ # Output only. The user types. |
| 5608 | "A String", |
| 5609 | ], |
| 5610 | "objectType": "A String", # Output only. The profile object type. |
| 5611 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 5612 | }, |
| 5613 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 5614 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 5615 | }, |
| 5616 | }, |
| 5617 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 5618 | "braggingRights": [ # **DEPRECATED**: No data will be returned The person's bragging rights. |
| 5619 | { # **DEPRECATED**: No data will be returned A person's bragging rights. |
| 5620 | "metadata": { # Metadata about a field. # Metadata about the bragging rights. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 5621 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 5622 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5623 | "type": "A String", # The source type. |
| 5624 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5625 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 5626 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5627 | "userTypes": [ # Output only. The user types. |
| 5628 | "A String", |
| 5629 | ], |
| 5630 | "objectType": "A String", # Output only. The profile object type. |
| 5631 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 5632 | }, |
| 5633 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 5634 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 5635 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 5636 | "value": "A String", # The bragging rights; for example, `climbed mount everest`. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 5637 | }, |
| 5638 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 5639 | "metadata": { # The metadata about a person. # Output only. Metadata about the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 5640 | "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. |
| 5641 | "A String", |
| 5642 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 5643 | "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. |
| 5644 | "sources": [ # The sources of data for the person. |
| 5645 | { # The source of a field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 5646 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5647 | "type": "A String", # The source type. |
| 5648 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5649 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 5650 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5651 | "userTypes": [ # Output only. The user types. |
| 5652 | "A String", |
| 5653 | ], |
| 5654 | "objectType": "A String", # Output only. The profile object type. |
| 5655 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 5656 | }, |
| 5657 | ], |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 5658 | "linkedPeopleResourceNames": [ # Output only. Resource names of people linked to this resource. |
| 5659 | "A String", |
| 5660 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 5661 | "objectType": "A String", # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 5662 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 5663 | "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}`. |
| 5664 | "ageRanges": [ # Output only. The person's age ranges. |
| 5665 | { # A person's age range. |
| 5666 | "ageRange": "A String", # The age range. |
| 5667 | "metadata": { # Metadata about a field. # Metadata about the age range. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 5668 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 5669 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5670 | "type": "A String", # The source type. |
| 5671 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5672 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 5673 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5674 | "userTypes": [ # Output only. The user types. |
| 5675 | "A String", |
| 5676 | ], |
| 5677 | "objectType": "A String", # Output only. The profile object type. |
| 5678 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 5679 | }, |
| 5680 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 5681 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 5682 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 5683 | }, |
| 5684 | ], |
| 5685 | "relations": [ # The person's relations. |
| 5686 | { # A person's relation to another person. |
| 5687 | "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. |
| 5688 | "person": "A String", # The name of the other person this relation refers to. |
| 5689 | "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` |
| 5690 | "metadata": { # Metadata about a field. # Metadata about the relation. |
| 5691 | "source": { # The source of a field. # The source of the field. |
| 5692 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5693 | "type": "A String", # The source type. |
| 5694 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5695 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5696 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5697 | "userTypes": [ # Output only. The user types. |
| 5698 | "A String", |
| 5699 | ], |
| 5700 | "objectType": "A String", # Output only. The profile object type. |
| 5701 | }, |
| 5702 | }, |
| 5703 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 5704 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5705 | }, |
| 5706 | }, |
| 5707 | ], |
| 5708 | "residences": [ # **DEPRECATED**: (Please use `person.locations` instead) The person's residences. |
| 5709 | { # **DEPRECATED**: Please use `person.locations` instead. A person's past or current residence. |
| 5710 | "metadata": { # Metadata about a field. # Metadata about the residence. |
| 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 | "type": "A String", # The source type. |
| 5714 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5715 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5716 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5717 | "userTypes": [ # Output only. The user types. |
| 5718 | "A String", |
| 5719 | ], |
| 5720 | "objectType": "A String", # Output only. The profile object type. |
| 5721 | }, |
| 5722 | }, |
| 5723 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 5724 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5725 | }, |
| 5726 | "current": True or False, # True if the residence is the person's current residence; false if the residence is a past residence. |
| 5727 | "value": "A String", # The address of the residence. |
| 5728 | }, |
| 5729 | ], |
| 5730 | "phoneNumbers": [ # The person's phone numbers. |
| 5731 | { # A person's phone number. |
| 5732 | "value": "A String", # The phone number. |
| 5733 | "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. |
| 5734 | "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. |
| 5735 | "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` |
| 5736 | "metadata": { # Metadata about a field. # Metadata about the phone number. |
| 5737 | "source": { # The source of a field. # The source of the field. |
| 5738 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5739 | "type": "A String", # The source type. |
| 5740 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5741 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5742 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5743 | "userTypes": [ # Output only. The user types. |
| 5744 | "A String", |
| 5745 | ], |
| 5746 | "objectType": "A String", # Output only. The profile object type. |
| 5747 | }, |
| 5748 | }, |
| 5749 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 5750 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5751 | }, |
| 5752 | }, |
| 5753 | ], |
| 5754 | "taglines": [ # Output only. **DEPRECATED**: No data will be returned The person's taglines. |
| 5755 | { # **DEPRECATED**: No data will be returned A brief one-line description of the person. |
| 5756 | "value": "A String", # The tagline. |
| 5757 | "metadata": { # Metadata about a field. # Metadata about the tagline. |
| 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 | "type": "A String", # The source type. |
| 5761 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5762 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5763 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5764 | "userTypes": [ # Output only. The user types. |
| 5765 | "A String", |
| 5766 | ], |
| 5767 | "objectType": "A String", # Output only. The profile object type. |
| 5768 | }, |
| 5769 | }, |
| 5770 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 5771 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5772 | }, |
| 5773 | }, |
| 5774 | ], |
| 5775 | "genders": [ # The person's genders. This field is a singleton for contact sources. |
| 5776 | { # A person's gender. |
| 5777 | "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. |
| 5778 | "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` |
| 5779 | "metadata": { # Metadata about a field. # Metadata about the gender. |
| 5780 | "source": { # The source of a field. # The source of the field. |
| 5781 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5782 | "type": "A String", # The source type. |
| 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 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5785 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5786 | "userTypes": [ # Output only. The user types. |
| 5787 | "A String", |
| 5788 | ], |
| 5789 | "objectType": "A String", # Output only. The profile object type. |
| 5790 | }, |
| 5791 | }, |
| 5792 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 5793 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5794 | }, |
| 5795 | "value": "A String", # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified` |
| 5796 | }, |
| 5797 | ], |
| 5798 | "biographies": [ # The person's biographies. This field is a singleton for contact sources. |
| 5799 | { # A person's short biography. |
| 5800 | "value": "A String", # The short biography. |
| 5801 | "contentType": "A String", # The content type of the biography. |
| 5802 | "metadata": { # Metadata about a field. # Metadata about the biography. |
| 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 | "type": "A String", # The source type. |
| 5806 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5807 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5808 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5809 | "userTypes": [ # Output only. The user types. |
| 5810 | "A String", |
| 5811 | ], |
| 5812 | "objectType": "A String", # Output only. The profile object type. |
| 5813 | }, |
| 5814 | }, |
| 5815 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 5816 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5817 | }, |
| 5818 | }, |
| 5819 | ], |
| 5820 | "miscKeywords": [ # The person's miscellaneous keywords. |
| 5821 | { # A person's miscellaneous keyword. |
| 5822 | "type": "A String", # The miscellaneous keyword type. |
| 5823 | "metadata": { # Metadata about a field. # Metadata about the miscellaneous keyword. |
| 5824 | "source": { # The source of a field. # The source of the field. |
| 5825 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5826 | "type": "A String", # The source type. |
| 5827 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5828 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5829 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5830 | "userTypes": [ # Output only. The user types. |
| 5831 | "A String", |
| 5832 | ], |
| 5833 | "objectType": "A String", # Output only. The profile object type. |
| 5834 | }, |
| 5835 | }, |
| 5836 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 5837 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5838 | }, |
| 5839 | "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. |
| 5840 | "value": "A String", # The value of the miscellaneous keyword. |
| 5841 | }, |
| 5842 | ], |
| 5843 | "sipAddresses": [ # The person's SIP addresses. |
| 5844 | { # A person's SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet. |
| 5845 | "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` |
| 5846 | "value": "A String", # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format. |
| 5847 | "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. |
| 5848 | "metadata": { # Metadata about a field. # Metadata about the SIP address. |
| 5849 | "source": { # The source of a field. # The source of the field. |
| 5850 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5851 | "type": "A String", # The source type. |
| 5852 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5853 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5854 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5855 | "userTypes": [ # Output only. The user types. |
| 5856 | "A String", |
| 5857 | ], |
| 5858 | "objectType": "A String", # Output only. The profile object type. |
| 5859 | }, |
| 5860 | }, |
| 5861 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 5862 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5863 | }, |
| 5864 | }, |
| 5865 | ], |
| 5866 | "externalIds": [ # The person's external IDs. |
| 5867 | { # An identifier from an external entity related to the person. |
| 5868 | "metadata": { # Metadata about a field. # Metadata about the external ID. |
| 5869 | "source": { # The source of a field. # The source of the field. |
| 5870 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5871 | "type": "A String", # The source type. |
| 5872 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5873 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5874 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5875 | "userTypes": [ # Output only. The user types. |
| 5876 | "A String", |
| 5877 | ], |
| 5878 | "objectType": "A String", # Output only. The profile object type. |
| 5879 | }, |
| 5880 | }, |
| 5881 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 5882 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5883 | }, |
| 5884 | "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. |
| 5885 | "value": "A String", # The value of the external ID. |
| 5886 | "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` |
| 5887 | }, |
| 5888 | ], |
| 5889 | "skills": [ # The person's skills. |
| 5890 | { # A skill that the person has. |
| 5891 | "metadata": { # Metadata about a field. # Metadata about the skill. |
| 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 | "type": "A String", # The source type. |
| 5895 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5896 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5897 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5898 | "userTypes": [ # Output only. The user types. |
| 5899 | "A String", |
| 5900 | ], |
| 5901 | "objectType": "A String", # Output only. The profile object type. |
| 5902 | }, |
| 5903 | }, |
| 5904 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 5905 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5906 | }, |
| 5907 | "value": "A String", # The skill; for example, `underwater basket weaving`. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 5908 | }, |
| 5909 | ], |
| 5910 | "birthdays": [ # The person's birthdays. This field is a singleton for contact sources. |
| 5911 | { # 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. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 5912 | "metadata": { # Metadata about a field. # Metadata about the birthday. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 5913 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 5914 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5915 | "type": "A String", # The source type. |
| 5916 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5917 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 5918 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5919 | "userTypes": [ # Output only. The user types. |
| 5920 | "A String", |
| 5921 | ], |
| 5922 | "objectType": "A String", # Output only. The profile object type. |
| 5923 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 5924 | }, |
| 5925 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 5926 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5927 | }, |
| 5928 | "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. |
| 5929 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 5930 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 5931 | "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. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 5932 | }, |
| 5933 | "text": "A String", # A free-form string representing the user's birthday. |
| 5934 | }, |
| 5935 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 5936 | "coverPhotos": [ # Output only. The person's cover photos. |
| 5937 | { # 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. |
| 5938 | "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. |
| 5939 | "metadata": { # Metadata about a field. # Metadata about the cover photo. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 5940 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 5941 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5942 | "type": "A String", # The source type. |
| 5943 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5944 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 5945 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5946 | "userTypes": [ # Output only. The user types. |
| 5947 | "A String", |
| 5948 | ], |
| 5949 | "objectType": "A String", # Output only. The profile object type. |
| 5950 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 5951 | }, |
| 5952 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 5953 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 5954 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 5955 | "url": "A String", # The URL of the cover photo. |
| 5956 | }, |
| 5957 | ], |
| 5958 | "fileAses": [ # The person's file-ases. |
| 5959 | { # The name that should be used to sort the person in a list. |
| 5960 | "metadata": { # Metadata about a field. # Metadata about the file-as. |
| 5961 | "source": { # The source of a field. # The source of the field. |
| 5962 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5963 | "type": "A String", # The source type. |
| 5964 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5965 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5966 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5967 | "userTypes": [ # Output only. The user types. |
| 5968 | "A String", |
| 5969 | ], |
| 5970 | "objectType": "A String", # Output only. The profile object type. |
| 5971 | }, |
| 5972 | }, |
| 5973 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 5974 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5975 | }, |
| 5976 | "value": "A String", # The file-as value |
| 5977 | }, |
| 5978 | ], |
| 5979 | "clientData": [ # The person's client data. |
| 5980 | { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. |
| 5981 | "metadata": { # Metadata about a field. # Metadata about the client data. |
| 5982 | "source": { # The source of a field. # The source of the field. |
| 5983 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5984 | "type": "A String", # The source type. |
| 5985 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5986 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5987 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5988 | "userTypes": [ # Output only. The user types. |
| 5989 | "A String", |
| 5990 | ], |
| 5991 | "objectType": "A String", # Output only. The profile object type. |
| 5992 | }, |
| 5993 | }, |
| 5994 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 5995 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5996 | }, |
| 5997 | "key": "A String", # The client specified key of the client data. |
| 5998 | "value": "A String", # The client specified value of the client data. |
| 5999 | }, |
| 6000 | ], |
| 6001 | "events": [ # The person's events. |
| 6002 | { # An event related to the person. |
| 6003 | "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. |
| 6004 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 6005 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 6006 | "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. |
| 6007 | }, |
| 6008 | "type": "A String", # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other` |
| 6009 | "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. |
| 6010 | "metadata": { # Metadata about a field. # Metadata about the event. |
| 6011 | "source": { # The source of a field. # The source of the field. |
| 6012 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6013 | "type": "A String", # The source type. |
| 6014 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6015 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6016 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6017 | "userTypes": [ # Output only. The user types. |
| 6018 | "A String", |
| 6019 | ], |
| 6020 | "objectType": "A String", # Output only. The profile object type. |
| 6021 | }, |
| 6022 | }, |
| 6023 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 6024 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6025 | }, |
| 6026 | }, |
| 6027 | ], |
| 6028 | "userDefined": [ # The person's user defined data. |
| 6029 | { # Arbitrary user data that is populated by the end users. |
| 6030 | "metadata": { # Metadata about a field. # Metadata about the user defined data. |
| 6031 | "source": { # The source of a field. # The source of the field. |
| 6032 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6033 | "type": "A String", # The source type. |
| 6034 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6035 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6036 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6037 | "userTypes": [ # Output only. The user types. |
| 6038 | "A String", |
| 6039 | ], |
| 6040 | "objectType": "A String", # Output only. The profile object type. |
| 6041 | }, |
| 6042 | }, |
| 6043 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 6044 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6045 | }, |
| 6046 | "key": "A String", # The end user specified key of the user defined data. |
| 6047 | "value": "A String", # The end user specified value of the user defined data. |
| 6048 | }, |
| 6049 | ], |
| 6050 | "ageRange": "A String", # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person's age range. |
| 6051 | "organizations": [ # The person's past or current organizations. |
| 6052 | { # A person's past or current organization. Overlapping date ranges are permitted. |
| 6053 | "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. |
| 6054 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 6055 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 6056 | "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. |
| 6057 | }, |
| 6058 | "name": "A String", # The name of the organization. |
| 6059 | "metadata": { # Metadata about a field. # Metadata about the organization. |
| 6060 | "source": { # The source of a field. # The source of the field. |
| 6061 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6062 | "type": "A String", # The source type. |
| 6063 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6064 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6065 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6066 | "userTypes": [ # Output only. The user types. |
| 6067 | "A String", |
| 6068 | ], |
| 6069 | "objectType": "A String", # Output only. The profile object type. |
| 6070 | }, |
| 6071 | }, |
| 6072 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 6073 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6074 | }, |
| 6075 | "location": "A String", # The location of the organization office the person works at. |
| 6076 | "title": "A String", # The person's job title at the organization. |
| 6077 | "current": True or False, # True if the organization is the person's current organization; false if the organization is a past organization. |
| 6078 | "domain": "A String", # The domain name associated with the organization; for example, `google.com`. |
| 6079 | "symbol": "A String", # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym. |
| 6080 | "phoneticName": "A String", # The phonetic name of the organization. |
| 6081 | "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. |
| 6082 | "department": "A String", # The person's department at the organization. |
| 6083 | "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. |
| 6084 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 6085 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 6086 | "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. |
| 6087 | }, |
| 6088 | "jobDescription": "A String", # The person's job description at the organization. |
| 6089 | "type": "A String", # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school` |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 6090 | }, |
| 6091 | ], |
| 6092 | "occupations": [ # The person's occupations. |
| 6093 | { # A person's occupation. |
| 6094 | "metadata": { # Metadata about a field. # Metadata about the occupation. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 6095 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 6096 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6097 | "type": "A String", # The source type. |
| 6098 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6099 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 6100 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6101 | "userTypes": [ # Output only. The user types. |
| 6102 | "A String", |
| 6103 | ], |
| 6104 | "objectType": "A String", # Output only. The profile object type. |
| 6105 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 6106 | }, |
| 6107 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 6108 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 6109 | }, |
| 6110 | "value": "A String", # The occupation; for example, `carpenter`. |
| 6111 | }, |
| 6112 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 6113 | "calendarUrls": [ # The person's calendar URLs. |
| 6114 | { # A person's calendar URL. |
| 6115 | "type": "A String", # The type of the calendar URL. The type can be custom or one of these predefined values: * `home` * `freeBusy` * `work` |
| 6116 | "url": "A String", # The calendar URL. |
| 6117 | "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. |
| 6118 | "metadata": { # Metadata about a field. # Metadata about the calendar URL. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 6119 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 6120 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6121 | "type": "A String", # The source type. |
| 6122 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6123 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 6124 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6125 | "userTypes": [ # Output only. The user types. |
| 6126 | "A String", |
| 6127 | ], |
| 6128 | "objectType": "A String", # Output only. The profile object type. |
| 6129 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 6130 | }, |
| 6131 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 6132 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 6133 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 6134 | }, |
| 6135 | ], |
| 6136 | "locales": [ # The person's locale preferences. |
| 6137 | { # A person's locale preference. |
| 6138 | "metadata": { # Metadata about a field. # Metadata about the locale. |
| 6139 | "source": { # The source of a field. # The source of the field. |
| 6140 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6141 | "type": "A String", # The source type. |
| 6142 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6143 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6144 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6145 | "userTypes": [ # Output only. The user types. |
| 6146 | "A String", |
| 6147 | ], |
| 6148 | "objectType": "A String", # Output only. The profile object type. |
| 6149 | }, |
| 6150 | }, |
| 6151 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 6152 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6153 | }, |
| 6154 | "value": "A String", # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale. |
| 6155 | }, |
| 6156 | ], |
| 6157 | "memberships": [ # The person's group memberships. |
| 6158 | { # A person's membership in a group. Only contact group memberships can be modified. |
| 6159 | "domainMembership": { # A G Suite Domain membership. # Output only. The domain membership. |
| 6160 | "inViewerDomain": True or False, # True if the person is in the viewer's G Suite domain. |
| 6161 | }, |
| 6162 | "contactGroupMembership": { # A Google contact group membership. # The contact group membership. |
| 6163 | "contactGroupId": "A String", # Output only. The contact group ID for the contact group membership. |
| 6164 | "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. |
| 6165 | }, |
| 6166 | "metadata": { # Metadata about a field. # Metadata about the membership. |
| 6167 | "source": { # The source of a field. # The source of the field. |
| 6168 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6169 | "type": "A String", # The source type. |
| 6170 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6171 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6172 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6173 | "userTypes": [ # Output only. The user types. |
| 6174 | "A String", |
| 6175 | ], |
| 6176 | "objectType": "A String", # Output only. The profile object type. |
| 6177 | }, |
| 6178 | }, |
| 6179 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 6180 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6181 | }, |
| 6182 | }, |
| 6183 | ], |
| 6184 | "relationshipStatuses": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship statuses. |
| 6185 | { # **DEPRECATED**: No data will be returned A person's relationship status. |
| 6186 | "metadata": { # Metadata about a field. # Metadata about the relationship status. |
| 6187 | "source": { # The source of a field. # The source of the field. |
| 6188 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6189 | "type": "A String", # The source type. |
| 6190 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6191 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6192 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6193 | "userTypes": [ # Output only. The user types. |
| 6194 | "A String", |
| 6195 | ], |
| 6196 | "objectType": "A String", # Output only. The profile object type. |
| 6197 | }, |
| 6198 | }, |
| 6199 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 6200 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6201 | }, |
| 6202 | "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` |
| 6203 | "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. |
| 6204 | }, |
| 6205 | ], |
| 6206 | "photos": [ # Output only. The person's photos. |
| 6207 | { # A person's photo. A picture shown next to the person's name to help others recognize the person. |
| 6208 | "metadata": { # Metadata about a field. # Metadata about the photo. |
| 6209 | "source": { # The source of a field. # The source of the field. |
| 6210 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6211 | "type": "A String", # The source type. |
| 6212 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6213 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6214 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6215 | "userTypes": [ # Output only. The user types. |
| 6216 | "A String", |
| 6217 | ], |
| 6218 | "objectType": "A String", # Output only. The profile object type. |
| 6219 | }, |
| 6220 | }, |
| 6221 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 6222 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6223 | }, |
| 6224 | "default": True or False, # True if the photo is a default photo; false if the photo is a user-provided photo. |
| 6225 | "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 |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 6226 | }, |
| 6227 | ], |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 6228 | }, |
| 6229 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 6230 | "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. |
| 6231 | "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] | 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"> |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 6250 | <code class="details" id="updateContact">updateContact(resourceName, body=None, sources=None, updatePersonFields=None, personFields=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. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 6259 | "emailAddresses": [ # The person's email addresses. |
| 6260 | { # A person's email address. |
| 6261 | "value": "A String", # The email address. |
| 6262 | "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. |
| 6263 | "metadata": { # Metadata about a field. # Metadata about the email address. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 6264 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 6265 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6266 | "type": "A String", # The source type. |
| 6267 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6268 | "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] | 6269 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6270 | "userTypes": [ # Output only. The user types. |
| 6271 | "A String", |
| 6272 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6273 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6274 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6275 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 6276 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 6277 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6278 | }, |
| 6279 | "displayName": "A String", # The display name of the email. |
| 6280 | "type": "A String", # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 6281 | }, |
| 6282 | ], |
| 6283 | "addresses": [ # The person's street addresses. |
| 6284 | { # A person's physical address. May be a P.O. box or street address. All fields are optional. |
| 6285 | "streetAddress": "A String", # The street address. |
| 6286 | "poBox": "A String", # The P.O. box of the address. |
| 6287 | "region": "A String", # The region of the address; for example, the state or province. |
| 6288 | "type": "A String", # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 6289 | "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. |
| 6290 | "countryCode": "A String", # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address. |
| 6291 | "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. |
| 6292 | "postalCode": "A String", # The postal code of the address. |
| 6293 | "extendedAddress": "A String", # The extended address of the address; for example, the apartment number. |
| 6294 | "city": "A String", # The city of the address. |
| 6295 | "country": "A String", # The country of the address. |
| 6296 | "metadata": { # Metadata about a field. # Metadata about the address. |
| 6297 | "source": { # The source of a field. # The source of the field. |
| 6298 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6299 | "type": "A String", # The source type. |
| 6300 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6301 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6302 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6303 | "userTypes": [ # Output only. The user types. |
| 6304 | "A String", |
| 6305 | ], |
| 6306 | "objectType": "A String", # Output only. The profile object type. |
| 6307 | }, |
| 6308 | }, |
| 6309 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 6310 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6311 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6312 | }, |
| 6313 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 6314 | "etag": "A String", # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation. |
| 6315 | "interests": [ # The person's interests. |
| 6316 | { # One of the person's interests. |
| 6317 | "value": "A String", # The interest; for example, `stargazing`. |
| 6318 | "metadata": { # Metadata about a field. # Metadata about the interest. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 6319 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 6320 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6321 | "type": "A String", # The source type. |
| 6322 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6323 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 6324 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6325 | "userTypes": [ # Output only. The user types. |
| 6326 | "A String", |
| 6327 | ], |
| 6328 | "objectType": "A String", # Output only. The profile object type. |
| 6329 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 6330 | }, |
| 6331 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 6332 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 6333 | }, |
| 6334 | }, |
| 6335 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 6336 | "locations": [ # The person's locations. |
| 6337 | { # A person's location. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 6338 | "type": "A String", # The type of the location. The type can be custom or one of these predefined values: * `desk` * `grewUp` |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 6339 | "floor": "A String", # The floor name or number. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 6340 | "deskCode": "A String", # The individual desk location. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 6341 | "floorSection": "A String", # The floor section in `floor_name`. |
| 6342 | "value": "A String", # The free-form value of the location. |
| 6343 | "metadata": { # Metadata about a field. # Metadata about the location. |
| 6344 | "source": { # The source of a field. # The source of the field. |
| 6345 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6346 | "type": "A String", # The source type. |
| 6347 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6348 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6349 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6350 | "userTypes": [ # Output only. The user types. |
| 6351 | "A String", |
| 6352 | ], |
| 6353 | "objectType": "A String", # Output only. The profile object type. |
| 6354 | }, |
| 6355 | }, |
| 6356 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 6357 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6358 | }, |
| 6359 | "buildingId": "A String", # The building identifier. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 6360 | "current": True or False, # Whether the location is the current location. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 6361 | }, |
| 6362 | ], |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 6363 | "relationshipInterests": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship interests. |
| 6364 | { # **DEPRECATED**: No data will be returned A person's relationship interest . |
| 6365 | "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. |
| 6366 | "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` |
| 6367 | "metadata": { # Metadata about a field. # Metadata about the relationship interest. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 6368 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 6369 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6370 | "type": "A String", # The source type. |
| 6371 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6372 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 6373 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6374 | "userTypes": [ # Output only. The user types. |
| 6375 | "A String", |
| 6376 | ], |
| 6377 | "objectType": "A String", # Output only. The profile object type. |
| 6378 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 6379 | }, |
| 6380 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 6381 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 6382 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 6383 | }, |
| 6384 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 6385 | "names": [ # The person's names. This field is a singleton for contact sources. |
| 6386 | { # A person's name. If the name is a mononym, the family name is empty. |
| 6387 | "metadata": { # Metadata about a field. # Metadata about the name. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 6388 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 6389 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6390 | "type": "A String", # The source type. |
| 6391 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6392 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 6393 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6394 | "userTypes": [ # Output only. The user types. |
| 6395 | "A String", |
| 6396 | ], |
| 6397 | "objectType": "A String", # Output only. The profile object type. |
| 6398 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 6399 | }, |
| 6400 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 6401 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 6402 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 6403 | "phoneticFamilyName": "A String", # The family name spelled as it sounds. |
| 6404 | "phoneticMiddleName": "A String", # The middle name(s) spelled as they sound. |
| 6405 | "phoneticHonorificPrefix": "A String", # The honorific prefixes spelled as they sound. |
| 6406 | "familyName": "A String", # The family name. |
| 6407 | "phoneticGivenName": "A String", # The given name spelled as it sounds. |
| 6408 | "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. |
| 6409 | "middleName": "A String", # The middle name(s). |
| 6410 | "honorificSuffix": "A String", # The honorific suffixes, such as `Jr.` |
| 6411 | "honorificPrefix": "A String", # The honorific prefixes, such as `Mrs.` or `Dr.` |
| 6412 | "unstructuredName": "A String", # The free form name value. |
| 6413 | "phoneticHonorificSuffix": "A String", # The honorific suffixes spelled as they sound. |
| 6414 | "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. |
| 6415 | "phoneticFullName": "A String", # The full name spelled as it sounds. |
| 6416 | "givenName": "A String", # The given name. |
| 6417 | }, |
| 6418 | ], |
| 6419 | "urls": [ # The person's associated URLs. |
| 6420 | { # A person's associated URLs. |
| 6421 | "value": "A String", # The URL. |
| 6422 | "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. |
| 6423 | "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` |
| 6424 | "metadata": { # Metadata about a field. # Metadata about the URL. |
| 6425 | "source": { # The source of a field. # The source of the field. |
| 6426 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6427 | "type": "A String", # The source type. |
| 6428 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6429 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6430 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6431 | "userTypes": [ # Output only. The user types. |
| 6432 | "A String", |
| 6433 | ], |
| 6434 | "objectType": "A String", # Output only. The profile object type. |
| 6435 | }, |
| 6436 | }, |
| 6437 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 6438 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6439 | }, |
| 6440 | }, |
| 6441 | ], |
| 6442 | "nicknames": [ # The person's nicknames. |
| 6443 | { # A person's nickname. |
| 6444 | "type": "A String", # The type of the nickname. |
| 6445 | "metadata": { # Metadata about a field. # Metadata about the nickname. |
| 6446 | "source": { # The source of a field. # The source of the field. |
| 6447 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6448 | "type": "A String", # The source type. |
| 6449 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6450 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6451 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6452 | "userTypes": [ # Output only. The user types. |
| 6453 | "A String", |
| 6454 | ], |
| 6455 | "objectType": "A String", # Output only. The profile object type. |
| 6456 | }, |
| 6457 | }, |
| 6458 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 6459 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6460 | }, |
| 6461 | "value": "A String", # The nickname. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 6462 | }, |
| 6463 | ], |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 6464 | "imClients": [ # The person's instant messaging clients. |
| 6465 | { # A person's instant messaging client. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 6466 | "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. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 6467 | "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. |
| 6468 | "username": "A String", # The user name used in the IM client. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 6469 | "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` |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 6470 | "type": "A String", # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 6471 | "metadata": { # Metadata about a field. # Metadata about the IM client. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 6472 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 6473 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6474 | "type": "A String", # The source type. |
| 6475 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6476 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 6477 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6478 | "userTypes": [ # Output only. The user types. |
| 6479 | "A String", |
| 6480 | ], |
| 6481 | "objectType": "A String", # Output only. The profile object type. |
| 6482 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 6483 | }, |
| 6484 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 6485 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 6486 | }, |
| 6487 | }, |
| 6488 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 6489 | "braggingRights": [ # **DEPRECATED**: No data will be returned The person's bragging rights. |
| 6490 | { # **DEPRECATED**: No data will be returned A person's bragging rights. |
| 6491 | "metadata": { # Metadata about a field. # Metadata about the bragging rights. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 6492 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 6493 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6494 | "type": "A String", # The source type. |
| 6495 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6496 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 6497 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6498 | "userTypes": [ # Output only. The user types. |
| 6499 | "A String", |
| 6500 | ], |
| 6501 | "objectType": "A String", # Output only. The profile object type. |
| 6502 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 6503 | }, |
| 6504 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 6505 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 6506 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 6507 | "value": "A String", # The bragging rights; for example, `climbed mount everest`. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 6508 | }, |
| 6509 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 6510 | "metadata": { # The metadata about a person. # Output only. Metadata about the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 6511 | "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. |
| 6512 | "A String", |
| 6513 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 6514 | "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. |
| 6515 | "sources": [ # The sources of data for the person. |
| 6516 | { # The source of a field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 6517 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6518 | "type": "A String", # The source type. |
| 6519 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6520 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 6521 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6522 | "userTypes": [ # Output only. The user types. |
| 6523 | "A String", |
| 6524 | ], |
| 6525 | "objectType": "A String", # Output only. The profile object type. |
| 6526 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 6527 | }, |
| 6528 | ], |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 6529 | "linkedPeopleResourceNames": [ # Output only. Resource names of people linked to this resource. |
| 6530 | "A String", |
| 6531 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 6532 | "objectType": "A String", # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 6533 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 6534 | "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}`. |
| 6535 | "ageRanges": [ # Output only. The person's age ranges. |
| 6536 | { # A person's age range. |
| 6537 | "ageRange": "A String", # The age range. |
| 6538 | "metadata": { # Metadata about a field. # Metadata about the age range. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 6539 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 6540 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6541 | "type": "A String", # The source type. |
| 6542 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6543 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 6544 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6545 | "userTypes": [ # Output only. The user types. |
| 6546 | "A String", |
| 6547 | ], |
| 6548 | "objectType": "A String", # Output only. The profile object type. |
| 6549 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 6550 | }, |
| 6551 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 6552 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 6553 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 6554 | }, |
| 6555 | ], |
| 6556 | "relations": [ # The person's relations. |
| 6557 | { # A person's relation to another person. |
| 6558 | "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. |
| 6559 | "person": "A String", # The name of the other person this relation refers to. |
| 6560 | "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` |
| 6561 | "metadata": { # Metadata about a field. # Metadata about the relation. |
| 6562 | "source": { # The source of a field. # The source of the field. |
| 6563 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6564 | "type": "A String", # The source type. |
| 6565 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6566 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6567 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6568 | "userTypes": [ # Output only. The user types. |
| 6569 | "A String", |
| 6570 | ], |
| 6571 | "objectType": "A String", # Output only. The profile object type. |
| 6572 | }, |
| 6573 | }, |
| 6574 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 6575 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6576 | }, |
| 6577 | }, |
| 6578 | ], |
| 6579 | "residences": [ # **DEPRECATED**: (Please use `person.locations` instead) The person's residences. |
| 6580 | { # **DEPRECATED**: Please use `person.locations` instead. A person's past or current residence. |
| 6581 | "metadata": { # Metadata about a field. # Metadata about the residence. |
| 6582 | "source": { # The source of a field. # The source of the field. |
| 6583 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6584 | "type": "A String", # The source type. |
| 6585 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6586 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6587 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6588 | "userTypes": [ # Output only. The user types. |
| 6589 | "A String", |
| 6590 | ], |
| 6591 | "objectType": "A String", # Output only. The profile object type. |
| 6592 | }, |
| 6593 | }, |
| 6594 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 6595 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6596 | }, |
| 6597 | "current": True or False, # True if the residence is the person's current residence; false if the residence is a past residence. |
| 6598 | "value": "A String", # The address of the residence. |
| 6599 | }, |
| 6600 | ], |
| 6601 | "phoneNumbers": [ # The person's phone numbers. |
| 6602 | { # A person's phone number. |
| 6603 | "value": "A String", # The phone number. |
| 6604 | "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. |
| 6605 | "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. |
| 6606 | "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` |
| 6607 | "metadata": { # Metadata about a field. # Metadata about the phone number. |
| 6608 | "source": { # The source of a field. # The source of the field. |
| 6609 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6610 | "type": "A String", # The source type. |
| 6611 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6612 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6613 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6614 | "userTypes": [ # Output only. The user types. |
| 6615 | "A String", |
| 6616 | ], |
| 6617 | "objectType": "A String", # Output only. The profile object type. |
| 6618 | }, |
| 6619 | }, |
| 6620 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 6621 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6622 | }, |
| 6623 | }, |
| 6624 | ], |
| 6625 | "taglines": [ # Output only. **DEPRECATED**: No data will be returned The person's taglines. |
| 6626 | { # **DEPRECATED**: No data will be returned A brief one-line description of the person. |
| 6627 | "value": "A String", # The tagline. |
| 6628 | "metadata": { # Metadata about a field. # Metadata about the tagline. |
| 6629 | "source": { # The source of a field. # The source of the field. |
| 6630 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6631 | "type": "A String", # The source type. |
| 6632 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6633 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6634 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6635 | "userTypes": [ # Output only. The user types. |
| 6636 | "A String", |
| 6637 | ], |
| 6638 | "objectType": "A String", # Output only. The profile object type. |
| 6639 | }, |
| 6640 | }, |
| 6641 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 6642 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6643 | }, |
| 6644 | }, |
| 6645 | ], |
| 6646 | "genders": [ # The person's genders. This field is a singleton for contact sources. |
| 6647 | { # A person's gender. |
| 6648 | "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. |
| 6649 | "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` |
| 6650 | "metadata": { # Metadata about a field. # Metadata about the gender. |
| 6651 | "source": { # The source of a field. # The source of the field. |
| 6652 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6653 | "type": "A String", # The source type. |
| 6654 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6655 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6656 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6657 | "userTypes": [ # Output only. The user types. |
| 6658 | "A String", |
| 6659 | ], |
| 6660 | "objectType": "A String", # Output only. The profile object type. |
| 6661 | }, |
| 6662 | }, |
| 6663 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 6664 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6665 | }, |
| 6666 | "value": "A String", # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified` |
| 6667 | }, |
| 6668 | ], |
| 6669 | "biographies": [ # The person's biographies. This field is a singleton for contact sources. |
| 6670 | { # A person's short biography. |
| 6671 | "value": "A String", # The short biography. |
| 6672 | "contentType": "A String", # The content type of the biography. |
| 6673 | "metadata": { # Metadata about a field. # Metadata about the biography. |
| 6674 | "source": { # The source of a field. # The source of the field. |
| 6675 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6676 | "type": "A String", # The source type. |
| 6677 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6678 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6679 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6680 | "userTypes": [ # Output only. The user types. |
| 6681 | "A String", |
| 6682 | ], |
| 6683 | "objectType": "A String", # Output only. The profile object type. |
| 6684 | }, |
| 6685 | }, |
| 6686 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 6687 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6688 | }, |
| 6689 | }, |
| 6690 | ], |
| 6691 | "miscKeywords": [ # The person's miscellaneous keywords. |
| 6692 | { # A person's miscellaneous keyword. |
| 6693 | "type": "A String", # The miscellaneous keyword type. |
| 6694 | "metadata": { # Metadata about a field. # Metadata about the miscellaneous keyword. |
| 6695 | "source": { # The source of a field. # The source of the field. |
| 6696 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6697 | "type": "A String", # The source type. |
| 6698 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6699 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6700 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6701 | "userTypes": [ # Output only. The user types. |
| 6702 | "A String", |
| 6703 | ], |
| 6704 | "objectType": "A String", # Output only. The profile object type. |
| 6705 | }, |
| 6706 | }, |
| 6707 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 6708 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6709 | }, |
| 6710 | "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. |
| 6711 | "value": "A String", # The value of the miscellaneous keyword. |
| 6712 | }, |
| 6713 | ], |
| 6714 | "sipAddresses": [ # The person's SIP addresses. |
| 6715 | { # A person's SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet. |
| 6716 | "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` |
| 6717 | "value": "A String", # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format. |
| 6718 | "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. |
| 6719 | "metadata": { # Metadata about a field. # Metadata about the SIP address. |
| 6720 | "source": { # The source of a field. # The source of the field. |
| 6721 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6722 | "type": "A String", # The source type. |
| 6723 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6724 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6725 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6726 | "userTypes": [ # Output only. The user types. |
| 6727 | "A String", |
| 6728 | ], |
| 6729 | "objectType": "A String", # Output only. The profile object type. |
| 6730 | }, |
| 6731 | }, |
| 6732 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 6733 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6734 | }, |
| 6735 | }, |
| 6736 | ], |
| 6737 | "externalIds": [ # The person's external IDs. |
| 6738 | { # An identifier from an external entity related to the person. |
| 6739 | "metadata": { # Metadata about a field. # Metadata about the external ID. |
| 6740 | "source": { # The source of a field. # The source of the field. |
| 6741 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6742 | "type": "A String", # The source type. |
| 6743 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6744 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6745 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6746 | "userTypes": [ # Output only. The user types. |
| 6747 | "A String", |
| 6748 | ], |
| 6749 | "objectType": "A String", # Output only. The profile object type. |
| 6750 | }, |
| 6751 | }, |
| 6752 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 6753 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6754 | }, |
| 6755 | "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. |
| 6756 | "value": "A String", # The value of the external ID. |
| 6757 | "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` |
| 6758 | }, |
| 6759 | ], |
| 6760 | "skills": [ # The person's skills. |
| 6761 | { # A skill that the person has. |
| 6762 | "metadata": { # Metadata about a field. # Metadata about the skill. |
| 6763 | "source": { # The source of a field. # The source of the field. |
| 6764 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6765 | "type": "A String", # The source type. |
| 6766 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6767 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6768 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6769 | "userTypes": [ # Output only. The user types. |
| 6770 | "A String", |
| 6771 | ], |
| 6772 | "objectType": "A String", # Output only. The profile object type. |
| 6773 | }, |
| 6774 | }, |
| 6775 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 6776 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6777 | }, |
| 6778 | "value": "A String", # The skill; for example, `underwater basket weaving`. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 6779 | }, |
| 6780 | ], |
| 6781 | "birthdays": [ # The person's birthdays. This field is a singleton for contact sources. |
| 6782 | { # 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. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 6783 | "metadata": { # Metadata about a field. # Metadata about the birthday. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 6784 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 6785 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6786 | "type": "A String", # The source type. |
| 6787 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6788 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 6789 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6790 | "userTypes": [ # Output only. The user types. |
| 6791 | "A String", |
| 6792 | ], |
| 6793 | "objectType": "A String", # Output only. The profile object type. |
| 6794 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 6795 | }, |
| 6796 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 6797 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6798 | }, |
| 6799 | "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. |
| 6800 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 6801 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 6802 | "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. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 6803 | }, |
| 6804 | "text": "A String", # A free-form string representing the user's birthday. |
| 6805 | }, |
| 6806 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 6807 | "coverPhotos": [ # Output only. The person's cover photos. |
| 6808 | { # 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. |
| 6809 | "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. |
| 6810 | "metadata": { # Metadata about a field. # Metadata about the cover photo. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 6811 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 6812 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6813 | "type": "A String", # The source type. |
| 6814 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6815 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 6816 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6817 | "userTypes": [ # Output only. The user types. |
| 6818 | "A String", |
| 6819 | ], |
| 6820 | "objectType": "A String", # Output only. The profile object type. |
| 6821 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 6822 | }, |
| 6823 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 6824 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 6825 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 6826 | "url": "A String", # The URL of the cover photo. |
| 6827 | }, |
| 6828 | ], |
| 6829 | "fileAses": [ # The person's file-ases. |
| 6830 | { # The name that should be used to sort the person in a list. |
| 6831 | "metadata": { # Metadata about a field. # Metadata about the file-as. |
| 6832 | "source": { # The source of a field. # The source of the field. |
| 6833 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6834 | "type": "A String", # The source type. |
| 6835 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6836 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6837 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6838 | "userTypes": [ # Output only. The user types. |
| 6839 | "A String", |
| 6840 | ], |
| 6841 | "objectType": "A String", # Output only. The profile object type. |
| 6842 | }, |
| 6843 | }, |
| 6844 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 6845 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6846 | }, |
| 6847 | "value": "A String", # The file-as value |
| 6848 | }, |
| 6849 | ], |
| 6850 | "clientData": [ # The person's client data. |
| 6851 | { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. |
| 6852 | "metadata": { # Metadata about a field. # Metadata about the client data. |
| 6853 | "source": { # The source of a field. # The source of the field. |
| 6854 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6855 | "type": "A String", # The source type. |
| 6856 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6857 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6858 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6859 | "userTypes": [ # Output only. The user types. |
| 6860 | "A String", |
| 6861 | ], |
| 6862 | "objectType": "A String", # Output only. The profile object type. |
| 6863 | }, |
| 6864 | }, |
| 6865 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 6866 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6867 | }, |
| 6868 | "key": "A String", # The client specified key of the client data. |
| 6869 | "value": "A String", # The client specified value of the client data. |
| 6870 | }, |
| 6871 | ], |
| 6872 | "events": [ # The person's events. |
| 6873 | { # An event related to the person. |
| 6874 | "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. |
| 6875 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 6876 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 6877 | "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. |
| 6878 | }, |
| 6879 | "type": "A String", # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other` |
| 6880 | "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. |
| 6881 | "metadata": { # Metadata about a field. # Metadata about the event. |
| 6882 | "source": { # The source of a field. # The source of the field. |
| 6883 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6884 | "type": "A String", # The source type. |
| 6885 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6886 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6887 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6888 | "userTypes": [ # Output only. The user types. |
| 6889 | "A String", |
| 6890 | ], |
| 6891 | "objectType": "A String", # Output only. The profile object type. |
| 6892 | }, |
| 6893 | }, |
| 6894 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 6895 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6896 | }, |
| 6897 | }, |
| 6898 | ], |
| 6899 | "userDefined": [ # The person's user defined data. |
| 6900 | { # Arbitrary user data that is populated by the end users. |
| 6901 | "metadata": { # Metadata about a field. # Metadata about the user defined data. |
| 6902 | "source": { # The source of a field. # The source of the field. |
| 6903 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6904 | "type": "A String", # The source type. |
| 6905 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6906 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6907 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6908 | "userTypes": [ # Output only. The user types. |
| 6909 | "A String", |
| 6910 | ], |
| 6911 | "objectType": "A String", # Output only. The profile object type. |
| 6912 | }, |
| 6913 | }, |
| 6914 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 6915 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6916 | }, |
| 6917 | "key": "A String", # The end user specified key of the user defined data. |
| 6918 | "value": "A String", # The end user specified value of the user defined data. |
| 6919 | }, |
| 6920 | ], |
| 6921 | "ageRange": "A String", # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person's age range. |
| 6922 | "organizations": [ # The person's past or current organizations. |
| 6923 | { # A person's past or current organization. Overlapping date ranges are permitted. |
| 6924 | "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. |
| 6925 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 6926 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 6927 | "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. |
| 6928 | }, |
| 6929 | "name": "A String", # The name of the organization. |
| 6930 | "metadata": { # Metadata about a field. # Metadata about the organization. |
| 6931 | "source": { # The source of a field. # The source of the field. |
| 6932 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6933 | "type": "A String", # The source type. |
| 6934 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6935 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6936 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6937 | "userTypes": [ # Output only. The user types. |
| 6938 | "A String", |
| 6939 | ], |
| 6940 | "objectType": "A String", # Output only. The profile object type. |
| 6941 | }, |
| 6942 | }, |
| 6943 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 6944 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6945 | }, |
| 6946 | "location": "A String", # The location of the organization office the person works at. |
| 6947 | "title": "A String", # The person's job title at the organization. |
| 6948 | "current": True or False, # True if the organization is the person's current organization; false if the organization is a past organization. |
| 6949 | "domain": "A String", # The domain name associated with the organization; for example, `google.com`. |
| 6950 | "symbol": "A String", # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym. |
| 6951 | "phoneticName": "A String", # The phonetic name of the organization. |
| 6952 | "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. |
| 6953 | "department": "A String", # The person's department at the organization. |
| 6954 | "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. |
| 6955 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 6956 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 6957 | "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. |
| 6958 | }, |
| 6959 | "jobDescription": "A String", # The person's job description at the organization. |
| 6960 | "type": "A String", # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school` |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 6961 | }, |
| 6962 | ], |
| 6963 | "occupations": [ # The person's occupations. |
| 6964 | { # A person's occupation. |
| 6965 | "metadata": { # Metadata about a field. # Metadata about the occupation. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 6966 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 6967 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6968 | "type": "A String", # The source type. |
| 6969 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6970 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 6971 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6972 | "userTypes": [ # Output only. The user types. |
| 6973 | "A String", |
| 6974 | ], |
| 6975 | "objectType": "A String", # Output only. The profile object type. |
| 6976 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 6977 | }, |
| 6978 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 6979 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 6980 | }, |
| 6981 | "value": "A String", # The occupation; for example, `carpenter`. |
| 6982 | }, |
| 6983 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 6984 | "calendarUrls": [ # The person's calendar URLs. |
| 6985 | { # A person's calendar URL. |
| 6986 | "type": "A String", # The type of the calendar URL. The type can be custom or one of these predefined values: * `home` * `freeBusy` * `work` |
| 6987 | "url": "A String", # The calendar URL. |
| 6988 | "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. |
| 6989 | "metadata": { # Metadata about a field. # Metadata about the calendar URL. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 6990 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 6991 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6992 | "type": "A String", # The source type. |
| 6993 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6994 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 6995 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6996 | "userTypes": [ # Output only. The user types. |
| 6997 | "A String", |
| 6998 | ], |
| 6999 | "objectType": "A String", # Output only. The profile object type. |
| 7000 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 7001 | }, |
| 7002 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 7003 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 7004 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 7005 | }, |
| 7006 | ], |
| 7007 | "locales": [ # The person's locale preferences. |
| 7008 | { # A person's locale preference. |
| 7009 | "metadata": { # Metadata about a field. # Metadata about the locale. |
| 7010 | "source": { # The source of a field. # The source of the field. |
| 7011 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7012 | "type": "A String", # The source type. |
| 7013 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7014 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7015 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7016 | "userTypes": [ # Output only. The user types. |
| 7017 | "A String", |
| 7018 | ], |
| 7019 | "objectType": "A String", # Output only. The profile object type. |
| 7020 | }, |
| 7021 | }, |
| 7022 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 7023 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7024 | }, |
| 7025 | "value": "A String", # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale. |
| 7026 | }, |
| 7027 | ], |
| 7028 | "memberships": [ # The person's group memberships. |
| 7029 | { # A person's membership in a group. Only contact group memberships can be modified. |
| 7030 | "domainMembership": { # A G Suite Domain membership. # Output only. The domain membership. |
| 7031 | "inViewerDomain": True or False, # True if the person is in the viewer's G Suite domain. |
| 7032 | }, |
| 7033 | "contactGroupMembership": { # A Google contact group membership. # The contact group membership. |
| 7034 | "contactGroupId": "A String", # Output only. The contact group ID for the contact group membership. |
| 7035 | "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. |
| 7036 | }, |
| 7037 | "metadata": { # Metadata about a field. # Metadata about the membership. |
| 7038 | "source": { # The source of a field. # The source of the field. |
| 7039 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7040 | "type": "A String", # The source type. |
| 7041 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7042 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7043 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7044 | "userTypes": [ # Output only. The user types. |
| 7045 | "A String", |
| 7046 | ], |
| 7047 | "objectType": "A String", # Output only. The profile object type. |
| 7048 | }, |
| 7049 | }, |
| 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 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7052 | }, |
| 7053 | }, |
| 7054 | ], |
| 7055 | "relationshipStatuses": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship statuses. |
| 7056 | { # **DEPRECATED**: No data will be returned A person's relationship status. |
| 7057 | "metadata": { # Metadata about a field. # Metadata about the relationship status. |
| 7058 | "source": { # The source of a field. # The source of the field. |
| 7059 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7060 | "type": "A String", # The source type. |
| 7061 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7062 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7063 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7064 | "userTypes": [ # Output only. The user types. |
| 7065 | "A String", |
| 7066 | ], |
| 7067 | "objectType": "A String", # Output only. The profile object type. |
| 7068 | }, |
| 7069 | }, |
| 7070 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 7071 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7072 | }, |
| 7073 | "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` |
| 7074 | "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. |
| 7075 | }, |
| 7076 | ], |
| 7077 | "photos": [ # Output only. The person's photos. |
| 7078 | { # A person's photo. A picture shown next to the person's name to help others recognize the person. |
| 7079 | "metadata": { # Metadata about a field. # Metadata about the photo. |
| 7080 | "source": { # The source of a field. # The source of the field. |
| 7081 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7082 | "type": "A String", # The source type. |
| 7083 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7084 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7085 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7086 | "userTypes": [ # Output only. The user types. |
| 7087 | "A String", |
| 7088 | ], |
| 7089 | "objectType": "A String", # Output only. The profile object type. |
| 7090 | }, |
| 7091 | }, |
| 7092 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 7093 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7094 | }, |
| 7095 | "default": True or False, # True if the photo is a default photo; false if the photo is a user-provided photo. |
| 7096 | "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 |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 7097 | }, |
| 7098 | ], |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 7099 | } |
| 7100 | |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7101 | 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] | 7102 | Allowed values |
| 7103 | READ_SOURCE_TYPE_UNSPECIFIED - Unspecified. |
| 7104 | READ_SOURCE_TYPE_PROFILE - Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE. |
| 7105 | READ_SOURCE_TYPE_CONTACT - Returns SourceType.CONTACT. |
| 7106 | READ_SOURCE_TYPE_DOMAIN_CONTACT - Returns SourceType.DOMAIN_CONTACT. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 7107 | 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 |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 7108 | 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 |
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. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 7118 | "emailAddresses": [ # The person's email addresses. |
| 7119 | { # A person's email address. |
| 7120 | "value": "A String", # The email address. |
| 7121 | "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. |
| 7122 | "metadata": { # Metadata about a field. # Metadata about the email address. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 7123 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 7124 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7125 | "type": "A String", # The source type. |
| 7126 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7127 | "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] | 7128 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7129 | "userTypes": [ # Output only. The user types. |
| 7130 | "A String", |
| 7131 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7132 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7133 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7134 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 7135 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 7136 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7137 | }, |
| 7138 | "displayName": "A String", # The display name of the email. |
| 7139 | "type": "A String", # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 7140 | }, |
| 7141 | ], |
| 7142 | "addresses": [ # The person's street addresses. |
| 7143 | { # A person's physical address. May be a P.O. box or street address. All fields are optional. |
| 7144 | "streetAddress": "A String", # The street address. |
| 7145 | "poBox": "A String", # The P.O. box of the address. |
| 7146 | "region": "A String", # The region of the address; for example, the state or province. |
| 7147 | "type": "A String", # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 7148 | "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. |
| 7149 | "countryCode": "A String", # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address. |
| 7150 | "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. |
| 7151 | "postalCode": "A String", # The postal code of the address. |
| 7152 | "extendedAddress": "A String", # The extended address of the address; for example, the apartment number. |
| 7153 | "city": "A String", # The city of the address. |
| 7154 | "country": "A String", # The country of the address. |
| 7155 | "metadata": { # Metadata about a field. # Metadata about the address. |
| 7156 | "source": { # The source of a field. # The source of the field. |
| 7157 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7158 | "type": "A String", # The source type. |
| 7159 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7160 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7161 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7162 | "userTypes": [ # Output only. The user types. |
| 7163 | "A String", |
| 7164 | ], |
| 7165 | "objectType": "A String", # Output only. The profile object type. |
| 7166 | }, |
| 7167 | }, |
| 7168 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 7169 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7170 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7171 | }, |
| 7172 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 7173 | "etag": "A String", # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation. |
| 7174 | "interests": [ # The person's interests. |
| 7175 | { # One of the person's interests. |
| 7176 | "value": "A String", # The interest; for example, `stargazing`. |
| 7177 | "metadata": { # Metadata about a field. # Metadata about the interest. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 7178 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 7179 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7180 | "type": "A String", # The source type. |
| 7181 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7182 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 7183 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7184 | "userTypes": [ # Output only. The user types. |
| 7185 | "A String", |
| 7186 | ], |
| 7187 | "objectType": "A String", # Output only. The profile object type. |
| 7188 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 7189 | }, |
| 7190 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 7191 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 7192 | }, |
| 7193 | }, |
| 7194 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 7195 | "locations": [ # The person's locations. |
| 7196 | { # A person's location. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 7197 | "type": "A String", # The type of the location. The type can be custom or one of these predefined values: * `desk` * `grewUp` |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 7198 | "floor": "A String", # The floor name or number. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 7199 | "deskCode": "A String", # The individual desk location. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 7200 | "floorSection": "A String", # The floor section in `floor_name`. |
| 7201 | "value": "A String", # The free-form value of the location. |
| 7202 | "metadata": { # Metadata about a field. # Metadata about the location. |
| 7203 | "source": { # The source of a field. # The source of the field. |
| 7204 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7205 | "type": "A String", # The source type. |
| 7206 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7207 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7208 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7209 | "userTypes": [ # Output only. The user types. |
| 7210 | "A String", |
| 7211 | ], |
| 7212 | "objectType": "A String", # Output only. The profile object type. |
| 7213 | }, |
| 7214 | }, |
| 7215 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 7216 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7217 | }, |
| 7218 | "buildingId": "A String", # The building identifier. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 7219 | "current": True or False, # Whether the location is the current location. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 7220 | }, |
| 7221 | ], |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 7222 | "relationshipInterests": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship interests. |
| 7223 | { # **DEPRECATED**: No data will be returned A person's relationship interest . |
| 7224 | "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. |
| 7225 | "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` |
| 7226 | "metadata": { # Metadata about a field. # Metadata about the relationship interest. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 7227 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 7228 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7229 | "type": "A String", # The source type. |
| 7230 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7231 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 7232 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7233 | "userTypes": [ # Output only. The user types. |
| 7234 | "A String", |
| 7235 | ], |
| 7236 | "objectType": "A String", # Output only. The profile object type. |
| 7237 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 7238 | }, |
| 7239 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 7240 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 7241 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 7242 | }, |
| 7243 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 7244 | "names": [ # The person's names. This field is a singleton for contact sources. |
| 7245 | { # A person's name. If the name is a mononym, the family name is empty. |
| 7246 | "metadata": { # Metadata about a field. # Metadata about the name. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 7247 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 7248 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7249 | "type": "A String", # The source type. |
| 7250 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7251 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 7252 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7253 | "userTypes": [ # Output only. The user types. |
| 7254 | "A String", |
| 7255 | ], |
| 7256 | "objectType": "A String", # Output only. The profile object type. |
| 7257 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 7258 | }, |
| 7259 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 7260 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 7261 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 7262 | "phoneticFamilyName": "A String", # The family name spelled as it sounds. |
| 7263 | "phoneticMiddleName": "A String", # The middle name(s) spelled as they sound. |
| 7264 | "phoneticHonorificPrefix": "A String", # The honorific prefixes spelled as they sound. |
| 7265 | "familyName": "A String", # The family name. |
| 7266 | "phoneticGivenName": "A String", # The given name spelled as it sounds. |
| 7267 | "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. |
| 7268 | "middleName": "A String", # The middle name(s). |
| 7269 | "honorificSuffix": "A String", # The honorific suffixes, such as `Jr.` |
| 7270 | "honorificPrefix": "A String", # The honorific prefixes, such as `Mrs.` or `Dr.` |
| 7271 | "unstructuredName": "A String", # The free form name value. |
| 7272 | "phoneticHonorificSuffix": "A String", # The honorific suffixes spelled as they sound. |
| 7273 | "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. |
| 7274 | "phoneticFullName": "A String", # The full name spelled as it sounds. |
| 7275 | "givenName": "A String", # The given name. |
| 7276 | }, |
| 7277 | ], |
| 7278 | "urls": [ # The person's associated URLs. |
| 7279 | { # A person's associated URLs. |
| 7280 | "value": "A String", # The URL. |
| 7281 | "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. |
| 7282 | "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` |
| 7283 | "metadata": { # Metadata about a field. # Metadata about the URL. |
| 7284 | "source": { # The source of a field. # The source of the field. |
| 7285 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7286 | "type": "A String", # The source type. |
| 7287 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7288 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7289 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7290 | "userTypes": [ # Output only. The user types. |
| 7291 | "A String", |
| 7292 | ], |
| 7293 | "objectType": "A String", # Output only. The profile object type. |
| 7294 | }, |
| 7295 | }, |
| 7296 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 7297 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7298 | }, |
| 7299 | }, |
| 7300 | ], |
| 7301 | "nicknames": [ # The person's nicknames. |
| 7302 | { # A person's nickname. |
| 7303 | "type": "A String", # The type of the nickname. |
| 7304 | "metadata": { # Metadata about a field. # Metadata about the nickname. |
| 7305 | "source": { # The source of a field. # The source of the field. |
| 7306 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7307 | "type": "A String", # The source type. |
| 7308 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7309 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7310 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7311 | "userTypes": [ # Output only. The user types. |
| 7312 | "A String", |
| 7313 | ], |
| 7314 | "objectType": "A String", # Output only. The profile object type. |
| 7315 | }, |
| 7316 | }, |
| 7317 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 7318 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7319 | }, |
| 7320 | "value": "A String", # The nickname. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 7321 | }, |
| 7322 | ], |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 7323 | "imClients": [ # The person's instant messaging clients. |
| 7324 | { # A person's instant messaging client. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 7325 | "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. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 7326 | "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. |
| 7327 | "username": "A String", # The user name used in the IM client. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 7328 | "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` |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 7329 | "type": "A String", # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 7330 | "metadata": { # Metadata about a field. # Metadata about the IM client. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 7331 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 7332 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7333 | "type": "A String", # The source type. |
| 7334 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7335 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 7336 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7337 | "userTypes": [ # Output only. The user types. |
| 7338 | "A String", |
| 7339 | ], |
| 7340 | "objectType": "A String", # Output only. The profile object type. |
| 7341 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 7342 | }, |
| 7343 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 7344 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 7345 | }, |
| 7346 | }, |
| 7347 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 7348 | "braggingRights": [ # **DEPRECATED**: No data will be returned The person's bragging rights. |
| 7349 | { # **DEPRECATED**: No data will be returned A person's bragging rights. |
| 7350 | "metadata": { # Metadata about a field. # Metadata about the bragging rights. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 7351 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 7352 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7353 | "type": "A String", # The source type. |
| 7354 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7355 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 7356 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7357 | "userTypes": [ # Output only. The user types. |
| 7358 | "A String", |
| 7359 | ], |
| 7360 | "objectType": "A String", # Output only. The profile object type. |
| 7361 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 7362 | }, |
| 7363 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 7364 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 7365 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 7366 | "value": "A String", # The bragging rights; for example, `climbed mount everest`. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 7367 | }, |
| 7368 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 7369 | "metadata": { # The metadata about a person. # Output only. Metadata about the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 7370 | "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. |
| 7371 | "A String", |
| 7372 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 7373 | "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. |
| 7374 | "sources": [ # The sources of data for the person. |
| 7375 | { # The source of a field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 7376 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7377 | "type": "A String", # The source type. |
| 7378 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7379 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 7380 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7381 | "userTypes": [ # Output only. The user types. |
| 7382 | "A String", |
| 7383 | ], |
| 7384 | "objectType": "A String", # Output only. The profile object type. |
| 7385 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 7386 | }, |
| 7387 | ], |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 7388 | "linkedPeopleResourceNames": [ # Output only. Resource names of people linked to this resource. |
| 7389 | "A String", |
| 7390 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 7391 | "objectType": "A String", # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 7392 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 7393 | "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}`. |
| 7394 | "ageRanges": [ # Output only. The person's age ranges. |
| 7395 | { # A person's age range. |
| 7396 | "ageRange": "A String", # The age range. |
| 7397 | "metadata": { # Metadata about a field. # Metadata about the age range. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 7398 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 7399 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7400 | "type": "A String", # The source type. |
| 7401 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7402 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 7403 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7404 | "userTypes": [ # Output only. The user types. |
| 7405 | "A String", |
| 7406 | ], |
| 7407 | "objectType": "A String", # Output only. The profile object type. |
| 7408 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 7409 | }, |
| 7410 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 7411 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 7412 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 7413 | }, |
| 7414 | ], |
| 7415 | "relations": [ # The person's relations. |
| 7416 | { # A person's relation to another person. |
| 7417 | "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. |
| 7418 | "person": "A String", # The name of the other person this relation refers to. |
| 7419 | "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` |
| 7420 | "metadata": { # Metadata about a field. # Metadata about the relation. |
| 7421 | "source": { # The source of a field. # The source of the field. |
| 7422 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7423 | "type": "A String", # The source type. |
| 7424 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7425 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7426 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7427 | "userTypes": [ # Output only. The user types. |
| 7428 | "A String", |
| 7429 | ], |
| 7430 | "objectType": "A String", # Output only. The profile object type. |
| 7431 | }, |
| 7432 | }, |
| 7433 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 7434 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7435 | }, |
| 7436 | }, |
| 7437 | ], |
| 7438 | "residences": [ # **DEPRECATED**: (Please use `person.locations` instead) The person's residences. |
| 7439 | { # **DEPRECATED**: Please use `person.locations` instead. A person's past or current residence. |
| 7440 | "metadata": { # Metadata about a field. # Metadata about the residence. |
| 7441 | "source": { # The source of a field. # The source of the field. |
| 7442 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7443 | "type": "A String", # The source type. |
| 7444 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7445 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7446 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7447 | "userTypes": [ # Output only. The user types. |
| 7448 | "A String", |
| 7449 | ], |
| 7450 | "objectType": "A String", # Output only. The profile object type. |
| 7451 | }, |
| 7452 | }, |
| 7453 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 7454 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7455 | }, |
| 7456 | "current": True or False, # True if the residence is the person's current residence; false if the residence is a past residence. |
| 7457 | "value": "A String", # The address of the residence. |
| 7458 | }, |
| 7459 | ], |
| 7460 | "phoneNumbers": [ # The person's phone numbers. |
| 7461 | { # A person's phone number. |
| 7462 | "value": "A String", # The phone number. |
| 7463 | "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. |
| 7464 | "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. |
| 7465 | "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` |
| 7466 | "metadata": { # Metadata about a field. # Metadata about the phone number. |
| 7467 | "source": { # The source of a field. # The source of the field. |
| 7468 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7469 | "type": "A String", # The source type. |
| 7470 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7471 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7472 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7473 | "userTypes": [ # Output only. The user types. |
| 7474 | "A String", |
| 7475 | ], |
| 7476 | "objectType": "A String", # Output only. The profile object type. |
| 7477 | }, |
| 7478 | }, |
| 7479 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 7480 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7481 | }, |
| 7482 | }, |
| 7483 | ], |
| 7484 | "taglines": [ # Output only. **DEPRECATED**: No data will be returned The person's taglines. |
| 7485 | { # **DEPRECATED**: No data will be returned A brief one-line description of the person. |
| 7486 | "value": "A String", # The tagline. |
| 7487 | "metadata": { # Metadata about a field. # Metadata about the tagline. |
| 7488 | "source": { # The source of a field. # The source of the field. |
| 7489 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7490 | "type": "A String", # The source type. |
| 7491 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7492 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7493 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7494 | "userTypes": [ # Output only. The user types. |
| 7495 | "A String", |
| 7496 | ], |
| 7497 | "objectType": "A String", # Output only. The profile object type. |
| 7498 | }, |
| 7499 | }, |
| 7500 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 7501 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7502 | }, |
| 7503 | }, |
| 7504 | ], |
| 7505 | "genders": [ # The person's genders. This field is a singleton for contact sources. |
| 7506 | { # A person's gender. |
| 7507 | "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. |
| 7508 | "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` |
| 7509 | "metadata": { # Metadata about a field. # Metadata about the gender. |
| 7510 | "source": { # The source of a field. # The source of the field. |
| 7511 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7512 | "type": "A String", # The source type. |
| 7513 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7514 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7515 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7516 | "userTypes": [ # Output only. The user types. |
| 7517 | "A String", |
| 7518 | ], |
| 7519 | "objectType": "A String", # Output only. The profile object type. |
| 7520 | }, |
| 7521 | }, |
| 7522 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 7523 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7524 | }, |
| 7525 | "value": "A String", # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified` |
| 7526 | }, |
| 7527 | ], |
| 7528 | "biographies": [ # The person's biographies. This field is a singleton for contact sources. |
| 7529 | { # A person's short biography. |
| 7530 | "value": "A String", # The short biography. |
| 7531 | "contentType": "A String", # The content type of the biography. |
| 7532 | "metadata": { # Metadata about a field. # Metadata about the biography. |
| 7533 | "source": { # The source of a field. # The source of the field. |
| 7534 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7535 | "type": "A String", # The source type. |
| 7536 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7537 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7538 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7539 | "userTypes": [ # Output only. The user types. |
| 7540 | "A String", |
| 7541 | ], |
| 7542 | "objectType": "A String", # Output only. The profile object type. |
| 7543 | }, |
| 7544 | }, |
| 7545 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 7546 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7547 | }, |
| 7548 | }, |
| 7549 | ], |
| 7550 | "miscKeywords": [ # The person's miscellaneous keywords. |
| 7551 | { # A person's miscellaneous keyword. |
| 7552 | "type": "A String", # The miscellaneous keyword type. |
| 7553 | "metadata": { # Metadata about a field. # Metadata about the miscellaneous keyword. |
| 7554 | "source": { # The source of a field. # The source of the field. |
| 7555 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7556 | "type": "A String", # The source type. |
| 7557 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7558 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7559 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7560 | "userTypes": [ # Output only. The user types. |
| 7561 | "A String", |
| 7562 | ], |
| 7563 | "objectType": "A String", # Output only. The profile object type. |
| 7564 | }, |
| 7565 | }, |
| 7566 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 7567 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7568 | }, |
| 7569 | "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. |
| 7570 | "value": "A String", # The value of the miscellaneous keyword. |
| 7571 | }, |
| 7572 | ], |
| 7573 | "sipAddresses": [ # The person's SIP addresses. |
| 7574 | { # A person's SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet. |
| 7575 | "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` |
| 7576 | "value": "A String", # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format. |
| 7577 | "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. |
| 7578 | "metadata": { # Metadata about a field. # Metadata about the SIP address. |
| 7579 | "source": { # The source of a field. # The source of the field. |
| 7580 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7581 | "type": "A String", # The source type. |
| 7582 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7583 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7584 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7585 | "userTypes": [ # Output only. The user types. |
| 7586 | "A String", |
| 7587 | ], |
| 7588 | "objectType": "A String", # Output only. The profile object type. |
| 7589 | }, |
| 7590 | }, |
| 7591 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 7592 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7593 | }, |
| 7594 | }, |
| 7595 | ], |
| 7596 | "externalIds": [ # The person's external IDs. |
| 7597 | { # An identifier from an external entity related to the person. |
| 7598 | "metadata": { # Metadata about a field. # Metadata about the external ID. |
| 7599 | "source": { # The source of a field. # The source of the field. |
| 7600 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7601 | "type": "A String", # The source type. |
| 7602 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7603 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7604 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7605 | "userTypes": [ # Output only. The user types. |
| 7606 | "A String", |
| 7607 | ], |
| 7608 | "objectType": "A String", # Output only. The profile object type. |
| 7609 | }, |
| 7610 | }, |
| 7611 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 7612 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7613 | }, |
| 7614 | "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. |
| 7615 | "value": "A String", # The value of the external ID. |
| 7616 | "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` |
| 7617 | }, |
| 7618 | ], |
| 7619 | "skills": [ # The person's skills. |
| 7620 | { # A skill that the person has. |
| 7621 | "metadata": { # Metadata about a field. # Metadata about the skill. |
| 7622 | "source": { # The source of a field. # The source of the field. |
| 7623 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7624 | "type": "A String", # The source type. |
| 7625 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7626 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7627 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7628 | "userTypes": [ # Output only. The user types. |
| 7629 | "A String", |
| 7630 | ], |
| 7631 | "objectType": "A String", # Output only. The profile object type. |
| 7632 | }, |
| 7633 | }, |
| 7634 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 7635 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7636 | }, |
| 7637 | "value": "A String", # The skill; for example, `underwater basket weaving`. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 7638 | }, |
| 7639 | ], |
| 7640 | "birthdays": [ # The person's birthdays. This field is a singleton for contact sources. |
| 7641 | { # 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. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 7642 | "metadata": { # Metadata about a field. # Metadata about the birthday. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 7643 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 7644 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7645 | "type": "A String", # The source type. |
| 7646 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7647 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 7648 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7649 | "userTypes": [ # Output only. The user types. |
| 7650 | "A String", |
| 7651 | ], |
| 7652 | "objectType": "A String", # Output only. The profile object type. |
| 7653 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 7654 | }, |
| 7655 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 7656 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7657 | }, |
| 7658 | "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. |
| 7659 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 7660 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 7661 | "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. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 7662 | }, |
| 7663 | "text": "A String", # A free-form string representing the user's birthday. |
| 7664 | }, |
| 7665 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 7666 | "coverPhotos": [ # Output only. The person's cover photos. |
| 7667 | { # 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. |
| 7668 | "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. |
| 7669 | "metadata": { # Metadata about a field. # Metadata about the cover photo. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 7670 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 7671 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7672 | "type": "A String", # The source type. |
| 7673 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7674 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 7675 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7676 | "userTypes": [ # Output only. The user types. |
| 7677 | "A String", |
| 7678 | ], |
| 7679 | "objectType": "A String", # Output only. The profile object type. |
| 7680 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 7681 | }, |
| 7682 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 7683 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 7684 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 7685 | "url": "A String", # The URL of the cover photo. |
| 7686 | }, |
| 7687 | ], |
| 7688 | "fileAses": [ # The person's file-ases. |
| 7689 | { # The name that should be used to sort the person in a list. |
| 7690 | "metadata": { # Metadata about a field. # Metadata about the file-as. |
| 7691 | "source": { # The source of a field. # The source of the field. |
| 7692 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7693 | "type": "A String", # The source type. |
| 7694 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7695 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7696 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7697 | "userTypes": [ # Output only. The user types. |
| 7698 | "A String", |
| 7699 | ], |
| 7700 | "objectType": "A String", # Output only. The profile object type. |
| 7701 | }, |
| 7702 | }, |
| 7703 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 7704 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7705 | }, |
| 7706 | "value": "A String", # The file-as value |
| 7707 | }, |
| 7708 | ], |
| 7709 | "clientData": [ # The person's client data. |
| 7710 | { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. |
| 7711 | "metadata": { # Metadata about a field. # Metadata about the client data. |
| 7712 | "source": { # The source of a field. # The source of the field. |
| 7713 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7714 | "type": "A String", # The source type. |
| 7715 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7716 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7717 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7718 | "userTypes": [ # Output only. The user types. |
| 7719 | "A String", |
| 7720 | ], |
| 7721 | "objectType": "A String", # Output only. The profile object type. |
| 7722 | }, |
| 7723 | }, |
| 7724 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 7725 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7726 | }, |
| 7727 | "key": "A String", # The client specified key of the client data. |
| 7728 | "value": "A String", # The client specified value of the client data. |
| 7729 | }, |
| 7730 | ], |
| 7731 | "events": [ # The person's events. |
| 7732 | { # An event related to the person. |
| 7733 | "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. |
| 7734 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 7735 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 7736 | "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. |
| 7737 | }, |
| 7738 | "type": "A String", # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other` |
| 7739 | "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. |
| 7740 | "metadata": { # Metadata about a field. # Metadata about the event. |
| 7741 | "source": { # The source of a field. # The source of the field. |
| 7742 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7743 | "type": "A String", # The source type. |
| 7744 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7745 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7746 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7747 | "userTypes": [ # Output only. The user types. |
| 7748 | "A String", |
| 7749 | ], |
| 7750 | "objectType": "A String", # Output only. The profile object type. |
| 7751 | }, |
| 7752 | }, |
| 7753 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 7754 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7755 | }, |
| 7756 | }, |
| 7757 | ], |
| 7758 | "userDefined": [ # The person's user defined data. |
| 7759 | { # Arbitrary user data that is populated by the end users. |
| 7760 | "metadata": { # Metadata about a field. # Metadata about the user defined data. |
| 7761 | "source": { # The source of a field. # The source of the field. |
| 7762 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7763 | "type": "A String", # The source type. |
| 7764 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7765 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7766 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7767 | "userTypes": [ # Output only. The user types. |
| 7768 | "A String", |
| 7769 | ], |
| 7770 | "objectType": "A String", # Output only. The profile object type. |
| 7771 | }, |
| 7772 | }, |
| 7773 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 7774 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7775 | }, |
| 7776 | "key": "A String", # The end user specified key of the user defined data. |
| 7777 | "value": "A String", # The end user specified value of the user defined data. |
| 7778 | }, |
| 7779 | ], |
| 7780 | "ageRange": "A String", # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person's age range. |
| 7781 | "organizations": [ # The person's past or current organizations. |
| 7782 | { # A person's past or current organization. Overlapping date ranges are permitted. |
| 7783 | "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. |
| 7784 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 7785 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 7786 | "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. |
| 7787 | }, |
| 7788 | "name": "A String", # The name of the organization. |
| 7789 | "metadata": { # Metadata about a field. # Metadata about the organization. |
| 7790 | "source": { # The source of a field. # The source of the field. |
| 7791 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7792 | "type": "A String", # The source type. |
| 7793 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7794 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7795 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7796 | "userTypes": [ # Output only. The user types. |
| 7797 | "A String", |
| 7798 | ], |
| 7799 | "objectType": "A String", # Output only. The profile object type. |
| 7800 | }, |
| 7801 | }, |
| 7802 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 7803 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7804 | }, |
| 7805 | "location": "A String", # The location of the organization office the person works at. |
| 7806 | "title": "A String", # The person's job title at the organization. |
| 7807 | "current": True or False, # True if the organization is the person's current organization; false if the organization is a past organization. |
| 7808 | "domain": "A String", # The domain name associated with the organization; for example, `google.com`. |
| 7809 | "symbol": "A String", # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym. |
| 7810 | "phoneticName": "A String", # The phonetic name of the organization. |
| 7811 | "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. |
| 7812 | "department": "A String", # The person's department at the organization. |
| 7813 | "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. |
| 7814 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 7815 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 7816 | "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. |
| 7817 | }, |
| 7818 | "jobDescription": "A String", # The person's job description at the organization. |
| 7819 | "type": "A String", # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school` |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 7820 | }, |
| 7821 | ], |
| 7822 | "occupations": [ # The person's occupations. |
| 7823 | { # A person's occupation. |
| 7824 | "metadata": { # Metadata about a field. # Metadata about the occupation. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 7825 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 7826 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7827 | "type": "A String", # The source type. |
| 7828 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7829 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 7830 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7831 | "userTypes": [ # Output only. The user types. |
| 7832 | "A String", |
| 7833 | ], |
| 7834 | "objectType": "A String", # Output only. The profile object type. |
| 7835 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 7836 | }, |
| 7837 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 7838 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 7839 | }, |
| 7840 | "value": "A String", # The occupation; for example, `carpenter`. |
| 7841 | }, |
| 7842 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 7843 | "calendarUrls": [ # The person's calendar URLs. |
| 7844 | { # A person's calendar URL. |
| 7845 | "type": "A String", # The type of the calendar URL. The type can be custom or one of these predefined values: * `home` * `freeBusy` * `work` |
| 7846 | "url": "A String", # The calendar URL. |
| 7847 | "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. |
| 7848 | "metadata": { # Metadata about a field. # Metadata about the calendar URL. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 7849 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 7850 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7851 | "type": "A String", # The source type. |
| 7852 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7853 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 7854 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7855 | "userTypes": [ # Output only. The user types. |
| 7856 | "A String", |
| 7857 | ], |
| 7858 | "objectType": "A String", # Output only. The profile object type. |
| 7859 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 7860 | }, |
| 7861 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 7862 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 7863 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 7864 | }, |
| 7865 | ], |
| 7866 | "locales": [ # The person's locale preferences. |
| 7867 | { # A person's locale preference. |
| 7868 | "metadata": { # Metadata about a field. # Metadata about the locale. |
| 7869 | "source": { # The source of a field. # The source of the field. |
| 7870 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7871 | "type": "A String", # The source type. |
| 7872 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7873 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7874 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7875 | "userTypes": [ # Output only. The user types. |
| 7876 | "A String", |
| 7877 | ], |
| 7878 | "objectType": "A String", # Output only. The profile object type. |
| 7879 | }, |
| 7880 | }, |
| 7881 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 7882 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7883 | }, |
| 7884 | "value": "A String", # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale. |
| 7885 | }, |
| 7886 | ], |
| 7887 | "memberships": [ # The person's group memberships. |
| 7888 | { # A person's membership in a group. Only contact group memberships can be modified. |
| 7889 | "domainMembership": { # A G Suite Domain membership. # Output only. The domain membership. |
| 7890 | "inViewerDomain": True or False, # True if the person is in the viewer's G Suite domain. |
| 7891 | }, |
| 7892 | "contactGroupMembership": { # A Google contact group membership. # The contact group membership. |
| 7893 | "contactGroupId": "A String", # Output only. The contact group ID for the contact group membership. |
| 7894 | "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. |
| 7895 | }, |
| 7896 | "metadata": { # Metadata about a field. # Metadata about the membership. |
| 7897 | "source": { # The source of a field. # The source of the field. |
| 7898 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7899 | "type": "A String", # The source type. |
| 7900 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7901 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7902 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7903 | "userTypes": [ # Output only. The user types. |
| 7904 | "A String", |
| 7905 | ], |
| 7906 | "objectType": "A String", # Output only. The profile object type. |
| 7907 | }, |
| 7908 | }, |
| 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 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7911 | }, |
| 7912 | }, |
| 7913 | ], |
| 7914 | "relationshipStatuses": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship statuses. |
| 7915 | { # **DEPRECATED**: No data will be returned A person's relationship status. |
| 7916 | "metadata": { # Metadata about a field. # Metadata about the relationship status. |
| 7917 | "source": { # The source of a field. # The source of the field. |
| 7918 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7919 | "type": "A String", # The source type. |
| 7920 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7921 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7922 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7923 | "userTypes": [ # Output only. The user types. |
| 7924 | "A String", |
| 7925 | ], |
| 7926 | "objectType": "A String", # Output only. The profile object type. |
| 7927 | }, |
| 7928 | }, |
| 7929 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 7930 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7931 | }, |
| 7932 | "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` |
| 7933 | "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. |
| 7934 | }, |
| 7935 | ], |
| 7936 | "photos": [ # Output only. The person's photos. |
| 7937 | { # A person's photo. A picture shown next to the person's name to help others recognize the person. |
| 7938 | "metadata": { # Metadata about a field. # Metadata about the photo. |
| 7939 | "source": { # The source of a field. # The source of the field. |
| 7940 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7941 | "type": "A String", # The source type. |
| 7942 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7943 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7944 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7945 | "userTypes": [ # Output only. The user types. |
| 7946 | "A String", |
| 7947 | ], |
| 7948 | "objectType": "A String", # Output only. The profile object type. |
| 7949 | }, |
| 7950 | }, |
| 7951 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 7952 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7953 | }, |
| 7954 | "default": True or False, # True if the photo is a default photo; false if the photo is a user-provided photo. |
| 7955 | "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 |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [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. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 7971 | "photoBytes": "A String", # Required. Raw photo bytes |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 7972 | "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 |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7973 | "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] | 7974 | "A String", |
| 7975 | ], |
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. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 7988 | "emailAddresses": [ # The person's email addresses. |
| 7989 | { # A person's email address. |
| 7990 | "value": "A String", # The email address. |
| 7991 | "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. |
| 7992 | "metadata": { # Metadata about a field. # Metadata about the email address. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 7993 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 7994 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7995 | "type": "A String", # The source type. |
| 7996 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7997 | "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] | 7998 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7999 | "userTypes": [ # Output only. The user types. |
| 8000 | "A String", |
| 8001 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8002 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8003 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8004 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 8005 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 8006 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8007 | }, |
| 8008 | "displayName": "A String", # The display name of the email. |
| 8009 | "type": "A String", # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 8010 | }, |
| 8011 | ], |
| 8012 | "addresses": [ # The person's street addresses. |
| 8013 | { # A person's physical address. May be a P.O. box or street address. All fields are optional. |
| 8014 | "streetAddress": "A String", # The street address. |
| 8015 | "poBox": "A String", # The P.O. box of the address. |
| 8016 | "region": "A String", # The region of the address; for example, the state or province. |
| 8017 | "type": "A String", # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 8018 | "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. |
| 8019 | "countryCode": "A String", # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address. |
| 8020 | "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. |
| 8021 | "postalCode": "A String", # The postal code of the address. |
| 8022 | "extendedAddress": "A String", # The extended address of the address; for example, the apartment number. |
| 8023 | "city": "A String", # The city of the address. |
| 8024 | "country": "A String", # The country of the address. |
| 8025 | "metadata": { # Metadata about a field. # Metadata about the address. |
| 8026 | "source": { # The source of a field. # The source of the field. |
| 8027 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8028 | "type": "A String", # The source type. |
| 8029 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8030 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8031 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8032 | "userTypes": [ # Output only. The user types. |
| 8033 | "A String", |
| 8034 | ], |
| 8035 | "objectType": "A String", # Output only. The profile object type. |
| 8036 | }, |
| 8037 | }, |
| 8038 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 8039 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8040 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8041 | }, |
| 8042 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 8043 | "etag": "A String", # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation. |
| 8044 | "interests": [ # The person's interests. |
| 8045 | { # One of the person's interests. |
| 8046 | "value": "A String", # The interest; for example, `stargazing`. |
| 8047 | "metadata": { # Metadata about a field. # Metadata about the interest. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 8048 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 8049 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8050 | "type": "A String", # The source type. |
| 8051 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8052 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 8053 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8054 | "userTypes": [ # Output only. The user types. |
| 8055 | "A String", |
| 8056 | ], |
| 8057 | "objectType": "A String", # Output only. The profile object type. |
| 8058 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 8059 | }, |
| 8060 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 8061 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 8062 | }, |
| 8063 | }, |
| 8064 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 8065 | "locations": [ # The person's locations. |
| 8066 | { # A person's location. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 8067 | "type": "A String", # The type of the location. The type can be custom or one of these predefined values: * `desk` * `grewUp` |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 8068 | "floor": "A String", # The floor name or number. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 8069 | "deskCode": "A String", # The individual desk location. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 8070 | "floorSection": "A String", # The floor section in `floor_name`. |
| 8071 | "value": "A String", # The free-form value of the location. |
| 8072 | "metadata": { # Metadata about a field. # Metadata about the location. |
| 8073 | "source": { # The source of a field. # The source of the field. |
| 8074 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8075 | "type": "A String", # The source type. |
| 8076 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8077 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8078 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8079 | "userTypes": [ # Output only. The user types. |
| 8080 | "A String", |
| 8081 | ], |
| 8082 | "objectType": "A String", # Output only. The profile object type. |
| 8083 | }, |
| 8084 | }, |
| 8085 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 8086 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8087 | }, |
| 8088 | "buildingId": "A String", # The building identifier. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 8089 | "current": True or False, # Whether the location is the current location. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 8090 | }, |
| 8091 | ], |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 8092 | "relationshipInterests": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship interests. |
| 8093 | { # **DEPRECATED**: No data will be returned A person's relationship interest . |
| 8094 | "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. |
| 8095 | "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` |
| 8096 | "metadata": { # Metadata about a field. # Metadata about the relationship interest. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 8097 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 8098 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8099 | "type": "A String", # The source type. |
| 8100 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8101 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 8102 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8103 | "userTypes": [ # Output only. The user types. |
| 8104 | "A String", |
| 8105 | ], |
| 8106 | "objectType": "A String", # Output only. The profile object type. |
| 8107 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 8108 | }, |
| 8109 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 8110 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 8111 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 8112 | }, |
| 8113 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 8114 | "names": [ # The person's names. This field is a singleton for contact sources. |
| 8115 | { # A person's name. If the name is a mononym, the family name is empty. |
| 8116 | "metadata": { # Metadata about a field. # Metadata about the name. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 8117 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 8118 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8119 | "type": "A String", # The source type. |
| 8120 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8121 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 8122 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8123 | "userTypes": [ # Output only. The user types. |
| 8124 | "A String", |
| 8125 | ], |
| 8126 | "objectType": "A String", # Output only. The profile object type. |
| 8127 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 8128 | }, |
| 8129 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 8130 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 8131 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 8132 | "phoneticFamilyName": "A String", # The family name spelled as it sounds. |
| 8133 | "phoneticMiddleName": "A String", # The middle name(s) spelled as they sound. |
| 8134 | "phoneticHonorificPrefix": "A String", # The honorific prefixes spelled as they sound. |
| 8135 | "familyName": "A String", # The family name. |
| 8136 | "phoneticGivenName": "A String", # The given name spelled as it sounds. |
| 8137 | "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. |
| 8138 | "middleName": "A String", # The middle name(s). |
| 8139 | "honorificSuffix": "A String", # The honorific suffixes, such as `Jr.` |
| 8140 | "honorificPrefix": "A String", # The honorific prefixes, such as `Mrs.` or `Dr.` |
| 8141 | "unstructuredName": "A String", # The free form name value. |
| 8142 | "phoneticHonorificSuffix": "A String", # The honorific suffixes spelled as they sound. |
| 8143 | "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. |
| 8144 | "phoneticFullName": "A String", # The full name spelled as it sounds. |
| 8145 | "givenName": "A String", # The given name. |
| 8146 | }, |
| 8147 | ], |
| 8148 | "urls": [ # The person's associated URLs. |
| 8149 | { # A person's associated URLs. |
| 8150 | "value": "A String", # The URL. |
| 8151 | "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. |
| 8152 | "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` |
| 8153 | "metadata": { # Metadata about a field. # Metadata about the URL. |
| 8154 | "source": { # The source of a field. # The source of the field. |
| 8155 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8156 | "type": "A String", # The source type. |
| 8157 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8158 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8159 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8160 | "userTypes": [ # Output only. The user types. |
| 8161 | "A String", |
| 8162 | ], |
| 8163 | "objectType": "A String", # Output only. The profile object type. |
| 8164 | }, |
| 8165 | }, |
| 8166 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 8167 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8168 | }, |
| 8169 | }, |
| 8170 | ], |
| 8171 | "nicknames": [ # The person's nicknames. |
| 8172 | { # A person's nickname. |
| 8173 | "type": "A String", # The type of the nickname. |
| 8174 | "metadata": { # Metadata about a field. # Metadata about the nickname. |
| 8175 | "source": { # The source of a field. # The source of the field. |
| 8176 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8177 | "type": "A String", # The source type. |
| 8178 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8179 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8180 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8181 | "userTypes": [ # Output only. The user types. |
| 8182 | "A String", |
| 8183 | ], |
| 8184 | "objectType": "A String", # Output only. The profile object type. |
| 8185 | }, |
| 8186 | }, |
| 8187 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 8188 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8189 | }, |
| 8190 | "value": "A String", # The nickname. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 8191 | }, |
| 8192 | ], |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 8193 | "imClients": [ # The person's instant messaging clients. |
| 8194 | { # A person's instant messaging client. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 8195 | "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. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 8196 | "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. |
| 8197 | "username": "A String", # The user name used in the IM client. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 8198 | "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` |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 8199 | "type": "A String", # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 8200 | "metadata": { # Metadata about a field. # Metadata about the IM client. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 8201 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 8202 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8203 | "type": "A String", # The source type. |
| 8204 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8205 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 8206 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8207 | "userTypes": [ # Output only. The user types. |
| 8208 | "A String", |
| 8209 | ], |
| 8210 | "objectType": "A String", # Output only. The profile object type. |
| 8211 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 8212 | }, |
| 8213 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 8214 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 8215 | }, |
| 8216 | }, |
| 8217 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 8218 | "braggingRights": [ # **DEPRECATED**: No data will be returned The person's bragging rights. |
| 8219 | { # **DEPRECATED**: No data will be returned A person's bragging rights. |
| 8220 | "metadata": { # Metadata about a field. # Metadata about the bragging rights. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 8221 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 8222 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8223 | "type": "A String", # The source type. |
| 8224 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8225 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 8226 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8227 | "userTypes": [ # Output only. The user types. |
| 8228 | "A String", |
| 8229 | ], |
| 8230 | "objectType": "A String", # Output only. The profile object type. |
| 8231 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 8232 | }, |
| 8233 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 8234 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 8235 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 8236 | "value": "A String", # The bragging rights; for example, `climbed mount everest`. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 8237 | }, |
| 8238 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 8239 | "metadata": { # The metadata about a person. # Output only. Metadata about the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 8240 | "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. |
| 8241 | "A String", |
| 8242 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 8243 | "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. |
| 8244 | "sources": [ # The sources of data for the person. |
| 8245 | { # The source of a field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 8246 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8247 | "type": "A String", # The source type. |
| 8248 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8249 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 8250 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8251 | "userTypes": [ # Output only. The user types. |
| 8252 | "A String", |
| 8253 | ], |
| 8254 | "objectType": "A String", # Output only. The profile object type. |
| 8255 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 8256 | }, |
| 8257 | ], |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 8258 | "linkedPeopleResourceNames": [ # Output only. Resource names of people linked to this resource. |
| 8259 | "A String", |
| 8260 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 8261 | "objectType": "A String", # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 8262 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 8263 | "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}`. |
| 8264 | "ageRanges": [ # Output only. The person's age ranges. |
| 8265 | { # A person's age range. |
| 8266 | "ageRange": "A String", # The age range. |
| 8267 | "metadata": { # Metadata about a field. # Metadata about the age range. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 8268 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 8269 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8270 | "type": "A String", # The source type. |
| 8271 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8272 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 8273 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8274 | "userTypes": [ # Output only. The user types. |
| 8275 | "A String", |
| 8276 | ], |
| 8277 | "objectType": "A String", # Output only. The profile object type. |
| 8278 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 8279 | }, |
| 8280 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 8281 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 8282 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 8283 | }, |
| 8284 | ], |
| 8285 | "relations": [ # The person's relations. |
| 8286 | { # A person's relation to another person. |
| 8287 | "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. |
| 8288 | "person": "A String", # The name of the other person this relation refers to. |
| 8289 | "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` |
| 8290 | "metadata": { # Metadata about a field. # Metadata about the relation. |
| 8291 | "source": { # The source of a field. # The source of the field. |
| 8292 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8293 | "type": "A String", # The source type. |
| 8294 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8295 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8296 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8297 | "userTypes": [ # Output only. The user types. |
| 8298 | "A String", |
| 8299 | ], |
| 8300 | "objectType": "A String", # Output only. The profile object type. |
| 8301 | }, |
| 8302 | }, |
| 8303 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 8304 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8305 | }, |
| 8306 | }, |
| 8307 | ], |
| 8308 | "residences": [ # **DEPRECATED**: (Please use `person.locations` instead) The person's residences. |
| 8309 | { # **DEPRECATED**: Please use `person.locations` instead. A person's past or current residence. |
| 8310 | "metadata": { # Metadata about a field. # Metadata about the residence. |
| 8311 | "source": { # The source of a field. # The source of the field. |
| 8312 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8313 | "type": "A String", # The source type. |
| 8314 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8315 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8316 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8317 | "userTypes": [ # Output only. The user types. |
| 8318 | "A String", |
| 8319 | ], |
| 8320 | "objectType": "A String", # Output only. The profile object type. |
| 8321 | }, |
| 8322 | }, |
| 8323 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 8324 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8325 | }, |
| 8326 | "current": True or False, # True if the residence is the person's current residence; false if the residence is a past residence. |
| 8327 | "value": "A String", # The address of the residence. |
| 8328 | }, |
| 8329 | ], |
| 8330 | "phoneNumbers": [ # The person's phone numbers. |
| 8331 | { # A person's phone number. |
| 8332 | "value": "A String", # The phone number. |
| 8333 | "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. |
| 8334 | "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. |
| 8335 | "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` |
| 8336 | "metadata": { # Metadata about a field. # Metadata about the phone number. |
| 8337 | "source": { # The source of a field. # The source of the field. |
| 8338 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8339 | "type": "A String", # The source type. |
| 8340 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8341 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8342 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8343 | "userTypes": [ # Output only. The user types. |
| 8344 | "A String", |
| 8345 | ], |
| 8346 | "objectType": "A String", # Output only. The profile object type. |
| 8347 | }, |
| 8348 | }, |
| 8349 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 8350 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8351 | }, |
| 8352 | }, |
| 8353 | ], |
| 8354 | "taglines": [ # Output only. **DEPRECATED**: No data will be returned The person's taglines. |
| 8355 | { # **DEPRECATED**: No data will be returned A brief one-line description of the person. |
| 8356 | "value": "A String", # The tagline. |
| 8357 | "metadata": { # Metadata about a field. # Metadata about the tagline. |
| 8358 | "source": { # The source of a field. # The source of the field. |
| 8359 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8360 | "type": "A String", # The source type. |
| 8361 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8362 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8363 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8364 | "userTypes": [ # Output only. The user types. |
| 8365 | "A String", |
| 8366 | ], |
| 8367 | "objectType": "A String", # Output only. The profile object type. |
| 8368 | }, |
| 8369 | }, |
| 8370 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 8371 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8372 | }, |
| 8373 | }, |
| 8374 | ], |
| 8375 | "genders": [ # The person's genders. This field is a singleton for contact sources. |
| 8376 | { # A person's gender. |
| 8377 | "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. |
| 8378 | "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` |
| 8379 | "metadata": { # Metadata about a field. # Metadata about the gender. |
| 8380 | "source": { # The source of a field. # The source of the field. |
| 8381 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8382 | "type": "A String", # The source type. |
| 8383 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8384 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8385 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8386 | "userTypes": [ # Output only. The user types. |
| 8387 | "A String", |
| 8388 | ], |
| 8389 | "objectType": "A String", # Output only. The profile object type. |
| 8390 | }, |
| 8391 | }, |
| 8392 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 8393 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8394 | }, |
| 8395 | "value": "A String", # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified` |
| 8396 | }, |
| 8397 | ], |
| 8398 | "biographies": [ # The person's biographies. This field is a singleton for contact sources. |
| 8399 | { # A person's short biography. |
| 8400 | "value": "A String", # The short biography. |
| 8401 | "contentType": "A String", # The content type of the biography. |
| 8402 | "metadata": { # Metadata about a field. # Metadata about the biography. |
| 8403 | "source": { # The source of a field. # The source of the field. |
| 8404 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8405 | "type": "A String", # The source type. |
| 8406 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8407 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8408 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8409 | "userTypes": [ # Output only. The user types. |
| 8410 | "A String", |
| 8411 | ], |
| 8412 | "objectType": "A String", # Output only. The profile object type. |
| 8413 | }, |
| 8414 | }, |
| 8415 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 8416 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8417 | }, |
| 8418 | }, |
| 8419 | ], |
| 8420 | "miscKeywords": [ # The person's miscellaneous keywords. |
| 8421 | { # A person's miscellaneous keyword. |
| 8422 | "type": "A String", # The miscellaneous keyword type. |
| 8423 | "metadata": { # Metadata about a field. # Metadata about the miscellaneous keyword. |
| 8424 | "source": { # The source of a field. # The source of the field. |
| 8425 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8426 | "type": "A String", # The source type. |
| 8427 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8428 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8429 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8430 | "userTypes": [ # Output only. The user types. |
| 8431 | "A String", |
| 8432 | ], |
| 8433 | "objectType": "A String", # Output only. The profile object type. |
| 8434 | }, |
| 8435 | }, |
| 8436 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 8437 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8438 | }, |
| 8439 | "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. |
| 8440 | "value": "A String", # The value of the miscellaneous keyword. |
| 8441 | }, |
| 8442 | ], |
| 8443 | "sipAddresses": [ # The person's SIP addresses. |
| 8444 | { # A person's SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet. |
| 8445 | "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` |
| 8446 | "value": "A String", # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format. |
| 8447 | "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. |
| 8448 | "metadata": { # Metadata about a field. # Metadata about the SIP address. |
| 8449 | "source": { # The source of a field. # The source of the field. |
| 8450 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8451 | "type": "A String", # The source type. |
| 8452 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8453 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8454 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8455 | "userTypes": [ # Output only. The user types. |
| 8456 | "A String", |
| 8457 | ], |
| 8458 | "objectType": "A String", # Output only. The profile object type. |
| 8459 | }, |
| 8460 | }, |
| 8461 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 8462 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8463 | }, |
| 8464 | }, |
| 8465 | ], |
| 8466 | "externalIds": [ # The person's external IDs. |
| 8467 | { # An identifier from an external entity related to the person. |
| 8468 | "metadata": { # Metadata about a field. # Metadata about the external ID. |
| 8469 | "source": { # The source of a field. # The source of the field. |
| 8470 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8471 | "type": "A String", # The source type. |
| 8472 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8473 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8474 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8475 | "userTypes": [ # Output only. The user types. |
| 8476 | "A String", |
| 8477 | ], |
| 8478 | "objectType": "A String", # Output only. The profile object type. |
| 8479 | }, |
| 8480 | }, |
| 8481 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 8482 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8483 | }, |
| 8484 | "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. |
| 8485 | "value": "A String", # The value of the external ID. |
| 8486 | "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` |
| 8487 | }, |
| 8488 | ], |
| 8489 | "skills": [ # The person's skills. |
| 8490 | { # A skill that the person has. |
| 8491 | "metadata": { # Metadata about a field. # Metadata about the skill. |
| 8492 | "source": { # The source of a field. # The source of the field. |
| 8493 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8494 | "type": "A String", # The source type. |
| 8495 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8496 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8497 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8498 | "userTypes": [ # Output only. The user types. |
| 8499 | "A String", |
| 8500 | ], |
| 8501 | "objectType": "A String", # Output only. The profile object type. |
| 8502 | }, |
| 8503 | }, |
| 8504 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 8505 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8506 | }, |
| 8507 | "value": "A String", # The skill; for example, `underwater basket weaving`. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 8508 | }, |
| 8509 | ], |
| 8510 | "birthdays": [ # The person's birthdays. This field is a singleton for contact sources. |
| 8511 | { # 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. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 8512 | "metadata": { # Metadata about a field. # Metadata about the birthday. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 8513 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 8514 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8515 | "type": "A String", # The source type. |
| 8516 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8517 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 8518 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8519 | "userTypes": [ # Output only. The user types. |
| 8520 | "A String", |
| 8521 | ], |
| 8522 | "objectType": "A String", # Output only. The profile object type. |
| 8523 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 8524 | }, |
| 8525 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 8526 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8527 | }, |
| 8528 | "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. |
| 8529 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 8530 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 8531 | "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. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 8532 | }, |
| 8533 | "text": "A String", # A free-form string representing the user's birthday. |
| 8534 | }, |
| 8535 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 8536 | "coverPhotos": [ # Output only. The person's cover photos. |
| 8537 | { # 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. |
| 8538 | "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. |
| 8539 | "metadata": { # Metadata about a field. # Metadata about the cover photo. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 8540 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 8541 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8542 | "type": "A String", # The source type. |
| 8543 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8544 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 8545 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8546 | "userTypes": [ # Output only. The user types. |
| 8547 | "A String", |
| 8548 | ], |
| 8549 | "objectType": "A String", # Output only. The profile object type. |
| 8550 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 8551 | }, |
| 8552 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 8553 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 8554 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 8555 | "url": "A String", # The URL of the cover photo. |
| 8556 | }, |
| 8557 | ], |
| 8558 | "fileAses": [ # The person's file-ases. |
| 8559 | { # The name that should be used to sort the person in a list. |
| 8560 | "metadata": { # Metadata about a field. # Metadata about the file-as. |
| 8561 | "source": { # The source of a field. # The source of the field. |
| 8562 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8563 | "type": "A String", # The source type. |
| 8564 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8565 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8566 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8567 | "userTypes": [ # Output only. The user types. |
| 8568 | "A String", |
| 8569 | ], |
| 8570 | "objectType": "A String", # Output only. The profile object type. |
| 8571 | }, |
| 8572 | }, |
| 8573 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 8574 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8575 | }, |
| 8576 | "value": "A String", # The file-as value |
| 8577 | }, |
| 8578 | ], |
| 8579 | "clientData": [ # The person's client data. |
| 8580 | { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. |
| 8581 | "metadata": { # Metadata about a field. # Metadata about the client data. |
| 8582 | "source": { # The source of a field. # The source of the field. |
| 8583 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8584 | "type": "A String", # The source type. |
| 8585 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8586 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8587 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8588 | "userTypes": [ # Output only. The user types. |
| 8589 | "A String", |
| 8590 | ], |
| 8591 | "objectType": "A String", # Output only. The profile object type. |
| 8592 | }, |
| 8593 | }, |
| 8594 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 8595 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8596 | }, |
| 8597 | "key": "A String", # The client specified key of the client data. |
| 8598 | "value": "A String", # The client specified value of the client data. |
| 8599 | }, |
| 8600 | ], |
| 8601 | "events": [ # The person's events. |
| 8602 | { # An event related to the person. |
| 8603 | "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. |
| 8604 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 8605 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 8606 | "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. |
| 8607 | }, |
| 8608 | "type": "A String", # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other` |
| 8609 | "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. |
| 8610 | "metadata": { # Metadata about a field. # Metadata about the event. |
| 8611 | "source": { # The source of a field. # The source of the field. |
| 8612 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8613 | "type": "A String", # The source type. |
| 8614 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8615 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8616 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8617 | "userTypes": [ # Output only. The user types. |
| 8618 | "A String", |
| 8619 | ], |
| 8620 | "objectType": "A String", # Output only. The profile object type. |
| 8621 | }, |
| 8622 | }, |
| 8623 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 8624 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8625 | }, |
| 8626 | }, |
| 8627 | ], |
| 8628 | "userDefined": [ # The person's user defined data. |
| 8629 | { # Arbitrary user data that is populated by the end users. |
| 8630 | "metadata": { # Metadata about a field. # Metadata about the user defined data. |
| 8631 | "source": { # The source of a field. # The source of the field. |
| 8632 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8633 | "type": "A String", # The source type. |
| 8634 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8635 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8636 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8637 | "userTypes": [ # Output only. The user types. |
| 8638 | "A String", |
| 8639 | ], |
| 8640 | "objectType": "A String", # Output only. The profile object type. |
| 8641 | }, |
| 8642 | }, |
| 8643 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 8644 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8645 | }, |
| 8646 | "key": "A String", # The end user specified key of the user defined data. |
| 8647 | "value": "A String", # The end user specified value of the user defined data. |
| 8648 | }, |
| 8649 | ], |
| 8650 | "ageRange": "A String", # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person's age range. |
| 8651 | "organizations": [ # The person's past or current organizations. |
| 8652 | { # A person's past or current organization. Overlapping date ranges are permitted. |
| 8653 | "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. |
| 8654 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 8655 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 8656 | "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. |
| 8657 | }, |
| 8658 | "name": "A String", # The name of the organization. |
| 8659 | "metadata": { # Metadata about a field. # Metadata about the organization. |
| 8660 | "source": { # The source of a field. # The source of the field. |
| 8661 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8662 | "type": "A String", # The source type. |
| 8663 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8664 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8665 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8666 | "userTypes": [ # Output only. The user types. |
| 8667 | "A String", |
| 8668 | ], |
| 8669 | "objectType": "A String", # Output only. The profile object type. |
| 8670 | }, |
| 8671 | }, |
| 8672 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 8673 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8674 | }, |
| 8675 | "location": "A String", # The location of the organization office the person works at. |
| 8676 | "title": "A String", # The person's job title at the organization. |
| 8677 | "current": True or False, # True if the organization is the person's current organization; false if the organization is a past organization. |
| 8678 | "domain": "A String", # The domain name associated with the organization; for example, `google.com`. |
| 8679 | "symbol": "A String", # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym. |
| 8680 | "phoneticName": "A String", # The phonetic name of the organization. |
| 8681 | "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. |
| 8682 | "department": "A String", # The person's department at the organization. |
| 8683 | "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. |
| 8684 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 8685 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 8686 | "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. |
| 8687 | }, |
| 8688 | "jobDescription": "A String", # The person's job description at the organization. |
| 8689 | "type": "A String", # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school` |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 8690 | }, |
| 8691 | ], |
| 8692 | "occupations": [ # The person's occupations. |
| 8693 | { # A person's occupation. |
| 8694 | "metadata": { # Metadata about a field. # Metadata about the occupation. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 8695 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 8696 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8697 | "type": "A String", # The source type. |
| 8698 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8699 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 8700 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8701 | "userTypes": [ # Output only. The user types. |
| 8702 | "A String", |
| 8703 | ], |
| 8704 | "objectType": "A String", # Output only. The profile object type. |
| 8705 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 8706 | }, |
| 8707 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 8708 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 8709 | }, |
| 8710 | "value": "A String", # The occupation; for example, `carpenter`. |
| 8711 | }, |
| 8712 | ], |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 8713 | "calendarUrls": [ # The person's calendar URLs. |
| 8714 | { # A person's calendar URL. |
| 8715 | "type": "A String", # The type of the calendar URL. The type can be custom or one of these predefined values: * `home` * `freeBusy` * `work` |
| 8716 | "url": "A String", # The calendar URL. |
| 8717 | "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. |
| 8718 | "metadata": { # Metadata about a field. # Metadata about the calendar URL. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 8719 | "source": { # The source of a field. # The source of the field. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 8720 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8721 | "type": "A String", # The source type. |
| 8722 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8723 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 8724 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8725 | "userTypes": [ # Output only. The user types. |
| 8726 | "A String", |
| 8727 | ], |
| 8728 | "objectType": "A String", # Output only. The profile object type. |
| 8729 | }, |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 8730 | }, |
| 8731 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 8732 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [diff] [blame] | 8733 | }, |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame^] | 8734 | }, |
| 8735 | ], |
| 8736 | "locales": [ # The person's locale preferences. |
| 8737 | { # A person's locale preference. |
| 8738 | "metadata": { # Metadata about a field. # Metadata about the locale. |
| 8739 | "source": { # The source of a field. # The source of the field. |
| 8740 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8741 | "type": "A String", # The source type. |
| 8742 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8743 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8744 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8745 | "userTypes": [ # Output only. The user types. |
| 8746 | "A String", |
| 8747 | ], |
| 8748 | "objectType": "A String", # Output only. The profile object type. |
| 8749 | }, |
| 8750 | }, |
| 8751 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 8752 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8753 | }, |
| 8754 | "value": "A String", # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale. |
| 8755 | }, |
| 8756 | ], |
| 8757 | "memberships": [ # The person's group memberships. |
| 8758 | { # A person's membership in a group. Only contact group memberships can be modified. |
| 8759 | "domainMembership": { # A G Suite Domain membership. # Output only. The domain membership. |
| 8760 | "inViewerDomain": True or False, # True if the person is in the viewer's G Suite domain. |
| 8761 | }, |
| 8762 | "contactGroupMembership": { # A Google contact group membership. # The contact group membership. |
| 8763 | "contactGroupId": "A String", # Output only. The contact group ID for the contact group membership. |
| 8764 | "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. |
| 8765 | }, |
| 8766 | "metadata": { # Metadata about a field. # Metadata about the membership. |
| 8767 | "source": { # The source of a field. # The source of the field. |
| 8768 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8769 | "type": "A String", # The source type. |
| 8770 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8771 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8772 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8773 | "userTypes": [ # Output only. The user types. |
| 8774 | "A String", |
| 8775 | ], |
| 8776 | "objectType": "A String", # Output only. The profile object type. |
| 8777 | }, |
| 8778 | }, |
| 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 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8781 | }, |
| 8782 | }, |
| 8783 | ], |
| 8784 | "relationshipStatuses": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship statuses. |
| 8785 | { # **DEPRECATED**: No data will be returned A person's relationship status. |
| 8786 | "metadata": { # Metadata about a field. # Metadata about the relationship status. |
| 8787 | "source": { # The source of a field. # The source of the field. |
| 8788 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8789 | "type": "A String", # The source type. |
| 8790 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8791 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8792 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8793 | "userTypes": [ # Output only. The user types. |
| 8794 | "A String", |
| 8795 | ], |
| 8796 | "objectType": "A String", # Output only. The profile object type. |
| 8797 | }, |
| 8798 | }, |
| 8799 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 8800 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8801 | }, |
| 8802 | "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` |
| 8803 | "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. |
| 8804 | }, |
| 8805 | ], |
| 8806 | "photos": [ # Output only. The person's photos. |
| 8807 | { # A person's photo. A picture shown next to the person's name to help others recognize the person. |
| 8808 | "metadata": { # Metadata about a field. # Metadata about the photo. |
| 8809 | "source": { # The source of a field. # The source of the field. |
| 8810 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8811 | "type": "A String", # The source type. |
| 8812 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8813 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8814 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8815 | "userTypes": [ # Output only. The user types. |
| 8816 | "A String", |
| 8817 | ], |
| 8818 | "objectType": "A String", # Output only. The profile object type. |
| 8819 | }, |
| 8820 | }, |
| 8821 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 8822 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8823 | }, |
| 8824 | "default": True or False, # True if the photo is a default photo; false if the photo is a user-provided photo. |
| 8825 | "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 |
Yoshi Automation Bot | 0d561ef | 2020-11-25 07:50:41 -0800 | [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> |