Jon Wayne Parrott | 36e41bc | 2016-02-19 16:02:29 -0800 | [diff] [blame] | 1 | <html><body> |
| 2 | <style> |
| 3 | |
| 4 | body, h1, h2, h3, div, span, p, pre, a { |
| 5 | margin: 0; |
| 6 | padding: 0; |
| 7 | border: 0; |
| 8 | font-weight: inherit; |
| 9 | font-style: inherit; |
| 10 | font-size: 100%; |
| 11 | font-family: inherit; |
| 12 | vertical-align: baseline; |
| 13 | } |
| 14 | |
| 15 | body { |
| 16 | font-size: 13px; |
| 17 | padding: 1em; |
| 18 | } |
| 19 | |
| 20 | h1 { |
| 21 | font-size: 26px; |
| 22 | margin-bottom: 1em; |
| 23 | } |
| 24 | |
| 25 | h2 { |
| 26 | font-size: 24px; |
| 27 | margin-bottom: 1em; |
| 28 | } |
| 29 | |
| 30 | h3 { |
| 31 | font-size: 20px; |
| 32 | margin-bottom: 1em; |
| 33 | margin-top: 1em; |
| 34 | } |
| 35 | |
| 36 | pre, code { |
| 37 | line-height: 1.5; |
| 38 | font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace; |
| 39 | } |
| 40 | |
| 41 | pre { |
| 42 | margin-top: 0.5em; |
| 43 | } |
| 44 | |
| 45 | h1, h2, h3, p { |
| 46 | font-family: Arial, sans serif; |
| 47 | } |
| 48 | |
| 49 | h1, h2, h3 { |
| 50 | border-bottom: solid #CCC 1px; |
| 51 | } |
| 52 | |
| 53 | .toc_element { |
| 54 | margin-top: 0.5em; |
| 55 | } |
| 56 | |
| 57 | .firstline { |
| 58 | margin-left: 2 em; |
| 59 | } |
| 60 | |
| 61 | .method { |
| 62 | margin-top: 1em; |
| 63 | border: solid 1px #CCC; |
| 64 | padding: 1em; |
| 65 | background: #EEE; |
| 66 | } |
| 67 | |
| 68 | .details { |
| 69 | font-weight: bold; |
| 70 | font-size: 14px; |
| 71 | } |
| 72 | |
| 73 | </style> |
| 74 | |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 75 | <h1><a href="people_v1.html">People API</a> . <a href="people_v1.people.html">people</a></h1> |
Jon Wayne Parrott | 36e41bc | 2016-02-19 16:02:29 -0800 | [diff] [blame] | 76 | <h2>Instance Methods</h2> |
| 77 | <p class="toc_element"> |
| 78 | <code><a href="people_v1.people.connections.html">connections()</a></code> |
| 79 | </p> |
| 80 | <p class="firstline">Returns the connections Resource.</p> |
| 81 | |
| 82 | <p class="toc_element"> |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 83 | <code><a href="#close">close()</a></code></p> |
| 84 | <p class="firstline">Close httplib2 connections.</p> |
| 85 | <p class="toc_element"> |
| 86 | <code><a href="#createContact">createContact(body=None, sources=None, personFields=None, x__xgafv=None)</a></code></p> |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 87 | <p class="firstline">Create a new contact and return the person resource for that contact. The request returns a 400 error if more than one field is specified on a field that is a singleton for contact sources: * biographies * birthdays * genders * names</p> |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 88 | <p class="toc_element"> |
| 89 | <code><a href="#deleteContact">deleteContact(resourceName, x__xgafv=None)</a></code></p> |
| 90 | <p class="firstline">Delete a contact person. Any non-contact data will not be deleted.</p> |
| 91 | <p class="toc_element"> |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 92 | <code><a href="#deleteContactPhoto">deleteContactPhoto(resourceName, personFields=None, sources=None, x__xgafv=None)</a></code></p> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 93 | <p class="firstline">Delete a contact's photo.</p> |
| 94 | <p class="toc_element"> |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 95 | <code><a href="#get">get(resourceName, personFields=None, sources=None, requestMask_includeField=None, x__xgafv=None)</a></code></p> |
| 96 | <p class="firstline">Provides information about a person by specifying a resource name. Use `people/me` to indicate the authenticated user. The request returns a 400 error if 'personFields' is not specified.</p> |
Jon Wayne Parrott | 36e41bc | 2016-02-19 16:02:29 -0800 | [diff] [blame] | 97 | <p class="toc_element"> |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 98 | <code><a href="#getBatchGet">getBatchGet(resourceNames=None, personFields=None, requestMask_includeField=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 | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 101 | <code><a href="#listDirectoryPeople">listDirectoryPeople(mergeSources=None, pageToken=None, requestSyncToken=None, sources=None, syncToken=None, readMask=None, pageSize=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 | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 107 | <code><a href="#searchDirectoryPeople">searchDirectoryPeople(readMask=None, pageSize=None, sources=None, mergeSources=None, query=None, pageToken=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 | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 113 | <code><a href="#updateContact">updateContact(resourceName, body=None, personFields=None, updatePersonFields=None, sources=None, x__xgafv=None)</a></code></p> |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 114 | <p class="firstline">Update contact data for an existing contact person. Any non-contact data will not be modified. Any non-contact data in the person to update will be ignored. All fields specified in the `update_mask` will be replaced. The server returns a 400 error if `person.metadata.sources` is not specified for the contact to be updated or if there is no contact source. The server returns a 400 error with reason `"failedPrecondition"` if `person.metadata.sources.etag` is different than the contact's etag, which indicates the contact has changed since its data was read. Clients should get the latest person and merge their updates into the latest person. The server returns a 400 error if `memberships` are being updated and there are no contact group memberships specified on the person. The server returns a 400 error if more than one field is specified on a field that is a singleton for contact sources: * biographies * birthdays * genders * names</p> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 115 | <p class="toc_element"> |
| 116 | <code><a href="#updateContactPhoto">updateContactPhoto(resourceName, body=None, x__xgafv=None)</a></code></p> |
| 117 | <p class="firstline">Update a contact's photo.</p> |
Jon Wayne Parrott | 36e41bc | 2016-02-19 16:02:29 -0800 | [diff] [blame] | 118 | <h3>Method Details</h3> |
| 119 | <div class="method"> |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 120 | <code class="details" id="close">close()</code> |
| 121 | <pre>Close httplib2 connections.</pre> |
| 122 | </div> |
| 123 | |
| 124 | <div class="method"> |
| 125 | <code class="details" id="createContact">createContact(body=None, sources=None, personFields=None, x__xgafv=None)</code> |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 126 | <pre>Create a new contact and return the person resource for that contact. The request returns a 400 error if more than one field is specified on a field that is a singleton for contact sources: * biographies * birthdays * genders * names |
Jon Wayne Parrott | 36e41bc | 2016-02-19 16:02:29 -0800 | [diff] [blame] | 127 | |
| 128 | Args: |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 129 | body: object, The request body. |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 130 | The object takes the form of: |
Sai Cheemalapati | c30d2b5 | 2017-03-13 12:12:03 -0400 | [diff] [blame] | 131 | |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 132 | { # Information about a person merged from various data sources such as the authenticated user's contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 133 | "sipAddresses": [ # The person's SIP addresses. |
| 134 | { # A person's SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet. |
| 135 | "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` |
| 136 | "metadata": { # Metadata about a field. # Metadata about the SIP address. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 137 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 138 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 139 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 140 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 141 | "userTypes": [ # Output only. The user types. |
| 142 | "A String", |
| 143 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 144 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 145 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 146 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 147 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 148 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 149 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 150 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 151 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 152 | "value": "A String", # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format. |
| 153 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 154 | }, |
| 155 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 156 | "urls": [ # The person's associated URLs. |
| 157 | { # A person's associated URLs. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 158 | "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` |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 159 | "value": "A String", # The URL. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 160 | "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. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 161 | "metadata": { # Metadata about a field. # Metadata about the URL. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 162 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 163 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 164 | "type": "A String", # The source type. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 165 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 166 | "userTypes": [ # Output only. The user types. |
| 167 | "A String", |
| 168 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 169 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 170 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 171 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 172 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 173 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 174 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 175 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 176 | }, |
| 177 | }, |
| 178 | ], |
| 179 | "skills": [ # The person's skills. |
| 180 | { # A skill that the person has. |
| 181 | "metadata": { # Metadata about a field. # Metadata about the skill. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 182 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 183 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 184 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 185 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 186 | "userTypes": [ # Output only. The user types. |
| 187 | "A String", |
| 188 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 189 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 190 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 191 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 192 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 193 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 194 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 195 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 196 | }, |
| 197 | "value": "A String", # The skill; for example, `underwater basket weaving`. |
| 198 | }, |
| 199 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 200 | "genders": [ # The person's genders. This field is a singleton for contact sources. |
| 201 | { # A person's gender. |
| 202 | "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. |
| 203 | "metadata": { # Metadata about a field. # Metadata about the gender. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 204 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 205 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 206 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 207 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 208 | "userTypes": [ # Output only. The user types. |
| 209 | "A String", |
| 210 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 211 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 212 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 213 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 214 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 215 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 216 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 217 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 218 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 219 | "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` |
| 220 | "value": "A String", # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified` |
| 221 | }, |
| 222 | ], |
| 223 | "nicknames": [ # The person's nicknames. |
| 224 | { # A person's nickname. |
| 225 | "value": "A String", # The nickname. |
| 226 | "metadata": { # Metadata about a field. # Metadata about the nickname. |
| 227 | "source": { # The source of a field. # The source of the field. |
| 228 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 229 | "type": "A String", # The source type. |
| 230 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 231 | "userTypes": [ # Output only. The user types. |
| 232 | "A String", |
| 233 | ], |
| 234 | "objectType": "A String", # Output only. The profile object type. |
| 235 | }, |
| 236 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 237 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 238 | }, |
| 239 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 240 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 241 | }, |
| 242 | "type": "A String", # The type of the nickname. |
| 243 | }, |
| 244 | ], |
| 245 | "externalIds": [ # The person's external IDs. |
| 246 | { # An identifier from an external entity related to the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 247 | "value": "A String", # The value of the external ID. |
| 248 | "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. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 249 | "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` |
| 250 | "metadata": { # Metadata about a field. # Metadata about the external ID. |
| 251 | "source": { # The source of a field. # The source of the field. |
| 252 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 253 | "type": "A String", # The source type. |
| 254 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 255 | "userTypes": [ # Output only. The user types. |
| 256 | "A String", |
| 257 | ], |
| 258 | "objectType": "A String", # Output only. The profile object type. |
| 259 | }, |
| 260 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 261 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 262 | }, |
| 263 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 264 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 265 | }, |
| 266 | }, |
| 267 | ], |
| 268 | "relationshipInterests": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship interests. |
| 269 | { # **DEPRECATED**: No data will be returned A person's relationship interest . |
| 270 | "metadata": { # Metadata about a field. # Metadata about the relationship interest. |
| 271 | "source": { # The source of a field. # The source of the field. |
| 272 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 273 | "type": "A String", # The source type. |
| 274 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 275 | "userTypes": [ # Output only. The user types. |
| 276 | "A String", |
| 277 | ], |
| 278 | "objectType": "A String", # Output only. The profile object type. |
| 279 | }, |
| 280 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 281 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 282 | }, |
| 283 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 284 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 285 | }, |
| 286 | "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` |
| 287 | "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. |
| 288 | }, |
| 289 | ], |
| 290 | "phoneNumbers": [ # The person's phone numbers. |
| 291 | { # A person's phone number. |
| 292 | "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. |
| 293 | "value": "A String", # The phone number. |
| 294 | "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` |
| 295 | "metadata": { # Metadata about a field. # Metadata about the phone number. |
| 296 | "source": { # The source of a field. # The source of the field. |
| 297 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 298 | "type": "A String", # The source type. |
| 299 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 300 | "userTypes": [ # Output only. The user types. |
| 301 | "A String", |
| 302 | ], |
| 303 | "objectType": "A String", # Output only. The profile object type. |
| 304 | }, |
| 305 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 306 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 307 | }, |
| 308 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 309 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 310 | }, |
| 311 | "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. |
| 312 | }, |
| 313 | ], |
| 314 | "userDefined": [ # The person's user defined data. |
| 315 | { # Arbitrary user data that is populated by the end users. |
| 316 | "metadata": { # Metadata about a field. # Metadata about the user defined data. |
| 317 | "source": { # The source of a field. # The source of the field. |
| 318 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 319 | "type": "A String", # The source type. |
| 320 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 321 | "userTypes": [ # Output only. The user types. |
| 322 | "A String", |
| 323 | ], |
| 324 | "objectType": "A String", # Output only. The profile object type. |
| 325 | }, |
| 326 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 327 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 328 | }, |
| 329 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 330 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 331 | }, |
| 332 | "value": "A String", # The end user specified value of the user defined data. |
| 333 | "key": "A String", # The end user specified key of the user defined data. |
| 334 | }, |
| 335 | ], |
| 336 | "braggingRights": [ # **DEPRECATED**: No data will be returned The person's bragging rights. |
| 337 | { # **DEPRECATED**: No data will be returned A person's bragging rights. |
| 338 | "metadata": { # Metadata about a field. # Metadata about the bragging rights. |
| 339 | "source": { # The source of a field. # The source of the field. |
| 340 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 341 | "type": "A String", # The source type. |
| 342 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 343 | "userTypes": [ # Output only. The user types. |
| 344 | "A String", |
| 345 | ], |
| 346 | "objectType": "A String", # Output only. The profile object type. |
| 347 | }, |
| 348 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 349 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 350 | }, |
| 351 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 352 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 353 | }, |
| 354 | "value": "A String", # The bragging rights; for example, `climbed mount everest`. |
| 355 | }, |
| 356 | ], |
| 357 | "etag": "A String", # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation. |
| 358 | "imClients": [ # The person's instant messaging clients. |
| 359 | { # A person's instant messaging client. |
| 360 | "metadata": { # Metadata about a field. # Metadata about the IM client. |
| 361 | "source": { # The source of a field. # The source of the field. |
| 362 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 363 | "type": "A String", # The source type. |
| 364 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 365 | "userTypes": [ # Output only. The user types. |
| 366 | "A String", |
| 367 | ], |
| 368 | "objectType": "A String", # Output only. The profile object type. |
| 369 | }, |
| 370 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 371 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 372 | }, |
| 373 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 374 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 375 | }, |
| 376 | "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` |
| 377 | "type": "A String", # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 378 | "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. |
| 379 | "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. |
| 380 | "username": "A String", # The user name used in the IM client. |
| 381 | }, |
| 382 | ], |
| 383 | "locales": [ # The person's locale preferences. |
| 384 | { # A person's locale preference. |
| 385 | "value": "A String", # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale. |
| 386 | "metadata": { # Metadata about a field. # Metadata about the locale. |
| 387 | "source": { # The source of a field. # The source of the field. |
| 388 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 389 | "type": "A String", # The source type. |
| 390 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 391 | "userTypes": [ # Output only. The user types. |
| 392 | "A String", |
| 393 | ], |
| 394 | "objectType": "A String", # Output only. The profile object type. |
| 395 | }, |
| 396 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 397 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 398 | }, |
| 399 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 400 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 401 | }, |
| 402 | }, |
| 403 | ], |
| 404 | "relations": [ # The person's relations. |
| 405 | { # A person's relation to another person. |
| 406 | "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. |
| 407 | "person": "A String", # The name of the other person this relation refers to. |
| 408 | "metadata": { # Metadata about a field. # Metadata about the relation. |
| 409 | "source": { # The source of a field. # The source of the field. |
| 410 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 411 | "type": "A String", # The source type. |
| 412 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 413 | "userTypes": [ # Output only. The user types. |
| 414 | "A String", |
| 415 | ], |
| 416 | "objectType": "A String", # Output only. The profile object type. |
| 417 | }, |
| 418 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 419 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 420 | }, |
| 421 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 422 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 423 | }, |
| 424 | "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` |
| 425 | }, |
| 426 | ], |
| 427 | "residences": [ # **DEPRECATED**: (Please use `person.locations` instead) The person's residences. |
| 428 | { # **DEPRECATED**: Please use `person.locations` instead. A person's past or current residence. |
| 429 | "value": "A String", # The address of the residence. |
| 430 | "metadata": { # Metadata about a field. # Metadata about the residence. |
| 431 | "source": { # The source of a field. # The source of the field. |
| 432 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 433 | "type": "A String", # The source type. |
| 434 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 435 | "userTypes": [ # Output only. The user types. |
| 436 | "A String", |
| 437 | ], |
| 438 | "objectType": "A String", # Output only. The profile object type. |
| 439 | }, |
| 440 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 441 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 442 | }, |
| 443 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 444 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 445 | }, |
| 446 | "current": True or False, # True if the residence is the person's current residence; false if the residence is a past residence. |
| 447 | }, |
| 448 | ], |
| 449 | "fileAses": [ # The person's file-ases. |
| 450 | { # The name that should be used to sort the person in a list. |
| 451 | "value": "A String", # The file-as value |
| 452 | "metadata": { # Metadata about a field. # Metadata about the file-as. |
| 453 | "source": { # The source of a field. # The source of the field. |
| 454 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 455 | "type": "A String", # The source type. |
| 456 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 457 | "userTypes": [ # Output only. The user types. |
| 458 | "A String", |
| 459 | ], |
| 460 | "objectType": "A String", # Output only. The profile object type. |
| 461 | }, |
| 462 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 463 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 464 | }, |
| 465 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 466 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 467 | }, |
| 468 | }, |
| 469 | ], |
| 470 | "ageRanges": [ # Output only. The person's age ranges. |
| 471 | { # A person's age range. |
| 472 | "metadata": { # Metadata about a field. # Metadata about the age range. |
| 473 | "source": { # The source of a field. # The source of the field. |
| 474 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 475 | "type": "A String", # The source type. |
| 476 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 477 | "userTypes": [ # Output only. The user types. |
| 478 | "A String", |
| 479 | ], |
| 480 | "objectType": "A String", # Output only. The profile object type. |
| 481 | }, |
| 482 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 483 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 484 | }, |
| 485 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 486 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 487 | }, |
| 488 | "ageRange": "A String", # The age range. |
| 489 | }, |
| 490 | ], |
| 491 | "coverPhotos": [ # Output only. The person's cover photos. |
| 492 | { # 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. |
| 493 | "url": "A String", # The URL of the cover photo. |
| 494 | "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. |
| 495 | "metadata": { # Metadata about a field. # Metadata about the cover photo. |
| 496 | "source": { # The source of a field. # The source of the field. |
| 497 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 498 | "type": "A String", # The source type. |
| 499 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 500 | "userTypes": [ # Output only. The user types. |
| 501 | "A String", |
| 502 | ], |
| 503 | "objectType": "A String", # Output only. The profile object type. |
| 504 | }, |
| 505 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 506 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 507 | }, |
| 508 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 509 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 510 | }, |
| 511 | }, |
| 512 | ], |
| 513 | "ageRange": "A String", # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person's age range. |
| 514 | "locations": [ # The person's locations. |
| 515 | { # A person's location. |
| 516 | "deskCode": "A String", # The individual desk location. |
| 517 | "value": "A String", # The free-form value of the location. |
| 518 | "type": "A String", # The type of the location. The type can be custom or one of these predefined values: * `desk` * `grewUp` |
| 519 | "buildingId": "A String", # The building identifier. |
| 520 | "floorSection": "A String", # The floor section in `floor_name`. |
| 521 | "floor": "A String", # The floor name or number. |
| 522 | "current": True or False, # Whether the location is the current location. |
| 523 | "metadata": { # Metadata about a field. # Metadata about the location. |
| 524 | "source": { # The source of a field. # The source of the field. |
| 525 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 526 | "type": "A String", # The source type. |
| 527 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 528 | "userTypes": [ # Output only. The user types. |
| 529 | "A String", |
| 530 | ], |
| 531 | "objectType": "A String", # Output only. The profile object type. |
| 532 | }, |
| 533 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 534 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 535 | }, |
| 536 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 537 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 538 | }, |
| 539 | }, |
| 540 | ], |
| 541 | "occupations": [ # The person's occupations. |
| 542 | { # A person's occupation. |
| 543 | "metadata": { # Metadata about a field. # Metadata about the occupation. |
| 544 | "source": { # The source of a field. # The source of the field. |
| 545 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 546 | "type": "A String", # The source type. |
| 547 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 548 | "userTypes": [ # Output only. The user types. |
| 549 | "A String", |
| 550 | ], |
| 551 | "objectType": "A String", # Output only. The profile object type. |
| 552 | }, |
| 553 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 554 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 555 | }, |
| 556 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 557 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 558 | }, |
| 559 | "value": "A String", # The occupation; for example, `carpenter`. |
| 560 | }, |
| 561 | ], |
| 562 | "names": [ # The person's names. This field is a singleton for contact sources. |
| 563 | { # A person's name. If the name is a mononym, the family name is empty. |
| 564 | "givenName": "A String", # The given name. |
| 565 | "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. |
| 566 | "metadata": { # Metadata about a field. # Metadata about the name. |
| 567 | "source": { # The source of a field. # The source of the field. |
| 568 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 569 | "type": "A String", # The source type. |
| 570 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 571 | "userTypes": [ # Output only. The user types. |
| 572 | "A String", |
| 573 | ], |
| 574 | "objectType": "A String", # Output only. The profile object type. |
| 575 | }, |
| 576 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 577 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 578 | }, |
| 579 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 580 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 581 | }, |
| 582 | "middleName": "A String", # The middle name(s). |
| 583 | "phoneticHonorificPrefix": "A String", # The honorific prefixes spelled as they sound. |
| 584 | "honorificSuffix": "A String", # The honorific suffixes, such as `Jr.` |
| 585 | "phoneticMiddleName": "A String", # The middle name(s) spelled as they sound. |
| 586 | "familyName": "A String", # The family name. |
| 587 | "phoneticFullName": "A String", # The full name spelled as it sounds. |
| 588 | "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. |
| 589 | "phoneticGivenName": "A String", # The given name spelled as it sounds. |
| 590 | "phoneticFamilyName": "A String", # The family name spelled as it sounds. |
| 591 | "phoneticHonorificSuffix": "A String", # The honorific suffixes spelled as they sound. |
| 592 | "unstructuredName": "A String", # The free form name value. |
| 593 | "honorificPrefix": "A String", # The honorific prefixes, such as `Mrs.` or `Dr.` |
| 594 | }, |
| 595 | ], |
| 596 | "emailAddresses": [ # The person's email addresses. |
| 597 | { # A person's email address. |
| 598 | "displayName": "A String", # The display name of the email. |
| 599 | "type": "A String", # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 600 | "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. |
| 601 | "metadata": { # Metadata about a field. # Metadata about the email address. |
| 602 | "source": { # The source of a field. # The source of the field. |
| 603 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 604 | "type": "A String", # The source type. |
| 605 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 606 | "userTypes": [ # Output only. The user types. |
| 607 | "A String", |
| 608 | ], |
| 609 | "objectType": "A String", # Output only. The profile object type. |
| 610 | }, |
| 611 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 612 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 613 | }, |
| 614 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 615 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 616 | }, |
| 617 | "value": "A String", # The email address. |
| 618 | }, |
| 619 | ], |
| 620 | "organizations": [ # The person's past or current organizations. |
| 621 | { # A person's past or current organization. Overlapping date ranges are permitted. |
| 622 | "name": "A String", # The name of the organization. |
| 623 | "domain": "A String", # The domain name associated with the organization; for example, `google.com`. |
| 624 | "current": True or False, # True if the organization is the person's current organization; false if the organization is a past organization. |
| 625 | "jobDescription": "A String", # The person's job description at the organization. |
| 626 | "title": "A String", # The person's job title at the organization. |
| 627 | "type": "A String", # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school` |
| 628 | "metadata": { # Metadata about a field. # Metadata about the organization. |
| 629 | "source": { # The source of a field. # The source of the field. |
| 630 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 631 | "type": "A String", # The source type. |
| 632 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 633 | "userTypes": [ # Output only. The user types. |
| 634 | "A String", |
| 635 | ], |
| 636 | "objectType": "A String", # Output only. The profile object type. |
| 637 | }, |
| 638 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 639 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 640 | }, |
| 641 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 642 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 643 | }, |
| 644 | "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. |
| 645 | "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. |
| 646 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 647 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 648 | }, |
| 649 | "department": "A String", # The person's department at the organization. |
| 650 | "symbol": "A String", # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym. |
| 651 | "location": "A String", # The location of the organization office the person works at. |
| 652 | "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. |
| 653 | "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. |
| 654 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 655 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 656 | }, |
| 657 | "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. |
| 658 | "phoneticName": "A String", # The phonetic name of the organization. |
| 659 | }, |
| 660 | ], |
| 661 | "calendarUrls": [ # The person's calendar URLs. |
| 662 | { # A person's calendar URL. |
| 663 | "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. |
| 664 | "url": "A String", # The calendar URL. |
| 665 | "metadata": { # Metadata about a field. # Metadata about the calendar URL. |
| 666 | "source": { # The source of a field. # The source of the field. |
| 667 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 668 | "type": "A String", # The source type. |
| 669 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 670 | "userTypes": [ # Output only. The user types. |
| 671 | "A String", |
| 672 | ], |
| 673 | "objectType": "A String", # Output only. The profile object type. |
| 674 | }, |
| 675 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 676 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 677 | }, |
| 678 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 679 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 680 | }, |
| 681 | "type": "A String", # The type of the calendar URL. The type can be custom or one of these predefined values: * `home` * `freeBusy` * `work` |
| 682 | }, |
| 683 | ], |
| 684 | "taglines": [ # Output only. **DEPRECATED**: No data will be returned The person's taglines. |
| 685 | { # **DEPRECATED**: No data will be returned A brief one-line description of the person. |
| 686 | "value": "A String", # The tagline. |
| 687 | "metadata": { # Metadata about a field. # Metadata about the tagline. |
| 688 | "source": { # The source of a field. # The source of the field. |
| 689 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 690 | "type": "A String", # The source type. |
| 691 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 692 | "userTypes": [ # Output only. The user types. |
| 693 | "A String", |
| 694 | ], |
| 695 | "objectType": "A String", # Output only. The profile object type. |
| 696 | }, |
| 697 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 698 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 699 | }, |
| 700 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 701 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 702 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 703 | }, |
| 704 | ], |
| 705 | "biographies": [ # The person's biographies. This field is a singleton for contact sources. |
| 706 | { # A person's short biography. |
| 707 | "contentType": "A String", # The content type of the biography. |
| 708 | "value": "A String", # The short biography. |
| 709 | "metadata": { # Metadata about a field. # Metadata about the biography. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 710 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 711 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 712 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 713 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 714 | "userTypes": [ # Output only. The user types. |
| 715 | "A String", |
| 716 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 717 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 718 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 719 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 720 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 721 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 722 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 723 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 724 | }, |
| 725 | }, |
| 726 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 727 | "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}`. |
| 728 | "miscKeywords": [ # The person's miscellaneous keywords. |
| 729 | { # A person's miscellaneous keyword. |
| 730 | "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. |
| 731 | "type": "A String", # The miscellaneous keyword type. |
| 732 | "metadata": { # Metadata about a field. # Metadata about the miscellaneous keyword. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 733 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 734 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 735 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 736 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 737 | "userTypes": [ # Output only. The user types. |
| 738 | "A String", |
| 739 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 740 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 741 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 742 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 743 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 744 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 745 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 746 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 747 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 748 | "value": "A String", # The value of the miscellaneous keyword. |
| 749 | }, |
| 750 | ], |
| 751 | "events": [ # The person's events. |
| 752 | { # An event related to the person. |
| 753 | "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. |
| 754 | "metadata": { # Metadata about a field. # Metadata about the event. |
| 755 | "source": { # The source of a field. # The source of the field. |
| 756 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 757 | "type": "A String", # The source type. |
| 758 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 759 | "userTypes": [ # Output only. The user types. |
| 760 | "A String", |
| 761 | ], |
| 762 | "objectType": "A String", # Output only. The profile object type. |
| 763 | }, |
| 764 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 765 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 766 | }, |
| 767 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 768 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 769 | }, |
| 770 | "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. |
| 771 | "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. |
| 772 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 773 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 774 | }, |
| 775 | "type": "A String", # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other` |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 776 | }, |
| 777 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 778 | "memberships": [ # The person's group memberships. |
| 779 | { # A person's membership in a group. Only contact group memberships can be modified. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 780 | "domainMembership": { # A G Suite Domain membership. # Output only. The domain membership. |
| 781 | "inViewerDomain": True or False, # True if the person is in the viewer's G Suite domain. |
| 782 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 783 | "metadata": { # Metadata about a field. # Metadata about the membership. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 784 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 785 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 786 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 787 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 788 | "userTypes": [ # Output only. The user types. |
| 789 | "A String", |
| 790 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 791 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 792 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 793 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 794 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 795 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 796 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 797 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 798 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 799 | "contactGroupMembership": { # A Google contact group membership. # The contact group membership. |
| 800 | "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. |
| 801 | "contactGroupId": "A String", # Output only. The contact group ID for the contact group membership. |
| 802 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 803 | }, |
| 804 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 805 | "addresses": [ # The person's street addresses. |
| 806 | { # A person's physical address. May be a P.O. box or street address. All fields are optional. |
| 807 | "type": "A String", # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 808 | "countryCode": "A String", # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address. |
| 809 | "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. |
| 810 | "city": "A String", # The city of the address. |
| 811 | "country": "A String", # The country of the address. |
| 812 | "metadata": { # Metadata about a field. # Metadata about the address. |
| 813 | "source": { # The source of a field. # The source of the field. |
| 814 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 815 | "type": "A String", # The source type. |
| 816 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 817 | "userTypes": [ # Output only. The user types. |
| 818 | "A String", |
| 819 | ], |
| 820 | "objectType": "A String", # Output only. The profile object type. |
| 821 | }, |
| 822 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 823 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 824 | }, |
| 825 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 826 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 827 | }, |
| 828 | "postalCode": "A String", # The postal code of the address. |
| 829 | "extendedAddress": "A String", # The extended address of the address; for example, the apartment number. |
| 830 | "poBox": "A String", # The P.O. box of the address. |
| 831 | "streetAddress": "A String", # The street address. |
| 832 | "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. |
| 833 | "region": "A String", # The region of the address; for example, the state or province. |
| 834 | }, |
| 835 | ], |
| 836 | "photos": [ # Output only. The person's photos. |
| 837 | { # A person's photo. A picture shown next to the person's name to help others recognize the person. |
| 838 | "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 |
| 839 | "default": True or False, # True if the photo is a default photo; false if the photo is a user-provided photo. |
| 840 | "metadata": { # Metadata about a field. # Metadata about the photo. |
| 841 | "source": { # The source of a field. # The source of the field. |
| 842 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 843 | "type": "A String", # The source type. |
| 844 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 845 | "userTypes": [ # Output only. The user types. |
| 846 | "A String", |
| 847 | ], |
| 848 | "objectType": "A String", # Output only. The profile object type. |
| 849 | }, |
| 850 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 851 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 852 | }, |
| 853 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 854 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 855 | }, |
| 856 | }, |
| 857 | ], |
| 858 | "clientData": [ # The person's client data. |
| 859 | { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. |
| 860 | "metadata": { # Metadata about a field. # Metadata about the client data. |
| 861 | "source": { # The source of a field. # The source of the field. |
| 862 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 863 | "type": "A String", # The source type. |
| 864 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 865 | "userTypes": [ # Output only. The user types. |
| 866 | "A String", |
| 867 | ], |
| 868 | "objectType": "A String", # Output only. The profile object type. |
| 869 | }, |
| 870 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 871 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 872 | }, |
| 873 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 874 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 875 | }, |
| 876 | "key": "A String", # The client specified key of the client data. |
| 877 | "value": "A String", # The client specified value of the client data. |
| 878 | }, |
| 879 | ], |
| 880 | "interests": [ # The person's interests. |
| 881 | { # One of the person's interests. |
| 882 | "metadata": { # Metadata about a field. # Metadata about the interest. |
| 883 | "source": { # The source of a field. # The source of the field. |
| 884 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 885 | "type": "A String", # The source type. |
| 886 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 887 | "userTypes": [ # Output only. The user types. |
| 888 | "A String", |
| 889 | ], |
| 890 | "objectType": "A String", # Output only. The profile object type. |
| 891 | }, |
| 892 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 893 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 894 | }, |
| 895 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 896 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 897 | }, |
| 898 | "value": "A String", # The interest; for example, `stargazing`. |
| 899 | }, |
| 900 | ], |
| 901 | "birthdays": [ # The person's birthdays. This field is a singleton for contact sources. |
| 902 | { # 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. |
| 903 | "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. |
| 904 | "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. |
| 905 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 906 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 907 | }, |
| 908 | "metadata": { # Metadata about a field. # Metadata about the birthday. |
| 909 | "source": { # The source of a field. # The source of the field. |
| 910 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 911 | "type": "A String", # The source type. |
| 912 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 913 | "userTypes": [ # Output only. The user types. |
| 914 | "A String", |
| 915 | ], |
| 916 | "objectType": "A String", # Output only. The profile object type. |
| 917 | }, |
| 918 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 919 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 920 | }, |
| 921 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 922 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 923 | }, |
| 924 | "text": "A String", # A free-form string representing the user's birthday. |
| 925 | }, |
| 926 | ], |
| 927 | "relationshipStatuses": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship statuses. |
| 928 | { # **DEPRECATED**: No data will be returned A person's relationship status. |
| 929 | "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` |
| 930 | "metadata": { # Metadata about a field. # Metadata about the relationship status. |
| 931 | "source": { # The source of a field. # The source of the field. |
| 932 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 933 | "type": "A String", # The source type. |
| 934 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 935 | "userTypes": [ # Output only. The user types. |
| 936 | "A String", |
| 937 | ], |
| 938 | "objectType": "A String", # Output only. The profile object type. |
| 939 | }, |
| 940 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 941 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 942 | }, |
| 943 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 944 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 945 | }, |
| 946 | "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. |
| 947 | }, |
| 948 | ], |
| 949 | "metadata": { # The metadata about a person. # Output only. Metadata about the person. |
| 950 | "linkedPeopleResourceNames": [ # Output only. Resource names of people linked to this resource. |
| 951 | "A String", |
| 952 | ], |
| 953 | "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. |
| 954 | "A String", |
| 955 | ], |
| 956 | "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. |
| 957 | "sources": [ # The sources of data for the person. |
| 958 | { # The source of a field. |
| 959 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 960 | "type": "A String", # The source type. |
| 961 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 962 | "userTypes": [ # Output only. The user types. |
| 963 | "A String", |
| 964 | ], |
| 965 | "objectType": "A String", # Output only. The profile object type. |
| 966 | }, |
| 967 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 968 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 969 | }, |
| 970 | ], |
| 971 | "objectType": "A String", # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object. |
| 972 | }, |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 973 | } |
| 974 | |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 975 | sources: string, Optional. A mask of what source types to return. Defaults to READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set. (repeated) |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 976 | Allowed values |
| 977 | READ_SOURCE_TYPE_UNSPECIFIED - Unspecified. |
| 978 | READ_SOURCE_TYPE_PROFILE - Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE. |
| 979 | READ_SOURCE_TYPE_CONTACT - Returns SourceType.CONTACT. |
| 980 | READ_SOURCE_TYPE_DOMAIN_CONTACT - Returns SourceType.DOMAIN_CONTACT. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 981 | personFields: string, Required. A field mask to restrict which fields on each person are returned. Multiple fields can be specified by separating them with commas. Defaults to all fields if not set. Valid values are: * addresses * ageRanges * biographies * birthdays * calendarUrls * clientData * coverPhotos * emailAddresses * events * externalIds * genders * imClients * interests * locales * locations * memberships * metadata * miscKeywords * names * nicknames * occupations * organizations * phoneNumbers * photos * relations * sipAddresses * skills * urls * userDefined |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 982 | x__xgafv: string, V1 error format. |
| 983 | Allowed values |
| 984 | 1 - v1 error format |
| 985 | 2 - v2 error format |
| 986 | |
| 987 | Returns: |
| 988 | An object of the form: |
| 989 | |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 990 | { # Information about a person merged from various data sources such as the authenticated user's contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 991 | "sipAddresses": [ # The person's SIP addresses. |
| 992 | { # A person's SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet. |
| 993 | "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` |
| 994 | "metadata": { # Metadata about a field. # Metadata about the SIP address. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 995 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 996 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 997 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 998 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 999 | "userTypes": [ # Output only. The user types. |
| 1000 | "A String", |
| 1001 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1002 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1003 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1004 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1005 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1006 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1007 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1008 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1009 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1010 | "value": "A String", # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format. |
| 1011 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1012 | }, |
| 1013 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1014 | "urls": [ # The person's associated URLs. |
| 1015 | { # A person's associated URLs. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1016 | "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` |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1017 | "value": "A String", # The URL. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1018 | "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. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1019 | "metadata": { # Metadata about a field. # Metadata about the URL. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1020 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1021 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1022 | "type": "A String", # The source type. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1023 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1024 | "userTypes": [ # Output only. The user types. |
| 1025 | "A String", |
| 1026 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1027 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1028 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1029 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1030 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1031 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1032 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1033 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1034 | }, |
| 1035 | }, |
| 1036 | ], |
| 1037 | "skills": [ # The person's skills. |
| 1038 | { # A skill that the person has. |
| 1039 | "metadata": { # Metadata about a field. # Metadata about the skill. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1040 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1041 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1042 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1043 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1044 | "userTypes": [ # Output only. The user types. |
| 1045 | "A String", |
| 1046 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1047 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1048 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1049 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1050 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1051 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1052 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1053 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1054 | }, |
| 1055 | "value": "A String", # The skill; for example, `underwater basket weaving`. |
| 1056 | }, |
| 1057 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1058 | "genders": [ # The person's genders. This field is a singleton for contact sources. |
| 1059 | { # A person's gender. |
| 1060 | "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. |
| 1061 | "metadata": { # Metadata about a field. # Metadata about the gender. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1062 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1063 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1064 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1065 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1066 | "userTypes": [ # Output only. The user types. |
| 1067 | "A String", |
| 1068 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1069 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1070 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1071 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1072 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1073 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1074 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1075 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1076 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1077 | "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` |
| 1078 | "value": "A String", # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified` |
| 1079 | }, |
| 1080 | ], |
| 1081 | "nicknames": [ # The person's nicknames. |
| 1082 | { # A person's nickname. |
| 1083 | "value": "A String", # The nickname. |
| 1084 | "metadata": { # Metadata about a field. # Metadata about the nickname. |
| 1085 | "source": { # The source of a field. # The source of the field. |
| 1086 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1087 | "type": "A String", # The source type. |
| 1088 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1089 | "userTypes": [ # Output only. The user types. |
| 1090 | "A String", |
| 1091 | ], |
| 1092 | "objectType": "A String", # Output only. The profile object type. |
| 1093 | }, |
| 1094 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1095 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1096 | }, |
| 1097 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 1098 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1099 | }, |
| 1100 | "type": "A String", # The type of the nickname. |
| 1101 | }, |
| 1102 | ], |
| 1103 | "externalIds": [ # The person's external IDs. |
| 1104 | { # An identifier from an external entity related to the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1105 | "value": "A String", # The value of the external ID. |
| 1106 | "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. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1107 | "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` |
| 1108 | "metadata": { # Metadata about a field. # Metadata about the external ID. |
| 1109 | "source": { # The source of a field. # The source of the field. |
| 1110 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1111 | "type": "A String", # The source type. |
| 1112 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1113 | "userTypes": [ # Output only. The user types. |
| 1114 | "A String", |
| 1115 | ], |
| 1116 | "objectType": "A String", # Output only. The profile object type. |
| 1117 | }, |
| 1118 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1119 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1120 | }, |
| 1121 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 1122 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1123 | }, |
| 1124 | }, |
| 1125 | ], |
| 1126 | "relationshipInterests": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship interests. |
| 1127 | { # **DEPRECATED**: No data will be returned A person's relationship interest . |
| 1128 | "metadata": { # Metadata about a field. # Metadata about the relationship interest. |
| 1129 | "source": { # The source of a field. # The source of the field. |
| 1130 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1131 | "type": "A String", # The source type. |
| 1132 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1133 | "userTypes": [ # Output only. The user types. |
| 1134 | "A String", |
| 1135 | ], |
| 1136 | "objectType": "A String", # Output only. The profile object type. |
| 1137 | }, |
| 1138 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1139 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1140 | }, |
| 1141 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 1142 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1143 | }, |
| 1144 | "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` |
| 1145 | "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. |
| 1146 | }, |
| 1147 | ], |
| 1148 | "phoneNumbers": [ # The person's phone numbers. |
| 1149 | { # A person's phone number. |
| 1150 | "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. |
| 1151 | "value": "A String", # The phone number. |
| 1152 | "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` |
| 1153 | "metadata": { # Metadata about a field. # Metadata about the phone number. |
| 1154 | "source": { # The source of a field. # The source of the field. |
| 1155 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1156 | "type": "A String", # The source type. |
| 1157 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1158 | "userTypes": [ # Output only. The user types. |
| 1159 | "A String", |
| 1160 | ], |
| 1161 | "objectType": "A String", # Output only. The profile object type. |
| 1162 | }, |
| 1163 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1164 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1165 | }, |
| 1166 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 1167 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1168 | }, |
| 1169 | "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. |
| 1170 | }, |
| 1171 | ], |
| 1172 | "userDefined": [ # The person's user defined data. |
| 1173 | { # Arbitrary user data that is populated by the end users. |
| 1174 | "metadata": { # Metadata about a field. # Metadata about the user defined data. |
| 1175 | "source": { # The source of a field. # The source of the field. |
| 1176 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1177 | "type": "A String", # The source type. |
| 1178 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1179 | "userTypes": [ # Output only. The user types. |
| 1180 | "A String", |
| 1181 | ], |
| 1182 | "objectType": "A String", # Output only. The profile object type. |
| 1183 | }, |
| 1184 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1185 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1186 | }, |
| 1187 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 1188 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1189 | }, |
| 1190 | "value": "A String", # The end user specified value of the user defined data. |
| 1191 | "key": "A String", # The end user specified key of the user defined data. |
| 1192 | }, |
| 1193 | ], |
| 1194 | "braggingRights": [ # **DEPRECATED**: No data will be returned The person's bragging rights. |
| 1195 | { # **DEPRECATED**: No data will be returned A person's bragging rights. |
| 1196 | "metadata": { # Metadata about a field. # Metadata about the bragging rights. |
| 1197 | "source": { # The source of a field. # The source of the field. |
| 1198 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1199 | "type": "A String", # The source type. |
| 1200 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1201 | "userTypes": [ # Output only. The user types. |
| 1202 | "A String", |
| 1203 | ], |
| 1204 | "objectType": "A String", # Output only. The profile object type. |
| 1205 | }, |
| 1206 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1207 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1208 | }, |
| 1209 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 1210 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1211 | }, |
| 1212 | "value": "A String", # The bragging rights; for example, `climbed mount everest`. |
| 1213 | }, |
| 1214 | ], |
| 1215 | "etag": "A String", # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation. |
| 1216 | "imClients": [ # The person's instant messaging clients. |
| 1217 | { # A person's instant messaging client. |
| 1218 | "metadata": { # Metadata about a field. # Metadata about the IM client. |
| 1219 | "source": { # The source of a field. # The source of the field. |
| 1220 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1221 | "type": "A String", # The source type. |
| 1222 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1223 | "userTypes": [ # Output only. The user types. |
| 1224 | "A String", |
| 1225 | ], |
| 1226 | "objectType": "A String", # Output only. The profile object type. |
| 1227 | }, |
| 1228 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1229 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1230 | }, |
| 1231 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 1232 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1233 | }, |
| 1234 | "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` |
| 1235 | "type": "A String", # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 1236 | "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. |
| 1237 | "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. |
| 1238 | "username": "A String", # The user name used in the IM client. |
| 1239 | }, |
| 1240 | ], |
| 1241 | "locales": [ # The person's locale preferences. |
| 1242 | { # A person's locale preference. |
| 1243 | "value": "A String", # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale. |
| 1244 | "metadata": { # Metadata about a field. # Metadata about the locale. |
| 1245 | "source": { # The source of a field. # The source of the field. |
| 1246 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1247 | "type": "A String", # The source type. |
| 1248 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1249 | "userTypes": [ # Output only. The user types. |
| 1250 | "A String", |
| 1251 | ], |
| 1252 | "objectType": "A String", # Output only. The profile object type. |
| 1253 | }, |
| 1254 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1255 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1256 | }, |
| 1257 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 1258 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1259 | }, |
| 1260 | }, |
| 1261 | ], |
| 1262 | "relations": [ # The person's relations. |
| 1263 | { # A person's relation to another person. |
| 1264 | "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. |
| 1265 | "person": "A String", # The name of the other person this relation refers to. |
| 1266 | "metadata": { # Metadata about a field. # Metadata about the relation. |
| 1267 | "source": { # The source of a field. # The source of the field. |
| 1268 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1269 | "type": "A String", # The source type. |
| 1270 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1271 | "userTypes": [ # Output only. The user types. |
| 1272 | "A String", |
| 1273 | ], |
| 1274 | "objectType": "A String", # Output only. The profile object type. |
| 1275 | }, |
| 1276 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1277 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1278 | }, |
| 1279 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 1280 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1281 | }, |
| 1282 | "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` |
| 1283 | }, |
| 1284 | ], |
| 1285 | "residences": [ # **DEPRECATED**: (Please use `person.locations` instead) The person's residences. |
| 1286 | { # **DEPRECATED**: Please use `person.locations` instead. A person's past or current residence. |
| 1287 | "value": "A String", # The address of the residence. |
| 1288 | "metadata": { # Metadata about a field. # Metadata about the residence. |
| 1289 | "source": { # The source of a field. # The source of the field. |
| 1290 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1291 | "type": "A String", # The source type. |
| 1292 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1293 | "userTypes": [ # Output only. The user types. |
| 1294 | "A String", |
| 1295 | ], |
| 1296 | "objectType": "A String", # Output only. The profile object type. |
| 1297 | }, |
| 1298 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1299 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1300 | }, |
| 1301 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 1302 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1303 | }, |
| 1304 | "current": True or False, # True if the residence is the person's current residence; false if the residence is a past residence. |
| 1305 | }, |
| 1306 | ], |
| 1307 | "fileAses": [ # The person's file-ases. |
| 1308 | { # The name that should be used to sort the person in a list. |
| 1309 | "value": "A String", # The file-as value |
| 1310 | "metadata": { # Metadata about a field. # Metadata about the file-as. |
| 1311 | "source": { # The source of a field. # The source of the field. |
| 1312 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1313 | "type": "A String", # The source type. |
| 1314 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1315 | "userTypes": [ # Output only. The user types. |
| 1316 | "A String", |
| 1317 | ], |
| 1318 | "objectType": "A String", # Output only. The profile object type. |
| 1319 | }, |
| 1320 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1321 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1322 | }, |
| 1323 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 1324 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1325 | }, |
| 1326 | }, |
| 1327 | ], |
| 1328 | "ageRanges": [ # Output only. The person's age ranges. |
| 1329 | { # A person's age range. |
| 1330 | "metadata": { # Metadata about a field. # Metadata about the age range. |
| 1331 | "source": { # The source of a field. # The source of the field. |
| 1332 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1333 | "type": "A String", # The source type. |
| 1334 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1335 | "userTypes": [ # Output only. The user types. |
| 1336 | "A String", |
| 1337 | ], |
| 1338 | "objectType": "A String", # Output only. The profile object type. |
| 1339 | }, |
| 1340 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1341 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1342 | }, |
| 1343 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 1344 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1345 | }, |
| 1346 | "ageRange": "A String", # The age range. |
| 1347 | }, |
| 1348 | ], |
| 1349 | "coverPhotos": [ # Output only. The person's cover photos. |
| 1350 | { # 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. |
| 1351 | "url": "A String", # The URL of the cover photo. |
| 1352 | "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. |
| 1353 | "metadata": { # Metadata about a field. # Metadata about the cover photo. |
| 1354 | "source": { # The source of a field. # The source of the field. |
| 1355 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1356 | "type": "A String", # The source type. |
| 1357 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1358 | "userTypes": [ # Output only. The user types. |
| 1359 | "A String", |
| 1360 | ], |
| 1361 | "objectType": "A String", # Output only. The profile object type. |
| 1362 | }, |
| 1363 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1364 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1365 | }, |
| 1366 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 1367 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1368 | }, |
| 1369 | }, |
| 1370 | ], |
| 1371 | "ageRange": "A String", # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person's age range. |
| 1372 | "locations": [ # The person's locations. |
| 1373 | { # A person's location. |
| 1374 | "deskCode": "A String", # The individual desk location. |
| 1375 | "value": "A String", # The free-form value of the location. |
| 1376 | "type": "A String", # The type of the location. The type can be custom or one of these predefined values: * `desk` * `grewUp` |
| 1377 | "buildingId": "A String", # The building identifier. |
| 1378 | "floorSection": "A String", # The floor section in `floor_name`. |
| 1379 | "floor": "A String", # The floor name or number. |
| 1380 | "current": True or False, # Whether the location is the current location. |
| 1381 | "metadata": { # Metadata about a field. # Metadata about the location. |
| 1382 | "source": { # The source of a field. # The source of the field. |
| 1383 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1384 | "type": "A String", # The source type. |
| 1385 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1386 | "userTypes": [ # Output only. The user types. |
| 1387 | "A String", |
| 1388 | ], |
| 1389 | "objectType": "A String", # Output only. The profile object type. |
| 1390 | }, |
| 1391 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1392 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1393 | }, |
| 1394 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 1395 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1396 | }, |
| 1397 | }, |
| 1398 | ], |
| 1399 | "occupations": [ # The person's occupations. |
| 1400 | { # A person's occupation. |
| 1401 | "metadata": { # Metadata about a field. # Metadata about the occupation. |
| 1402 | "source": { # The source of a field. # The source of the field. |
| 1403 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1404 | "type": "A String", # The source type. |
| 1405 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1406 | "userTypes": [ # Output only. The user types. |
| 1407 | "A String", |
| 1408 | ], |
| 1409 | "objectType": "A String", # Output only. The profile object type. |
| 1410 | }, |
| 1411 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1412 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1413 | }, |
| 1414 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 1415 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1416 | }, |
| 1417 | "value": "A String", # The occupation; for example, `carpenter`. |
| 1418 | }, |
| 1419 | ], |
| 1420 | "names": [ # The person's names. This field is a singleton for contact sources. |
| 1421 | { # A person's name. If the name is a mononym, the family name is empty. |
| 1422 | "givenName": "A String", # The given name. |
| 1423 | "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. |
| 1424 | "metadata": { # Metadata about a field. # Metadata about the name. |
| 1425 | "source": { # The source of a field. # The source of the field. |
| 1426 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1427 | "type": "A String", # The source type. |
| 1428 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1429 | "userTypes": [ # Output only. The user types. |
| 1430 | "A String", |
| 1431 | ], |
| 1432 | "objectType": "A String", # Output only. The profile object type. |
| 1433 | }, |
| 1434 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1435 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1436 | }, |
| 1437 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 1438 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1439 | }, |
| 1440 | "middleName": "A String", # The middle name(s). |
| 1441 | "phoneticHonorificPrefix": "A String", # The honorific prefixes spelled as they sound. |
| 1442 | "honorificSuffix": "A String", # The honorific suffixes, such as `Jr.` |
| 1443 | "phoneticMiddleName": "A String", # The middle name(s) spelled as they sound. |
| 1444 | "familyName": "A String", # The family name. |
| 1445 | "phoneticFullName": "A String", # The full name spelled as it sounds. |
| 1446 | "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. |
| 1447 | "phoneticGivenName": "A String", # The given name spelled as it sounds. |
| 1448 | "phoneticFamilyName": "A String", # The family name spelled as it sounds. |
| 1449 | "phoneticHonorificSuffix": "A String", # The honorific suffixes spelled as they sound. |
| 1450 | "unstructuredName": "A String", # The free form name value. |
| 1451 | "honorificPrefix": "A String", # The honorific prefixes, such as `Mrs.` or `Dr.` |
| 1452 | }, |
| 1453 | ], |
| 1454 | "emailAddresses": [ # The person's email addresses. |
| 1455 | { # A person's email address. |
| 1456 | "displayName": "A String", # The display name of the email. |
| 1457 | "type": "A String", # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 1458 | "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. |
| 1459 | "metadata": { # Metadata about a field. # Metadata about the email address. |
| 1460 | "source": { # The source of a field. # The source of the field. |
| 1461 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1462 | "type": "A String", # The source type. |
| 1463 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1464 | "userTypes": [ # Output only. The user types. |
| 1465 | "A String", |
| 1466 | ], |
| 1467 | "objectType": "A String", # Output only. The profile object type. |
| 1468 | }, |
| 1469 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1470 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1471 | }, |
| 1472 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 1473 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1474 | }, |
| 1475 | "value": "A String", # The email address. |
| 1476 | }, |
| 1477 | ], |
| 1478 | "organizations": [ # The person's past or current organizations. |
| 1479 | { # A person's past or current organization. Overlapping date ranges are permitted. |
| 1480 | "name": "A String", # The name of the organization. |
| 1481 | "domain": "A String", # The domain name associated with the organization; for example, `google.com`. |
| 1482 | "current": True or False, # True if the organization is the person's current organization; false if the organization is a past organization. |
| 1483 | "jobDescription": "A String", # The person's job description at the organization. |
| 1484 | "title": "A String", # The person's job title at the organization. |
| 1485 | "type": "A String", # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school` |
| 1486 | "metadata": { # Metadata about a field. # Metadata about the organization. |
| 1487 | "source": { # The source of a field. # The source of the field. |
| 1488 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1489 | "type": "A String", # The source type. |
| 1490 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1491 | "userTypes": [ # Output only. The user types. |
| 1492 | "A String", |
| 1493 | ], |
| 1494 | "objectType": "A String", # Output only. The profile object type. |
| 1495 | }, |
| 1496 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1497 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1498 | }, |
| 1499 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 1500 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1501 | }, |
| 1502 | "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. |
| 1503 | "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. |
| 1504 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 1505 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 1506 | }, |
| 1507 | "department": "A String", # The person's department at the organization. |
| 1508 | "symbol": "A String", # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym. |
| 1509 | "location": "A String", # The location of the organization office the person works at. |
| 1510 | "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. |
| 1511 | "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. |
| 1512 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 1513 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 1514 | }, |
| 1515 | "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. |
| 1516 | "phoneticName": "A String", # The phonetic name of the organization. |
| 1517 | }, |
| 1518 | ], |
| 1519 | "calendarUrls": [ # The person's calendar URLs. |
| 1520 | { # A person's calendar URL. |
| 1521 | "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. |
| 1522 | "url": "A String", # The calendar URL. |
| 1523 | "metadata": { # Metadata about a field. # Metadata about the calendar URL. |
| 1524 | "source": { # The source of a field. # The source of the field. |
| 1525 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1526 | "type": "A String", # The source type. |
| 1527 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1528 | "userTypes": [ # Output only. The user types. |
| 1529 | "A String", |
| 1530 | ], |
| 1531 | "objectType": "A String", # Output only. The profile object type. |
| 1532 | }, |
| 1533 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1534 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1535 | }, |
| 1536 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 1537 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1538 | }, |
| 1539 | "type": "A String", # The type of the calendar URL. The type can be custom or one of these predefined values: * `home` * `freeBusy` * `work` |
| 1540 | }, |
| 1541 | ], |
| 1542 | "taglines": [ # Output only. **DEPRECATED**: No data will be returned The person's taglines. |
| 1543 | { # **DEPRECATED**: No data will be returned A brief one-line description of the person. |
| 1544 | "value": "A String", # The tagline. |
| 1545 | "metadata": { # Metadata about a field. # Metadata about the tagline. |
| 1546 | "source": { # The source of a field. # The source of the field. |
| 1547 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1548 | "type": "A String", # The source type. |
| 1549 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1550 | "userTypes": [ # Output only. The user types. |
| 1551 | "A String", |
| 1552 | ], |
| 1553 | "objectType": "A String", # Output only. The profile object type. |
| 1554 | }, |
| 1555 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1556 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1557 | }, |
| 1558 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 1559 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1560 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1561 | }, |
| 1562 | ], |
| 1563 | "biographies": [ # The person's biographies. This field is a singleton for contact sources. |
| 1564 | { # A person's short biography. |
| 1565 | "contentType": "A String", # The content type of the biography. |
| 1566 | "value": "A String", # The short biography. |
| 1567 | "metadata": { # Metadata about a field. # Metadata about the biography. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1568 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1569 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1570 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1571 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1572 | "userTypes": [ # Output only. The user types. |
| 1573 | "A String", |
| 1574 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1575 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1576 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1577 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1578 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1579 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1580 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1581 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1582 | }, |
| 1583 | }, |
| 1584 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1585 | "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}`. |
| 1586 | "miscKeywords": [ # The person's miscellaneous keywords. |
| 1587 | { # A person's miscellaneous keyword. |
| 1588 | "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. |
| 1589 | "type": "A String", # The miscellaneous keyword type. |
| 1590 | "metadata": { # Metadata about a field. # Metadata about the miscellaneous keyword. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1591 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1592 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1593 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1594 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1595 | "userTypes": [ # Output only. The user types. |
| 1596 | "A String", |
| 1597 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1598 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1599 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1600 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1601 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1602 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1603 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1604 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1605 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1606 | "value": "A String", # The value of the miscellaneous keyword. |
| 1607 | }, |
| 1608 | ], |
| 1609 | "events": [ # The person's events. |
| 1610 | { # An event related to the person. |
| 1611 | "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. |
| 1612 | "metadata": { # Metadata about a field. # Metadata about the event. |
| 1613 | "source": { # The source of a field. # The source of the field. |
| 1614 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1615 | "type": "A String", # The source type. |
| 1616 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1617 | "userTypes": [ # Output only. The user types. |
| 1618 | "A String", |
| 1619 | ], |
| 1620 | "objectType": "A String", # Output only. The profile object type. |
| 1621 | }, |
| 1622 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1623 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1624 | }, |
| 1625 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 1626 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1627 | }, |
| 1628 | "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. |
| 1629 | "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. |
| 1630 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 1631 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 1632 | }, |
| 1633 | "type": "A String", # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other` |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1634 | }, |
| 1635 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1636 | "memberships": [ # The person's group memberships. |
| 1637 | { # A person's membership in a group. Only contact group memberships can be modified. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1638 | "domainMembership": { # A G Suite Domain membership. # Output only. The domain membership. |
| 1639 | "inViewerDomain": True or False, # True if the person is in the viewer's G Suite domain. |
| 1640 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1641 | "metadata": { # Metadata about a field. # Metadata about the membership. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1642 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1643 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1644 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1645 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1646 | "userTypes": [ # Output only. The user types. |
| 1647 | "A String", |
| 1648 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1649 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1650 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1651 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1652 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1653 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1654 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1655 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1656 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1657 | "contactGroupMembership": { # A Google contact group membership. # The contact group membership. |
| 1658 | "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. |
| 1659 | "contactGroupId": "A String", # Output only. The contact group ID for the contact group membership. |
| 1660 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1661 | }, |
| 1662 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1663 | "addresses": [ # The person's street addresses. |
| 1664 | { # A person's physical address. May be a P.O. box or street address. All fields are optional. |
| 1665 | "type": "A String", # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 1666 | "countryCode": "A String", # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address. |
| 1667 | "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. |
| 1668 | "city": "A String", # The city of the address. |
| 1669 | "country": "A String", # The country of the address. |
| 1670 | "metadata": { # Metadata about a field. # Metadata about the address. |
| 1671 | "source": { # The source of a field. # The source of the field. |
| 1672 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1673 | "type": "A String", # The source type. |
| 1674 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1675 | "userTypes": [ # Output only. The user types. |
| 1676 | "A String", |
| 1677 | ], |
| 1678 | "objectType": "A String", # Output only. The profile object type. |
| 1679 | }, |
| 1680 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1681 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1682 | }, |
| 1683 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 1684 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1685 | }, |
| 1686 | "postalCode": "A String", # The postal code of the address. |
| 1687 | "extendedAddress": "A String", # The extended address of the address; for example, the apartment number. |
| 1688 | "poBox": "A String", # The P.O. box of the address. |
| 1689 | "streetAddress": "A String", # The street address. |
| 1690 | "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. |
| 1691 | "region": "A String", # The region of the address; for example, the state or province. |
| 1692 | }, |
| 1693 | ], |
| 1694 | "photos": [ # Output only. The person's photos. |
| 1695 | { # A person's photo. A picture shown next to the person's name to help others recognize the person. |
| 1696 | "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 |
| 1697 | "default": True or False, # True if the photo is a default photo; false if the photo is a user-provided photo. |
| 1698 | "metadata": { # Metadata about a field. # Metadata about the photo. |
| 1699 | "source": { # The source of a field. # The source of the field. |
| 1700 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1701 | "type": "A String", # The source type. |
| 1702 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1703 | "userTypes": [ # Output only. The user types. |
| 1704 | "A String", |
| 1705 | ], |
| 1706 | "objectType": "A String", # Output only. The profile object type. |
| 1707 | }, |
| 1708 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1709 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1710 | }, |
| 1711 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 1712 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1713 | }, |
| 1714 | }, |
| 1715 | ], |
| 1716 | "clientData": [ # The person's client data. |
| 1717 | { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. |
| 1718 | "metadata": { # Metadata about a field. # Metadata about the client data. |
| 1719 | "source": { # The source of a field. # The source of the field. |
| 1720 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1721 | "type": "A String", # The source type. |
| 1722 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1723 | "userTypes": [ # Output only. The user types. |
| 1724 | "A String", |
| 1725 | ], |
| 1726 | "objectType": "A String", # Output only. The profile object type. |
| 1727 | }, |
| 1728 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1729 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1730 | }, |
| 1731 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 1732 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1733 | }, |
| 1734 | "key": "A String", # The client specified key of the client data. |
| 1735 | "value": "A String", # The client specified value of the client data. |
| 1736 | }, |
| 1737 | ], |
| 1738 | "interests": [ # The person's interests. |
| 1739 | { # One of the person's interests. |
| 1740 | "metadata": { # Metadata about a field. # Metadata about the interest. |
| 1741 | "source": { # The source of a field. # The source of the field. |
| 1742 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1743 | "type": "A String", # The source type. |
| 1744 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1745 | "userTypes": [ # Output only. The user types. |
| 1746 | "A String", |
| 1747 | ], |
| 1748 | "objectType": "A String", # Output only. The profile object type. |
| 1749 | }, |
| 1750 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1751 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1752 | }, |
| 1753 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 1754 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1755 | }, |
| 1756 | "value": "A String", # The interest; for example, `stargazing`. |
| 1757 | }, |
| 1758 | ], |
| 1759 | "birthdays": [ # The person's birthdays. This field is a singleton for contact sources. |
| 1760 | { # 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. |
| 1761 | "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. |
| 1762 | "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. |
| 1763 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 1764 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 1765 | }, |
| 1766 | "metadata": { # Metadata about a field. # Metadata about the birthday. |
| 1767 | "source": { # The source of a field. # The source of the field. |
| 1768 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1769 | "type": "A String", # The source type. |
| 1770 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1771 | "userTypes": [ # Output only. The user types. |
| 1772 | "A String", |
| 1773 | ], |
| 1774 | "objectType": "A String", # Output only. The profile object type. |
| 1775 | }, |
| 1776 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1777 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1778 | }, |
| 1779 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 1780 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1781 | }, |
| 1782 | "text": "A String", # A free-form string representing the user's birthday. |
| 1783 | }, |
| 1784 | ], |
| 1785 | "relationshipStatuses": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship statuses. |
| 1786 | { # **DEPRECATED**: No data will be returned A person's relationship status. |
| 1787 | "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` |
| 1788 | "metadata": { # Metadata about a field. # Metadata about the relationship status. |
| 1789 | "source": { # The source of a field. # The source of the field. |
| 1790 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1791 | "type": "A String", # The source type. |
| 1792 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1793 | "userTypes": [ # Output only. The user types. |
| 1794 | "A String", |
| 1795 | ], |
| 1796 | "objectType": "A String", # Output only. The profile object type. |
| 1797 | }, |
| 1798 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1799 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1800 | }, |
| 1801 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 1802 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1803 | }, |
| 1804 | "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. |
| 1805 | }, |
| 1806 | ], |
| 1807 | "metadata": { # The metadata about a person. # Output only. Metadata about the person. |
| 1808 | "linkedPeopleResourceNames": [ # Output only. Resource names of people linked to this resource. |
| 1809 | "A String", |
| 1810 | ], |
| 1811 | "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. |
| 1812 | "A String", |
| 1813 | ], |
| 1814 | "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. |
| 1815 | "sources": [ # The sources of data for the person. |
| 1816 | { # The source of a field. |
| 1817 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1818 | "type": "A String", # The source type. |
| 1819 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1820 | "userTypes": [ # Output only. The user types. |
| 1821 | "A String", |
| 1822 | ], |
| 1823 | "objectType": "A String", # Output only. The profile object type. |
| 1824 | }, |
| 1825 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1826 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1827 | }, |
| 1828 | ], |
| 1829 | "objectType": "A String", # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object. |
| 1830 | }, |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 1831 | }</pre> |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 1832 | </div> |
| 1833 | |
| 1834 | <div class="method"> |
| 1835 | <code class="details" id="deleteContact">deleteContact(resourceName, x__xgafv=None)</code> |
| 1836 | <pre>Delete a contact person. Any non-contact data will not be deleted. |
| 1837 | |
| 1838 | Args: |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 1839 | resourceName: string, Required. The resource name of the contact to delete. (required) |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 1840 | x__xgafv: string, V1 error format. |
| 1841 | Allowed values |
| 1842 | 1 - v1 error format |
| 1843 | 2 - v2 error format |
| 1844 | |
| 1845 | Returns: |
| 1846 | An object of the form: |
| 1847 | |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1848 | { # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`. |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 1849 | }</pre> |
| 1850 | </div> |
| 1851 | |
| 1852 | <div class="method"> |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1853 | <code class="details" id="deleteContactPhoto">deleteContactPhoto(resourceName, personFields=None, sources=None, x__xgafv=None)</code> |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 1854 | <pre>Delete a contact's photo. |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 1855 | |
| 1856 | Args: |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 1857 | resourceName: string, Required. The resource name of the contact whose photo will be deleted. (required) |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1858 | personFields: string, Optional. A field mask to restrict which fields on the person are returned. Multiple fields can be specified by separating them with commas. Defaults to empty if not set, which will skip the post mutate get. Valid values are: * addresses * ageRanges * biographies * birthdays * calendarUrls * clientData * coverPhotos * emailAddresses * events * externalIds * genders * imClients * interests * locales * locations * memberships * metadata * miscKeywords * names * nicknames * occupations * organizations * phoneNumbers * photos * relations * sipAddresses * skills * urls * userDefined |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1859 | sources: string, Optional. A mask of what source types to return. Defaults to READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set. (repeated) |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1860 | Allowed values |
| 1861 | READ_SOURCE_TYPE_UNSPECIFIED - Unspecified. |
| 1862 | READ_SOURCE_TYPE_PROFILE - Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE. |
| 1863 | READ_SOURCE_TYPE_CONTACT - Returns SourceType.CONTACT. |
| 1864 | READ_SOURCE_TYPE_DOMAIN_CONTACT - Returns SourceType.DOMAIN_CONTACT. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 1865 | x__xgafv: string, V1 error format. |
| 1866 | Allowed values |
| 1867 | 1 - v1 error format |
| 1868 | 2 - v2 error format |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 1869 | |
| 1870 | Returns: |
| 1871 | An object of the form: |
| 1872 | |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 1873 | { # The response for deleteing a contact's photo. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1874 | "person": { # Information about a person merged from various data sources such as the authenticated user's contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true. # The updated person, if person_fields is set in the DeleteContactPhotoRequest; otherwise this will be unset. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1875 | "sipAddresses": [ # The person's SIP addresses. |
| 1876 | { # A person's SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet. |
| 1877 | "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` |
| 1878 | "metadata": { # Metadata about a field. # Metadata about the SIP address. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1879 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1880 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1881 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1882 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1883 | "userTypes": [ # Output only. The user types. |
| 1884 | "A String", |
| 1885 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1886 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1887 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1888 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1889 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1890 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1891 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1892 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1893 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1894 | "value": "A String", # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format. |
| 1895 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1896 | }, |
| 1897 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1898 | "urls": [ # The person's associated URLs. |
| 1899 | { # A person's associated URLs. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1900 | "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` |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1901 | "value": "A String", # The URL. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1902 | "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. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1903 | "metadata": { # Metadata about a field. # Metadata about the URL. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1904 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1905 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1906 | "type": "A String", # The source type. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1907 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1908 | "userTypes": [ # Output only. The user types. |
| 1909 | "A String", |
| 1910 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1911 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 1912 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1913 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1914 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1915 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1916 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1917 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1918 | }, |
| 1919 | }, |
| 1920 | ], |
| 1921 | "skills": [ # The person's skills. |
| 1922 | { # A skill that the person has. |
| 1923 | "metadata": { # Metadata about a field. # Metadata about the skill. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1924 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1925 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1926 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1927 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1928 | "userTypes": [ # Output only. The user types. |
| 1929 | "A String", |
| 1930 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1931 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1932 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1933 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1934 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1935 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1936 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1937 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1938 | }, |
| 1939 | "value": "A String", # The skill; for example, `underwater basket weaving`. |
| 1940 | }, |
| 1941 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1942 | "genders": [ # The person's genders. This field is a singleton for contact sources. |
| 1943 | { # A person's gender. |
| 1944 | "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. |
| 1945 | "metadata": { # Metadata about a field. # Metadata about the gender. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1946 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1947 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1948 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1949 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1950 | "userTypes": [ # Output only. The user types. |
| 1951 | "A String", |
| 1952 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1953 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1954 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1955 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1956 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1957 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1958 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1959 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1960 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1961 | "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` |
| 1962 | "value": "A String", # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified` |
| 1963 | }, |
| 1964 | ], |
| 1965 | "nicknames": [ # The person's nicknames. |
| 1966 | { # A person's nickname. |
| 1967 | "value": "A String", # The nickname. |
| 1968 | "metadata": { # Metadata about a field. # Metadata about the nickname. |
| 1969 | "source": { # The source of a field. # The source of the field. |
| 1970 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1971 | "type": "A String", # The source type. |
| 1972 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1973 | "userTypes": [ # Output only. The user types. |
| 1974 | "A String", |
| 1975 | ], |
| 1976 | "objectType": "A String", # Output only. The profile object type. |
| 1977 | }, |
| 1978 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 1979 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 1980 | }, |
| 1981 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 1982 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 1983 | }, |
| 1984 | "type": "A String", # The type of the nickname. |
| 1985 | }, |
| 1986 | ], |
| 1987 | "externalIds": [ # The person's external IDs. |
| 1988 | { # An identifier from an external entity related to the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1989 | "value": "A String", # The value of the external ID. |
| 1990 | "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. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1991 | "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` |
| 1992 | "metadata": { # Metadata about a field. # Metadata about the external ID. |
| 1993 | "source": { # The source of a field. # The source of the field. |
| 1994 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 1995 | "type": "A String", # The source type. |
| 1996 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 1997 | "userTypes": [ # Output only. The user types. |
| 1998 | "A String", |
| 1999 | ], |
| 2000 | "objectType": "A String", # Output only. The profile object type. |
| 2001 | }, |
| 2002 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2003 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2004 | }, |
| 2005 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 2006 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2007 | }, |
| 2008 | }, |
| 2009 | ], |
| 2010 | "relationshipInterests": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship interests. |
| 2011 | { # **DEPRECATED**: No data will be returned A person's relationship interest . |
| 2012 | "metadata": { # Metadata about a field. # Metadata about the relationship interest. |
| 2013 | "source": { # The source of a field. # The source of the field. |
| 2014 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2015 | "type": "A String", # The source type. |
| 2016 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2017 | "userTypes": [ # Output only. The user types. |
| 2018 | "A String", |
| 2019 | ], |
| 2020 | "objectType": "A String", # Output only. The profile object type. |
| 2021 | }, |
| 2022 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2023 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2024 | }, |
| 2025 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 2026 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2027 | }, |
| 2028 | "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` |
| 2029 | "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. |
| 2030 | }, |
| 2031 | ], |
| 2032 | "phoneNumbers": [ # The person's phone numbers. |
| 2033 | { # A person's phone number. |
| 2034 | "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. |
| 2035 | "value": "A String", # The phone number. |
| 2036 | "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` |
| 2037 | "metadata": { # Metadata about a field. # Metadata about the phone number. |
| 2038 | "source": { # The source of a field. # The source of the field. |
| 2039 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2040 | "type": "A String", # The source type. |
| 2041 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2042 | "userTypes": [ # Output only. The user types. |
| 2043 | "A String", |
| 2044 | ], |
| 2045 | "objectType": "A String", # Output only. The profile object type. |
| 2046 | }, |
| 2047 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2048 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2049 | }, |
| 2050 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 2051 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2052 | }, |
| 2053 | "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. |
| 2054 | }, |
| 2055 | ], |
| 2056 | "userDefined": [ # The person's user defined data. |
| 2057 | { # Arbitrary user data that is populated by the end users. |
| 2058 | "metadata": { # Metadata about a field. # Metadata about the user defined data. |
| 2059 | "source": { # The source of a field. # The source of the field. |
| 2060 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2061 | "type": "A String", # The source type. |
| 2062 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2063 | "userTypes": [ # Output only. The user types. |
| 2064 | "A String", |
| 2065 | ], |
| 2066 | "objectType": "A String", # Output only. The profile object type. |
| 2067 | }, |
| 2068 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2069 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2070 | }, |
| 2071 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 2072 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2073 | }, |
| 2074 | "value": "A String", # The end user specified value of the user defined data. |
| 2075 | "key": "A String", # The end user specified key of the user defined data. |
| 2076 | }, |
| 2077 | ], |
| 2078 | "braggingRights": [ # **DEPRECATED**: No data will be returned The person's bragging rights. |
| 2079 | { # **DEPRECATED**: No data will be returned A person's bragging rights. |
| 2080 | "metadata": { # Metadata about a field. # Metadata about the bragging rights. |
| 2081 | "source": { # The source of a field. # The source of the field. |
| 2082 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2083 | "type": "A String", # The source type. |
| 2084 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2085 | "userTypes": [ # Output only. The user types. |
| 2086 | "A String", |
| 2087 | ], |
| 2088 | "objectType": "A String", # Output only. The profile object type. |
| 2089 | }, |
| 2090 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2091 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2092 | }, |
| 2093 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 2094 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2095 | }, |
| 2096 | "value": "A String", # The bragging rights; for example, `climbed mount everest`. |
| 2097 | }, |
| 2098 | ], |
| 2099 | "etag": "A String", # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation. |
| 2100 | "imClients": [ # The person's instant messaging clients. |
| 2101 | { # A person's instant messaging client. |
| 2102 | "metadata": { # Metadata about a field. # Metadata about the IM client. |
| 2103 | "source": { # The source of a field. # The source of the field. |
| 2104 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2105 | "type": "A String", # The source type. |
| 2106 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2107 | "userTypes": [ # Output only. The user types. |
| 2108 | "A String", |
| 2109 | ], |
| 2110 | "objectType": "A String", # Output only. The profile object type. |
| 2111 | }, |
| 2112 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2113 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2114 | }, |
| 2115 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 2116 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2117 | }, |
| 2118 | "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` |
| 2119 | "type": "A String", # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 2120 | "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. |
| 2121 | "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. |
| 2122 | "username": "A String", # The user name used in the IM client. |
| 2123 | }, |
| 2124 | ], |
| 2125 | "locales": [ # The person's locale preferences. |
| 2126 | { # A person's locale preference. |
| 2127 | "value": "A String", # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale. |
| 2128 | "metadata": { # Metadata about a field. # Metadata about the locale. |
| 2129 | "source": { # The source of a field. # The source of the field. |
| 2130 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2131 | "type": "A String", # The source type. |
| 2132 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2133 | "userTypes": [ # Output only. The user types. |
| 2134 | "A String", |
| 2135 | ], |
| 2136 | "objectType": "A String", # Output only. The profile object type. |
| 2137 | }, |
| 2138 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2139 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2140 | }, |
| 2141 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 2142 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2143 | }, |
| 2144 | }, |
| 2145 | ], |
| 2146 | "relations": [ # The person's relations. |
| 2147 | { # A person's relation to another person. |
| 2148 | "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. |
| 2149 | "person": "A String", # The name of the other person this relation refers to. |
| 2150 | "metadata": { # Metadata about a field. # Metadata about the relation. |
| 2151 | "source": { # The source of a field. # The source of the field. |
| 2152 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2153 | "type": "A String", # The source type. |
| 2154 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2155 | "userTypes": [ # Output only. The user types. |
| 2156 | "A String", |
| 2157 | ], |
| 2158 | "objectType": "A String", # Output only. The profile object type. |
| 2159 | }, |
| 2160 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2161 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2162 | }, |
| 2163 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 2164 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2165 | }, |
| 2166 | "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` |
| 2167 | }, |
| 2168 | ], |
| 2169 | "residences": [ # **DEPRECATED**: (Please use `person.locations` instead) The person's residences. |
| 2170 | { # **DEPRECATED**: Please use `person.locations` instead. A person's past or current residence. |
| 2171 | "value": "A String", # The address of the residence. |
| 2172 | "metadata": { # Metadata about a field. # Metadata about the residence. |
| 2173 | "source": { # The source of a field. # The source of the field. |
| 2174 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2175 | "type": "A String", # The source type. |
| 2176 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2177 | "userTypes": [ # Output only. The user types. |
| 2178 | "A String", |
| 2179 | ], |
| 2180 | "objectType": "A String", # Output only. The profile object type. |
| 2181 | }, |
| 2182 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2183 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2184 | }, |
| 2185 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 2186 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2187 | }, |
| 2188 | "current": True or False, # True if the residence is the person's current residence; false if the residence is a past residence. |
| 2189 | }, |
| 2190 | ], |
| 2191 | "fileAses": [ # The person's file-ases. |
| 2192 | { # The name that should be used to sort the person in a list. |
| 2193 | "value": "A String", # The file-as value |
| 2194 | "metadata": { # Metadata about a field. # Metadata about the file-as. |
| 2195 | "source": { # The source of a field. # The source of the field. |
| 2196 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2197 | "type": "A String", # The source type. |
| 2198 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2199 | "userTypes": [ # Output only. The user types. |
| 2200 | "A String", |
| 2201 | ], |
| 2202 | "objectType": "A String", # Output only. The profile object type. |
| 2203 | }, |
| 2204 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2205 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2206 | }, |
| 2207 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 2208 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2209 | }, |
| 2210 | }, |
| 2211 | ], |
| 2212 | "ageRanges": [ # Output only. The person's age ranges. |
| 2213 | { # A person's age range. |
| 2214 | "metadata": { # Metadata about a field. # Metadata about the age range. |
| 2215 | "source": { # The source of a field. # The source of the field. |
| 2216 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2217 | "type": "A String", # The source type. |
| 2218 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2219 | "userTypes": [ # Output only. The user types. |
| 2220 | "A String", |
| 2221 | ], |
| 2222 | "objectType": "A String", # Output only. The profile object type. |
| 2223 | }, |
| 2224 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2225 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2226 | }, |
| 2227 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 2228 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2229 | }, |
| 2230 | "ageRange": "A String", # The age range. |
| 2231 | }, |
| 2232 | ], |
| 2233 | "coverPhotos": [ # Output only. The person's cover photos. |
| 2234 | { # 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. |
| 2235 | "url": "A String", # The URL of the cover photo. |
| 2236 | "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. |
| 2237 | "metadata": { # Metadata about a field. # Metadata about the cover photo. |
| 2238 | "source": { # The source of a field. # The source of the field. |
| 2239 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2240 | "type": "A String", # The source type. |
| 2241 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2242 | "userTypes": [ # Output only. The user types. |
| 2243 | "A String", |
| 2244 | ], |
| 2245 | "objectType": "A String", # Output only. The profile object type. |
| 2246 | }, |
| 2247 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2248 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2249 | }, |
| 2250 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 2251 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2252 | }, |
| 2253 | }, |
| 2254 | ], |
| 2255 | "ageRange": "A String", # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person's age range. |
| 2256 | "locations": [ # The person's locations. |
| 2257 | { # A person's location. |
| 2258 | "deskCode": "A String", # The individual desk location. |
| 2259 | "value": "A String", # The free-form value of the location. |
| 2260 | "type": "A String", # The type of the location. The type can be custom or one of these predefined values: * `desk` * `grewUp` |
| 2261 | "buildingId": "A String", # The building identifier. |
| 2262 | "floorSection": "A String", # The floor section in `floor_name`. |
| 2263 | "floor": "A String", # The floor name or number. |
| 2264 | "current": True or False, # Whether the location is the current location. |
| 2265 | "metadata": { # Metadata about a field. # Metadata about the location. |
| 2266 | "source": { # The source of a field. # The source of the field. |
| 2267 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2268 | "type": "A String", # The source type. |
| 2269 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2270 | "userTypes": [ # Output only. The user types. |
| 2271 | "A String", |
| 2272 | ], |
| 2273 | "objectType": "A String", # Output only. The profile object type. |
| 2274 | }, |
| 2275 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2276 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2277 | }, |
| 2278 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 2279 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2280 | }, |
| 2281 | }, |
| 2282 | ], |
| 2283 | "occupations": [ # The person's occupations. |
| 2284 | { # A person's occupation. |
| 2285 | "metadata": { # Metadata about a field. # Metadata about the occupation. |
| 2286 | "source": { # The source of a field. # The source of the field. |
| 2287 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2288 | "type": "A String", # The source type. |
| 2289 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2290 | "userTypes": [ # Output only. The user types. |
| 2291 | "A String", |
| 2292 | ], |
| 2293 | "objectType": "A String", # Output only. The profile object type. |
| 2294 | }, |
| 2295 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2296 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2297 | }, |
| 2298 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 2299 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2300 | }, |
| 2301 | "value": "A String", # The occupation; for example, `carpenter`. |
| 2302 | }, |
| 2303 | ], |
| 2304 | "names": [ # The person's names. This field is a singleton for contact sources. |
| 2305 | { # A person's name. If the name is a mononym, the family name is empty. |
| 2306 | "givenName": "A String", # The given name. |
| 2307 | "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. |
| 2308 | "metadata": { # Metadata about a field. # Metadata about the name. |
| 2309 | "source": { # The source of a field. # The source of the field. |
| 2310 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2311 | "type": "A String", # The source type. |
| 2312 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2313 | "userTypes": [ # Output only. The user types. |
| 2314 | "A String", |
| 2315 | ], |
| 2316 | "objectType": "A String", # Output only. The profile object type. |
| 2317 | }, |
| 2318 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2319 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2320 | }, |
| 2321 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 2322 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2323 | }, |
| 2324 | "middleName": "A String", # The middle name(s). |
| 2325 | "phoneticHonorificPrefix": "A String", # The honorific prefixes spelled as they sound. |
| 2326 | "honorificSuffix": "A String", # The honorific suffixes, such as `Jr.` |
| 2327 | "phoneticMiddleName": "A String", # The middle name(s) spelled as they sound. |
| 2328 | "familyName": "A String", # The family name. |
| 2329 | "phoneticFullName": "A String", # The full name spelled as it sounds. |
| 2330 | "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. |
| 2331 | "phoneticGivenName": "A String", # The given name spelled as it sounds. |
| 2332 | "phoneticFamilyName": "A String", # The family name spelled as it sounds. |
| 2333 | "phoneticHonorificSuffix": "A String", # The honorific suffixes spelled as they sound. |
| 2334 | "unstructuredName": "A String", # The free form name value. |
| 2335 | "honorificPrefix": "A String", # The honorific prefixes, such as `Mrs.` or `Dr.` |
| 2336 | }, |
| 2337 | ], |
| 2338 | "emailAddresses": [ # The person's email addresses. |
| 2339 | { # A person's email address. |
| 2340 | "displayName": "A String", # The display name of the email. |
| 2341 | "type": "A String", # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 2342 | "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. |
| 2343 | "metadata": { # Metadata about a field. # Metadata about the email address. |
| 2344 | "source": { # The source of a field. # The source of the field. |
| 2345 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2346 | "type": "A String", # The source type. |
| 2347 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2348 | "userTypes": [ # Output only. The user types. |
| 2349 | "A String", |
| 2350 | ], |
| 2351 | "objectType": "A String", # Output only. The profile object type. |
| 2352 | }, |
| 2353 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2354 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2355 | }, |
| 2356 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 2357 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2358 | }, |
| 2359 | "value": "A String", # The email address. |
| 2360 | }, |
| 2361 | ], |
| 2362 | "organizations": [ # The person's past or current organizations. |
| 2363 | { # A person's past or current organization. Overlapping date ranges are permitted. |
| 2364 | "name": "A String", # The name of the organization. |
| 2365 | "domain": "A String", # The domain name associated with the organization; for example, `google.com`. |
| 2366 | "current": True or False, # True if the organization is the person's current organization; false if the organization is a past organization. |
| 2367 | "jobDescription": "A String", # The person's job description at the organization. |
| 2368 | "title": "A String", # The person's job title at the organization. |
| 2369 | "type": "A String", # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school` |
| 2370 | "metadata": { # Metadata about a field. # Metadata about the organization. |
| 2371 | "source": { # The source of a field. # The source of the field. |
| 2372 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2373 | "type": "A String", # The source type. |
| 2374 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2375 | "userTypes": [ # Output only. The user types. |
| 2376 | "A String", |
| 2377 | ], |
| 2378 | "objectType": "A String", # Output only. The profile object type. |
| 2379 | }, |
| 2380 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2381 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2382 | }, |
| 2383 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 2384 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2385 | }, |
| 2386 | "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. |
| 2387 | "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. |
| 2388 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 2389 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 2390 | }, |
| 2391 | "department": "A String", # The person's department at the organization. |
| 2392 | "symbol": "A String", # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym. |
| 2393 | "location": "A String", # The location of the organization office the person works at. |
| 2394 | "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. |
| 2395 | "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. |
| 2396 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 2397 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 2398 | }, |
| 2399 | "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. |
| 2400 | "phoneticName": "A String", # The phonetic name of the organization. |
| 2401 | }, |
| 2402 | ], |
| 2403 | "calendarUrls": [ # The person's calendar URLs. |
| 2404 | { # A person's calendar URL. |
| 2405 | "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. |
| 2406 | "url": "A String", # The calendar URL. |
| 2407 | "metadata": { # Metadata about a field. # Metadata about the calendar URL. |
| 2408 | "source": { # The source of a field. # The source of the field. |
| 2409 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2410 | "type": "A String", # The source type. |
| 2411 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2412 | "userTypes": [ # Output only. The user types. |
| 2413 | "A String", |
| 2414 | ], |
| 2415 | "objectType": "A String", # Output only. The profile object type. |
| 2416 | }, |
| 2417 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2418 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2419 | }, |
| 2420 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 2421 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2422 | }, |
| 2423 | "type": "A String", # The type of the calendar URL. The type can be custom or one of these predefined values: * `home` * `freeBusy` * `work` |
| 2424 | }, |
| 2425 | ], |
| 2426 | "taglines": [ # Output only. **DEPRECATED**: No data will be returned The person's taglines. |
| 2427 | { # **DEPRECATED**: No data will be returned A brief one-line description of the person. |
| 2428 | "value": "A String", # The tagline. |
| 2429 | "metadata": { # Metadata about a field. # Metadata about the tagline. |
| 2430 | "source": { # The source of a field. # The source of the field. |
| 2431 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2432 | "type": "A String", # The source type. |
| 2433 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2434 | "userTypes": [ # Output only. The user types. |
| 2435 | "A String", |
| 2436 | ], |
| 2437 | "objectType": "A String", # Output only. The profile object type. |
| 2438 | }, |
| 2439 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2440 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2441 | }, |
| 2442 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 2443 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2444 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2445 | }, |
| 2446 | ], |
| 2447 | "biographies": [ # The person's biographies. This field is a singleton for contact sources. |
| 2448 | { # A person's short biography. |
| 2449 | "contentType": "A String", # The content type of the biography. |
| 2450 | "value": "A String", # The short biography. |
| 2451 | "metadata": { # Metadata about a field. # Metadata about the biography. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2452 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2453 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 2454 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2455 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2456 | "userTypes": [ # Output only. The user types. |
| 2457 | "A String", |
| 2458 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 2459 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2460 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 2461 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2462 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2463 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 2464 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2465 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2466 | }, |
| 2467 | }, |
| 2468 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 2469 | "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}`. |
| 2470 | "miscKeywords": [ # The person's miscellaneous keywords. |
| 2471 | { # A person's miscellaneous keyword. |
| 2472 | "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. |
| 2473 | "type": "A String", # The miscellaneous keyword type. |
| 2474 | "metadata": { # Metadata about a field. # Metadata about the miscellaneous keyword. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2475 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2476 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 2477 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2478 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2479 | "userTypes": [ # Output only. The user types. |
| 2480 | "A String", |
| 2481 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 2482 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2483 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 2484 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2485 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2486 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 2487 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2488 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2489 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 2490 | "value": "A String", # The value of the miscellaneous keyword. |
| 2491 | }, |
| 2492 | ], |
| 2493 | "events": [ # The person's events. |
| 2494 | { # An event related to the person. |
| 2495 | "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. |
| 2496 | "metadata": { # Metadata about a field. # Metadata about the event. |
| 2497 | "source": { # The source of a field. # The source of the field. |
| 2498 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2499 | "type": "A String", # The source type. |
| 2500 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2501 | "userTypes": [ # Output only. The user types. |
| 2502 | "A String", |
| 2503 | ], |
| 2504 | "objectType": "A String", # Output only. The profile object type. |
| 2505 | }, |
| 2506 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2507 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2508 | }, |
| 2509 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 2510 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2511 | }, |
| 2512 | "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. |
| 2513 | "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. |
| 2514 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 2515 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 2516 | }, |
| 2517 | "type": "A String", # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other` |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2518 | }, |
| 2519 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2520 | "memberships": [ # The person's group memberships. |
| 2521 | { # A person's membership in a group. Only contact group memberships can be modified. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 2522 | "domainMembership": { # A G Suite Domain membership. # Output only. The domain membership. |
| 2523 | "inViewerDomain": True or False, # True if the person is in the viewer's G Suite domain. |
| 2524 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2525 | "metadata": { # Metadata about a field. # Metadata about the membership. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2526 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2527 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 2528 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2529 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2530 | "userTypes": [ # Output only. The user types. |
| 2531 | "A String", |
| 2532 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 2533 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2534 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 2535 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2536 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2537 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 2538 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2539 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2540 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2541 | "contactGroupMembership": { # A Google contact group membership. # The contact group membership. |
| 2542 | "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. |
| 2543 | "contactGroupId": "A String", # Output only. The contact group ID for the contact group membership. |
| 2544 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2545 | }, |
| 2546 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 2547 | "addresses": [ # The person's street addresses. |
| 2548 | { # A person's physical address. May be a P.O. box or street address. All fields are optional. |
| 2549 | "type": "A String", # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 2550 | "countryCode": "A String", # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address. |
| 2551 | "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. |
| 2552 | "city": "A String", # The city of the address. |
| 2553 | "country": "A String", # The country of the address. |
| 2554 | "metadata": { # Metadata about a field. # Metadata about the address. |
| 2555 | "source": { # The source of a field. # The source of the field. |
| 2556 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2557 | "type": "A String", # The source type. |
| 2558 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2559 | "userTypes": [ # Output only. The user types. |
| 2560 | "A String", |
| 2561 | ], |
| 2562 | "objectType": "A String", # Output only. The profile object type. |
| 2563 | }, |
| 2564 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2565 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2566 | }, |
| 2567 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 2568 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2569 | }, |
| 2570 | "postalCode": "A String", # The postal code of the address. |
| 2571 | "extendedAddress": "A String", # The extended address of the address; for example, the apartment number. |
| 2572 | "poBox": "A String", # The P.O. box of the address. |
| 2573 | "streetAddress": "A String", # The street address. |
| 2574 | "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. |
| 2575 | "region": "A String", # The region of the address; for example, the state or province. |
| 2576 | }, |
| 2577 | ], |
| 2578 | "photos": [ # Output only. The person's photos. |
| 2579 | { # A person's photo. A picture shown next to the person's name to help others recognize the person. |
| 2580 | "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 |
| 2581 | "default": True or False, # True if the photo is a default photo; false if the photo is a user-provided photo. |
| 2582 | "metadata": { # Metadata about a field. # Metadata about the photo. |
| 2583 | "source": { # The source of a field. # The source of the field. |
| 2584 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2585 | "type": "A String", # The source type. |
| 2586 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2587 | "userTypes": [ # Output only. The user types. |
| 2588 | "A String", |
| 2589 | ], |
| 2590 | "objectType": "A String", # Output only. The profile object type. |
| 2591 | }, |
| 2592 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2593 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2594 | }, |
| 2595 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 2596 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2597 | }, |
| 2598 | }, |
| 2599 | ], |
| 2600 | "clientData": [ # The person's client data. |
| 2601 | { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. |
| 2602 | "metadata": { # Metadata about a field. # Metadata about the client data. |
| 2603 | "source": { # The source of a field. # The source of the field. |
| 2604 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2605 | "type": "A String", # The source type. |
| 2606 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2607 | "userTypes": [ # Output only. The user types. |
| 2608 | "A String", |
| 2609 | ], |
| 2610 | "objectType": "A String", # Output only. The profile object type. |
| 2611 | }, |
| 2612 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2613 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2614 | }, |
| 2615 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 2616 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2617 | }, |
| 2618 | "key": "A String", # The client specified key of the client data. |
| 2619 | "value": "A String", # The client specified value of the client data. |
| 2620 | }, |
| 2621 | ], |
| 2622 | "interests": [ # The person's interests. |
| 2623 | { # One of the person's interests. |
| 2624 | "metadata": { # Metadata about a field. # Metadata about the interest. |
| 2625 | "source": { # The source of a field. # The source of the field. |
| 2626 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2627 | "type": "A String", # The source type. |
| 2628 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2629 | "userTypes": [ # Output only. The user types. |
| 2630 | "A String", |
| 2631 | ], |
| 2632 | "objectType": "A String", # Output only. The profile object type. |
| 2633 | }, |
| 2634 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2635 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2636 | }, |
| 2637 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 2638 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2639 | }, |
| 2640 | "value": "A String", # The interest; for example, `stargazing`. |
| 2641 | }, |
| 2642 | ], |
| 2643 | "birthdays": [ # The person's birthdays. This field is a singleton for contact sources. |
| 2644 | { # 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. |
| 2645 | "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. |
| 2646 | "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. |
| 2647 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 2648 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 2649 | }, |
| 2650 | "metadata": { # Metadata about a field. # Metadata about the birthday. |
| 2651 | "source": { # The source of a field. # The source of the field. |
| 2652 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2653 | "type": "A String", # The source type. |
| 2654 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2655 | "userTypes": [ # Output only. The user types. |
| 2656 | "A String", |
| 2657 | ], |
| 2658 | "objectType": "A String", # Output only. The profile object type. |
| 2659 | }, |
| 2660 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2661 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2662 | }, |
| 2663 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 2664 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2665 | }, |
| 2666 | "text": "A String", # A free-form string representing the user's birthday. |
| 2667 | }, |
| 2668 | ], |
| 2669 | "relationshipStatuses": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship statuses. |
| 2670 | { # **DEPRECATED**: No data will be returned A person's relationship status. |
| 2671 | "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` |
| 2672 | "metadata": { # Metadata about a field. # Metadata about the relationship status. |
| 2673 | "source": { # The source of a field. # The source of the field. |
| 2674 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2675 | "type": "A String", # The source type. |
| 2676 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2677 | "userTypes": [ # Output only. The user types. |
| 2678 | "A String", |
| 2679 | ], |
| 2680 | "objectType": "A String", # Output only. The profile object type. |
| 2681 | }, |
| 2682 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2683 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2684 | }, |
| 2685 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 2686 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2687 | }, |
| 2688 | "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. |
| 2689 | }, |
| 2690 | ], |
| 2691 | "metadata": { # The metadata about a person. # Output only. Metadata about the person. |
| 2692 | "linkedPeopleResourceNames": [ # Output only. Resource names of people linked to this resource. |
| 2693 | "A String", |
| 2694 | ], |
| 2695 | "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. |
| 2696 | "A String", |
| 2697 | ], |
| 2698 | "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. |
| 2699 | "sources": [ # The sources of data for the person. |
| 2700 | { # The source of a field. |
| 2701 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2702 | "type": "A String", # The source type. |
| 2703 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2704 | "userTypes": [ # Output only. The user types. |
| 2705 | "A String", |
| 2706 | ], |
| 2707 | "objectType": "A String", # Output only. The profile object type. |
| 2708 | }, |
| 2709 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2710 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2711 | }, |
| 2712 | ], |
| 2713 | "objectType": "A String", # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object. |
| 2714 | }, |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 2715 | }, |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 2716 | }</pre> |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 2717 | </div> |
| 2718 | |
| 2719 | <div class="method"> |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2720 | <code class="details" id="get">get(resourceName, personFields=None, sources=None, requestMask_includeField=None, x__xgafv=None)</code> |
| 2721 | <pre>Provides information about a person by specifying a resource name. Use `people/me` to indicate the authenticated user. The request returns a 400 error if 'personFields' is not specified. |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 2722 | |
| 2723 | Args: |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 2724 | resourceName: string, Required. The resource name of the person to provide information about. - To get information about the authenticated user, specify `people/me`. - To get information about a google account, specify `people/{account_id}`. - To get information about a contact, specify the resource name that identifies the contact as returned by [`people.connections.list`](/people/api/rest/v1/people.connections/list). (required) |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2725 | personFields: string, Required. A field mask to restrict which fields on the person are returned. Multiple fields can be specified by separating them with commas. Valid values are: * addresses * ageRanges * biographies * birthdays * calendarUrls * clientData * coverPhotos * emailAddresses * events * externalIds * genders * imClients * interests * locales * locations * memberships * metadata * miscKeywords * names * nicknames * occupations * organizations * phoneNumbers * photos * relations * sipAddresses * skills * urls * userDefined |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2726 | sources: string, Optional. A mask of what source types to return. Defaults to READ_SOURCE_TYPE_PROFILE and READ_SOURCE_TYPE_CONTACT if not set. (repeated) |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 2727 | Allowed values |
| 2728 | READ_SOURCE_TYPE_UNSPECIFIED - Unspecified. |
| 2729 | READ_SOURCE_TYPE_PROFILE - Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE. |
| 2730 | READ_SOURCE_TYPE_CONTACT - Returns SourceType.CONTACT. |
| 2731 | READ_SOURCE_TYPE_DOMAIN_CONTACT - Returns SourceType.DOMAIN_CONTACT. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2732 | requestMask_includeField: string, Required. Comma-separated list of person fields to be included in the response. Each path should start with `person.`: for example, `person.names` or `person.photos`. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 2733 | x__xgafv: string, V1 error format. |
| 2734 | Allowed values |
| 2735 | 1 - v1 error format |
| 2736 | 2 - v2 error format |
Jon Wayne Parrott | 36e41bc | 2016-02-19 16:02:29 -0800 | [diff] [blame] | 2737 | |
| 2738 | Returns: |
| 2739 | An object of the form: |
| 2740 | |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 2741 | { # Information about a person merged from various data sources such as the authenticated user's contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 2742 | "sipAddresses": [ # The person's SIP addresses. |
| 2743 | { # A person's SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet. |
| 2744 | "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` |
| 2745 | "metadata": { # Metadata about a field. # Metadata about the SIP address. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2746 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2747 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 2748 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2749 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2750 | "userTypes": [ # Output only. The user types. |
| 2751 | "A String", |
| 2752 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2753 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2754 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2755 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2756 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2757 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2758 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2759 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 2760 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 2761 | "value": "A String", # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format. |
| 2762 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 2763 | }, |
| 2764 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2765 | "urls": [ # The person's associated URLs. |
| 2766 | { # A person's associated URLs. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2767 | "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` |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 2768 | "value": "A String", # The URL. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2769 | "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. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 2770 | "metadata": { # Metadata about a field. # Metadata about the URL. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 2771 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2772 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 2773 | "type": "A String", # The source type. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 2774 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2775 | "userTypes": [ # Output only. The user types. |
| 2776 | "A String", |
| 2777 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2778 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 2779 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2780 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2781 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2782 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2783 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2784 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2785 | }, |
| 2786 | }, |
| 2787 | ], |
| 2788 | "skills": [ # The person's skills. |
| 2789 | { # A skill that the person has. |
| 2790 | "metadata": { # Metadata about a field. # Metadata about the skill. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2791 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2792 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 2793 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2794 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2795 | "userTypes": [ # Output only. The user types. |
| 2796 | "A String", |
| 2797 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 2798 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2799 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 2800 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2801 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2802 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 2803 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2804 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2805 | }, |
| 2806 | "value": "A String", # The skill; for example, `underwater basket weaving`. |
| 2807 | }, |
| 2808 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 2809 | "genders": [ # The person's genders. This field is a singleton for contact sources. |
| 2810 | { # A person's gender. |
| 2811 | "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. |
| 2812 | "metadata": { # Metadata about a field. # Metadata about the gender. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2813 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2814 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 2815 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2816 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2817 | "userTypes": [ # Output only. The user types. |
| 2818 | "A String", |
| 2819 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 2820 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2821 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 2822 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2823 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2824 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 2825 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2826 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2827 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 2828 | "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` |
| 2829 | "value": "A String", # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified` |
| 2830 | }, |
| 2831 | ], |
| 2832 | "nicknames": [ # The person's nicknames. |
| 2833 | { # A person's nickname. |
| 2834 | "value": "A String", # The nickname. |
| 2835 | "metadata": { # Metadata about a field. # Metadata about the nickname. |
| 2836 | "source": { # The source of a field. # The source of the field. |
| 2837 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2838 | "type": "A String", # The source type. |
| 2839 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2840 | "userTypes": [ # Output only. The user types. |
| 2841 | "A String", |
| 2842 | ], |
| 2843 | "objectType": "A String", # Output only. The profile object type. |
| 2844 | }, |
| 2845 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2846 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2847 | }, |
| 2848 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 2849 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2850 | }, |
| 2851 | "type": "A String", # The type of the nickname. |
| 2852 | }, |
| 2853 | ], |
| 2854 | "externalIds": [ # The person's external IDs. |
| 2855 | { # An identifier from an external entity related to the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 2856 | "value": "A String", # The value of the external ID. |
| 2857 | "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. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 2858 | "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` |
| 2859 | "metadata": { # Metadata about a field. # Metadata about the external ID. |
| 2860 | "source": { # The source of a field. # The source of the field. |
| 2861 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2862 | "type": "A String", # The source type. |
| 2863 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2864 | "userTypes": [ # Output only. The user types. |
| 2865 | "A String", |
| 2866 | ], |
| 2867 | "objectType": "A String", # Output only. The profile object type. |
| 2868 | }, |
| 2869 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2870 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2871 | }, |
| 2872 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 2873 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2874 | }, |
| 2875 | }, |
| 2876 | ], |
| 2877 | "relationshipInterests": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship interests. |
| 2878 | { # **DEPRECATED**: No data will be returned A person's relationship interest . |
| 2879 | "metadata": { # Metadata about a field. # Metadata about the relationship interest. |
| 2880 | "source": { # The source of a field. # The source of the field. |
| 2881 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2882 | "type": "A String", # The source type. |
| 2883 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2884 | "userTypes": [ # Output only. The user types. |
| 2885 | "A String", |
| 2886 | ], |
| 2887 | "objectType": "A String", # Output only. The profile object type. |
| 2888 | }, |
| 2889 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2890 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2891 | }, |
| 2892 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 2893 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2894 | }, |
| 2895 | "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` |
| 2896 | "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. |
| 2897 | }, |
| 2898 | ], |
| 2899 | "phoneNumbers": [ # The person's phone numbers. |
| 2900 | { # A person's phone number. |
| 2901 | "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. |
| 2902 | "value": "A String", # The phone number. |
| 2903 | "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` |
| 2904 | "metadata": { # Metadata about a field. # Metadata about the phone number. |
| 2905 | "source": { # The source of a field. # The source of the field. |
| 2906 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2907 | "type": "A String", # The source type. |
| 2908 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2909 | "userTypes": [ # Output only. The user types. |
| 2910 | "A String", |
| 2911 | ], |
| 2912 | "objectType": "A String", # Output only. The profile object type. |
| 2913 | }, |
| 2914 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2915 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2916 | }, |
| 2917 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 2918 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2919 | }, |
| 2920 | "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. |
| 2921 | }, |
| 2922 | ], |
| 2923 | "userDefined": [ # The person's user defined data. |
| 2924 | { # Arbitrary user data that is populated by the end users. |
| 2925 | "metadata": { # Metadata about a field. # Metadata about the user defined data. |
| 2926 | "source": { # The source of a field. # The source of the field. |
| 2927 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2928 | "type": "A String", # The source type. |
| 2929 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2930 | "userTypes": [ # Output only. The user types. |
| 2931 | "A String", |
| 2932 | ], |
| 2933 | "objectType": "A String", # Output only. The profile object type. |
| 2934 | }, |
| 2935 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2936 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2937 | }, |
| 2938 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 2939 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2940 | }, |
| 2941 | "value": "A String", # The end user specified value of the user defined data. |
| 2942 | "key": "A String", # The end user specified key of the user defined data. |
| 2943 | }, |
| 2944 | ], |
| 2945 | "braggingRights": [ # **DEPRECATED**: No data will be returned The person's bragging rights. |
| 2946 | { # **DEPRECATED**: No data will be returned A person's bragging rights. |
| 2947 | "metadata": { # Metadata about a field. # Metadata about the bragging rights. |
| 2948 | "source": { # The source of a field. # The source of the field. |
| 2949 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2950 | "type": "A String", # The source type. |
| 2951 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2952 | "userTypes": [ # Output only. The user types. |
| 2953 | "A String", |
| 2954 | ], |
| 2955 | "objectType": "A String", # Output only. The profile object type. |
| 2956 | }, |
| 2957 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2958 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2959 | }, |
| 2960 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 2961 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2962 | }, |
| 2963 | "value": "A String", # The bragging rights; for example, `climbed mount everest`. |
| 2964 | }, |
| 2965 | ], |
| 2966 | "etag": "A String", # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation. |
| 2967 | "imClients": [ # The person's instant messaging clients. |
| 2968 | { # A person's instant messaging client. |
| 2969 | "metadata": { # Metadata about a field. # Metadata about the IM client. |
| 2970 | "source": { # The source of a field. # The source of the field. |
| 2971 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2972 | "type": "A String", # The source type. |
| 2973 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 2974 | "userTypes": [ # Output only. The user types. |
| 2975 | "A String", |
| 2976 | ], |
| 2977 | "objectType": "A String", # Output only. The profile object type. |
| 2978 | }, |
| 2979 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 2980 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 2981 | }, |
| 2982 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 2983 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 2984 | }, |
| 2985 | "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` |
| 2986 | "type": "A String", # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 2987 | "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. |
| 2988 | "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. |
| 2989 | "username": "A String", # The user name used in the IM client. |
| 2990 | }, |
| 2991 | ], |
| 2992 | "locales": [ # The person's locale preferences. |
| 2993 | { # A person's locale preference. |
| 2994 | "value": "A String", # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale. |
| 2995 | "metadata": { # Metadata about a field. # Metadata about the locale. |
| 2996 | "source": { # The source of a field. # The source of the field. |
| 2997 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 2998 | "type": "A String", # The source type. |
| 2999 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3000 | "userTypes": [ # Output only. The user types. |
| 3001 | "A String", |
| 3002 | ], |
| 3003 | "objectType": "A String", # Output only. The profile object type. |
| 3004 | }, |
| 3005 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3006 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3007 | }, |
| 3008 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3009 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3010 | }, |
| 3011 | }, |
| 3012 | ], |
| 3013 | "relations": [ # The person's relations. |
| 3014 | { # A person's relation to another person. |
| 3015 | "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. |
| 3016 | "person": "A String", # The name of the other person this relation refers to. |
| 3017 | "metadata": { # Metadata about a field. # Metadata about the relation. |
| 3018 | "source": { # The source of a field. # The source of the field. |
| 3019 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3020 | "type": "A String", # The source type. |
| 3021 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3022 | "userTypes": [ # Output only. The user types. |
| 3023 | "A String", |
| 3024 | ], |
| 3025 | "objectType": "A String", # Output only. The profile object type. |
| 3026 | }, |
| 3027 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3028 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3029 | }, |
| 3030 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3031 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3032 | }, |
| 3033 | "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` |
| 3034 | }, |
| 3035 | ], |
| 3036 | "residences": [ # **DEPRECATED**: (Please use `person.locations` instead) The person's residences. |
| 3037 | { # **DEPRECATED**: Please use `person.locations` instead. A person's past or current residence. |
| 3038 | "value": "A String", # The address of the residence. |
| 3039 | "metadata": { # Metadata about a field. # Metadata about the residence. |
| 3040 | "source": { # The source of a field. # The source of the field. |
| 3041 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3042 | "type": "A String", # The source type. |
| 3043 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3044 | "userTypes": [ # Output only. The user types. |
| 3045 | "A String", |
| 3046 | ], |
| 3047 | "objectType": "A String", # Output only. The profile object type. |
| 3048 | }, |
| 3049 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3050 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3051 | }, |
| 3052 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3053 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3054 | }, |
| 3055 | "current": True or False, # True if the residence is the person's current residence; false if the residence is a past residence. |
| 3056 | }, |
| 3057 | ], |
| 3058 | "fileAses": [ # The person's file-ases. |
| 3059 | { # The name that should be used to sort the person in a list. |
| 3060 | "value": "A String", # The file-as value |
| 3061 | "metadata": { # Metadata about a field. # Metadata about the file-as. |
| 3062 | "source": { # The source of a field. # The source of the field. |
| 3063 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3064 | "type": "A String", # The source type. |
| 3065 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3066 | "userTypes": [ # Output only. The user types. |
| 3067 | "A String", |
| 3068 | ], |
| 3069 | "objectType": "A String", # Output only. The profile object type. |
| 3070 | }, |
| 3071 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3072 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3073 | }, |
| 3074 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3075 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3076 | }, |
| 3077 | }, |
| 3078 | ], |
| 3079 | "ageRanges": [ # Output only. The person's age ranges. |
| 3080 | { # A person's age range. |
| 3081 | "metadata": { # Metadata about a field. # Metadata about the age range. |
| 3082 | "source": { # The source of a field. # The source of the field. |
| 3083 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3084 | "type": "A String", # The source type. |
| 3085 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3086 | "userTypes": [ # Output only. The user types. |
| 3087 | "A String", |
| 3088 | ], |
| 3089 | "objectType": "A String", # Output only. The profile object type. |
| 3090 | }, |
| 3091 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3092 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3093 | }, |
| 3094 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3095 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3096 | }, |
| 3097 | "ageRange": "A String", # The age range. |
| 3098 | }, |
| 3099 | ], |
| 3100 | "coverPhotos": [ # Output only. The person's cover photos. |
| 3101 | { # 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. |
| 3102 | "url": "A String", # The URL of the cover photo. |
| 3103 | "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. |
| 3104 | "metadata": { # Metadata about a field. # Metadata about the cover photo. |
| 3105 | "source": { # The source of a field. # The source of the field. |
| 3106 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3107 | "type": "A String", # The source type. |
| 3108 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3109 | "userTypes": [ # Output only. The user types. |
| 3110 | "A String", |
| 3111 | ], |
| 3112 | "objectType": "A String", # Output only. The profile object type. |
| 3113 | }, |
| 3114 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3115 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3116 | }, |
| 3117 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3118 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3119 | }, |
| 3120 | }, |
| 3121 | ], |
| 3122 | "ageRange": "A String", # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person's age range. |
| 3123 | "locations": [ # The person's locations. |
| 3124 | { # A person's location. |
| 3125 | "deskCode": "A String", # The individual desk location. |
| 3126 | "value": "A String", # The free-form value of the location. |
| 3127 | "type": "A String", # The type of the location. The type can be custom or one of these predefined values: * `desk` * `grewUp` |
| 3128 | "buildingId": "A String", # The building identifier. |
| 3129 | "floorSection": "A String", # The floor section in `floor_name`. |
| 3130 | "floor": "A String", # The floor name or number. |
| 3131 | "current": True or False, # Whether the location is the current location. |
| 3132 | "metadata": { # Metadata about a field. # Metadata about the location. |
| 3133 | "source": { # The source of a field. # The source of the field. |
| 3134 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3135 | "type": "A String", # The source type. |
| 3136 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3137 | "userTypes": [ # Output only. The user types. |
| 3138 | "A String", |
| 3139 | ], |
| 3140 | "objectType": "A String", # Output only. The profile object type. |
| 3141 | }, |
| 3142 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3143 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3144 | }, |
| 3145 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3146 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3147 | }, |
| 3148 | }, |
| 3149 | ], |
| 3150 | "occupations": [ # The person's occupations. |
| 3151 | { # A person's occupation. |
| 3152 | "metadata": { # Metadata about a field. # Metadata about the occupation. |
| 3153 | "source": { # The source of a field. # The source of the field. |
| 3154 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3155 | "type": "A String", # The source type. |
| 3156 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3157 | "userTypes": [ # Output only. The user types. |
| 3158 | "A String", |
| 3159 | ], |
| 3160 | "objectType": "A String", # Output only. The profile object type. |
| 3161 | }, |
| 3162 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3163 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3164 | }, |
| 3165 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3166 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3167 | }, |
| 3168 | "value": "A String", # The occupation; for example, `carpenter`. |
| 3169 | }, |
| 3170 | ], |
| 3171 | "names": [ # The person's names. This field is a singleton for contact sources. |
| 3172 | { # A person's name. If the name is a mononym, the family name is empty. |
| 3173 | "givenName": "A String", # The given name. |
| 3174 | "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. |
| 3175 | "metadata": { # Metadata about a field. # Metadata about the name. |
| 3176 | "source": { # The source of a field. # The source of the field. |
| 3177 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3178 | "type": "A String", # The source type. |
| 3179 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3180 | "userTypes": [ # Output only. The user types. |
| 3181 | "A String", |
| 3182 | ], |
| 3183 | "objectType": "A String", # Output only. The profile object type. |
| 3184 | }, |
| 3185 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3186 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3187 | }, |
| 3188 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3189 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3190 | }, |
| 3191 | "middleName": "A String", # The middle name(s). |
| 3192 | "phoneticHonorificPrefix": "A String", # The honorific prefixes spelled as they sound. |
| 3193 | "honorificSuffix": "A String", # The honorific suffixes, such as `Jr.` |
| 3194 | "phoneticMiddleName": "A String", # The middle name(s) spelled as they sound. |
| 3195 | "familyName": "A String", # The family name. |
| 3196 | "phoneticFullName": "A String", # The full name spelled as it sounds. |
| 3197 | "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. |
| 3198 | "phoneticGivenName": "A String", # The given name spelled as it sounds. |
| 3199 | "phoneticFamilyName": "A String", # The family name spelled as it sounds. |
| 3200 | "phoneticHonorificSuffix": "A String", # The honorific suffixes spelled as they sound. |
| 3201 | "unstructuredName": "A String", # The free form name value. |
| 3202 | "honorificPrefix": "A String", # The honorific prefixes, such as `Mrs.` or `Dr.` |
| 3203 | }, |
| 3204 | ], |
| 3205 | "emailAddresses": [ # The person's email addresses. |
| 3206 | { # A person's email address. |
| 3207 | "displayName": "A String", # The display name of the email. |
| 3208 | "type": "A String", # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 3209 | "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. |
| 3210 | "metadata": { # Metadata about a field. # Metadata about the email address. |
| 3211 | "source": { # The source of a field. # The source of the field. |
| 3212 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3213 | "type": "A String", # The source type. |
| 3214 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3215 | "userTypes": [ # Output only. The user types. |
| 3216 | "A String", |
| 3217 | ], |
| 3218 | "objectType": "A String", # Output only. The profile object type. |
| 3219 | }, |
| 3220 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3221 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3222 | }, |
| 3223 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3224 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3225 | }, |
| 3226 | "value": "A String", # The email address. |
| 3227 | }, |
| 3228 | ], |
| 3229 | "organizations": [ # The person's past or current organizations. |
| 3230 | { # A person's past or current organization. Overlapping date ranges are permitted. |
| 3231 | "name": "A String", # The name of the organization. |
| 3232 | "domain": "A String", # The domain name associated with the organization; for example, `google.com`. |
| 3233 | "current": True or False, # True if the organization is the person's current organization; false if the organization is a past organization. |
| 3234 | "jobDescription": "A String", # The person's job description at the organization. |
| 3235 | "title": "A String", # The person's job title at the organization. |
| 3236 | "type": "A String", # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school` |
| 3237 | "metadata": { # Metadata about a field. # Metadata about the organization. |
| 3238 | "source": { # The source of a field. # The source of the field. |
| 3239 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3240 | "type": "A String", # The source type. |
| 3241 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3242 | "userTypes": [ # Output only. The user types. |
| 3243 | "A String", |
| 3244 | ], |
| 3245 | "objectType": "A String", # Output only. The profile object type. |
| 3246 | }, |
| 3247 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3248 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3249 | }, |
| 3250 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3251 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3252 | }, |
| 3253 | "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. |
| 3254 | "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. |
| 3255 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 3256 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 3257 | }, |
| 3258 | "department": "A String", # The person's department at the organization. |
| 3259 | "symbol": "A String", # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym. |
| 3260 | "location": "A String", # The location of the organization office the person works at. |
| 3261 | "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. |
| 3262 | "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. |
| 3263 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 3264 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 3265 | }, |
| 3266 | "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. |
| 3267 | "phoneticName": "A String", # The phonetic name of the organization. |
| 3268 | }, |
| 3269 | ], |
| 3270 | "calendarUrls": [ # The person's calendar URLs. |
| 3271 | { # A person's calendar URL. |
| 3272 | "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. |
| 3273 | "url": "A String", # The calendar URL. |
| 3274 | "metadata": { # Metadata about a field. # Metadata about the calendar URL. |
| 3275 | "source": { # The source of a field. # The source of the field. |
| 3276 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3277 | "type": "A String", # The source type. |
| 3278 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3279 | "userTypes": [ # Output only. The user types. |
| 3280 | "A String", |
| 3281 | ], |
| 3282 | "objectType": "A String", # Output only. The profile object type. |
| 3283 | }, |
| 3284 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3285 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3286 | }, |
| 3287 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3288 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3289 | }, |
| 3290 | "type": "A String", # The type of the calendar URL. The type can be custom or one of these predefined values: * `home` * `freeBusy` * `work` |
| 3291 | }, |
| 3292 | ], |
| 3293 | "taglines": [ # Output only. **DEPRECATED**: No data will be returned The person's taglines. |
| 3294 | { # **DEPRECATED**: No data will be returned A brief one-line description of the person. |
| 3295 | "value": "A String", # The tagline. |
| 3296 | "metadata": { # Metadata about a field. # Metadata about the tagline. |
| 3297 | "source": { # The source of a field. # The source of the field. |
| 3298 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3299 | "type": "A String", # The source type. |
| 3300 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3301 | "userTypes": [ # Output only. The user types. |
| 3302 | "A String", |
| 3303 | ], |
| 3304 | "objectType": "A String", # Output only. The profile object type. |
| 3305 | }, |
| 3306 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3307 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3308 | }, |
| 3309 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3310 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3311 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3312 | }, |
| 3313 | ], |
| 3314 | "biographies": [ # The person's biographies. This field is a singleton for contact sources. |
| 3315 | { # A person's short biography. |
| 3316 | "contentType": "A String", # The content type of the biography. |
| 3317 | "value": "A String", # The short biography. |
| 3318 | "metadata": { # Metadata about a field. # Metadata about the biography. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3319 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3320 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 3321 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3322 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3323 | "userTypes": [ # Output only. The user types. |
| 3324 | "A String", |
| 3325 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 3326 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3327 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 3328 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3329 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3330 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 3331 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3332 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3333 | }, |
| 3334 | }, |
| 3335 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 3336 | "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}`. |
| 3337 | "miscKeywords": [ # The person's miscellaneous keywords. |
| 3338 | { # A person's miscellaneous keyword. |
| 3339 | "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. |
| 3340 | "type": "A String", # The miscellaneous keyword type. |
| 3341 | "metadata": { # Metadata about a field. # Metadata about the miscellaneous keyword. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3342 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3343 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 3344 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3345 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3346 | "userTypes": [ # Output only. The user types. |
| 3347 | "A String", |
| 3348 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 3349 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3350 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 3351 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3352 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3353 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 3354 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3355 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3356 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 3357 | "value": "A String", # The value of the miscellaneous keyword. |
| 3358 | }, |
| 3359 | ], |
| 3360 | "events": [ # The person's events. |
| 3361 | { # An event related to the person. |
| 3362 | "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. |
| 3363 | "metadata": { # Metadata about a field. # Metadata about the event. |
| 3364 | "source": { # The source of a field. # The source of the field. |
| 3365 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3366 | "type": "A String", # The source type. |
| 3367 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3368 | "userTypes": [ # Output only. The user types. |
| 3369 | "A String", |
| 3370 | ], |
| 3371 | "objectType": "A String", # Output only. The profile object type. |
| 3372 | }, |
| 3373 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3374 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3375 | }, |
| 3376 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3377 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3378 | }, |
| 3379 | "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. |
| 3380 | "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. |
| 3381 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 3382 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 3383 | }, |
| 3384 | "type": "A String", # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other` |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3385 | }, |
| 3386 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3387 | "memberships": [ # The person's group memberships. |
| 3388 | { # A person's membership in a group. Only contact group memberships can be modified. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 3389 | "domainMembership": { # A G Suite Domain membership. # Output only. The domain membership. |
| 3390 | "inViewerDomain": True or False, # True if the person is in the viewer's G Suite domain. |
| 3391 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3392 | "metadata": { # Metadata about a field. # Metadata about the membership. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3393 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3394 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 3395 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3396 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3397 | "userTypes": [ # Output only. The user types. |
| 3398 | "A String", |
| 3399 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 3400 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3401 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 3402 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3403 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3404 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 3405 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3406 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3407 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3408 | "contactGroupMembership": { # A Google contact group membership. # The contact group membership. |
| 3409 | "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. |
| 3410 | "contactGroupId": "A String", # Output only. The contact group ID for the contact group membership. |
| 3411 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3412 | }, |
| 3413 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 3414 | "addresses": [ # The person's street addresses. |
| 3415 | { # A person's physical address. May be a P.O. box or street address. All fields are optional. |
| 3416 | "type": "A String", # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 3417 | "countryCode": "A String", # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address. |
| 3418 | "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. |
| 3419 | "city": "A String", # The city of the address. |
| 3420 | "country": "A String", # The country of the address. |
| 3421 | "metadata": { # Metadata about a field. # Metadata about the address. |
| 3422 | "source": { # The source of a field. # The source of the field. |
| 3423 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3424 | "type": "A String", # The source type. |
| 3425 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3426 | "userTypes": [ # Output only. The user types. |
| 3427 | "A String", |
| 3428 | ], |
| 3429 | "objectType": "A String", # Output only. The profile object type. |
| 3430 | }, |
| 3431 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3432 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3433 | }, |
| 3434 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3435 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3436 | }, |
| 3437 | "postalCode": "A String", # The postal code of the address. |
| 3438 | "extendedAddress": "A String", # The extended address of the address; for example, the apartment number. |
| 3439 | "poBox": "A String", # The P.O. box of the address. |
| 3440 | "streetAddress": "A String", # The street address. |
| 3441 | "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. |
| 3442 | "region": "A String", # The region of the address; for example, the state or province. |
| 3443 | }, |
| 3444 | ], |
| 3445 | "photos": [ # Output only. The person's photos. |
| 3446 | { # A person's photo. A picture shown next to the person's name to help others recognize the person. |
| 3447 | "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 |
| 3448 | "default": True or False, # True if the photo is a default photo; false if the photo is a user-provided photo. |
| 3449 | "metadata": { # Metadata about a field. # Metadata about the photo. |
| 3450 | "source": { # The source of a field. # The source of the field. |
| 3451 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3452 | "type": "A String", # The source type. |
| 3453 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3454 | "userTypes": [ # Output only. The user types. |
| 3455 | "A String", |
| 3456 | ], |
| 3457 | "objectType": "A String", # Output only. The profile object type. |
| 3458 | }, |
| 3459 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3460 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3461 | }, |
| 3462 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3463 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3464 | }, |
| 3465 | }, |
| 3466 | ], |
| 3467 | "clientData": [ # The person's client data. |
| 3468 | { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. |
| 3469 | "metadata": { # Metadata about a field. # Metadata about the client data. |
| 3470 | "source": { # The source of a field. # The source of the field. |
| 3471 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3472 | "type": "A String", # The source type. |
| 3473 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3474 | "userTypes": [ # Output only. The user types. |
| 3475 | "A String", |
| 3476 | ], |
| 3477 | "objectType": "A String", # Output only. The profile object type. |
| 3478 | }, |
| 3479 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3480 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3481 | }, |
| 3482 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3483 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3484 | }, |
| 3485 | "key": "A String", # The client specified key of the client data. |
| 3486 | "value": "A String", # The client specified value of the client data. |
| 3487 | }, |
| 3488 | ], |
| 3489 | "interests": [ # The person's interests. |
| 3490 | { # One of the person's interests. |
| 3491 | "metadata": { # Metadata about a field. # Metadata about the interest. |
| 3492 | "source": { # The source of a field. # The source of the field. |
| 3493 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3494 | "type": "A String", # The source type. |
| 3495 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3496 | "userTypes": [ # Output only. The user types. |
| 3497 | "A String", |
| 3498 | ], |
| 3499 | "objectType": "A String", # Output only. The profile object type. |
| 3500 | }, |
| 3501 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3502 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3503 | }, |
| 3504 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3505 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3506 | }, |
| 3507 | "value": "A String", # The interest; for example, `stargazing`. |
| 3508 | }, |
| 3509 | ], |
| 3510 | "birthdays": [ # The person's birthdays. This field is a singleton for contact sources. |
| 3511 | { # 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. |
| 3512 | "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. |
| 3513 | "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. |
| 3514 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 3515 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 3516 | }, |
| 3517 | "metadata": { # Metadata about a field. # Metadata about the birthday. |
| 3518 | "source": { # The source of a field. # The source of the field. |
| 3519 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3520 | "type": "A String", # The source type. |
| 3521 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3522 | "userTypes": [ # Output only. The user types. |
| 3523 | "A String", |
| 3524 | ], |
| 3525 | "objectType": "A String", # Output only. The profile object type. |
| 3526 | }, |
| 3527 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3528 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3529 | }, |
| 3530 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3531 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3532 | }, |
| 3533 | "text": "A String", # A free-form string representing the user's birthday. |
| 3534 | }, |
| 3535 | ], |
| 3536 | "relationshipStatuses": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship statuses. |
| 3537 | { # **DEPRECATED**: No data will be returned A person's relationship status. |
| 3538 | "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` |
| 3539 | "metadata": { # Metadata about a field. # Metadata about the relationship status. |
| 3540 | "source": { # The source of a field. # The source of the field. |
| 3541 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3542 | "type": "A String", # The source type. |
| 3543 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3544 | "userTypes": [ # Output only. The user types. |
| 3545 | "A String", |
| 3546 | ], |
| 3547 | "objectType": "A String", # Output only. The profile object type. |
| 3548 | }, |
| 3549 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3550 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3551 | }, |
| 3552 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3553 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3554 | }, |
| 3555 | "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. |
| 3556 | }, |
| 3557 | ], |
| 3558 | "metadata": { # The metadata about a person. # Output only. Metadata about the person. |
| 3559 | "linkedPeopleResourceNames": [ # Output only. Resource names of people linked to this resource. |
| 3560 | "A String", |
| 3561 | ], |
| 3562 | "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. |
| 3563 | "A String", |
| 3564 | ], |
| 3565 | "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. |
| 3566 | "sources": [ # The sources of data for the person. |
| 3567 | { # The source of a field. |
| 3568 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3569 | "type": "A String", # The source type. |
| 3570 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3571 | "userTypes": [ # Output only. The user types. |
| 3572 | "A String", |
| 3573 | ], |
| 3574 | "objectType": "A String", # Output only. The profile object type. |
| 3575 | }, |
| 3576 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3577 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3578 | }, |
| 3579 | ], |
| 3580 | "objectType": "A String", # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object. |
| 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 | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 3586 | <code class="details" id="getBatchGet">getBatchGet(resourceNames=None, personFields=None, requestMask_includeField=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 | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 3591 | 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 |
| 3592 | 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] | 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 |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 3610 | "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. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 3611 | "httpStatusCode": 42, # **DEPRECATED** (Please use status instead) [HTTP 1.1 status code] (http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html). |
| 3612 | "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. |
| 3613 | "details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use. |
| 3614 | { |
| 3615 | "a_key": "", # Properties of the object. Contains field @type with type URL. |
| 3616 | }, |
| 3617 | ], |
| 3618 | "code": 42, # The status code, which should be an enum value of google.rpc.Code. |
| 3619 | "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. |
| 3620 | }, |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 3621 | "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 | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 3622 | "sipAddresses": [ # The person's SIP addresses. |
| 3623 | { # A person's SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet. |
| 3624 | "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` |
| 3625 | "metadata": { # Metadata about a field. # Metadata about the SIP address. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3626 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3627 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 3628 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3629 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3630 | "userTypes": [ # Output only. The user types. |
| 3631 | "A String", |
| 3632 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3633 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3634 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3635 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3636 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3637 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3638 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3639 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 3640 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 3641 | "value": "A String", # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format. |
| 3642 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 3643 | }, |
| 3644 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3645 | "urls": [ # The person's associated URLs. |
| 3646 | { # A person's associated URLs. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3647 | "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` |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 3648 | "value": "A String", # The URL. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3649 | "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. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 3650 | "metadata": { # Metadata about a field. # Metadata about the URL. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 3651 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3652 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 3653 | "type": "A String", # The source type. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 3654 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3655 | "userTypes": [ # Output only. The user types. |
| 3656 | "A String", |
| 3657 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3658 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 3659 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3660 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3661 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3662 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3663 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3664 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3665 | }, |
| 3666 | }, |
| 3667 | ], |
| 3668 | "skills": [ # The person's skills. |
| 3669 | { # A skill that the person has. |
| 3670 | "metadata": { # Metadata about a field. # Metadata about the skill. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3671 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3672 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 3673 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3674 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3675 | "userTypes": [ # Output only. The user types. |
| 3676 | "A String", |
| 3677 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 3678 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3679 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 3680 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3681 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3682 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 3683 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3684 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3685 | }, |
| 3686 | "value": "A String", # The skill; for example, `underwater basket weaving`. |
| 3687 | }, |
| 3688 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 3689 | "genders": [ # The person's genders. This field is a singleton for contact sources. |
| 3690 | { # A person's gender. |
| 3691 | "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. |
| 3692 | "metadata": { # Metadata about a field. # Metadata about the gender. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3693 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3694 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 3695 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3696 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3697 | "userTypes": [ # Output only. The user types. |
| 3698 | "A String", |
| 3699 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 3700 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3701 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 3702 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3703 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3704 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 3705 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3706 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3707 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 3708 | "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` |
| 3709 | "value": "A String", # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified` |
| 3710 | }, |
| 3711 | ], |
| 3712 | "nicknames": [ # The person's nicknames. |
| 3713 | { # A person's nickname. |
| 3714 | "value": "A String", # The nickname. |
| 3715 | "metadata": { # Metadata about a field. # Metadata about the nickname. |
| 3716 | "source": { # The source of a field. # The source of the field. |
| 3717 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3718 | "type": "A String", # The source type. |
| 3719 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3720 | "userTypes": [ # Output only. The user types. |
| 3721 | "A String", |
| 3722 | ], |
| 3723 | "objectType": "A String", # Output only. The profile object type. |
| 3724 | }, |
| 3725 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3726 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3727 | }, |
| 3728 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3729 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3730 | }, |
| 3731 | "type": "A String", # The type of the nickname. |
| 3732 | }, |
| 3733 | ], |
| 3734 | "externalIds": [ # The person's external IDs. |
| 3735 | { # An identifier from an external entity related to the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 3736 | "value": "A String", # The value of the external ID. |
| 3737 | "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. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 3738 | "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` |
| 3739 | "metadata": { # Metadata about a field. # Metadata about the external ID. |
| 3740 | "source": { # The source of a field. # The source of the field. |
| 3741 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3742 | "type": "A String", # The source type. |
| 3743 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3744 | "userTypes": [ # Output only. The user types. |
| 3745 | "A String", |
| 3746 | ], |
| 3747 | "objectType": "A String", # Output only. The profile object type. |
| 3748 | }, |
| 3749 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3750 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3751 | }, |
| 3752 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3753 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3754 | }, |
| 3755 | }, |
| 3756 | ], |
| 3757 | "relationshipInterests": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship interests. |
| 3758 | { # **DEPRECATED**: No data will be returned A person's relationship interest . |
| 3759 | "metadata": { # Metadata about a field. # Metadata about the relationship interest. |
| 3760 | "source": { # The source of a field. # The source of the field. |
| 3761 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3762 | "type": "A String", # The source type. |
| 3763 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3764 | "userTypes": [ # Output only. The user types. |
| 3765 | "A String", |
| 3766 | ], |
| 3767 | "objectType": "A String", # Output only. The profile object type. |
| 3768 | }, |
| 3769 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3770 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3771 | }, |
| 3772 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3773 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3774 | }, |
| 3775 | "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` |
| 3776 | "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. |
| 3777 | }, |
| 3778 | ], |
| 3779 | "phoneNumbers": [ # The person's phone numbers. |
| 3780 | { # A person's phone number. |
| 3781 | "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. |
| 3782 | "value": "A String", # The phone number. |
| 3783 | "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` |
| 3784 | "metadata": { # Metadata about a field. # Metadata about the phone number. |
| 3785 | "source": { # The source of a field. # The source of the field. |
| 3786 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3787 | "type": "A String", # The source type. |
| 3788 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3789 | "userTypes": [ # Output only. The user types. |
| 3790 | "A String", |
| 3791 | ], |
| 3792 | "objectType": "A String", # Output only. The profile object type. |
| 3793 | }, |
| 3794 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3795 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3796 | }, |
| 3797 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3798 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3799 | }, |
| 3800 | "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. |
| 3801 | }, |
| 3802 | ], |
| 3803 | "userDefined": [ # The person's user defined data. |
| 3804 | { # Arbitrary user data that is populated by the end users. |
| 3805 | "metadata": { # Metadata about a field. # Metadata about the user defined data. |
| 3806 | "source": { # The source of a field. # The source of the field. |
| 3807 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3808 | "type": "A String", # The source type. |
| 3809 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3810 | "userTypes": [ # Output only. The user types. |
| 3811 | "A String", |
| 3812 | ], |
| 3813 | "objectType": "A String", # Output only. The profile object type. |
| 3814 | }, |
| 3815 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3816 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3817 | }, |
| 3818 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3819 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3820 | }, |
| 3821 | "value": "A String", # The end user specified value of the user defined data. |
| 3822 | "key": "A String", # The end user specified key of the user defined data. |
| 3823 | }, |
| 3824 | ], |
| 3825 | "braggingRights": [ # **DEPRECATED**: No data will be returned The person's bragging rights. |
| 3826 | { # **DEPRECATED**: No data will be returned A person's bragging rights. |
| 3827 | "metadata": { # Metadata about a field. # Metadata about the bragging rights. |
| 3828 | "source": { # The source of a field. # The source of the field. |
| 3829 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3830 | "type": "A String", # The source type. |
| 3831 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3832 | "userTypes": [ # Output only. The user types. |
| 3833 | "A String", |
| 3834 | ], |
| 3835 | "objectType": "A String", # Output only. The profile object type. |
| 3836 | }, |
| 3837 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3838 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3839 | }, |
| 3840 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3841 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3842 | }, |
| 3843 | "value": "A String", # The bragging rights; for example, `climbed mount everest`. |
| 3844 | }, |
| 3845 | ], |
| 3846 | "etag": "A String", # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation. |
| 3847 | "imClients": [ # The person's instant messaging clients. |
| 3848 | { # A person's instant messaging client. |
| 3849 | "metadata": { # Metadata about a field. # Metadata about the IM client. |
| 3850 | "source": { # The source of a field. # The source of the field. |
| 3851 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3852 | "type": "A String", # The source type. |
| 3853 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3854 | "userTypes": [ # Output only. The user types. |
| 3855 | "A String", |
| 3856 | ], |
| 3857 | "objectType": "A String", # Output only. The profile object type. |
| 3858 | }, |
| 3859 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3860 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3861 | }, |
| 3862 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3863 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3864 | }, |
| 3865 | "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` |
| 3866 | "type": "A String", # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 3867 | "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. |
| 3868 | "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. |
| 3869 | "username": "A String", # The user name used in the IM client. |
| 3870 | }, |
| 3871 | ], |
| 3872 | "locales": [ # The person's locale preferences. |
| 3873 | { # A person's locale preference. |
| 3874 | "value": "A String", # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale. |
| 3875 | "metadata": { # Metadata about a field. # Metadata about the locale. |
| 3876 | "source": { # The source of a field. # The source of the field. |
| 3877 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3878 | "type": "A String", # The source type. |
| 3879 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3880 | "userTypes": [ # Output only. The user types. |
| 3881 | "A String", |
| 3882 | ], |
| 3883 | "objectType": "A String", # Output only. The profile object type. |
| 3884 | }, |
| 3885 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3886 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3887 | }, |
| 3888 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3889 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3890 | }, |
| 3891 | }, |
| 3892 | ], |
| 3893 | "relations": [ # The person's relations. |
| 3894 | { # A person's relation to another person. |
| 3895 | "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. |
| 3896 | "person": "A String", # The name of the other person this relation refers to. |
| 3897 | "metadata": { # Metadata about a field. # Metadata about the relation. |
| 3898 | "source": { # The source of a field. # The source of the field. |
| 3899 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3900 | "type": "A String", # The source type. |
| 3901 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3902 | "userTypes": [ # Output only. The user types. |
| 3903 | "A String", |
| 3904 | ], |
| 3905 | "objectType": "A String", # Output only. The profile object type. |
| 3906 | }, |
| 3907 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3908 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3909 | }, |
| 3910 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3911 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3912 | }, |
| 3913 | "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` |
| 3914 | }, |
| 3915 | ], |
| 3916 | "residences": [ # **DEPRECATED**: (Please use `person.locations` instead) The person's residences. |
| 3917 | { # **DEPRECATED**: Please use `person.locations` instead. A person's past or current residence. |
| 3918 | "value": "A String", # The address of the residence. |
| 3919 | "metadata": { # Metadata about a field. # Metadata about the residence. |
| 3920 | "source": { # The source of a field. # The source of the field. |
| 3921 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3922 | "type": "A String", # The source type. |
| 3923 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3924 | "userTypes": [ # Output only. The user types. |
| 3925 | "A String", |
| 3926 | ], |
| 3927 | "objectType": "A String", # Output only. The profile object type. |
| 3928 | }, |
| 3929 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3930 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3931 | }, |
| 3932 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3933 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3934 | }, |
| 3935 | "current": True or False, # True if the residence is the person's current residence; false if the residence is a past residence. |
| 3936 | }, |
| 3937 | ], |
| 3938 | "fileAses": [ # The person's file-ases. |
| 3939 | { # The name that should be used to sort the person in a list. |
| 3940 | "value": "A String", # The file-as value |
| 3941 | "metadata": { # Metadata about a field. # Metadata about the file-as. |
| 3942 | "source": { # The source of a field. # The source of the field. |
| 3943 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3944 | "type": "A String", # The source type. |
| 3945 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3946 | "userTypes": [ # Output only. The user types. |
| 3947 | "A String", |
| 3948 | ], |
| 3949 | "objectType": "A String", # Output only. The profile object type. |
| 3950 | }, |
| 3951 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3952 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3953 | }, |
| 3954 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3955 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3956 | }, |
| 3957 | }, |
| 3958 | ], |
| 3959 | "ageRanges": [ # Output only. The person's age ranges. |
| 3960 | { # A person's age range. |
| 3961 | "metadata": { # Metadata about a field. # Metadata about the age range. |
| 3962 | "source": { # The source of a field. # The source of the field. |
| 3963 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3964 | "type": "A String", # The source type. |
| 3965 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3966 | "userTypes": [ # Output only. The user types. |
| 3967 | "A String", |
| 3968 | ], |
| 3969 | "objectType": "A String", # Output only. The profile object type. |
| 3970 | }, |
| 3971 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3972 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3973 | }, |
| 3974 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3975 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3976 | }, |
| 3977 | "ageRange": "A String", # The age range. |
| 3978 | }, |
| 3979 | ], |
| 3980 | "coverPhotos": [ # Output only. The person's cover photos. |
| 3981 | { # 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. |
| 3982 | "url": "A String", # The URL of the cover photo. |
| 3983 | "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. |
| 3984 | "metadata": { # Metadata about a field. # Metadata about the cover photo. |
| 3985 | "source": { # The source of a field. # The source of the field. |
| 3986 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 3987 | "type": "A String", # The source type. |
| 3988 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 3989 | "userTypes": [ # Output only. The user types. |
| 3990 | "A String", |
| 3991 | ], |
| 3992 | "objectType": "A String", # Output only. The profile object type. |
| 3993 | }, |
| 3994 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 3995 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 3996 | }, |
| 3997 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 3998 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 3999 | }, |
| 4000 | }, |
| 4001 | ], |
| 4002 | "ageRange": "A String", # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person's age range. |
| 4003 | "locations": [ # The person's locations. |
| 4004 | { # A person's location. |
| 4005 | "deskCode": "A String", # The individual desk location. |
| 4006 | "value": "A String", # The free-form value of the location. |
| 4007 | "type": "A String", # The type of the location. The type can be custom or one of these predefined values: * `desk` * `grewUp` |
| 4008 | "buildingId": "A String", # The building identifier. |
| 4009 | "floorSection": "A String", # The floor section in `floor_name`. |
| 4010 | "floor": "A String", # The floor name or number. |
| 4011 | "current": True or False, # Whether the location is the current location. |
| 4012 | "metadata": { # Metadata about a field. # Metadata about the location. |
| 4013 | "source": { # The source of a field. # The source of the field. |
| 4014 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4015 | "type": "A String", # The source type. |
| 4016 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4017 | "userTypes": [ # Output only. The user types. |
| 4018 | "A String", |
| 4019 | ], |
| 4020 | "objectType": "A String", # Output only. The profile object type. |
| 4021 | }, |
| 4022 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4023 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4024 | }, |
| 4025 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4026 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4027 | }, |
| 4028 | }, |
| 4029 | ], |
| 4030 | "occupations": [ # The person's occupations. |
| 4031 | { # A person's occupation. |
| 4032 | "metadata": { # Metadata about a field. # Metadata about the occupation. |
| 4033 | "source": { # The source of a field. # The source of the field. |
| 4034 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4035 | "type": "A String", # The source type. |
| 4036 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4037 | "userTypes": [ # Output only. The user types. |
| 4038 | "A String", |
| 4039 | ], |
| 4040 | "objectType": "A String", # Output only. The profile object type. |
| 4041 | }, |
| 4042 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4043 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4044 | }, |
| 4045 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4046 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4047 | }, |
| 4048 | "value": "A String", # The occupation; for example, `carpenter`. |
| 4049 | }, |
| 4050 | ], |
| 4051 | "names": [ # The person's names. This field is a singleton for contact sources. |
| 4052 | { # A person's name. If the name is a mononym, the family name is empty. |
| 4053 | "givenName": "A String", # The given name. |
| 4054 | "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. |
| 4055 | "metadata": { # Metadata about a field. # Metadata about the name. |
| 4056 | "source": { # The source of a field. # The source of the field. |
| 4057 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4058 | "type": "A String", # The source type. |
| 4059 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4060 | "userTypes": [ # Output only. The user types. |
| 4061 | "A String", |
| 4062 | ], |
| 4063 | "objectType": "A String", # Output only. The profile object type. |
| 4064 | }, |
| 4065 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4066 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 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 | "middleName": "A String", # The middle name(s). |
| 4072 | "phoneticHonorificPrefix": "A String", # The honorific prefixes spelled as they sound. |
| 4073 | "honorificSuffix": "A String", # The honorific suffixes, such as `Jr.` |
| 4074 | "phoneticMiddleName": "A String", # The middle name(s) spelled as they sound. |
| 4075 | "familyName": "A String", # The family name. |
| 4076 | "phoneticFullName": "A String", # The full name spelled as it sounds. |
| 4077 | "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. |
| 4078 | "phoneticGivenName": "A String", # The given name spelled as it sounds. |
| 4079 | "phoneticFamilyName": "A String", # The family name spelled as it sounds. |
| 4080 | "phoneticHonorificSuffix": "A String", # The honorific suffixes spelled as they sound. |
| 4081 | "unstructuredName": "A String", # The free form name value. |
| 4082 | "honorificPrefix": "A String", # The honorific prefixes, such as `Mrs.` or `Dr.` |
| 4083 | }, |
| 4084 | ], |
| 4085 | "emailAddresses": [ # The person's email addresses. |
| 4086 | { # A person's email address. |
| 4087 | "displayName": "A String", # The display name of the email. |
| 4088 | "type": "A String", # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 4089 | "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. |
| 4090 | "metadata": { # Metadata about a field. # Metadata about the email address. |
| 4091 | "source": { # The source of a field. # The source of the field. |
| 4092 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4093 | "type": "A String", # The source type. |
| 4094 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4095 | "userTypes": [ # Output only. The user types. |
| 4096 | "A String", |
| 4097 | ], |
| 4098 | "objectType": "A String", # Output only. The profile object type. |
| 4099 | }, |
| 4100 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4101 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4102 | }, |
| 4103 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4104 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4105 | }, |
| 4106 | "value": "A String", # The email address. |
| 4107 | }, |
| 4108 | ], |
| 4109 | "organizations": [ # The person's past or current organizations. |
| 4110 | { # A person's past or current organization. Overlapping date ranges are permitted. |
| 4111 | "name": "A String", # The name of the organization. |
| 4112 | "domain": "A String", # The domain name associated with the organization; for example, `google.com`. |
| 4113 | "current": True or False, # True if the organization is the person's current organization; false if the organization is a past organization. |
| 4114 | "jobDescription": "A String", # The person's job description at the organization. |
| 4115 | "title": "A String", # The person's job title at the organization. |
| 4116 | "type": "A String", # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school` |
| 4117 | "metadata": { # Metadata about a field. # Metadata about the organization. |
| 4118 | "source": { # The source of a field. # The source of the field. |
| 4119 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4120 | "type": "A String", # The source type. |
| 4121 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4122 | "userTypes": [ # Output only. The user types. |
| 4123 | "A String", |
| 4124 | ], |
| 4125 | "objectType": "A String", # Output only. The profile object type. |
| 4126 | }, |
| 4127 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4128 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4129 | }, |
| 4130 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4131 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4132 | }, |
| 4133 | "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. |
| 4134 | "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. |
| 4135 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 4136 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 4137 | }, |
| 4138 | "department": "A String", # The person's department at the organization. |
| 4139 | "symbol": "A String", # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym. |
| 4140 | "location": "A String", # The location of the organization office the person works at. |
| 4141 | "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. |
| 4142 | "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. |
| 4143 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 4144 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 4145 | }, |
| 4146 | "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. |
| 4147 | "phoneticName": "A String", # The phonetic name of the organization. |
| 4148 | }, |
| 4149 | ], |
| 4150 | "calendarUrls": [ # The person's calendar URLs. |
| 4151 | { # A person's calendar URL. |
| 4152 | "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. |
| 4153 | "url": "A String", # The calendar URL. |
| 4154 | "metadata": { # Metadata about a field. # Metadata about the calendar URL. |
| 4155 | "source": { # The source of a field. # The source of the field. |
| 4156 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4157 | "type": "A String", # The source type. |
| 4158 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4159 | "userTypes": [ # Output only. The user types. |
| 4160 | "A String", |
| 4161 | ], |
| 4162 | "objectType": "A String", # Output only. The profile object type. |
| 4163 | }, |
| 4164 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4165 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4166 | }, |
| 4167 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4168 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4169 | }, |
| 4170 | "type": "A String", # The type of the calendar URL. The type can be custom or one of these predefined values: * `home` * `freeBusy` * `work` |
| 4171 | }, |
| 4172 | ], |
| 4173 | "taglines": [ # Output only. **DEPRECATED**: No data will be returned The person's taglines. |
| 4174 | { # **DEPRECATED**: No data will be returned A brief one-line description of the person. |
| 4175 | "value": "A String", # The tagline. |
| 4176 | "metadata": { # Metadata about a field. # Metadata about the tagline. |
| 4177 | "source": { # The source of a field. # The source of the field. |
| 4178 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4179 | "type": "A String", # The source type. |
| 4180 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4181 | "userTypes": [ # Output only. The user types. |
| 4182 | "A String", |
| 4183 | ], |
| 4184 | "objectType": "A String", # Output only. The profile object type. |
| 4185 | }, |
| 4186 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4187 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4188 | }, |
| 4189 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4190 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4191 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4192 | }, |
| 4193 | ], |
| 4194 | "biographies": [ # The person's biographies. This field is a singleton for contact sources. |
| 4195 | { # A person's short biography. |
| 4196 | "contentType": "A String", # The content type of the biography. |
| 4197 | "value": "A String", # The short biography. |
| 4198 | "metadata": { # Metadata about a field. # Metadata about the biography. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4199 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4200 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 4201 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4202 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4203 | "userTypes": [ # Output only. The user types. |
| 4204 | "A String", |
| 4205 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 4206 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4207 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 4208 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4209 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4210 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 4211 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4212 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4213 | }, |
| 4214 | }, |
| 4215 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 4216 | "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}`. |
| 4217 | "miscKeywords": [ # The person's miscellaneous keywords. |
| 4218 | { # A person's miscellaneous keyword. |
| 4219 | "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. |
| 4220 | "type": "A String", # The miscellaneous keyword type. |
| 4221 | "metadata": { # Metadata about a field. # Metadata about the miscellaneous keyword. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4222 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4223 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 4224 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4225 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4226 | "userTypes": [ # Output only. The user types. |
| 4227 | "A String", |
| 4228 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 4229 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4230 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 4231 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4232 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4233 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 4234 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4235 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4236 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 4237 | "value": "A String", # The value of the miscellaneous keyword. |
| 4238 | }, |
| 4239 | ], |
| 4240 | "events": [ # The person's events. |
| 4241 | { # An event related to the person. |
| 4242 | "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. |
| 4243 | "metadata": { # Metadata about a field. # Metadata about the event. |
| 4244 | "source": { # The source of a field. # The source of the field. |
| 4245 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4246 | "type": "A String", # The source type. |
| 4247 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4248 | "userTypes": [ # Output only. The user types. |
| 4249 | "A String", |
| 4250 | ], |
| 4251 | "objectType": "A String", # Output only. The profile object type. |
| 4252 | }, |
| 4253 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4254 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4255 | }, |
| 4256 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4257 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4258 | }, |
| 4259 | "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. |
| 4260 | "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. |
| 4261 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 4262 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 4263 | }, |
| 4264 | "type": "A String", # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other` |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4265 | }, |
| 4266 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4267 | "memberships": [ # The person's group memberships. |
| 4268 | { # A person's membership in a group. Only contact group memberships can be modified. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 4269 | "domainMembership": { # A G Suite Domain membership. # Output only. The domain membership. |
| 4270 | "inViewerDomain": True or False, # True if the person is in the viewer's G Suite domain. |
| 4271 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4272 | "metadata": { # Metadata about a field. # Metadata about the membership. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4273 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4274 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 4275 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4276 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4277 | "userTypes": [ # Output only. The user types. |
| 4278 | "A String", |
| 4279 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 4280 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4281 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 4282 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4283 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4284 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 4285 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4286 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4287 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4288 | "contactGroupMembership": { # A Google contact group membership. # The contact group membership. |
| 4289 | "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. |
| 4290 | "contactGroupId": "A String", # Output only. The contact group ID for the contact group membership. |
| 4291 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4292 | }, |
| 4293 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 4294 | "addresses": [ # The person's street addresses. |
| 4295 | { # A person's physical address. May be a P.O. box or street address. All fields are optional. |
| 4296 | "type": "A String", # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 4297 | "countryCode": "A String", # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address. |
| 4298 | "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. |
| 4299 | "city": "A String", # The city of the address. |
| 4300 | "country": "A String", # The country of the address. |
| 4301 | "metadata": { # Metadata about a field. # Metadata about the address. |
| 4302 | "source": { # The source of a field. # The source of the field. |
| 4303 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4304 | "type": "A String", # The source type. |
| 4305 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4306 | "userTypes": [ # Output only. The user types. |
| 4307 | "A String", |
| 4308 | ], |
| 4309 | "objectType": "A String", # Output only. The profile object type. |
| 4310 | }, |
| 4311 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4312 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4313 | }, |
| 4314 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4315 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4316 | }, |
| 4317 | "postalCode": "A String", # The postal code of the address. |
| 4318 | "extendedAddress": "A String", # The extended address of the address; for example, the apartment number. |
| 4319 | "poBox": "A String", # The P.O. box of the address. |
| 4320 | "streetAddress": "A String", # The street address. |
| 4321 | "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. |
| 4322 | "region": "A String", # The region of the address; for example, the state or province. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4323 | }, |
| 4324 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 4325 | "photos": [ # Output only. The person's photos. |
| 4326 | { # A person's photo. A picture shown next to the person's name to help others recognize the person. |
| 4327 | "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 |
| 4328 | "default": True or False, # True if the photo is a default photo; false if the photo is a user-provided photo. |
| 4329 | "metadata": { # Metadata about a field. # Metadata about the photo. |
| 4330 | "source": { # The source of a field. # The source of the field. |
| 4331 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4332 | "type": "A String", # The source type. |
| 4333 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4334 | "userTypes": [ # Output only. The user types. |
| 4335 | "A String", |
| 4336 | ], |
| 4337 | "objectType": "A String", # Output only. The profile object type. |
| 4338 | }, |
| 4339 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4340 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4341 | }, |
| 4342 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4343 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4344 | }, |
| 4345 | }, |
| 4346 | ], |
| 4347 | "clientData": [ # The person's client data. |
| 4348 | { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. |
| 4349 | "metadata": { # Metadata about a field. # Metadata about the client data. |
| 4350 | "source": { # The source of a field. # The source of the field. |
| 4351 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4352 | "type": "A String", # The source type. |
| 4353 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4354 | "userTypes": [ # Output only. The user types. |
| 4355 | "A String", |
| 4356 | ], |
| 4357 | "objectType": "A String", # Output only. The profile object type. |
| 4358 | }, |
| 4359 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4360 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4361 | }, |
| 4362 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4363 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4364 | }, |
| 4365 | "key": "A String", # The client specified key of the client data. |
| 4366 | "value": "A String", # The client specified value of the client data. |
| 4367 | }, |
| 4368 | ], |
| 4369 | "interests": [ # The person's interests. |
| 4370 | { # One of the person's interests. |
| 4371 | "metadata": { # Metadata about a field. # Metadata about the interest. |
| 4372 | "source": { # The source of a field. # The source of the field. |
| 4373 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4374 | "type": "A String", # The source type. |
| 4375 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4376 | "userTypes": [ # Output only. The user types. |
| 4377 | "A String", |
| 4378 | ], |
| 4379 | "objectType": "A String", # Output only. The profile object type. |
| 4380 | }, |
| 4381 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4382 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4383 | }, |
| 4384 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4385 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4386 | }, |
| 4387 | "value": "A String", # The interest; for example, `stargazing`. |
| 4388 | }, |
| 4389 | ], |
| 4390 | "birthdays": [ # The person's birthdays. This field is a singleton for contact sources. |
| 4391 | { # 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. |
| 4392 | "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. |
| 4393 | "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. |
| 4394 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 4395 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 4396 | }, |
| 4397 | "metadata": { # Metadata about a field. # Metadata about the birthday. |
| 4398 | "source": { # The source of a field. # The source of the field. |
| 4399 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4400 | "type": "A String", # The source type. |
| 4401 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4402 | "userTypes": [ # Output only. The user types. |
| 4403 | "A String", |
| 4404 | ], |
| 4405 | "objectType": "A String", # Output only. The profile object type. |
| 4406 | }, |
| 4407 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4408 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4409 | }, |
| 4410 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4411 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4412 | }, |
| 4413 | "text": "A String", # A free-form string representing the user's birthday. |
| 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 | "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` |
| 4419 | "metadata": { # Metadata about a field. # Metadata about the relationship status. |
| 4420 | "source": { # The source of a field. # The source of the field. |
| 4421 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4422 | "type": "A String", # The source type. |
| 4423 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4424 | "userTypes": [ # Output only. The user types. |
| 4425 | "A String", |
| 4426 | ], |
| 4427 | "objectType": "A String", # Output only. The profile object type. |
| 4428 | }, |
| 4429 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4430 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4431 | }, |
| 4432 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4433 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4434 | }, |
| 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 | "metadata": { # The metadata about a person. # Output only. Metadata about the person. |
| 4439 | "linkedPeopleResourceNames": [ # Output only. Resource names of people linked to this resource. |
| 4440 | "A String", |
| 4441 | ], |
| 4442 | "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. |
| 4443 | "A String", |
| 4444 | ], |
| 4445 | "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. |
| 4446 | "sources": [ # The sources of data for the person. |
| 4447 | { # The source of a field. |
| 4448 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4449 | "type": "A String", # The source type. |
| 4450 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4451 | "userTypes": [ # Output only. The user types. |
| 4452 | "A String", |
| 4453 | ], |
| 4454 | "objectType": "A String", # Output only. The profile object type. |
| 4455 | }, |
| 4456 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4457 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4458 | }, |
| 4459 | ], |
| 4460 | "objectType": "A String", # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object. |
| 4461 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4462 | }, |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 4463 | }, |
| 4464 | ], |
| 4465 | }</pre> |
| 4466 | </div> |
| 4467 | |
| 4468 | <div class="method"> |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 4469 | <code class="details" id="listDirectoryPeople">listDirectoryPeople(mergeSources=None, pageToken=None, requestSyncToken=None, sources=None, syncToken=None, readMask=None, pageSize=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 | c2228be | 2020-11-24 15:48: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 | 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 | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4478 | requestSyncToken: boolean, Optional. Whether the response should include `next_sync_token`, which can be used to get all changes since the last request. For subsequent sync requests use the `sync_token` param instead. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 4479 | sources: string, Required. Directory sources to return. (repeated) |
| 4480 | Allowed values |
| 4481 | DIRECTORY_SOURCE_TYPE_UNSPECIFIED - Unspecified. |
| 4482 | DIRECTORY_SOURCE_TYPE_DOMAIN_CONTACT - G Suite domain shared contact. |
| 4483 | DIRECTORY_SOURCE_TYPE_DOMAIN_PROFILE - G Suite domain profile. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 4484 | 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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4485 | readMask: string, Required. A field mask to restrict which fields on each person are returned. Multiple fields can be specified by separating them with commas. Valid values are: * addresses * ageRanges * biographies * birthdays * calendarUrls * clientData * coverPhotos * emailAddresses * events * externalIds * genders * imClients * interests * locales * locations * memberships * metadata * miscKeywords * names * nicknames * occupations * organizations * phoneNumbers * photos * relations * sipAddresses * skills * urls * userDefined |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4486 | 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 | 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. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 4496 | "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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4497 | "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] | 4498 | "people": [ # The list of people in the domain directory. |
| 4499 | { # 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 | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 4500 | "sipAddresses": [ # The person's SIP addresses. |
| 4501 | { # A person's SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet. |
| 4502 | "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` |
| 4503 | "metadata": { # Metadata about a field. # Metadata about the SIP address. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4504 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4505 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 4506 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4507 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4508 | "userTypes": [ # Output only. The user types. |
| 4509 | "A String", |
| 4510 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4511 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4512 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4513 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4514 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4515 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4517 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 4518 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 4519 | "value": "A String", # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format. |
| 4520 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 4521 | }, |
| 4522 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4523 | "urls": [ # The person's associated URLs. |
| 4524 | { # A person's associated URLs. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4525 | "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` |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 4526 | "value": "A String", # The URL. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4527 | "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. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 4528 | "metadata": { # Metadata about a field. # Metadata about the URL. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 4529 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4530 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 4531 | "type": "A String", # The source type. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 4532 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4533 | "userTypes": [ # Output only. The user types. |
| 4534 | "A String", |
| 4535 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4536 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 4537 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4538 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4539 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4540 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4541 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4542 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4543 | }, |
| 4544 | }, |
| 4545 | ], |
| 4546 | "skills": [ # The person's skills. |
| 4547 | { # A skill that the person has. |
| 4548 | "metadata": { # Metadata about a field. # Metadata about the skill. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4549 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4550 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 4551 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4552 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4553 | "userTypes": [ # Output only. The user types. |
| 4554 | "A String", |
| 4555 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 4556 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4557 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 4558 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4559 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4560 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 4561 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4562 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4563 | }, |
| 4564 | "value": "A String", # The skill; for example, `underwater basket weaving`. |
| 4565 | }, |
| 4566 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 4567 | "genders": [ # The person's genders. This field is a singleton for contact sources. |
| 4568 | { # A person's gender. |
| 4569 | "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. |
| 4570 | "metadata": { # Metadata about a field. # Metadata about the gender. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4571 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4572 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 4573 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4574 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4575 | "userTypes": [ # Output only. The user types. |
| 4576 | "A String", |
| 4577 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 4578 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4579 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 4580 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4581 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4582 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 4583 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4584 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4585 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 4586 | "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` |
| 4587 | "value": "A String", # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified` |
| 4588 | }, |
| 4589 | ], |
| 4590 | "nicknames": [ # The person's nicknames. |
| 4591 | { # A person's nickname. |
| 4592 | "value": "A String", # The nickname. |
| 4593 | "metadata": { # Metadata about a field. # Metadata about the nickname. |
| 4594 | "source": { # The source of a field. # The source of the field. |
| 4595 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4596 | "type": "A String", # The source type. |
| 4597 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4598 | "userTypes": [ # Output only. The user types. |
| 4599 | "A String", |
| 4600 | ], |
| 4601 | "objectType": "A String", # Output only. The profile object type. |
| 4602 | }, |
| 4603 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4604 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4605 | }, |
| 4606 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4607 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4608 | }, |
| 4609 | "type": "A String", # The type of the nickname. |
| 4610 | }, |
| 4611 | ], |
| 4612 | "externalIds": [ # The person's external IDs. |
| 4613 | { # An identifier from an external entity related to the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 4614 | "value": "A String", # The value of the external ID. |
| 4615 | "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. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 4616 | "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` |
| 4617 | "metadata": { # Metadata about a field. # Metadata about the external ID. |
| 4618 | "source": { # The source of a field. # The source of the field. |
| 4619 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4620 | "type": "A String", # The source type. |
| 4621 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4622 | "userTypes": [ # Output only. The user types. |
| 4623 | "A String", |
| 4624 | ], |
| 4625 | "objectType": "A String", # Output only. The profile object type. |
| 4626 | }, |
| 4627 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4628 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4629 | }, |
| 4630 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4631 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4632 | }, |
| 4633 | }, |
| 4634 | ], |
| 4635 | "relationshipInterests": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship interests. |
| 4636 | { # **DEPRECATED**: No data will be returned A person's relationship interest . |
| 4637 | "metadata": { # Metadata about a field. # Metadata about the relationship interest. |
| 4638 | "source": { # The source of a field. # The source of the field. |
| 4639 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4640 | "type": "A String", # The source type. |
| 4641 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4642 | "userTypes": [ # Output only. The user types. |
| 4643 | "A String", |
| 4644 | ], |
| 4645 | "objectType": "A String", # Output only. The profile object type. |
| 4646 | }, |
| 4647 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4648 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4649 | }, |
| 4650 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4651 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4652 | }, |
| 4653 | "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` |
| 4654 | "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. |
| 4655 | }, |
| 4656 | ], |
| 4657 | "phoneNumbers": [ # The person's phone numbers. |
| 4658 | { # A person's phone number. |
| 4659 | "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. |
| 4660 | "value": "A String", # The phone number. |
| 4661 | "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` |
| 4662 | "metadata": { # Metadata about a field. # Metadata about the phone number. |
| 4663 | "source": { # The source of a field. # The source of the field. |
| 4664 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4665 | "type": "A String", # The source type. |
| 4666 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4667 | "userTypes": [ # Output only. The user types. |
| 4668 | "A String", |
| 4669 | ], |
| 4670 | "objectType": "A String", # Output only. The profile object type. |
| 4671 | }, |
| 4672 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4673 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4674 | }, |
| 4675 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4676 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4677 | }, |
| 4678 | "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. |
| 4679 | }, |
| 4680 | ], |
| 4681 | "userDefined": [ # The person's user defined data. |
| 4682 | { # Arbitrary user data that is populated by the end users. |
| 4683 | "metadata": { # Metadata about a field. # Metadata about the user defined data. |
| 4684 | "source": { # The source of a field. # The source of the field. |
| 4685 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4686 | "type": "A String", # The source type. |
| 4687 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4688 | "userTypes": [ # Output only. The user types. |
| 4689 | "A String", |
| 4690 | ], |
| 4691 | "objectType": "A String", # Output only. The profile object type. |
| 4692 | }, |
| 4693 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4694 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4695 | }, |
| 4696 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4697 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4698 | }, |
| 4699 | "value": "A String", # The end user specified value of the user defined data. |
| 4700 | "key": "A String", # The end user specified key of the user defined data. |
| 4701 | }, |
| 4702 | ], |
| 4703 | "braggingRights": [ # **DEPRECATED**: No data will be returned The person's bragging rights. |
| 4704 | { # **DEPRECATED**: No data will be returned A person's bragging rights. |
| 4705 | "metadata": { # Metadata about a field. # Metadata about the bragging rights. |
| 4706 | "source": { # The source of a field. # The source of the field. |
| 4707 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4708 | "type": "A String", # The source type. |
| 4709 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4710 | "userTypes": [ # Output only. The user types. |
| 4711 | "A String", |
| 4712 | ], |
| 4713 | "objectType": "A String", # Output only. The profile object type. |
| 4714 | }, |
| 4715 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4716 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4717 | }, |
| 4718 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4719 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4720 | }, |
| 4721 | "value": "A String", # The bragging rights; for example, `climbed mount everest`. |
| 4722 | }, |
| 4723 | ], |
| 4724 | "etag": "A String", # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation. |
| 4725 | "imClients": [ # The person's instant messaging clients. |
| 4726 | { # A person's instant messaging client. |
| 4727 | "metadata": { # Metadata about a field. # Metadata about the IM client. |
| 4728 | "source": { # The source of a field. # The source of the field. |
| 4729 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4730 | "type": "A String", # The source type. |
| 4731 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4732 | "userTypes": [ # Output only. The user types. |
| 4733 | "A String", |
| 4734 | ], |
| 4735 | "objectType": "A String", # Output only. The profile object type. |
| 4736 | }, |
| 4737 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4738 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4739 | }, |
| 4740 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4741 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4742 | }, |
| 4743 | "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` |
| 4744 | "type": "A String", # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 4745 | "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. |
| 4746 | "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. |
| 4747 | "username": "A String", # The user name used in the IM client. |
| 4748 | }, |
| 4749 | ], |
| 4750 | "locales": [ # The person's locale preferences. |
| 4751 | { # A person's locale preference. |
| 4752 | "value": "A String", # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale. |
| 4753 | "metadata": { # Metadata about a field. # Metadata about the locale. |
| 4754 | "source": { # The source of a field. # The source of the field. |
| 4755 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4756 | "type": "A String", # The source type. |
| 4757 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4758 | "userTypes": [ # Output only. The user types. |
| 4759 | "A String", |
| 4760 | ], |
| 4761 | "objectType": "A String", # Output only. The profile object type. |
| 4762 | }, |
| 4763 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4764 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4765 | }, |
| 4766 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4767 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4768 | }, |
| 4769 | }, |
| 4770 | ], |
| 4771 | "relations": [ # The person's relations. |
| 4772 | { # A person's relation to another person. |
| 4773 | "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. |
| 4774 | "person": "A String", # The name of the other person this relation refers to. |
| 4775 | "metadata": { # Metadata about a field. # Metadata about the relation. |
| 4776 | "source": { # The source of a field. # The source of the field. |
| 4777 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4778 | "type": "A String", # The source type. |
| 4779 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4780 | "userTypes": [ # Output only. The user types. |
| 4781 | "A String", |
| 4782 | ], |
| 4783 | "objectType": "A String", # Output only. The profile object type. |
| 4784 | }, |
| 4785 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4786 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4787 | }, |
| 4788 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4789 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4790 | }, |
| 4791 | "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` |
| 4792 | }, |
| 4793 | ], |
| 4794 | "residences": [ # **DEPRECATED**: (Please use `person.locations` instead) The person's residences. |
| 4795 | { # **DEPRECATED**: Please use `person.locations` instead. A person's past or current residence. |
| 4796 | "value": "A String", # The address of the residence. |
| 4797 | "metadata": { # Metadata about a field. # Metadata about the residence. |
| 4798 | "source": { # The source of a field. # The source of the field. |
| 4799 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4800 | "type": "A String", # The source type. |
| 4801 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4802 | "userTypes": [ # Output only. The user types. |
| 4803 | "A String", |
| 4804 | ], |
| 4805 | "objectType": "A String", # Output only. The profile object type. |
| 4806 | }, |
| 4807 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4808 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4809 | }, |
| 4810 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4811 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4812 | }, |
| 4813 | "current": True or False, # True if the residence is the person's current residence; false if the residence is a past residence. |
| 4814 | }, |
| 4815 | ], |
| 4816 | "fileAses": [ # The person's file-ases. |
| 4817 | { # The name that should be used to sort the person in a list. |
| 4818 | "value": "A String", # The file-as value |
| 4819 | "metadata": { # Metadata about a field. # Metadata about the file-as. |
| 4820 | "source": { # The source of a field. # The source of the field. |
| 4821 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4822 | "type": "A String", # The source type. |
| 4823 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4824 | "userTypes": [ # Output only. The user types. |
| 4825 | "A String", |
| 4826 | ], |
| 4827 | "objectType": "A String", # Output only. The profile object type. |
| 4828 | }, |
| 4829 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4830 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4831 | }, |
| 4832 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4833 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4834 | }, |
| 4835 | }, |
| 4836 | ], |
| 4837 | "ageRanges": [ # Output only. The person's age ranges. |
| 4838 | { # A person's age range. |
| 4839 | "metadata": { # Metadata about a field. # Metadata about the age range. |
| 4840 | "source": { # The source of a field. # The source of the field. |
| 4841 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4842 | "type": "A String", # The source type. |
| 4843 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4844 | "userTypes": [ # Output only. The user types. |
| 4845 | "A String", |
| 4846 | ], |
| 4847 | "objectType": "A String", # Output only. The profile object type. |
| 4848 | }, |
| 4849 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4850 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4851 | }, |
| 4852 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4853 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4854 | }, |
| 4855 | "ageRange": "A String", # The age range. |
| 4856 | }, |
| 4857 | ], |
| 4858 | "coverPhotos": [ # Output only. The person's cover photos. |
| 4859 | { # 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. |
| 4860 | "url": "A String", # The URL of the cover photo. |
| 4861 | "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. |
| 4862 | "metadata": { # Metadata about a field. # Metadata about the cover photo. |
| 4863 | "source": { # The source of a field. # The source of the field. |
| 4864 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4865 | "type": "A String", # The source type. |
| 4866 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4867 | "userTypes": [ # Output only. The user types. |
| 4868 | "A String", |
| 4869 | ], |
| 4870 | "objectType": "A String", # Output only. The profile object type. |
| 4871 | }, |
| 4872 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4873 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4874 | }, |
| 4875 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4876 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4877 | }, |
| 4878 | }, |
| 4879 | ], |
| 4880 | "ageRange": "A String", # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person's age range. |
| 4881 | "locations": [ # The person's locations. |
| 4882 | { # A person's location. |
| 4883 | "deskCode": "A String", # The individual desk location. |
| 4884 | "value": "A String", # The free-form value of the location. |
| 4885 | "type": "A String", # The type of the location. The type can be custom or one of these predefined values: * `desk` * `grewUp` |
| 4886 | "buildingId": "A String", # The building identifier. |
| 4887 | "floorSection": "A String", # The floor section in `floor_name`. |
| 4888 | "floor": "A String", # The floor name or number. |
| 4889 | "current": True or False, # Whether the location is the current location. |
| 4890 | "metadata": { # Metadata about a field. # Metadata about the location. |
| 4891 | "source": { # The source of a field. # The source of the field. |
| 4892 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4893 | "type": "A String", # The source type. |
| 4894 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4895 | "userTypes": [ # Output only. The user types. |
| 4896 | "A String", |
| 4897 | ], |
| 4898 | "objectType": "A String", # Output only. The profile object type. |
| 4899 | }, |
| 4900 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4901 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 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 | }, |
| 4907 | ], |
| 4908 | "occupations": [ # The person's occupations. |
| 4909 | { # A person's occupation. |
| 4910 | "metadata": { # Metadata about a field. # Metadata about the occupation. |
| 4911 | "source": { # The source of a field. # The source of the field. |
| 4912 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4913 | "type": "A String", # The source type. |
| 4914 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4915 | "userTypes": [ # Output only. The user types. |
| 4916 | "A String", |
| 4917 | ], |
| 4918 | "objectType": "A String", # Output only. The profile object type. |
| 4919 | }, |
| 4920 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4921 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4922 | }, |
| 4923 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4924 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4925 | }, |
| 4926 | "value": "A String", # The occupation; for example, `carpenter`. |
| 4927 | }, |
| 4928 | ], |
| 4929 | "names": [ # The person's names. This field is a singleton for contact sources. |
| 4930 | { # A person's name. If the name is a mononym, the family name is empty. |
| 4931 | "givenName": "A String", # The given name. |
| 4932 | "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. |
| 4933 | "metadata": { # Metadata about a field. # Metadata about the name. |
| 4934 | "source": { # The source of a field. # The source of the field. |
| 4935 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4936 | "type": "A String", # The source type. |
| 4937 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4938 | "userTypes": [ # Output only. The user types. |
| 4939 | "A String", |
| 4940 | ], |
| 4941 | "objectType": "A String", # Output only. The profile object type. |
| 4942 | }, |
| 4943 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4944 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4945 | }, |
| 4946 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4947 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4948 | }, |
| 4949 | "middleName": "A String", # The middle name(s). |
| 4950 | "phoneticHonorificPrefix": "A String", # The honorific prefixes spelled as they sound. |
| 4951 | "honorificSuffix": "A String", # The honorific suffixes, such as `Jr.` |
| 4952 | "phoneticMiddleName": "A String", # The middle name(s) spelled as they sound. |
| 4953 | "familyName": "A String", # The family name. |
| 4954 | "phoneticFullName": "A String", # The full name spelled as it sounds. |
| 4955 | "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. |
| 4956 | "phoneticGivenName": "A String", # The given name spelled as it sounds. |
| 4957 | "phoneticFamilyName": "A String", # The family name spelled as it sounds. |
| 4958 | "phoneticHonorificSuffix": "A String", # The honorific suffixes spelled as they sound. |
| 4959 | "unstructuredName": "A String", # The free form name value. |
| 4960 | "honorificPrefix": "A String", # The honorific prefixes, such as `Mrs.` or `Dr.` |
| 4961 | }, |
| 4962 | ], |
| 4963 | "emailAddresses": [ # The person's email addresses. |
| 4964 | { # A person's email address. |
| 4965 | "displayName": "A String", # The display name of the email. |
| 4966 | "type": "A String", # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 4967 | "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. |
| 4968 | "metadata": { # Metadata about a field. # Metadata about the email address. |
| 4969 | "source": { # The source of a field. # The source of the field. |
| 4970 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4971 | "type": "A String", # The source type. |
| 4972 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 4973 | "userTypes": [ # Output only. The user types. |
| 4974 | "A String", |
| 4975 | ], |
| 4976 | "objectType": "A String", # Output only. The profile object type. |
| 4977 | }, |
| 4978 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 4979 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 4980 | }, |
| 4981 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 4982 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 4983 | }, |
| 4984 | "value": "A String", # The email address. |
| 4985 | }, |
| 4986 | ], |
| 4987 | "organizations": [ # The person's past or current organizations. |
| 4988 | { # A person's past or current organization. Overlapping date ranges are permitted. |
| 4989 | "name": "A String", # The name of the organization. |
| 4990 | "domain": "A String", # The domain name associated with the organization; for example, `google.com`. |
| 4991 | "current": True or False, # True if the organization is the person's current organization; false if the organization is a past organization. |
| 4992 | "jobDescription": "A String", # The person's job description at the organization. |
| 4993 | "title": "A String", # The person's job title at the organization. |
| 4994 | "type": "A String", # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school` |
| 4995 | "metadata": { # Metadata about a field. # Metadata about the organization. |
| 4996 | "source": { # The source of a field. # The source of the field. |
| 4997 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 4998 | "type": "A String", # The source type. |
| 4999 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5000 | "userTypes": [ # Output only. The user types. |
| 5001 | "A String", |
| 5002 | ], |
| 5003 | "objectType": "A String", # Output only. The profile object type. |
| 5004 | }, |
| 5005 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5006 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5007 | }, |
| 5008 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 5009 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5010 | }, |
| 5011 | "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. |
| 5012 | "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. |
| 5013 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 5014 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 5015 | }, |
| 5016 | "department": "A String", # The person's department at the organization. |
| 5017 | "symbol": "A String", # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym. |
| 5018 | "location": "A String", # The location of the organization office the person works at. |
| 5019 | "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. |
| 5020 | "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. |
| 5021 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 5022 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 5023 | }, |
| 5024 | "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. |
| 5025 | "phoneticName": "A String", # The phonetic name of the organization. |
| 5026 | }, |
| 5027 | ], |
| 5028 | "calendarUrls": [ # The person's calendar URLs. |
| 5029 | { # A person's calendar URL. |
| 5030 | "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. |
| 5031 | "url": "A String", # The calendar URL. |
| 5032 | "metadata": { # Metadata about a field. # Metadata about the calendar URL. |
| 5033 | "source": { # The source of a field. # The source of the field. |
| 5034 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5035 | "type": "A String", # The source type. |
| 5036 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5037 | "userTypes": [ # Output only. The user types. |
| 5038 | "A String", |
| 5039 | ], |
| 5040 | "objectType": "A String", # Output only. The profile object type. |
| 5041 | }, |
| 5042 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5043 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5044 | }, |
| 5045 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 5046 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5047 | }, |
| 5048 | "type": "A String", # The type of the calendar URL. The type can be custom or one of these predefined values: * `home` * `freeBusy` * `work` |
| 5049 | }, |
| 5050 | ], |
| 5051 | "taglines": [ # Output only. **DEPRECATED**: No data will be returned The person's taglines. |
| 5052 | { # **DEPRECATED**: No data will be returned A brief one-line description of the person. |
| 5053 | "value": "A String", # The tagline. |
| 5054 | "metadata": { # Metadata about a field. # Metadata about the tagline. |
| 5055 | "source": { # The source of a field. # The source of the field. |
| 5056 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5057 | "type": "A String", # The source type. |
| 5058 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5059 | "userTypes": [ # Output only. The user types. |
| 5060 | "A String", |
| 5061 | ], |
| 5062 | "objectType": "A String", # Output only. The profile object type. |
| 5063 | }, |
| 5064 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5065 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5066 | }, |
| 5067 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 5068 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5069 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5070 | }, |
| 5071 | ], |
| 5072 | "biographies": [ # The person's biographies. This field is a singleton for contact sources. |
| 5073 | { # A person's short biography. |
| 5074 | "contentType": "A String", # The content type of the biography. |
| 5075 | "value": "A String", # The short biography. |
| 5076 | "metadata": { # Metadata about a field. # Metadata about the biography. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5077 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5078 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 5079 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5080 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5081 | "userTypes": [ # Output only. The user types. |
| 5082 | "A String", |
| 5083 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 5084 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5085 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 5086 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5087 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5088 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 5089 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5090 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5091 | }, |
| 5092 | }, |
| 5093 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 5094 | "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}`. |
| 5095 | "miscKeywords": [ # The person's miscellaneous keywords. |
| 5096 | { # A person's miscellaneous keyword. |
| 5097 | "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. |
| 5098 | "type": "A String", # The miscellaneous keyword type. |
| 5099 | "metadata": { # Metadata about a field. # Metadata about the miscellaneous keyword. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5100 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5101 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 5102 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5103 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5104 | "userTypes": [ # Output only. The user types. |
| 5105 | "A String", |
| 5106 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 5107 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5108 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 5109 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5110 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5111 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 5112 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5113 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5114 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 5115 | "value": "A String", # The value of the miscellaneous keyword. |
| 5116 | }, |
| 5117 | ], |
| 5118 | "events": [ # The person's events. |
| 5119 | { # An event related to the person. |
| 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 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5124 | "type": "A String", # The source type. |
| 5125 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5126 | "userTypes": [ # Output only. The user types. |
| 5127 | "A String", |
| 5128 | ], |
| 5129 | "objectType": "A String", # Output only. The profile object type. |
| 5130 | }, |
| 5131 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5132 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 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 | "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. |
| 5138 | "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. |
| 5139 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 5140 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 5141 | }, |
| 5142 | "type": "A String", # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other` |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5143 | }, |
| 5144 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5145 | "memberships": [ # The person's group memberships. |
| 5146 | { # A person's membership in a group. Only contact group memberships can be modified. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 5147 | "domainMembership": { # A G Suite Domain membership. # Output only. The domain membership. |
| 5148 | "inViewerDomain": True or False, # True if the person is in the viewer's G Suite domain. |
| 5149 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5150 | "metadata": { # Metadata about a field. # Metadata about the membership. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5151 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5152 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 5153 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5154 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5155 | "userTypes": [ # Output only. The user types. |
| 5156 | "A String", |
| 5157 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 5158 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5159 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 5160 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5161 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5162 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 5163 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5164 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5165 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5166 | "contactGroupMembership": { # A Google contact group membership. # The contact group membership. |
| 5167 | "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. |
| 5168 | "contactGroupId": "A String", # Output only. The contact group ID for the contact group membership. |
| 5169 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5170 | }, |
| 5171 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 5172 | "addresses": [ # The person's street addresses. |
| 5173 | { # A person's physical address. May be a P.O. box or street address. All fields are optional. |
| 5174 | "type": "A String", # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 5175 | "countryCode": "A String", # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address. |
| 5176 | "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. |
| 5177 | "city": "A String", # The city of the address. |
| 5178 | "country": "A String", # The country of the address. |
| 5179 | "metadata": { # Metadata about a field. # Metadata about the address. |
| 5180 | "source": { # The source of a field. # The source of the field. |
| 5181 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5182 | "type": "A String", # The source type. |
| 5183 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5184 | "userTypes": [ # Output only. The user types. |
| 5185 | "A String", |
| 5186 | ], |
| 5187 | "objectType": "A String", # Output only. The profile object type. |
| 5188 | }, |
| 5189 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5190 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5191 | }, |
| 5192 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 5193 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5194 | }, |
| 5195 | "postalCode": "A String", # The postal code of the address. |
| 5196 | "extendedAddress": "A String", # The extended address of the address; for example, the apartment number. |
| 5197 | "poBox": "A String", # The P.O. box of the address. |
| 5198 | "streetAddress": "A String", # The street address. |
| 5199 | "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. |
| 5200 | "region": "A String", # The region of the address; for example, the state or province. |
| 5201 | }, |
| 5202 | ], |
| 5203 | "photos": [ # Output only. The person's photos. |
| 5204 | { # A person's photo. A picture shown next to the person's name to help others recognize the person. |
| 5205 | "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 |
| 5206 | "default": True or False, # True if the photo is a default photo; false if the photo is a user-provided photo. |
| 5207 | "metadata": { # Metadata about a field. # Metadata about the photo. |
| 5208 | "source": { # The source of a field. # The source of the field. |
| 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 | "type": "A String", # The source type. |
| 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 | }, |
| 5217 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5218 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5219 | }, |
| 5220 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 5221 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5222 | }, |
| 5223 | }, |
| 5224 | ], |
| 5225 | "clientData": [ # The person's client data. |
| 5226 | { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. |
| 5227 | "metadata": { # Metadata about a field. # Metadata about the client data. |
| 5228 | "source": { # The source of a field. # The source of the field. |
| 5229 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5230 | "type": "A String", # The source type. |
| 5231 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5232 | "userTypes": [ # Output only. The user types. |
| 5233 | "A String", |
| 5234 | ], |
| 5235 | "objectType": "A String", # Output only. The profile object type. |
| 5236 | }, |
| 5237 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5238 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5239 | }, |
| 5240 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 5241 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5242 | }, |
| 5243 | "key": "A String", # The client specified key of the client data. |
| 5244 | "value": "A String", # The client specified value of the client data. |
| 5245 | }, |
| 5246 | ], |
| 5247 | "interests": [ # The person's interests. |
| 5248 | { # One of the person's interests. |
| 5249 | "metadata": { # Metadata about a field. # Metadata about the interest. |
| 5250 | "source": { # The source of a field. # The source of the field. |
| 5251 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5252 | "type": "A String", # The source type. |
| 5253 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5254 | "userTypes": [ # Output only. The user types. |
| 5255 | "A String", |
| 5256 | ], |
| 5257 | "objectType": "A String", # Output only. The profile object type. |
| 5258 | }, |
| 5259 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5260 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 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 interest; for example, `stargazing`. |
| 5266 | }, |
| 5267 | ], |
| 5268 | "birthdays": [ # The person's birthdays. This field is a singleton for contact sources. |
| 5269 | { # 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. |
| 5270 | "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. |
| 5271 | "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. |
| 5272 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 5273 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 5274 | }, |
| 5275 | "metadata": { # Metadata about a field. # Metadata about the birthday. |
| 5276 | "source": { # The source of a field. # The source of the field. |
| 5277 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5278 | "type": "A String", # The source type. |
| 5279 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5280 | "userTypes": [ # Output only. The user types. |
| 5281 | "A String", |
| 5282 | ], |
| 5283 | "objectType": "A String", # Output only. The profile object type. |
| 5284 | }, |
| 5285 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5286 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5287 | }, |
| 5288 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 5289 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5290 | }, |
| 5291 | "text": "A String", # A free-form string representing the user's birthday. |
| 5292 | }, |
| 5293 | ], |
| 5294 | "relationshipStatuses": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship statuses. |
| 5295 | { # **DEPRECATED**: No data will be returned A person's relationship status. |
| 5296 | "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` |
| 5297 | "metadata": { # Metadata about a field. # Metadata about the relationship status. |
| 5298 | "source": { # The source of a field. # The source of the field. |
| 5299 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5300 | "type": "A String", # The source type. |
| 5301 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5302 | "userTypes": [ # Output only. The user types. |
| 5303 | "A String", |
| 5304 | ], |
| 5305 | "objectType": "A String", # Output only. The profile object type. |
| 5306 | }, |
| 5307 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5308 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 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 | "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. |
| 5314 | }, |
| 5315 | ], |
| 5316 | "metadata": { # The metadata about a person. # Output only. Metadata about the person. |
| 5317 | "linkedPeopleResourceNames": [ # Output only. Resource names of people linked to this resource. |
| 5318 | "A String", |
| 5319 | ], |
| 5320 | "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. |
| 5321 | "A String", |
| 5322 | ], |
| 5323 | "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. |
| 5324 | "sources": [ # The sources of data for the person. |
| 5325 | { # The source of a field. |
| 5326 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5327 | "type": "A String", # The source type. |
| 5328 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5329 | "userTypes": [ # Output only. The user types. |
| 5330 | "A String", |
| 5331 | ], |
| 5332 | "objectType": "A String", # Output only. The profile object type. |
| 5333 | }, |
| 5334 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5335 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5336 | }, |
| 5337 | ], |
| 5338 | "objectType": "A String", # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object. |
| 5339 | }, |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 5340 | }, |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 5341 | ], |
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 | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 5360 | <code class="details" id="searchDirectoryPeople">searchDirectoryPeople(readMask=None, pageSize=None, sources=None, mergeSources=None, query=None, pageToken=None, x__xgafv=None)</code> |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 5361 | <pre>Provides a list of domain profiles and domain contacts in the authenticated user's domain directory that match the search query. |
| 5362 | |
| 5363 | Args: |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5364 | readMask: string, Required. A field mask to restrict which fields on each person are returned. Multiple fields can be specified by separating them with commas. Valid values are: * addresses * ageRanges * biographies * birthdays * calendarUrls * clientData * coverPhotos * emailAddresses * events * externalIds * genders * imClients * interests * locales * locations * memberships * metadata * miscKeywords * names * nicknames * occupations * organizations * phoneNumbers * photos * relations * sipAddresses * skills * urls * userDefined |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5365 | 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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 5366 | sources: string, Required. Directory sources to return. (repeated) |
| 5367 | Allowed values |
| 5368 | DIRECTORY_SOURCE_TYPE_UNSPECIFIED - Unspecified. |
| 5369 | DIRECTORY_SOURCE_TYPE_DOMAIN_CONTACT - G Suite domain shared contact. |
| 5370 | DIRECTORY_SOURCE_TYPE_DOMAIN_PROFILE - G Suite domain profile. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 5371 | 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) |
| 5372 | Allowed values |
| 5373 | DIRECTORY_MERGE_SOURCE_TYPE_UNSPECIFIED - Unspecified. |
| 5374 | DIRECTORY_MERGE_SOURCE_TYPE_CONTACT - User owned contact. |
| 5375 | query: string, Required. Prefix query that matches fields in the person. Does NOT use the read_mask for determining what fields to match. |
| 5376 | 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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 5377 | x__xgafv: string, V1 error format. |
| 5378 | Allowed values |
| 5379 | 1 - v1 error format |
| 5380 | 2 - v2 error format |
| 5381 | |
| 5382 | Returns: |
| 5383 | An object of the form: |
| 5384 | |
| 5385 | { # The response to a request for people in the authenticated user's domain directory that match the specified query. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5386 | "totalSize": 42, # The total number of items in the list without pagination. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 5387 | "people": [ # The list of people in the domain directory that match the query. |
| 5388 | { # 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 | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 5389 | "sipAddresses": [ # The person's SIP addresses. |
| 5390 | { # A person's SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet. |
| 5391 | "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` |
| 5392 | "metadata": { # Metadata about a field. # Metadata about the SIP address. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5393 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5394 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 5395 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5396 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5397 | "userTypes": [ # Output only. The user types. |
| 5398 | "A String", |
| 5399 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5400 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5401 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5402 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5403 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5404 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [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. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5406 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 5407 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 5408 | "value": "A String", # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format. |
| 5409 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 5410 | }, |
| 5411 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5412 | "urls": [ # The person's associated URLs. |
| 5413 | { # A person's associated URLs. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5414 | "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` |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 5415 | "value": "A String", # The URL. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5416 | "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. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 5417 | "metadata": { # Metadata about a field. # Metadata about the URL. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 5418 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5419 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 5420 | "type": "A String", # The source type. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 5421 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5422 | "userTypes": [ # Output only. The user types. |
| 5423 | "A String", |
| 5424 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5425 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 5426 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5427 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5428 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5429 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5430 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5431 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5432 | }, |
| 5433 | }, |
| 5434 | ], |
| 5435 | "skills": [ # The person's skills. |
| 5436 | { # A skill that the person has. |
| 5437 | "metadata": { # Metadata about a field. # Metadata about the skill. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5438 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5439 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 5440 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5441 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5442 | "userTypes": [ # Output only. The user types. |
| 5443 | "A String", |
| 5444 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 5445 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5446 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 5447 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5448 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5449 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 5450 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5451 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5452 | }, |
| 5453 | "value": "A String", # The skill; for example, `underwater basket weaving`. |
| 5454 | }, |
| 5455 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 5456 | "genders": [ # The person's genders. This field is a singleton for contact sources. |
| 5457 | { # A person's gender. |
| 5458 | "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. |
| 5459 | "metadata": { # Metadata about a field. # Metadata about the gender. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5460 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5461 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 5462 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5463 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5464 | "userTypes": [ # Output only. The user types. |
| 5465 | "A String", |
| 5466 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 5467 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5468 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 5469 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5470 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5471 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 5472 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5473 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5474 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 5475 | "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` |
| 5476 | "value": "A String", # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified` |
| 5477 | }, |
| 5478 | ], |
| 5479 | "nicknames": [ # The person's nicknames. |
| 5480 | { # A person's nickname. |
| 5481 | "value": "A String", # The nickname. |
| 5482 | "metadata": { # Metadata about a field. # Metadata about the nickname. |
| 5483 | "source": { # The source of a field. # The source of the field. |
| 5484 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5485 | "type": "A String", # The source type. |
| 5486 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5487 | "userTypes": [ # Output only. The user types. |
| 5488 | "A String", |
| 5489 | ], |
| 5490 | "objectType": "A String", # Output only. The profile object type. |
| 5491 | }, |
| 5492 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5493 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5494 | }, |
| 5495 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 5496 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5497 | }, |
| 5498 | "type": "A String", # The type of the nickname. |
| 5499 | }, |
| 5500 | ], |
| 5501 | "externalIds": [ # The person's external IDs. |
| 5502 | { # An identifier from an external entity related to the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5503 | "value": "A String", # The value of the external ID. |
| 5504 | "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. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 5505 | "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` |
| 5506 | "metadata": { # Metadata about a field. # Metadata about the external ID. |
| 5507 | "source": { # The source of a field. # The source of the field. |
| 5508 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5509 | "type": "A String", # The source type. |
| 5510 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5511 | "userTypes": [ # Output only. The user types. |
| 5512 | "A String", |
| 5513 | ], |
| 5514 | "objectType": "A String", # Output only. The profile object type. |
| 5515 | }, |
| 5516 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5517 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5518 | }, |
| 5519 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 5520 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5521 | }, |
| 5522 | }, |
| 5523 | ], |
| 5524 | "relationshipInterests": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship interests. |
| 5525 | { # **DEPRECATED**: No data will be returned A person's relationship interest . |
| 5526 | "metadata": { # Metadata about a field. # Metadata about the relationship interest. |
| 5527 | "source": { # The source of a field. # The source of the field. |
| 5528 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5529 | "type": "A String", # The source type. |
| 5530 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5531 | "userTypes": [ # Output only. The user types. |
| 5532 | "A String", |
| 5533 | ], |
| 5534 | "objectType": "A String", # Output only. The profile object type. |
| 5535 | }, |
| 5536 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5537 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5538 | }, |
| 5539 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 5540 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5541 | }, |
| 5542 | "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` |
| 5543 | "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. |
| 5544 | }, |
| 5545 | ], |
| 5546 | "phoneNumbers": [ # The person's phone numbers. |
| 5547 | { # A person's phone number. |
| 5548 | "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. |
| 5549 | "value": "A String", # The phone number. |
| 5550 | "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` |
| 5551 | "metadata": { # Metadata about a field. # Metadata about the phone number. |
| 5552 | "source": { # The source of a field. # The source of the field. |
| 5553 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5554 | "type": "A String", # The source type. |
| 5555 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5556 | "userTypes": [ # Output only. The user types. |
| 5557 | "A String", |
| 5558 | ], |
| 5559 | "objectType": "A String", # Output only. The profile object type. |
| 5560 | }, |
| 5561 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5562 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5563 | }, |
| 5564 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 5565 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5566 | }, |
| 5567 | "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. |
| 5568 | }, |
| 5569 | ], |
| 5570 | "userDefined": [ # The person's user defined data. |
| 5571 | { # Arbitrary user data that is populated by the end users. |
| 5572 | "metadata": { # Metadata about a field. # Metadata about the user defined data. |
| 5573 | "source": { # The source of a field. # The source of the field. |
| 5574 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5575 | "type": "A String", # The source type. |
| 5576 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5577 | "userTypes": [ # Output only. The user types. |
| 5578 | "A String", |
| 5579 | ], |
| 5580 | "objectType": "A String", # Output only. The profile object type. |
| 5581 | }, |
| 5582 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5583 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5584 | }, |
| 5585 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 5586 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5587 | }, |
| 5588 | "value": "A String", # The end user specified value of the user defined data. |
| 5589 | "key": "A String", # The end user specified key of the user defined data. |
| 5590 | }, |
| 5591 | ], |
| 5592 | "braggingRights": [ # **DEPRECATED**: No data will be returned The person's bragging rights. |
| 5593 | { # **DEPRECATED**: No data will be returned A person's bragging rights. |
| 5594 | "metadata": { # Metadata about a field. # Metadata about the bragging rights. |
| 5595 | "source": { # The source of a field. # The source of the field. |
| 5596 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5597 | "type": "A String", # The source type. |
| 5598 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5599 | "userTypes": [ # Output only. The user types. |
| 5600 | "A String", |
| 5601 | ], |
| 5602 | "objectType": "A String", # Output only. The profile object type. |
| 5603 | }, |
| 5604 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5605 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5606 | }, |
| 5607 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 5608 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5609 | }, |
| 5610 | "value": "A String", # The bragging rights; for example, `climbed mount everest`. |
| 5611 | }, |
| 5612 | ], |
| 5613 | "etag": "A String", # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation. |
| 5614 | "imClients": [ # The person's instant messaging clients. |
| 5615 | { # A person's instant messaging client. |
| 5616 | "metadata": { # Metadata about a field. # Metadata about the IM client. |
| 5617 | "source": { # The source of a field. # The source of the field. |
| 5618 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5619 | "type": "A String", # The source type. |
| 5620 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5621 | "userTypes": [ # Output only. The user types. |
| 5622 | "A String", |
| 5623 | ], |
| 5624 | "objectType": "A String", # Output only. The profile object type. |
| 5625 | }, |
| 5626 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5627 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5628 | }, |
| 5629 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 5630 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5631 | }, |
| 5632 | "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` |
| 5633 | "type": "A String", # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 5634 | "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. |
| 5635 | "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. |
| 5636 | "username": "A String", # The user name used in the IM client. |
| 5637 | }, |
| 5638 | ], |
| 5639 | "locales": [ # The person's locale preferences. |
| 5640 | { # A person's locale preference. |
| 5641 | "value": "A String", # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale. |
| 5642 | "metadata": { # Metadata about a field. # Metadata about the locale. |
| 5643 | "source": { # The source of a field. # The source of the field. |
| 5644 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5645 | "type": "A String", # The source type. |
| 5646 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5647 | "userTypes": [ # Output only. The user types. |
| 5648 | "A String", |
| 5649 | ], |
| 5650 | "objectType": "A String", # Output only. The profile object type. |
| 5651 | }, |
| 5652 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5653 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5654 | }, |
| 5655 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 5656 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5657 | }, |
| 5658 | }, |
| 5659 | ], |
| 5660 | "relations": [ # The person's relations. |
| 5661 | { # A person's relation to another person. |
| 5662 | "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. |
| 5663 | "person": "A String", # The name of the other person this relation refers to. |
| 5664 | "metadata": { # Metadata about a field. # Metadata about the relation. |
| 5665 | "source": { # The source of a field. # The source of the field. |
| 5666 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5667 | "type": "A String", # The source type. |
| 5668 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5669 | "userTypes": [ # Output only. The user types. |
| 5670 | "A String", |
| 5671 | ], |
| 5672 | "objectType": "A String", # Output only. The profile object type. |
| 5673 | }, |
| 5674 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5675 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5676 | }, |
| 5677 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 5678 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5679 | }, |
| 5680 | "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` |
| 5681 | }, |
| 5682 | ], |
| 5683 | "residences": [ # **DEPRECATED**: (Please use `person.locations` instead) The person's residences. |
| 5684 | { # **DEPRECATED**: Please use `person.locations` instead. A person's past or current residence. |
| 5685 | "value": "A String", # The address of the residence. |
| 5686 | "metadata": { # Metadata about a field. # Metadata about the residence. |
| 5687 | "source": { # The source of a field. # The source of the field. |
| 5688 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5689 | "type": "A String", # The source type. |
| 5690 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5691 | "userTypes": [ # Output only. The user types. |
| 5692 | "A String", |
| 5693 | ], |
| 5694 | "objectType": "A String", # Output only. The profile object type. |
| 5695 | }, |
| 5696 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5697 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5698 | }, |
| 5699 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 5700 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5701 | }, |
| 5702 | "current": True or False, # True if the residence is the person's current residence; false if the residence is a past residence. |
| 5703 | }, |
| 5704 | ], |
| 5705 | "fileAses": [ # The person's file-ases. |
| 5706 | { # The name that should be used to sort the person in a list. |
| 5707 | "value": "A String", # The file-as value |
| 5708 | "metadata": { # Metadata about a field. # Metadata about the file-as. |
| 5709 | "source": { # The source of a field. # The source of the field. |
| 5710 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5711 | "type": "A String", # The source type. |
| 5712 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5713 | "userTypes": [ # Output only. The user types. |
| 5714 | "A String", |
| 5715 | ], |
| 5716 | "objectType": "A String", # Output only. The profile object type. |
| 5717 | }, |
| 5718 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5719 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5720 | }, |
| 5721 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 5722 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5723 | }, |
| 5724 | }, |
| 5725 | ], |
| 5726 | "ageRanges": [ # Output only. The person's age ranges. |
| 5727 | { # A person's age range. |
| 5728 | "metadata": { # Metadata about a field. # Metadata about the age range. |
| 5729 | "source": { # The source of a field. # The source of the field. |
| 5730 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5731 | "type": "A String", # The source type. |
| 5732 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5733 | "userTypes": [ # Output only. The user types. |
| 5734 | "A String", |
| 5735 | ], |
| 5736 | "objectType": "A String", # Output only. The profile object type. |
| 5737 | }, |
| 5738 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5739 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5740 | }, |
| 5741 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 5742 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5743 | }, |
| 5744 | "ageRange": "A String", # The age range. |
| 5745 | }, |
| 5746 | ], |
| 5747 | "coverPhotos": [ # Output only. The person's cover photos. |
| 5748 | { # 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. |
| 5749 | "url": "A String", # The URL of the cover photo. |
| 5750 | "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. |
| 5751 | "metadata": { # Metadata about a field. # Metadata about the cover photo. |
| 5752 | "source": { # The source of a field. # The source of the field. |
| 5753 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5754 | "type": "A String", # The source type. |
| 5755 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5756 | "userTypes": [ # Output only. The user types. |
| 5757 | "A String", |
| 5758 | ], |
| 5759 | "objectType": "A String", # Output only. The profile object type. |
| 5760 | }, |
| 5761 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5762 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5763 | }, |
| 5764 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 5765 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5766 | }, |
| 5767 | }, |
| 5768 | ], |
| 5769 | "ageRange": "A String", # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person's age range. |
| 5770 | "locations": [ # The person's locations. |
| 5771 | { # A person's location. |
| 5772 | "deskCode": "A String", # The individual desk location. |
| 5773 | "value": "A String", # The free-form value of the location. |
| 5774 | "type": "A String", # The type of the location. The type can be custom or one of these predefined values: * `desk` * `grewUp` |
| 5775 | "buildingId": "A String", # The building identifier. |
| 5776 | "floorSection": "A String", # The floor section in `floor_name`. |
| 5777 | "floor": "A String", # The floor name or number. |
| 5778 | "current": True or False, # Whether the location is the current location. |
| 5779 | "metadata": { # Metadata about a field. # Metadata about the location. |
| 5780 | "source": { # The source of a field. # The source of the field. |
| 5781 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5782 | "type": "A String", # The source type. |
| 5783 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5784 | "userTypes": [ # Output only. The user types. |
| 5785 | "A String", |
| 5786 | ], |
| 5787 | "objectType": "A String", # Output only. The profile object type. |
| 5788 | }, |
| 5789 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5790 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 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 | }, |
| 5796 | ], |
| 5797 | "occupations": [ # The person's occupations. |
| 5798 | { # A person's occupation. |
| 5799 | "metadata": { # Metadata about a field. # Metadata about the occupation. |
| 5800 | "source": { # The source of a field. # The source of the field. |
| 5801 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5802 | "type": "A String", # The source type. |
| 5803 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5804 | "userTypes": [ # Output only. The user types. |
| 5805 | "A String", |
| 5806 | ], |
| 5807 | "objectType": "A String", # Output only. The profile object type. |
| 5808 | }, |
| 5809 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5810 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5811 | }, |
| 5812 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 5813 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5814 | }, |
| 5815 | "value": "A String", # The occupation; for example, `carpenter`. |
| 5816 | }, |
| 5817 | ], |
| 5818 | "names": [ # The person's names. This field is a singleton for contact sources. |
| 5819 | { # A person's name. If the name is a mononym, the family name is empty. |
| 5820 | "givenName": "A String", # The given name. |
| 5821 | "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. |
| 5822 | "metadata": { # Metadata about a field. # Metadata about the name. |
| 5823 | "source": { # The source of a field. # The source of the field. |
| 5824 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5825 | "type": "A String", # The source type. |
| 5826 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5827 | "userTypes": [ # Output only. The user types. |
| 5828 | "A String", |
| 5829 | ], |
| 5830 | "objectType": "A String", # Output only. The profile object type. |
| 5831 | }, |
| 5832 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5833 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5834 | }, |
| 5835 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 5836 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5837 | }, |
| 5838 | "middleName": "A String", # The middle name(s). |
| 5839 | "phoneticHonorificPrefix": "A String", # The honorific prefixes spelled as they sound. |
| 5840 | "honorificSuffix": "A String", # The honorific suffixes, such as `Jr.` |
| 5841 | "phoneticMiddleName": "A String", # The middle name(s) spelled as they sound. |
| 5842 | "familyName": "A String", # The family name. |
| 5843 | "phoneticFullName": "A String", # The full name spelled as it sounds. |
| 5844 | "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. |
| 5845 | "phoneticGivenName": "A String", # The given name spelled as it sounds. |
| 5846 | "phoneticFamilyName": "A String", # The family name spelled as it sounds. |
| 5847 | "phoneticHonorificSuffix": "A String", # The honorific suffixes spelled as they sound. |
| 5848 | "unstructuredName": "A String", # The free form name value. |
| 5849 | "honorificPrefix": "A String", # The honorific prefixes, such as `Mrs.` or `Dr.` |
| 5850 | }, |
| 5851 | ], |
| 5852 | "emailAddresses": [ # The person's email addresses. |
| 5853 | { # A person's email address. |
| 5854 | "displayName": "A String", # The display name of the email. |
| 5855 | "type": "A String", # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 5856 | "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. |
| 5857 | "metadata": { # Metadata about a field. # Metadata about the email address. |
| 5858 | "source": { # The source of a field. # The source of the field. |
| 5859 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5860 | "type": "A String", # The source type. |
| 5861 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5862 | "userTypes": [ # Output only. The user types. |
| 5863 | "A String", |
| 5864 | ], |
| 5865 | "objectType": "A String", # Output only. The profile object type. |
| 5866 | }, |
| 5867 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5868 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5869 | }, |
| 5870 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 5871 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5872 | }, |
| 5873 | "value": "A String", # The email address. |
| 5874 | }, |
| 5875 | ], |
| 5876 | "organizations": [ # The person's past or current organizations. |
| 5877 | { # A person's past or current organization. Overlapping date ranges are permitted. |
| 5878 | "name": "A String", # The name of the organization. |
| 5879 | "domain": "A String", # The domain name associated with the organization; for example, `google.com`. |
| 5880 | "current": True or False, # True if the organization is the person's current organization; false if the organization is a past organization. |
| 5881 | "jobDescription": "A String", # The person's job description at the organization. |
| 5882 | "title": "A String", # The person's job title at the organization. |
| 5883 | "type": "A String", # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school` |
| 5884 | "metadata": { # Metadata about a field. # Metadata about the organization. |
| 5885 | "source": { # The source of a field. # The source of the field. |
| 5886 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5887 | "type": "A String", # The source type. |
| 5888 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5889 | "userTypes": [ # Output only. The user types. |
| 5890 | "A String", |
| 5891 | ], |
| 5892 | "objectType": "A String", # Output only. The profile object type. |
| 5893 | }, |
| 5894 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5895 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5896 | }, |
| 5897 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 5898 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5899 | }, |
| 5900 | "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. |
| 5901 | "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. |
| 5902 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 5903 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 5904 | }, |
| 5905 | "department": "A String", # The person's department at the organization. |
| 5906 | "symbol": "A String", # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym. |
| 5907 | "location": "A String", # The location of the organization office the person works at. |
| 5908 | "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. |
| 5909 | "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. |
| 5910 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 5911 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 5912 | }, |
| 5913 | "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. |
| 5914 | "phoneticName": "A String", # The phonetic name of the organization. |
| 5915 | }, |
| 5916 | ], |
| 5917 | "calendarUrls": [ # The person's calendar URLs. |
| 5918 | { # A person's calendar URL. |
| 5919 | "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. |
| 5920 | "url": "A String", # The calendar URL. |
| 5921 | "metadata": { # Metadata about a field. # Metadata about the calendar URL. |
| 5922 | "source": { # The source of a field. # The source of the field. |
| 5923 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5924 | "type": "A String", # The source type. |
| 5925 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5926 | "userTypes": [ # Output only. The user types. |
| 5927 | "A String", |
| 5928 | ], |
| 5929 | "objectType": "A String", # Output only. The profile object type. |
| 5930 | }, |
| 5931 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5932 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5933 | }, |
| 5934 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 5935 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5936 | }, |
| 5937 | "type": "A String", # The type of the calendar URL. The type can be custom or one of these predefined values: * `home` * `freeBusy` * `work` |
| 5938 | }, |
| 5939 | ], |
| 5940 | "taglines": [ # Output only. **DEPRECATED**: No data will be returned The person's taglines. |
| 5941 | { # **DEPRECATED**: No data will be returned A brief one-line description of the person. |
| 5942 | "value": "A String", # The tagline. |
| 5943 | "metadata": { # Metadata about a field. # Metadata about the tagline. |
| 5944 | "source": { # The source of a field. # The source of the field. |
| 5945 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 5946 | "type": "A String", # The source type. |
| 5947 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 5948 | "userTypes": [ # Output only. The user types. |
| 5949 | "A String", |
| 5950 | ], |
| 5951 | "objectType": "A String", # Output only. The profile object type. |
| 5952 | }, |
| 5953 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 5954 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5955 | }, |
| 5956 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 5957 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5958 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5959 | }, |
| 5960 | ], |
| 5961 | "biographies": [ # The person's biographies. This field is a singleton for contact sources. |
| 5962 | { # A person's short biography. |
| 5963 | "contentType": "A String", # The content type of the biography. |
| 5964 | "value": "A String", # The short biography. |
| 5965 | "metadata": { # Metadata about a field. # Metadata about the biography. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5966 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5967 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 5968 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5969 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5970 | "userTypes": [ # Output only. The user types. |
| 5971 | "A String", |
| 5972 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 5973 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5974 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 5975 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5976 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 5977 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 5978 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5979 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 5980 | }, |
| 5981 | }, |
| 5982 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 5983 | "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}`. |
| 5984 | "miscKeywords": [ # The person's miscellaneous keywords. |
| 5985 | { # A person's miscellaneous keyword. |
| 5986 | "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. |
| 5987 | "type": "A String", # The miscellaneous keyword type. |
| 5988 | "metadata": { # Metadata about a field. # Metadata about the miscellaneous keyword. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5989 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5990 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 5991 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5992 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5993 | "userTypes": [ # Output only. The user types. |
| 5994 | "A String", |
| 5995 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 5996 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5997 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 5998 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 5999 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6000 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 6001 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6002 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6003 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 6004 | "value": "A String", # The value of the miscellaneous keyword. |
| 6005 | }, |
| 6006 | ], |
| 6007 | "events": [ # The person's events. |
| 6008 | { # An event related to the person. |
| 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 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6013 | "type": "A String", # The source type. |
| 6014 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6015 | "userTypes": [ # Output only. The user types. |
| 6016 | "A String", |
| 6017 | ], |
| 6018 | "objectType": "A String", # Output only. The profile object type. |
| 6019 | }, |
| 6020 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6021 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 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 | "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. |
| 6027 | "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. |
| 6028 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 6029 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 6030 | }, |
| 6031 | "type": "A String", # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other` |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6032 | }, |
| 6033 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6034 | "memberships": [ # The person's group memberships. |
| 6035 | { # A person's membership in a group. Only contact group memberships can be modified. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 6036 | "domainMembership": { # A G Suite Domain membership. # Output only. The domain membership. |
| 6037 | "inViewerDomain": True or False, # True if the person is in the viewer's G Suite domain. |
| 6038 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6039 | "metadata": { # Metadata about a field. # Metadata about the membership. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6040 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6041 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 6042 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6043 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6044 | "userTypes": [ # Output only. The user types. |
| 6045 | "A String", |
| 6046 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 6047 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6048 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 6049 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6050 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6051 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 6052 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6053 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6054 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6055 | "contactGroupMembership": { # A Google contact group membership. # The contact group membership. |
| 6056 | "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. |
| 6057 | "contactGroupId": "A String", # Output only. The contact group ID for the contact group membership. |
| 6058 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6059 | }, |
| 6060 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 6061 | "addresses": [ # The person's street addresses. |
| 6062 | { # A person's physical address. May be a P.O. box or street address. All fields are optional. |
| 6063 | "type": "A String", # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 6064 | "countryCode": "A String", # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address. |
| 6065 | "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. |
| 6066 | "city": "A String", # The city of the address. |
| 6067 | "country": "A String", # The country of the address. |
| 6068 | "metadata": { # Metadata about a field. # Metadata about the address. |
| 6069 | "source": { # The source of a field. # The source of the field. |
| 6070 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6071 | "type": "A String", # The source type. |
| 6072 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6073 | "userTypes": [ # Output only. The user types. |
| 6074 | "A String", |
| 6075 | ], |
| 6076 | "objectType": "A String", # Output only. The profile object type. |
| 6077 | }, |
| 6078 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6079 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6080 | }, |
| 6081 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 6082 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6083 | }, |
| 6084 | "postalCode": "A String", # The postal code of the address. |
| 6085 | "extendedAddress": "A String", # The extended address of the address; for example, the apartment number. |
| 6086 | "poBox": "A String", # The P.O. box of the address. |
| 6087 | "streetAddress": "A String", # The street address. |
| 6088 | "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. |
| 6089 | "region": "A String", # The region of the address; for example, the state or province. |
| 6090 | }, |
| 6091 | ], |
| 6092 | "photos": [ # Output only. The person's photos. |
| 6093 | { # A person's photo. A picture shown next to the person's name to help others recognize the person. |
| 6094 | "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 |
| 6095 | "default": True or False, # True if the photo is a default photo; false if the photo is a user-provided photo. |
| 6096 | "metadata": { # Metadata about a field. # Metadata about the photo. |
| 6097 | "source": { # The source of a field. # The source of the field. |
| 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 | "type": "A String", # The source type. |
| 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 | }, |
| 6106 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6107 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6108 | }, |
| 6109 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 6110 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6111 | }, |
| 6112 | }, |
| 6113 | ], |
| 6114 | "clientData": [ # The person's client data. |
| 6115 | { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. |
| 6116 | "metadata": { # Metadata about a field. # Metadata about the client data. |
| 6117 | "source": { # The source of a field. # The source of the field. |
| 6118 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6119 | "type": "A String", # The source type. |
| 6120 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6121 | "userTypes": [ # Output only. The user types. |
| 6122 | "A String", |
| 6123 | ], |
| 6124 | "objectType": "A String", # Output only. The profile object type. |
| 6125 | }, |
| 6126 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6127 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6128 | }, |
| 6129 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 6130 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6131 | }, |
| 6132 | "key": "A String", # The client specified key of the client data. |
| 6133 | "value": "A String", # The client specified value of the client data. |
| 6134 | }, |
| 6135 | ], |
| 6136 | "interests": [ # The person's interests. |
| 6137 | { # One of the person's interests. |
| 6138 | "metadata": { # Metadata about a field. # Metadata about the interest. |
| 6139 | "source": { # The source of a field. # The source of the field. |
| 6140 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6141 | "type": "A String", # The source type. |
| 6142 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6143 | "userTypes": [ # Output only. The user types. |
| 6144 | "A String", |
| 6145 | ], |
| 6146 | "objectType": "A String", # Output only. The profile object type. |
| 6147 | }, |
| 6148 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6149 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 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 interest; for example, `stargazing`. |
| 6155 | }, |
| 6156 | ], |
| 6157 | "birthdays": [ # The person's birthdays. This field is a singleton for contact sources. |
| 6158 | { # 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. |
| 6159 | "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. |
| 6160 | "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. |
| 6161 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 6162 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 6163 | }, |
| 6164 | "metadata": { # Metadata about a field. # Metadata about the birthday. |
| 6165 | "source": { # The source of a field. # The source of the field. |
| 6166 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6167 | "type": "A String", # The source type. |
| 6168 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6169 | "userTypes": [ # Output only. The user types. |
| 6170 | "A String", |
| 6171 | ], |
| 6172 | "objectType": "A String", # Output only. The profile object type. |
| 6173 | }, |
| 6174 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6175 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6176 | }, |
| 6177 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 6178 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6179 | }, |
| 6180 | "text": "A String", # A free-form string representing the user's birthday. |
| 6181 | }, |
| 6182 | ], |
| 6183 | "relationshipStatuses": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship statuses. |
| 6184 | { # **DEPRECATED**: No data will be returned A person's relationship status. |
| 6185 | "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` |
| 6186 | "metadata": { # Metadata about a field. # Metadata about the relationship status. |
| 6187 | "source": { # The source of a field. # The source of the field. |
| 6188 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6189 | "type": "A String", # The source type. |
| 6190 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6191 | "userTypes": [ # Output only. The user types. |
| 6192 | "A String", |
| 6193 | ], |
| 6194 | "objectType": "A String", # Output only. The profile object type. |
| 6195 | }, |
| 6196 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6197 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 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 | "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. |
| 6203 | }, |
| 6204 | ], |
| 6205 | "metadata": { # The metadata about a person. # Output only. Metadata about the person. |
| 6206 | "linkedPeopleResourceNames": [ # Output only. Resource names of people linked to this resource. |
| 6207 | "A String", |
| 6208 | ], |
| 6209 | "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. |
| 6210 | "A String", |
| 6211 | ], |
| 6212 | "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. |
| 6213 | "sources": [ # The sources of data for the person. |
| 6214 | { # The source of a field. |
| 6215 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6216 | "type": "A String", # The source type. |
| 6217 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6218 | "userTypes": [ # Output only. The user types. |
| 6219 | "A String", |
| 6220 | ], |
| 6221 | "objectType": "A String", # Output only. The profile object type. |
| 6222 | }, |
| 6223 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6224 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6225 | }, |
| 6226 | ], |
| 6227 | "objectType": "A String", # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object. |
| 6228 | }, |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 6229 | }, |
| 6230 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 6231 | "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] | 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 | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 6250 | <code class="details" id="updateContact">updateContact(resourceName, body=None, personFields=None, updatePersonFields=None, sources=None, x__xgafv=None)</code> |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6251 | <pre>Update contact data for an existing contact person. Any non-contact data will not be modified. Any non-contact data in the person to update will be ignored. All fields specified in the `update_mask` will be replaced. The server returns a 400 error if `person.metadata.sources` is not specified for the contact to be updated or if there is no contact source. The server returns a 400 error with reason `"failedPrecondition"` if `person.metadata.sources.etag` is different than the contact's etag, which indicates the contact has changed since its data was read. Clients should get the latest person and merge their updates into the latest person. The server returns a 400 error if `memberships` are being updated and there are no contact group memberships specified on the person. The server returns a 400 error if more than one field is specified on a field that is a singleton for contact sources: * biographies * birthdays * genders * names |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 6252 | |
| 6253 | Args: |
| 6254 | resourceName: string, The resource name for the person, assigned by the server. An ASCII string with a max length of 27 characters, in the form of `people/{person_id}`. (required) |
| 6255 | body: object, The request body. |
| 6256 | The object takes the form of: |
| 6257 | |
| 6258 | { # Information about a person merged from various data sources such as the authenticated user's contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 6259 | "sipAddresses": [ # The person's SIP addresses. |
| 6260 | { # A person's SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet. |
| 6261 | "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` |
| 6262 | "metadata": { # Metadata about a field. # Metadata about the SIP address. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6263 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6264 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 6265 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6266 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6267 | "userTypes": [ # Output only. The user types. |
| 6268 | "A String", |
| 6269 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6270 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6271 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6272 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6273 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6274 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6275 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6276 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 6277 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 6278 | "value": "A String", # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format. |
| 6279 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 6280 | }, |
| 6281 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6282 | "urls": [ # The person's associated URLs. |
| 6283 | { # A person's associated URLs. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6284 | "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` |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 6285 | "value": "A String", # The URL. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6286 | "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. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 6287 | "metadata": { # Metadata about a field. # Metadata about the URL. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 6288 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6289 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 6290 | "type": "A String", # The source type. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 6291 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6292 | "userTypes": [ # Output only. The user types. |
| 6293 | "A String", |
| 6294 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6295 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6296 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6297 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6298 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6299 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6300 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6301 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6302 | }, |
| 6303 | }, |
| 6304 | ], |
| 6305 | "skills": [ # The person's skills. |
| 6306 | { # A skill that the person has. |
| 6307 | "metadata": { # Metadata about a field. # Metadata about the skill. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6308 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6309 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 6310 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6311 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6312 | "userTypes": [ # Output only. The user types. |
| 6313 | "A String", |
| 6314 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 6315 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6316 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 6317 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6318 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6319 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 6320 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6321 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6322 | }, |
| 6323 | "value": "A String", # The skill; for example, `underwater basket weaving`. |
| 6324 | }, |
| 6325 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 6326 | "genders": [ # The person's genders. This field is a singleton for contact sources. |
| 6327 | { # A person's gender. |
| 6328 | "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. |
| 6329 | "metadata": { # Metadata about a field. # Metadata about the gender. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6330 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6331 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 6332 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6333 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6334 | "userTypes": [ # Output only. The user types. |
| 6335 | "A String", |
| 6336 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 6337 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6338 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 6339 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6340 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6341 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 6342 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6343 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6344 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 6345 | "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` |
| 6346 | "value": "A String", # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified` |
| 6347 | }, |
| 6348 | ], |
| 6349 | "nicknames": [ # The person's nicknames. |
| 6350 | { # A person's nickname. |
| 6351 | "value": "A String", # The nickname. |
| 6352 | "metadata": { # Metadata about a field. # Metadata about the nickname. |
| 6353 | "source": { # The source of a field. # The source of the field. |
| 6354 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6355 | "type": "A String", # The source type. |
| 6356 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6357 | "userTypes": [ # Output only. The user types. |
| 6358 | "A String", |
| 6359 | ], |
| 6360 | "objectType": "A String", # Output only. The profile object type. |
| 6361 | }, |
| 6362 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6363 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6364 | }, |
| 6365 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 6366 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6367 | }, |
| 6368 | "type": "A String", # The type of the nickname. |
| 6369 | }, |
| 6370 | ], |
| 6371 | "externalIds": [ # The person's external IDs. |
| 6372 | { # An identifier from an external entity related to the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6373 | "value": "A String", # The value of the external ID. |
| 6374 | "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. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 6375 | "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` |
| 6376 | "metadata": { # Metadata about a field. # Metadata about the external ID. |
| 6377 | "source": { # The source of a field. # The source of the field. |
| 6378 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6379 | "type": "A String", # The source type. |
| 6380 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6381 | "userTypes": [ # Output only. The user types. |
| 6382 | "A String", |
| 6383 | ], |
| 6384 | "objectType": "A String", # Output only. The profile object type. |
| 6385 | }, |
| 6386 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6387 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6388 | }, |
| 6389 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 6390 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6391 | }, |
| 6392 | }, |
| 6393 | ], |
| 6394 | "relationshipInterests": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship interests. |
| 6395 | { # **DEPRECATED**: No data will be returned A person's relationship interest . |
| 6396 | "metadata": { # Metadata about a field. # Metadata about the relationship interest. |
| 6397 | "source": { # The source of a field. # The source of the field. |
| 6398 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6399 | "type": "A String", # The source type. |
| 6400 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6401 | "userTypes": [ # Output only. The user types. |
| 6402 | "A String", |
| 6403 | ], |
| 6404 | "objectType": "A String", # Output only. The profile object type. |
| 6405 | }, |
| 6406 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6407 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6408 | }, |
| 6409 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 6410 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6411 | }, |
| 6412 | "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` |
| 6413 | "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. |
| 6414 | }, |
| 6415 | ], |
| 6416 | "phoneNumbers": [ # The person's phone numbers. |
| 6417 | { # A person's phone number. |
| 6418 | "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. |
| 6419 | "value": "A String", # The phone number. |
| 6420 | "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` |
| 6421 | "metadata": { # Metadata about a field. # Metadata about the phone number. |
| 6422 | "source": { # The source of a field. # The source of the field. |
| 6423 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6424 | "type": "A String", # The source type. |
| 6425 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6426 | "userTypes": [ # Output only. The user types. |
| 6427 | "A String", |
| 6428 | ], |
| 6429 | "objectType": "A String", # Output only. The profile object type. |
| 6430 | }, |
| 6431 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6432 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6433 | }, |
| 6434 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 6435 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6436 | }, |
| 6437 | "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. |
| 6438 | }, |
| 6439 | ], |
| 6440 | "userDefined": [ # The person's user defined data. |
| 6441 | { # Arbitrary user data that is populated by the end users. |
| 6442 | "metadata": { # Metadata about a field. # Metadata about the user defined data. |
| 6443 | "source": { # The source of a field. # The source of the field. |
| 6444 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6445 | "type": "A String", # The source type. |
| 6446 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6447 | "userTypes": [ # Output only. The user types. |
| 6448 | "A String", |
| 6449 | ], |
| 6450 | "objectType": "A String", # Output only. The profile object type. |
| 6451 | }, |
| 6452 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6453 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6454 | }, |
| 6455 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 6456 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6457 | }, |
| 6458 | "value": "A String", # The end user specified value of the user defined data. |
| 6459 | "key": "A String", # The end user specified key of the user defined data. |
| 6460 | }, |
| 6461 | ], |
| 6462 | "braggingRights": [ # **DEPRECATED**: No data will be returned The person's bragging rights. |
| 6463 | { # **DEPRECATED**: No data will be returned A person's bragging rights. |
| 6464 | "metadata": { # Metadata about a field. # Metadata about the bragging rights. |
| 6465 | "source": { # The source of a field. # The source of the field. |
| 6466 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6467 | "type": "A String", # The source type. |
| 6468 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6469 | "userTypes": [ # Output only. The user types. |
| 6470 | "A String", |
| 6471 | ], |
| 6472 | "objectType": "A String", # Output only. The profile object type. |
| 6473 | }, |
| 6474 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6475 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6476 | }, |
| 6477 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 6478 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6479 | }, |
| 6480 | "value": "A String", # The bragging rights; for example, `climbed mount everest`. |
| 6481 | }, |
| 6482 | ], |
| 6483 | "etag": "A String", # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation. |
| 6484 | "imClients": [ # The person's instant messaging clients. |
| 6485 | { # A person's instant messaging client. |
| 6486 | "metadata": { # Metadata about a field. # Metadata about the IM client. |
| 6487 | "source": { # The source of a field. # The source of the field. |
| 6488 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6489 | "type": "A String", # The source type. |
| 6490 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6491 | "userTypes": [ # Output only. The user types. |
| 6492 | "A String", |
| 6493 | ], |
| 6494 | "objectType": "A String", # Output only. The profile object type. |
| 6495 | }, |
| 6496 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6497 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6498 | }, |
| 6499 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 6500 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6501 | }, |
| 6502 | "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` |
| 6503 | "type": "A String", # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 6504 | "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. |
| 6505 | "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. |
| 6506 | "username": "A String", # The user name used in the IM client. |
| 6507 | }, |
| 6508 | ], |
| 6509 | "locales": [ # The person's locale preferences. |
| 6510 | { # A person's locale preference. |
| 6511 | "value": "A String", # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale. |
| 6512 | "metadata": { # Metadata about a field. # Metadata about the locale. |
| 6513 | "source": { # The source of a field. # The source of the field. |
| 6514 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6515 | "type": "A String", # The source type. |
| 6516 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6517 | "userTypes": [ # Output only. The user types. |
| 6518 | "A String", |
| 6519 | ], |
| 6520 | "objectType": "A String", # Output only. The profile object type. |
| 6521 | }, |
| 6522 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6523 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6524 | }, |
| 6525 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 6526 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6527 | }, |
| 6528 | }, |
| 6529 | ], |
| 6530 | "relations": [ # The person's relations. |
| 6531 | { # A person's relation to another person. |
| 6532 | "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. |
| 6533 | "person": "A String", # The name of the other person this relation refers to. |
| 6534 | "metadata": { # Metadata about a field. # Metadata about the relation. |
| 6535 | "source": { # The source of a field. # The source of the field. |
| 6536 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6537 | "type": "A String", # The source type. |
| 6538 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6539 | "userTypes": [ # Output only. The user types. |
| 6540 | "A String", |
| 6541 | ], |
| 6542 | "objectType": "A String", # Output only. The profile object type. |
| 6543 | }, |
| 6544 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6545 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6546 | }, |
| 6547 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 6548 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6549 | }, |
| 6550 | "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` |
| 6551 | }, |
| 6552 | ], |
| 6553 | "residences": [ # **DEPRECATED**: (Please use `person.locations` instead) The person's residences. |
| 6554 | { # **DEPRECATED**: Please use `person.locations` instead. A person's past or current residence. |
| 6555 | "value": "A String", # The address of the residence. |
| 6556 | "metadata": { # Metadata about a field. # Metadata about the residence. |
| 6557 | "source": { # The source of a field. # The source of the field. |
| 6558 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6559 | "type": "A String", # The source type. |
| 6560 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6561 | "userTypes": [ # Output only. The user types. |
| 6562 | "A String", |
| 6563 | ], |
| 6564 | "objectType": "A String", # Output only. The profile object type. |
| 6565 | }, |
| 6566 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6567 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6568 | }, |
| 6569 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 6570 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6571 | }, |
| 6572 | "current": True or False, # True if the residence is the person's current residence; false if the residence is a past residence. |
| 6573 | }, |
| 6574 | ], |
| 6575 | "fileAses": [ # The person's file-ases. |
| 6576 | { # The name that should be used to sort the person in a list. |
| 6577 | "value": "A String", # The file-as value |
| 6578 | "metadata": { # Metadata about a field. # Metadata about the file-as. |
| 6579 | "source": { # The source of a field. # The source of the field. |
| 6580 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6581 | "type": "A String", # The source type. |
| 6582 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6583 | "userTypes": [ # Output only. The user types. |
| 6584 | "A String", |
| 6585 | ], |
| 6586 | "objectType": "A String", # Output only. The profile object type. |
| 6587 | }, |
| 6588 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6589 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6590 | }, |
| 6591 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 6592 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6593 | }, |
| 6594 | }, |
| 6595 | ], |
| 6596 | "ageRanges": [ # Output only. The person's age ranges. |
| 6597 | { # A person's age range. |
| 6598 | "metadata": { # Metadata about a field. # Metadata about the age range. |
| 6599 | "source": { # The source of a field. # The source of the field. |
| 6600 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6601 | "type": "A String", # The source type. |
| 6602 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6603 | "userTypes": [ # Output only. The user types. |
| 6604 | "A String", |
| 6605 | ], |
| 6606 | "objectType": "A String", # Output only. The profile object type. |
| 6607 | }, |
| 6608 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6609 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6610 | }, |
| 6611 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 6612 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6613 | }, |
| 6614 | "ageRange": "A String", # The age range. |
| 6615 | }, |
| 6616 | ], |
| 6617 | "coverPhotos": [ # Output only. The person's cover photos. |
| 6618 | { # 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. |
| 6619 | "url": "A String", # The URL of the cover photo. |
| 6620 | "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. |
| 6621 | "metadata": { # Metadata about a field. # Metadata about the cover photo. |
| 6622 | "source": { # The source of a field. # The source of the field. |
| 6623 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6624 | "type": "A String", # The source type. |
| 6625 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6626 | "userTypes": [ # Output only. The user types. |
| 6627 | "A String", |
| 6628 | ], |
| 6629 | "objectType": "A String", # Output only. The profile object type. |
| 6630 | }, |
| 6631 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6632 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6633 | }, |
| 6634 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 6635 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6636 | }, |
| 6637 | }, |
| 6638 | ], |
| 6639 | "ageRange": "A String", # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person's age range. |
| 6640 | "locations": [ # The person's locations. |
| 6641 | { # A person's location. |
| 6642 | "deskCode": "A String", # The individual desk location. |
| 6643 | "value": "A String", # The free-form value of the location. |
| 6644 | "type": "A String", # The type of the location. The type can be custom or one of these predefined values: * `desk` * `grewUp` |
| 6645 | "buildingId": "A String", # The building identifier. |
| 6646 | "floorSection": "A String", # The floor section in `floor_name`. |
| 6647 | "floor": "A String", # The floor name or number. |
| 6648 | "current": True or False, # Whether the location is the current location. |
| 6649 | "metadata": { # Metadata about a field. # Metadata about the location. |
| 6650 | "source": { # The source of a field. # The source of the field. |
| 6651 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6652 | "type": "A String", # The source type. |
| 6653 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6654 | "userTypes": [ # Output only. The user types. |
| 6655 | "A String", |
| 6656 | ], |
| 6657 | "objectType": "A String", # Output only. The profile object type. |
| 6658 | }, |
| 6659 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6660 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6661 | }, |
| 6662 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 6663 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6664 | }, |
| 6665 | }, |
| 6666 | ], |
| 6667 | "occupations": [ # The person's occupations. |
| 6668 | { # A person's occupation. |
| 6669 | "metadata": { # Metadata about a field. # Metadata about the occupation. |
| 6670 | "source": { # The source of a field. # The source of the field. |
| 6671 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6672 | "type": "A String", # The source type. |
| 6673 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6674 | "userTypes": [ # Output only. The user types. |
| 6675 | "A String", |
| 6676 | ], |
| 6677 | "objectType": "A String", # Output only. The profile object type. |
| 6678 | }, |
| 6679 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6680 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6681 | }, |
| 6682 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 6683 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6684 | }, |
| 6685 | "value": "A String", # The occupation; for example, `carpenter`. |
| 6686 | }, |
| 6687 | ], |
| 6688 | "names": [ # The person's names. This field is a singleton for contact sources. |
| 6689 | { # A person's name. If the name is a mononym, the family name is empty. |
| 6690 | "givenName": "A String", # The given name. |
| 6691 | "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. |
| 6692 | "metadata": { # Metadata about a field. # Metadata about the name. |
| 6693 | "source": { # The source of a field. # The source of the field. |
| 6694 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6695 | "type": "A String", # The source type. |
| 6696 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6697 | "userTypes": [ # Output only. The user types. |
| 6698 | "A String", |
| 6699 | ], |
| 6700 | "objectType": "A String", # Output only. The profile object type. |
| 6701 | }, |
| 6702 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6703 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6704 | }, |
| 6705 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 6706 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6707 | }, |
| 6708 | "middleName": "A String", # The middle name(s). |
| 6709 | "phoneticHonorificPrefix": "A String", # The honorific prefixes spelled as they sound. |
| 6710 | "honorificSuffix": "A String", # The honorific suffixes, such as `Jr.` |
| 6711 | "phoneticMiddleName": "A String", # The middle name(s) spelled as they sound. |
| 6712 | "familyName": "A String", # The family name. |
| 6713 | "phoneticFullName": "A String", # The full name spelled as it sounds. |
| 6714 | "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. |
| 6715 | "phoneticGivenName": "A String", # The given name spelled as it sounds. |
| 6716 | "phoneticFamilyName": "A String", # The family name spelled as it sounds. |
| 6717 | "phoneticHonorificSuffix": "A String", # The honorific suffixes spelled as they sound. |
| 6718 | "unstructuredName": "A String", # The free form name value. |
| 6719 | "honorificPrefix": "A String", # The honorific prefixes, such as `Mrs.` or `Dr.` |
| 6720 | }, |
| 6721 | ], |
| 6722 | "emailAddresses": [ # The person's email addresses. |
| 6723 | { # A person's email address. |
| 6724 | "displayName": "A String", # The display name of the email. |
| 6725 | "type": "A String", # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 6726 | "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. |
| 6727 | "metadata": { # Metadata about a field. # Metadata about the email address. |
| 6728 | "source": { # The source of a field. # The source of the field. |
| 6729 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6730 | "type": "A String", # The source type. |
| 6731 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6732 | "userTypes": [ # Output only. The user types. |
| 6733 | "A String", |
| 6734 | ], |
| 6735 | "objectType": "A String", # Output only. The profile object type. |
| 6736 | }, |
| 6737 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6738 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6739 | }, |
| 6740 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 6741 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6742 | }, |
| 6743 | "value": "A String", # The email address. |
| 6744 | }, |
| 6745 | ], |
| 6746 | "organizations": [ # The person's past or current organizations. |
| 6747 | { # A person's past or current organization. Overlapping date ranges are permitted. |
| 6748 | "name": "A String", # The name of the organization. |
| 6749 | "domain": "A String", # The domain name associated with the organization; for example, `google.com`. |
| 6750 | "current": True or False, # True if the organization is the person's current organization; false if the organization is a past organization. |
| 6751 | "jobDescription": "A String", # The person's job description at the organization. |
| 6752 | "title": "A String", # The person's job title at the organization. |
| 6753 | "type": "A String", # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school` |
| 6754 | "metadata": { # Metadata about a field. # Metadata about the organization. |
| 6755 | "source": { # The source of a field. # The source of the field. |
| 6756 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6757 | "type": "A String", # The source type. |
| 6758 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6759 | "userTypes": [ # Output only. The user types. |
| 6760 | "A String", |
| 6761 | ], |
| 6762 | "objectType": "A String", # Output only. The profile object type. |
| 6763 | }, |
| 6764 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6765 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6766 | }, |
| 6767 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 6768 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6769 | }, |
| 6770 | "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. |
| 6771 | "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. |
| 6772 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 6773 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 6774 | }, |
| 6775 | "department": "A String", # The person's department at the organization. |
| 6776 | "symbol": "A String", # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym. |
| 6777 | "location": "A String", # The location of the organization office the person works at. |
| 6778 | "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. |
| 6779 | "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. |
| 6780 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 6781 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 6782 | }, |
| 6783 | "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. |
| 6784 | "phoneticName": "A String", # The phonetic name of the organization. |
| 6785 | }, |
| 6786 | ], |
| 6787 | "calendarUrls": [ # The person's calendar URLs. |
| 6788 | { # A person's calendar URL. |
| 6789 | "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. |
| 6790 | "url": "A String", # The calendar URL. |
| 6791 | "metadata": { # Metadata about a field. # Metadata about the calendar URL. |
| 6792 | "source": { # The source of a field. # The source of the field. |
| 6793 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6794 | "type": "A String", # The source type. |
| 6795 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6796 | "userTypes": [ # Output only. The user types. |
| 6797 | "A String", |
| 6798 | ], |
| 6799 | "objectType": "A String", # Output only. The profile object type. |
| 6800 | }, |
| 6801 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6802 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6803 | }, |
| 6804 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 6805 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6806 | }, |
| 6807 | "type": "A String", # The type of the calendar URL. The type can be custom or one of these predefined values: * `home` * `freeBusy` * `work` |
| 6808 | }, |
| 6809 | ], |
| 6810 | "taglines": [ # Output only. **DEPRECATED**: No data will be returned The person's taglines. |
| 6811 | { # **DEPRECATED**: No data will be returned A brief one-line description of the person. |
| 6812 | "value": "A String", # The tagline. |
| 6813 | "metadata": { # Metadata about a field. # Metadata about the tagline. |
| 6814 | "source": { # The source of a field. # The source of the field. |
| 6815 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6816 | "type": "A String", # The source type. |
| 6817 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6818 | "userTypes": [ # Output only. The user types. |
| 6819 | "A String", |
| 6820 | ], |
| 6821 | "objectType": "A String", # Output only. The profile object type. |
| 6822 | }, |
| 6823 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6824 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6825 | }, |
| 6826 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 6827 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6828 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6829 | }, |
| 6830 | ], |
| 6831 | "biographies": [ # The person's biographies. This field is a singleton for contact sources. |
| 6832 | { # A person's short biography. |
| 6833 | "contentType": "A String", # The content type of the biography. |
| 6834 | "value": "A String", # The short biography. |
| 6835 | "metadata": { # Metadata about a field. # Metadata about the biography. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6836 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6837 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 6838 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6839 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6840 | "userTypes": [ # Output only. The user types. |
| 6841 | "A String", |
| 6842 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 6843 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6844 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 6845 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6846 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6847 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 6848 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6849 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6850 | }, |
| 6851 | }, |
| 6852 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 6853 | "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}`. |
| 6854 | "miscKeywords": [ # The person's miscellaneous keywords. |
| 6855 | { # A person's miscellaneous keyword. |
| 6856 | "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. |
| 6857 | "type": "A String", # The miscellaneous keyword type. |
| 6858 | "metadata": { # Metadata about a field. # Metadata about the miscellaneous keyword. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6859 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6860 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 6861 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6862 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6863 | "userTypes": [ # Output only. The user types. |
| 6864 | "A String", |
| 6865 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 6866 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6867 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 6868 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6869 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6870 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 6871 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6872 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6873 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 6874 | "value": "A String", # The value of the miscellaneous keyword. |
| 6875 | }, |
| 6876 | ], |
| 6877 | "events": [ # The person's events. |
| 6878 | { # An event related to the person. |
| 6879 | "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. |
| 6880 | "metadata": { # Metadata about a field. # Metadata about the event. |
| 6881 | "source": { # The source of a field. # The source of the field. |
| 6882 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6883 | "type": "A String", # The source type. |
| 6884 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6885 | "userTypes": [ # Output only. The user types. |
| 6886 | "A String", |
| 6887 | ], |
| 6888 | "objectType": "A String", # Output only. The profile object type. |
| 6889 | }, |
| 6890 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6891 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6892 | }, |
| 6893 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 6894 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6895 | }, |
| 6896 | "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. |
| 6897 | "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. |
| 6898 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 6899 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 6900 | }, |
| 6901 | "type": "A String", # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other` |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6902 | }, |
| 6903 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6904 | "memberships": [ # The person's group memberships. |
| 6905 | { # A person's membership in a group. Only contact group memberships can be modified. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 6906 | "domainMembership": { # A G Suite Domain membership. # Output only. The domain membership. |
| 6907 | "inViewerDomain": True or False, # True if the person is in the viewer's G Suite domain. |
| 6908 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6909 | "metadata": { # Metadata about a field. # Metadata about the membership. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6910 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6911 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 6912 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6913 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6914 | "userTypes": [ # Output only. The user types. |
| 6915 | "A String", |
| 6916 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 6917 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6918 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 6919 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6920 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6921 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 6922 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 6923 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6924 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6925 | "contactGroupMembership": { # A Google contact group membership. # The contact group membership. |
| 6926 | "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. |
| 6927 | "contactGroupId": "A String", # Output only. The contact group ID for the contact group membership. |
| 6928 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 6929 | }, |
| 6930 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 6931 | "addresses": [ # The person's street addresses. |
| 6932 | { # A person's physical address. May be a P.O. box or street address. All fields are optional. |
| 6933 | "type": "A String", # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 6934 | "countryCode": "A String", # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address. |
| 6935 | "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. |
| 6936 | "city": "A String", # The city of the address. |
| 6937 | "country": "A String", # The country of the address. |
| 6938 | "metadata": { # Metadata about a field. # Metadata about the address. |
| 6939 | "source": { # The source of a field. # The source of the field. |
| 6940 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6941 | "type": "A String", # The source type. |
| 6942 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6943 | "userTypes": [ # Output only. The user types. |
| 6944 | "A String", |
| 6945 | ], |
| 6946 | "objectType": "A String", # Output only. The profile object type. |
| 6947 | }, |
| 6948 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6949 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6950 | }, |
| 6951 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 6952 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6953 | }, |
| 6954 | "postalCode": "A String", # The postal code of the address. |
| 6955 | "extendedAddress": "A String", # The extended address of the address; for example, the apartment number. |
| 6956 | "poBox": "A String", # The P.O. box of the address. |
| 6957 | "streetAddress": "A String", # The street address. |
| 6958 | "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. |
| 6959 | "region": "A String", # The region of the address; for example, the state or province. |
| 6960 | }, |
| 6961 | ], |
| 6962 | "photos": [ # Output only. The person's photos. |
| 6963 | { # A person's photo. A picture shown next to the person's name to help others recognize the person. |
| 6964 | "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 |
| 6965 | "default": True or False, # True if the photo is a default photo; false if the photo is a user-provided photo. |
| 6966 | "metadata": { # Metadata about a field. # Metadata about the photo. |
| 6967 | "source": { # The source of a field. # The source of the field. |
| 6968 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6969 | "type": "A String", # The source type. |
| 6970 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6971 | "userTypes": [ # Output only. The user types. |
| 6972 | "A String", |
| 6973 | ], |
| 6974 | "objectType": "A String", # Output only. The profile object type. |
| 6975 | }, |
| 6976 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6977 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6978 | }, |
| 6979 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 6980 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 6981 | }, |
| 6982 | }, |
| 6983 | ], |
| 6984 | "clientData": [ # The person's client data. |
| 6985 | { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. |
| 6986 | "metadata": { # Metadata about a field. # Metadata about the client data. |
| 6987 | "source": { # The source of a field. # The source of the field. |
| 6988 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 6989 | "type": "A String", # The source type. |
| 6990 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 6991 | "userTypes": [ # Output only. The user types. |
| 6992 | "A String", |
| 6993 | ], |
| 6994 | "objectType": "A String", # Output only. The profile object type. |
| 6995 | }, |
| 6996 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 6997 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 6998 | }, |
| 6999 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 7000 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7001 | }, |
| 7002 | "key": "A String", # The client specified key of the client data. |
| 7003 | "value": "A String", # The client specified value of the client data. |
| 7004 | }, |
| 7005 | ], |
| 7006 | "interests": [ # The person's interests. |
| 7007 | { # One of the person's interests. |
| 7008 | "metadata": { # Metadata about a field. # Metadata about the interest. |
| 7009 | "source": { # The source of a field. # The source of the field. |
| 7010 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7011 | "type": "A String", # The source type. |
| 7012 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7013 | "userTypes": [ # Output only. The user types. |
| 7014 | "A String", |
| 7015 | ], |
| 7016 | "objectType": "A String", # Output only. The profile object type. |
| 7017 | }, |
| 7018 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7019 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7020 | }, |
| 7021 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 7022 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7023 | }, |
| 7024 | "value": "A String", # The interest; for example, `stargazing`. |
| 7025 | }, |
| 7026 | ], |
| 7027 | "birthdays": [ # The person's birthdays. This field is a singleton for contact sources. |
| 7028 | { # 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. |
| 7029 | "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. |
| 7030 | "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. |
| 7031 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 7032 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 7033 | }, |
| 7034 | "metadata": { # Metadata about a field. # Metadata about the birthday. |
| 7035 | "source": { # The source of a field. # The source of the field. |
| 7036 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7037 | "type": "A String", # The source type. |
| 7038 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7039 | "userTypes": [ # Output only. The user types. |
| 7040 | "A String", |
| 7041 | ], |
| 7042 | "objectType": "A String", # Output only. The profile object type. |
| 7043 | }, |
| 7044 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7045 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7046 | }, |
| 7047 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 7048 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7049 | }, |
| 7050 | "text": "A String", # A free-form string representing the user's birthday. |
| 7051 | }, |
| 7052 | ], |
| 7053 | "relationshipStatuses": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship statuses. |
| 7054 | { # **DEPRECATED**: No data will be returned A person's relationship status. |
| 7055 | "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` |
| 7056 | "metadata": { # Metadata about a field. # Metadata about the relationship status. |
| 7057 | "source": { # The source of a field. # The source of the field. |
| 7058 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7059 | "type": "A String", # The source type. |
| 7060 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7061 | "userTypes": [ # Output only. The user types. |
| 7062 | "A String", |
| 7063 | ], |
| 7064 | "objectType": "A String", # Output only. The profile object type. |
| 7065 | }, |
| 7066 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7067 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7068 | }, |
| 7069 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 7070 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7071 | }, |
| 7072 | "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. |
| 7073 | }, |
| 7074 | ], |
| 7075 | "metadata": { # The metadata about a person. # Output only. Metadata about the person. |
| 7076 | "linkedPeopleResourceNames": [ # Output only. Resource names of people linked to this resource. |
| 7077 | "A String", |
| 7078 | ], |
| 7079 | "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. |
| 7080 | "A String", |
| 7081 | ], |
| 7082 | "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. |
| 7083 | "sources": [ # The sources of data for the person. |
| 7084 | { # The source of a field. |
| 7085 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7086 | "type": "A String", # The source type. |
| 7087 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7088 | "userTypes": [ # Output only. The user types. |
| 7089 | "A String", |
| 7090 | ], |
| 7091 | "objectType": "A String", # Output only. The profile object type. |
| 7092 | }, |
| 7093 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7094 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7095 | }, |
| 7096 | ], |
| 7097 | "objectType": "A String", # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object. |
| 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 | 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 |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 7102 | updatePersonFields: string, Required. A field mask to restrict which fields on the person are updated. Multiple fields can be specified by separating them with commas. All updated fields will be replaced. Valid values are: * addresses * biographies * birthdays * calendarUrls * clientData * emailAddresses * events * externalIds * genders * imClients * interests * locales * locations * memberships * miscKeywords * names * nicknames * occupations * organizations * phoneNumbers * relations * sipAddresses * urls * userDefined |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7103 | sources: string, Optional. A mask of what source types to return. Defaults to READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set. (repeated) |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 7104 | Allowed values |
| 7105 | READ_SOURCE_TYPE_UNSPECIFIED - Unspecified. |
| 7106 | READ_SOURCE_TYPE_PROFILE - Returns SourceType.ACCOUNT, SourceType.DOMAIN_PROFILE, and SourceType.PROFILE. |
| 7107 | READ_SOURCE_TYPE_CONTACT - Returns SourceType.CONTACT. |
| 7108 | READ_SOURCE_TYPE_DOMAIN_CONTACT - Returns SourceType.DOMAIN_CONTACT. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 7109 | x__xgafv: string, V1 error format. |
| 7110 | Allowed values |
| 7111 | 1 - v1 error format |
| 7112 | 2 - v2 error format |
| 7113 | |
| 7114 | Returns: |
| 7115 | An object of the form: |
| 7116 | |
| 7117 | { # Information about a person merged from various data sources such as the authenticated user's contacts and profile data. Most fields can have multiple items. The items in a field have no guaranteed order, but each non-empty field is guaranteed to have exactly one field with `metadata.primary` set to true. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 7118 | "sipAddresses": [ # The person's SIP addresses. |
| 7119 | { # A person's SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet. |
| 7120 | "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` |
| 7121 | "metadata": { # Metadata about a field. # Metadata about the SIP address. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7122 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7123 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 7124 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7125 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7126 | "userTypes": [ # Output only. The user types. |
| 7127 | "A String", |
| 7128 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7129 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7130 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7131 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7132 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7133 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7134 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7135 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 7136 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 7137 | "value": "A String", # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format. |
| 7138 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 7139 | }, |
| 7140 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7141 | "urls": [ # The person's associated URLs. |
| 7142 | { # A person's associated URLs. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7143 | "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` |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 7144 | "value": "A String", # The URL. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7145 | "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. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 7146 | "metadata": { # Metadata about a field. # Metadata about the URL. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 7147 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7148 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 7149 | "type": "A String", # The source type. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 7150 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7151 | "userTypes": [ # Output only. The user types. |
| 7152 | "A String", |
| 7153 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7154 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7155 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7156 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7157 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7158 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7159 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7160 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7161 | }, |
| 7162 | }, |
| 7163 | ], |
| 7164 | "skills": [ # The person's skills. |
| 7165 | { # A skill that the person has. |
| 7166 | "metadata": { # Metadata about a field. # Metadata about the skill. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7167 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7168 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 7169 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7170 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7171 | "userTypes": [ # Output only. The user types. |
| 7172 | "A String", |
| 7173 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 7174 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7175 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 7176 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7177 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7178 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 7179 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7180 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7181 | }, |
| 7182 | "value": "A String", # The skill; for example, `underwater basket weaving`. |
| 7183 | }, |
| 7184 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 7185 | "genders": [ # The person's genders. This field is a singleton for contact sources. |
| 7186 | { # A person's gender. |
| 7187 | "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. |
| 7188 | "metadata": { # Metadata about a field. # Metadata about the gender. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7189 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7190 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 7191 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7192 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7193 | "userTypes": [ # Output only. The user types. |
| 7194 | "A String", |
| 7195 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 7196 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7197 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 7198 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7199 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7200 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 7201 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7202 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7203 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 7204 | "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` |
| 7205 | "value": "A String", # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified` |
| 7206 | }, |
| 7207 | ], |
| 7208 | "nicknames": [ # The person's nicknames. |
| 7209 | { # A person's nickname. |
| 7210 | "value": "A String", # The nickname. |
| 7211 | "metadata": { # Metadata about a field. # Metadata about the nickname. |
| 7212 | "source": { # The source of a field. # The source of the field. |
| 7213 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7214 | "type": "A String", # The source type. |
| 7215 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7216 | "userTypes": [ # Output only. The user types. |
| 7217 | "A String", |
| 7218 | ], |
| 7219 | "objectType": "A String", # Output only. The profile object type. |
| 7220 | }, |
| 7221 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7222 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7223 | }, |
| 7224 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 7225 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7226 | }, |
| 7227 | "type": "A String", # The type of the nickname. |
| 7228 | }, |
| 7229 | ], |
| 7230 | "externalIds": [ # The person's external IDs. |
| 7231 | { # An identifier from an external entity related to the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7232 | "value": "A String", # The value of the external ID. |
| 7233 | "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. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 7234 | "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` |
| 7235 | "metadata": { # Metadata about a field. # Metadata about the external ID. |
| 7236 | "source": { # The source of a field. # The source of the field. |
| 7237 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7238 | "type": "A String", # The source type. |
| 7239 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7240 | "userTypes": [ # Output only. The user types. |
| 7241 | "A String", |
| 7242 | ], |
| 7243 | "objectType": "A String", # Output only. The profile object type. |
| 7244 | }, |
| 7245 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7246 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7247 | }, |
| 7248 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 7249 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7250 | }, |
| 7251 | }, |
| 7252 | ], |
| 7253 | "relationshipInterests": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship interests. |
| 7254 | { # **DEPRECATED**: No data will be returned A person's relationship interest . |
| 7255 | "metadata": { # Metadata about a field. # Metadata about the relationship interest. |
| 7256 | "source": { # The source of a field. # The source of the field. |
| 7257 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7258 | "type": "A String", # The source type. |
| 7259 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7260 | "userTypes": [ # Output only. The user types. |
| 7261 | "A String", |
| 7262 | ], |
| 7263 | "objectType": "A String", # Output only. The profile object type. |
| 7264 | }, |
| 7265 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7266 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7267 | }, |
| 7268 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 7269 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7270 | }, |
| 7271 | "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` |
| 7272 | "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. |
| 7273 | }, |
| 7274 | ], |
| 7275 | "phoneNumbers": [ # The person's phone numbers. |
| 7276 | { # A person's phone number. |
| 7277 | "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. |
| 7278 | "value": "A String", # The phone number. |
| 7279 | "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` |
| 7280 | "metadata": { # Metadata about a field. # Metadata about the phone number. |
| 7281 | "source": { # The source of a field. # The source of the field. |
| 7282 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7283 | "type": "A String", # The source type. |
| 7284 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7285 | "userTypes": [ # Output only. The user types. |
| 7286 | "A String", |
| 7287 | ], |
| 7288 | "objectType": "A String", # Output only. The profile object type. |
| 7289 | }, |
| 7290 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7291 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7292 | }, |
| 7293 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 7294 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7295 | }, |
| 7296 | "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. |
| 7297 | }, |
| 7298 | ], |
| 7299 | "userDefined": [ # The person's user defined data. |
| 7300 | { # Arbitrary user data that is populated by the end users. |
| 7301 | "metadata": { # Metadata about a field. # Metadata about the user defined data. |
| 7302 | "source": { # The source of a field. # The source of the field. |
| 7303 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7304 | "type": "A String", # The source type. |
| 7305 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7306 | "userTypes": [ # Output only. The user types. |
| 7307 | "A String", |
| 7308 | ], |
| 7309 | "objectType": "A String", # Output only. The profile object type. |
| 7310 | }, |
| 7311 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7312 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7313 | }, |
| 7314 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 7315 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7316 | }, |
| 7317 | "value": "A String", # The end user specified value of the user defined data. |
| 7318 | "key": "A String", # The end user specified key of the user defined data. |
| 7319 | }, |
| 7320 | ], |
| 7321 | "braggingRights": [ # **DEPRECATED**: No data will be returned The person's bragging rights. |
| 7322 | { # **DEPRECATED**: No data will be returned A person's bragging rights. |
| 7323 | "metadata": { # Metadata about a field. # Metadata about the bragging rights. |
| 7324 | "source": { # The source of a field. # The source of the field. |
| 7325 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7326 | "type": "A String", # The source type. |
| 7327 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7328 | "userTypes": [ # Output only. The user types. |
| 7329 | "A String", |
| 7330 | ], |
| 7331 | "objectType": "A String", # Output only. The profile object type. |
| 7332 | }, |
| 7333 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7334 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7335 | }, |
| 7336 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 7337 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7338 | }, |
| 7339 | "value": "A String", # The bragging rights; for example, `climbed mount everest`. |
| 7340 | }, |
| 7341 | ], |
| 7342 | "etag": "A String", # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation. |
| 7343 | "imClients": [ # The person's instant messaging clients. |
| 7344 | { # A person's instant messaging client. |
| 7345 | "metadata": { # Metadata about a field. # Metadata about the IM client. |
| 7346 | "source": { # The source of a field. # The source of the field. |
| 7347 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7348 | "type": "A String", # The source type. |
| 7349 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7350 | "userTypes": [ # Output only. The user types. |
| 7351 | "A String", |
| 7352 | ], |
| 7353 | "objectType": "A String", # Output only. The profile object type. |
| 7354 | }, |
| 7355 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7356 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7357 | }, |
| 7358 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 7359 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7360 | }, |
| 7361 | "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` |
| 7362 | "type": "A String", # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 7363 | "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. |
| 7364 | "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. |
| 7365 | "username": "A String", # The user name used in the IM client. |
| 7366 | }, |
| 7367 | ], |
| 7368 | "locales": [ # The person's locale preferences. |
| 7369 | { # A person's locale preference. |
| 7370 | "value": "A String", # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale. |
| 7371 | "metadata": { # Metadata about a field. # Metadata about the locale. |
| 7372 | "source": { # The source of a field. # The source of the field. |
| 7373 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7374 | "type": "A String", # The source type. |
| 7375 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7376 | "userTypes": [ # Output only. The user types. |
| 7377 | "A String", |
| 7378 | ], |
| 7379 | "objectType": "A String", # Output only. The profile object type. |
| 7380 | }, |
| 7381 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7382 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7383 | }, |
| 7384 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 7385 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7386 | }, |
| 7387 | }, |
| 7388 | ], |
| 7389 | "relations": [ # The person's relations. |
| 7390 | { # A person's relation to another person. |
| 7391 | "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. |
| 7392 | "person": "A String", # The name of the other person this relation refers to. |
| 7393 | "metadata": { # Metadata about a field. # Metadata about the relation. |
| 7394 | "source": { # The source of a field. # The source of the field. |
| 7395 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7396 | "type": "A String", # The source type. |
| 7397 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7398 | "userTypes": [ # Output only. The user types. |
| 7399 | "A String", |
| 7400 | ], |
| 7401 | "objectType": "A String", # Output only. The profile object type. |
| 7402 | }, |
| 7403 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7404 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7405 | }, |
| 7406 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 7407 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7408 | }, |
| 7409 | "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` |
| 7410 | }, |
| 7411 | ], |
| 7412 | "residences": [ # **DEPRECATED**: (Please use `person.locations` instead) The person's residences. |
| 7413 | { # **DEPRECATED**: Please use `person.locations` instead. A person's past or current residence. |
| 7414 | "value": "A String", # The address of the residence. |
| 7415 | "metadata": { # Metadata about a field. # Metadata about the residence. |
| 7416 | "source": { # The source of a field. # The source of the field. |
| 7417 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7418 | "type": "A String", # The source type. |
| 7419 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7420 | "userTypes": [ # Output only. The user types. |
| 7421 | "A String", |
| 7422 | ], |
| 7423 | "objectType": "A String", # Output only. The profile object type. |
| 7424 | }, |
| 7425 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7426 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7427 | }, |
| 7428 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 7429 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7430 | }, |
| 7431 | "current": True or False, # True if the residence is the person's current residence; false if the residence is a past residence. |
| 7432 | }, |
| 7433 | ], |
| 7434 | "fileAses": [ # The person's file-ases. |
| 7435 | { # The name that should be used to sort the person in a list. |
| 7436 | "value": "A String", # The file-as value |
| 7437 | "metadata": { # Metadata about a field. # Metadata about the file-as. |
| 7438 | "source": { # The source of a field. # The source of the field. |
| 7439 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7440 | "type": "A String", # The source type. |
| 7441 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7442 | "userTypes": [ # Output only. The user types. |
| 7443 | "A String", |
| 7444 | ], |
| 7445 | "objectType": "A String", # Output only. The profile object type. |
| 7446 | }, |
| 7447 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7448 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7449 | }, |
| 7450 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 7451 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7452 | }, |
| 7453 | }, |
| 7454 | ], |
| 7455 | "ageRanges": [ # Output only. The person's age ranges. |
| 7456 | { # A person's age range. |
| 7457 | "metadata": { # Metadata about a field. # Metadata about the age range. |
| 7458 | "source": { # The source of a field. # The source of the field. |
| 7459 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7460 | "type": "A String", # The source type. |
| 7461 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7462 | "userTypes": [ # Output only. The user types. |
| 7463 | "A String", |
| 7464 | ], |
| 7465 | "objectType": "A String", # Output only. The profile object type. |
| 7466 | }, |
| 7467 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7468 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7469 | }, |
| 7470 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 7471 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7472 | }, |
| 7473 | "ageRange": "A String", # The age range. |
| 7474 | }, |
| 7475 | ], |
| 7476 | "coverPhotos": [ # Output only. The person's cover photos. |
| 7477 | { # 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. |
| 7478 | "url": "A String", # The URL of the cover photo. |
| 7479 | "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. |
| 7480 | "metadata": { # Metadata about a field. # Metadata about the cover photo. |
| 7481 | "source": { # The source of a field. # The source of the field. |
| 7482 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7483 | "type": "A String", # The source type. |
| 7484 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7485 | "userTypes": [ # Output only. The user types. |
| 7486 | "A String", |
| 7487 | ], |
| 7488 | "objectType": "A String", # Output only. The profile object type. |
| 7489 | }, |
| 7490 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7491 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7492 | }, |
| 7493 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 7494 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7495 | }, |
| 7496 | }, |
| 7497 | ], |
| 7498 | "ageRange": "A String", # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person's age range. |
| 7499 | "locations": [ # The person's locations. |
| 7500 | { # A person's location. |
| 7501 | "deskCode": "A String", # The individual desk location. |
| 7502 | "value": "A String", # The free-form value of the location. |
| 7503 | "type": "A String", # The type of the location. The type can be custom or one of these predefined values: * `desk` * `grewUp` |
| 7504 | "buildingId": "A String", # The building identifier. |
| 7505 | "floorSection": "A String", # The floor section in `floor_name`. |
| 7506 | "floor": "A String", # The floor name or number. |
| 7507 | "current": True or False, # Whether the location is the current location. |
| 7508 | "metadata": { # Metadata about a field. # Metadata about the location. |
| 7509 | "source": { # The source of a field. # The source of the field. |
| 7510 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7511 | "type": "A String", # The source type. |
| 7512 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7513 | "userTypes": [ # Output only. The user types. |
| 7514 | "A String", |
| 7515 | ], |
| 7516 | "objectType": "A String", # Output only. The profile object type. |
| 7517 | }, |
| 7518 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7519 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7520 | }, |
| 7521 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 7522 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7523 | }, |
| 7524 | }, |
| 7525 | ], |
| 7526 | "occupations": [ # The person's occupations. |
| 7527 | { # A person's occupation. |
| 7528 | "metadata": { # Metadata about a field. # Metadata about the occupation. |
| 7529 | "source": { # The source of a field. # The source of the field. |
| 7530 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7531 | "type": "A String", # The source type. |
| 7532 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7533 | "userTypes": [ # Output only. The user types. |
| 7534 | "A String", |
| 7535 | ], |
| 7536 | "objectType": "A String", # Output only. The profile object type. |
| 7537 | }, |
| 7538 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7539 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7540 | }, |
| 7541 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 7542 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7543 | }, |
| 7544 | "value": "A String", # The occupation; for example, `carpenter`. |
| 7545 | }, |
| 7546 | ], |
| 7547 | "names": [ # The person's names. This field is a singleton for contact sources. |
| 7548 | { # A person's name. If the name is a mononym, the family name is empty. |
| 7549 | "givenName": "A String", # The given name. |
| 7550 | "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. |
| 7551 | "metadata": { # Metadata about a field. # Metadata about the name. |
| 7552 | "source": { # The source of a field. # The source of the field. |
| 7553 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7554 | "type": "A String", # The source type. |
| 7555 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7556 | "userTypes": [ # Output only. The user types. |
| 7557 | "A String", |
| 7558 | ], |
| 7559 | "objectType": "A String", # Output only. The profile object type. |
| 7560 | }, |
| 7561 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7562 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7563 | }, |
| 7564 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 7565 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7566 | }, |
| 7567 | "middleName": "A String", # The middle name(s). |
| 7568 | "phoneticHonorificPrefix": "A String", # The honorific prefixes spelled as they sound. |
| 7569 | "honorificSuffix": "A String", # The honorific suffixes, such as `Jr.` |
| 7570 | "phoneticMiddleName": "A String", # The middle name(s) spelled as they sound. |
| 7571 | "familyName": "A String", # The family name. |
| 7572 | "phoneticFullName": "A String", # The full name spelled as it sounds. |
| 7573 | "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. |
| 7574 | "phoneticGivenName": "A String", # The given name spelled as it sounds. |
| 7575 | "phoneticFamilyName": "A String", # The family name spelled as it sounds. |
| 7576 | "phoneticHonorificSuffix": "A String", # The honorific suffixes spelled as they sound. |
| 7577 | "unstructuredName": "A String", # The free form name value. |
| 7578 | "honorificPrefix": "A String", # The honorific prefixes, such as `Mrs.` or `Dr.` |
| 7579 | }, |
| 7580 | ], |
| 7581 | "emailAddresses": [ # The person's email addresses. |
| 7582 | { # A person's email address. |
| 7583 | "displayName": "A String", # The display name of the email. |
| 7584 | "type": "A String", # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 7585 | "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. |
| 7586 | "metadata": { # Metadata about a field. # Metadata about the email address. |
| 7587 | "source": { # The source of a field. # The source of the field. |
| 7588 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7589 | "type": "A String", # The source type. |
| 7590 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7591 | "userTypes": [ # Output only. The user types. |
| 7592 | "A String", |
| 7593 | ], |
| 7594 | "objectType": "A String", # Output only. The profile object type. |
| 7595 | }, |
| 7596 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7597 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7598 | }, |
| 7599 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 7600 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7601 | }, |
| 7602 | "value": "A String", # The email address. |
| 7603 | }, |
| 7604 | ], |
| 7605 | "organizations": [ # The person's past or current organizations. |
| 7606 | { # A person's past or current organization. Overlapping date ranges are permitted. |
| 7607 | "name": "A String", # The name of the organization. |
| 7608 | "domain": "A String", # The domain name associated with the organization; for example, `google.com`. |
| 7609 | "current": True or False, # True if the organization is the person's current organization; false if the organization is a past organization. |
| 7610 | "jobDescription": "A String", # The person's job description at the organization. |
| 7611 | "title": "A String", # The person's job title at the organization. |
| 7612 | "type": "A String", # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school` |
| 7613 | "metadata": { # Metadata about a field. # Metadata about the organization. |
| 7614 | "source": { # The source of a field. # The source of the field. |
| 7615 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7616 | "type": "A String", # The source type. |
| 7617 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7618 | "userTypes": [ # Output only. The user types. |
| 7619 | "A String", |
| 7620 | ], |
| 7621 | "objectType": "A String", # Output only. The profile object type. |
| 7622 | }, |
| 7623 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7624 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7625 | }, |
| 7626 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 7627 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7628 | }, |
| 7629 | "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. |
| 7630 | "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. |
| 7631 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 7632 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 7633 | }, |
| 7634 | "department": "A String", # The person's department at the organization. |
| 7635 | "symbol": "A String", # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym. |
| 7636 | "location": "A String", # The location of the organization office the person works at. |
| 7637 | "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. |
| 7638 | "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. |
| 7639 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 7640 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 7641 | }, |
| 7642 | "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. |
| 7643 | "phoneticName": "A String", # The phonetic name of the organization. |
| 7644 | }, |
| 7645 | ], |
| 7646 | "calendarUrls": [ # The person's calendar URLs. |
| 7647 | { # A person's calendar URL. |
| 7648 | "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. |
| 7649 | "url": "A String", # The calendar URL. |
| 7650 | "metadata": { # Metadata about a field. # Metadata about the calendar URL. |
| 7651 | "source": { # The source of a field. # The source of the field. |
| 7652 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7653 | "type": "A String", # The source type. |
| 7654 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7655 | "userTypes": [ # Output only. The user types. |
| 7656 | "A String", |
| 7657 | ], |
| 7658 | "objectType": "A String", # Output only. The profile object type. |
| 7659 | }, |
| 7660 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7661 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7662 | }, |
| 7663 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 7664 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7665 | }, |
| 7666 | "type": "A String", # The type of the calendar URL. The type can be custom or one of these predefined values: * `home` * `freeBusy` * `work` |
| 7667 | }, |
| 7668 | ], |
| 7669 | "taglines": [ # Output only. **DEPRECATED**: No data will be returned The person's taglines. |
| 7670 | { # **DEPRECATED**: No data will be returned A brief one-line description of the person. |
| 7671 | "value": "A String", # The tagline. |
| 7672 | "metadata": { # Metadata about a field. # Metadata about the tagline. |
| 7673 | "source": { # The source of a field. # The source of the field. |
| 7674 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7675 | "type": "A String", # The source type. |
| 7676 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7677 | "userTypes": [ # Output only. The user types. |
| 7678 | "A String", |
| 7679 | ], |
| 7680 | "objectType": "A String", # Output only. The profile object type. |
| 7681 | }, |
| 7682 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7683 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7684 | }, |
| 7685 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 7686 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7687 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7688 | }, |
| 7689 | ], |
| 7690 | "biographies": [ # The person's biographies. This field is a singleton for contact sources. |
| 7691 | { # A person's short biography. |
| 7692 | "contentType": "A String", # The content type of the biography. |
| 7693 | "value": "A String", # The short biography. |
| 7694 | "metadata": { # Metadata about a field. # Metadata about the biography. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7695 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7696 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 7697 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7698 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7699 | "userTypes": [ # Output only. The user types. |
| 7700 | "A String", |
| 7701 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 7702 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7703 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 7704 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7705 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7706 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 7707 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7708 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7709 | }, |
| 7710 | }, |
| 7711 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 7712 | "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}`. |
| 7713 | "miscKeywords": [ # The person's miscellaneous keywords. |
| 7714 | { # A person's miscellaneous keyword. |
| 7715 | "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. |
| 7716 | "type": "A String", # The miscellaneous keyword type. |
| 7717 | "metadata": { # Metadata about a field. # Metadata about the miscellaneous keyword. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7718 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7719 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 7720 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7721 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7722 | "userTypes": [ # Output only. The user types. |
| 7723 | "A String", |
| 7724 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 7725 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7726 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 7727 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7728 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7729 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 7730 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7731 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7732 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 7733 | "value": "A String", # The value of the miscellaneous keyword. |
| 7734 | }, |
| 7735 | ], |
| 7736 | "events": [ # The person's events. |
| 7737 | { # An event related to the person. |
| 7738 | "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. |
| 7739 | "metadata": { # Metadata about a field. # Metadata about the event. |
| 7740 | "source": { # The source of a field. # The source of the field. |
| 7741 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7742 | "type": "A String", # The source type. |
| 7743 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7744 | "userTypes": [ # Output only. The user types. |
| 7745 | "A String", |
| 7746 | ], |
| 7747 | "objectType": "A String", # Output only. The profile object type. |
| 7748 | }, |
| 7749 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7750 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7751 | }, |
| 7752 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 7753 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7754 | }, |
| 7755 | "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. |
| 7756 | "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. |
| 7757 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 7758 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 7759 | }, |
| 7760 | "type": "A String", # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other` |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7761 | }, |
| 7762 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7763 | "memberships": [ # The person's group memberships. |
| 7764 | { # A person's membership in a group. Only contact group memberships can be modified. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 7765 | "domainMembership": { # A G Suite Domain membership. # Output only. The domain membership. |
| 7766 | "inViewerDomain": True or False, # True if the person is in the viewer's G Suite domain. |
| 7767 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7768 | "metadata": { # Metadata about a field. # Metadata about the membership. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7769 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7770 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 7771 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7772 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7773 | "userTypes": [ # Output only. The user types. |
| 7774 | "A String", |
| 7775 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 7776 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7777 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 7778 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7779 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7780 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 7781 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7782 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7783 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7784 | "contactGroupMembership": { # A Google contact group membership. # The contact group membership. |
| 7785 | "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. |
| 7786 | "contactGroupId": "A String", # Output only. The contact group ID for the contact group membership. |
| 7787 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 7788 | }, |
| 7789 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 7790 | "addresses": [ # The person's street addresses. |
| 7791 | { # A person's physical address. May be a P.O. box or street address. All fields are optional. |
| 7792 | "type": "A String", # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 7793 | "countryCode": "A String", # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address. |
| 7794 | "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. |
| 7795 | "city": "A String", # The city of the address. |
| 7796 | "country": "A String", # The country of the address. |
| 7797 | "metadata": { # Metadata about a field. # Metadata about the address. |
| 7798 | "source": { # The source of a field. # The source of the field. |
| 7799 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7800 | "type": "A String", # The source type. |
| 7801 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7802 | "userTypes": [ # Output only. The user types. |
| 7803 | "A String", |
| 7804 | ], |
| 7805 | "objectType": "A String", # Output only. The profile object type. |
| 7806 | }, |
| 7807 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7808 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7809 | }, |
| 7810 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 7811 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7812 | }, |
| 7813 | "postalCode": "A String", # The postal code of the address. |
| 7814 | "extendedAddress": "A String", # The extended address of the address; for example, the apartment number. |
| 7815 | "poBox": "A String", # The P.O. box of the address. |
| 7816 | "streetAddress": "A String", # The street address. |
| 7817 | "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. |
| 7818 | "region": "A String", # The region of the address; for example, the state or province. |
| 7819 | }, |
| 7820 | ], |
| 7821 | "photos": [ # Output only. The person's photos. |
| 7822 | { # A person's photo. A picture shown next to the person's name to help others recognize the person. |
| 7823 | "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 |
| 7824 | "default": True or False, # True if the photo is a default photo; false if the photo is a user-provided photo. |
| 7825 | "metadata": { # Metadata about a field. # Metadata about the photo. |
| 7826 | "source": { # The source of a field. # The source of the field. |
| 7827 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7828 | "type": "A String", # The source type. |
| 7829 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7830 | "userTypes": [ # Output only. The user types. |
| 7831 | "A String", |
| 7832 | ], |
| 7833 | "objectType": "A String", # Output only. The profile object type. |
| 7834 | }, |
| 7835 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7836 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7837 | }, |
| 7838 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 7839 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7840 | }, |
| 7841 | }, |
| 7842 | ], |
| 7843 | "clientData": [ # The person's client data. |
| 7844 | { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. |
| 7845 | "metadata": { # Metadata about a field. # Metadata about the client data. |
| 7846 | "source": { # The source of a field. # The source of the field. |
| 7847 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7848 | "type": "A String", # The source type. |
| 7849 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7850 | "userTypes": [ # Output only. The user types. |
| 7851 | "A String", |
| 7852 | ], |
| 7853 | "objectType": "A String", # Output only. The profile object type. |
| 7854 | }, |
| 7855 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7856 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7857 | }, |
| 7858 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 7859 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7860 | }, |
| 7861 | "key": "A String", # The client specified key of the client data. |
| 7862 | "value": "A String", # The client specified value of the client data. |
| 7863 | }, |
| 7864 | ], |
| 7865 | "interests": [ # The person's interests. |
| 7866 | { # One of the person's interests. |
| 7867 | "metadata": { # Metadata about a field. # Metadata about the interest. |
| 7868 | "source": { # The source of a field. # The source of the field. |
| 7869 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7870 | "type": "A String", # The source type. |
| 7871 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7872 | "userTypes": [ # Output only. The user types. |
| 7873 | "A String", |
| 7874 | ], |
| 7875 | "objectType": "A String", # Output only. The profile object type. |
| 7876 | }, |
| 7877 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7878 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7879 | }, |
| 7880 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 7881 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7882 | }, |
| 7883 | "value": "A String", # The interest; for example, `stargazing`. |
| 7884 | }, |
| 7885 | ], |
| 7886 | "birthdays": [ # The person's birthdays. This field is a singleton for contact sources. |
| 7887 | { # 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. |
| 7888 | "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. |
| 7889 | "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. |
| 7890 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 7891 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 7892 | }, |
| 7893 | "metadata": { # Metadata about a field. # Metadata about the birthday. |
| 7894 | "source": { # The source of a field. # The source of the field. |
| 7895 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7896 | "type": "A String", # The source type. |
| 7897 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7898 | "userTypes": [ # Output only. The user types. |
| 7899 | "A String", |
| 7900 | ], |
| 7901 | "objectType": "A String", # Output only. The profile object type. |
| 7902 | }, |
| 7903 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7904 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7905 | }, |
| 7906 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 7907 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7908 | }, |
| 7909 | "text": "A String", # A free-form string representing the user's birthday. |
| 7910 | }, |
| 7911 | ], |
| 7912 | "relationshipStatuses": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship statuses. |
| 7913 | { # **DEPRECATED**: No data will be returned A person's relationship status. |
| 7914 | "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` |
| 7915 | "metadata": { # Metadata about a field. # Metadata about the relationship status. |
| 7916 | "source": { # The source of a field. # The source of the field. |
| 7917 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7918 | "type": "A String", # The source type. |
| 7919 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7920 | "userTypes": [ # Output only. The user types. |
| 7921 | "A String", |
| 7922 | ], |
| 7923 | "objectType": "A String", # Output only. The profile object type. |
| 7924 | }, |
| 7925 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7926 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7927 | }, |
| 7928 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 7929 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 7930 | }, |
| 7931 | "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. |
| 7932 | }, |
| 7933 | ], |
| 7934 | "metadata": { # The metadata about a person. # Output only. Metadata about the person. |
| 7935 | "linkedPeopleResourceNames": [ # Output only. Resource names of people linked to this resource. |
| 7936 | "A String", |
| 7937 | ], |
| 7938 | "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. |
| 7939 | "A String", |
| 7940 | ], |
| 7941 | "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. |
| 7942 | "sources": [ # The sources of data for the person. |
| 7943 | { # The source of a field. |
| 7944 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 7945 | "type": "A String", # The source type. |
| 7946 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 7947 | "userTypes": [ # Output only. The user types. |
| 7948 | "A String", |
| 7949 | ], |
| 7950 | "objectType": "A String", # Output only. The profile object type. |
| 7951 | }, |
| 7952 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 7953 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 7954 | }, |
| 7955 | ], |
| 7956 | "objectType": "A String", # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object. |
| 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 | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 7971 | "photoBytes": "A String", # Required. Raw photo bytes |
| 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 | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 7988 | "sipAddresses": [ # The person's SIP addresses. |
| 7989 | { # A person's SIP address. Session Initial Protocol addresses are used for VoIP communications to make voice or video calls over the internet. |
| 7990 | "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` |
| 7991 | "metadata": { # Metadata about a field. # Metadata about the SIP address. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7992 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7993 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 7994 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7995 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7996 | "userTypes": [ # Output only. The user types. |
| 7997 | "A String", |
| 7998 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 7999 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8000 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8001 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8002 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8003 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8004 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8005 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 8006 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 8007 | "value": "A String", # The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP URI format. |
| 8008 | "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. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 8009 | }, |
| 8010 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8011 | "urls": [ # The person's associated URLs. |
| 8012 | { # A person's associated URLs. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8013 | "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` |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 8014 | "value": "A String", # The URL. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8015 | "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. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 8016 | "metadata": { # Metadata about a field. # Metadata about the URL. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 8017 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8018 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 8019 | "type": "A String", # The source type. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 8020 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8021 | "userTypes": [ # Output only. The user types. |
| 8022 | "A String", |
| 8023 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8024 | "objectType": "A String", # Output only. The profile object type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8025 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8026 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8027 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8028 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8029 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8030 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8031 | }, |
| 8032 | }, |
| 8033 | ], |
| 8034 | "skills": [ # The person's skills. |
| 8035 | { # A skill that the person has. |
| 8036 | "metadata": { # Metadata about a field. # Metadata about the skill. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8037 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8038 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 8039 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8040 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8041 | "userTypes": [ # Output only. The user types. |
| 8042 | "A String", |
| 8043 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 8044 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8045 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 8046 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8047 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8048 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 8049 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8050 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8051 | }, |
| 8052 | "value": "A String", # The skill; for example, `underwater basket weaving`. |
| 8053 | }, |
| 8054 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 8055 | "genders": [ # The person's genders. This field is a singleton for contact sources. |
| 8056 | { # A person's gender. |
| 8057 | "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. |
| 8058 | "metadata": { # Metadata about a field. # Metadata about the gender. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8059 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8060 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 8061 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8062 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8063 | "userTypes": [ # Output only. The user types. |
| 8064 | "A String", |
| 8065 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 8066 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8067 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 8068 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8069 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8070 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 8071 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8072 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8073 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 8074 | "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` |
| 8075 | "value": "A String", # The gender for the person. The gender can be custom or one of these predefined values: * `male` * `female` * `unspecified` |
| 8076 | }, |
| 8077 | ], |
| 8078 | "nicknames": [ # The person's nicknames. |
| 8079 | { # A person's nickname. |
| 8080 | "value": "A String", # The nickname. |
| 8081 | "metadata": { # Metadata about a field. # Metadata about the nickname. |
| 8082 | "source": { # The source of a field. # The source of the field. |
| 8083 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8084 | "type": "A String", # The source type. |
| 8085 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8086 | "userTypes": [ # Output only. The user types. |
| 8087 | "A String", |
| 8088 | ], |
| 8089 | "objectType": "A String", # Output only. The profile object type. |
| 8090 | }, |
| 8091 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8092 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8093 | }, |
| 8094 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 8095 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8096 | }, |
| 8097 | "type": "A String", # The type of the nickname. |
| 8098 | }, |
| 8099 | ], |
| 8100 | "externalIds": [ # The person's external IDs. |
| 8101 | { # An identifier from an external entity related to the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8102 | "value": "A String", # The value of the external ID. |
| 8103 | "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. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 8104 | "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` |
| 8105 | "metadata": { # Metadata about a field. # Metadata about the external ID. |
| 8106 | "source": { # The source of a field. # The source of the field. |
| 8107 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8108 | "type": "A String", # The source type. |
| 8109 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8110 | "userTypes": [ # Output only. The user types. |
| 8111 | "A String", |
| 8112 | ], |
| 8113 | "objectType": "A String", # Output only. The profile object type. |
| 8114 | }, |
| 8115 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8116 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8117 | }, |
| 8118 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 8119 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8120 | }, |
| 8121 | }, |
| 8122 | ], |
| 8123 | "relationshipInterests": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship interests. |
| 8124 | { # **DEPRECATED**: No data will be returned A person's relationship interest . |
| 8125 | "metadata": { # Metadata about a field. # Metadata about the relationship interest. |
| 8126 | "source": { # The source of a field. # The source of the field. |
| 8127 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8128 | "type": "A String", # The source type. |
| 8129 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8130 | "userTypes": [ # Output only. The user types. |
| 8131 | "A String", |
| 8132 | ], |
| 8133 | "objectType": "A String", # Output only. The profile object type. |
| 8134 | }, |
| 8135 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8136 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8137 | }, |
| 8138 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 8139 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8140 | }, |
| 8141 | "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` |
| 8142 | "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. |
| 8143 | }, |
| 8144 | ], |
| 8145 | "phoneNumbers": [ # The person's phone numbers. |
| 8146 | { # A person's phone number. |
| 8147 | "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. |
| 8148 | "value": "A String", # The phone number. |
| 8149 | "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` |
| 8150 | "metadata": { # Metadata about a field. # Metadata about the phone number. |
| 8151 | "source": { # The source of a field. # The source of the field. |
| 8152 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8153 | "type": "A String", # The source type. |
| 8154 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8155 | "userTypes": [ # Output only. The user types. |
| 8156 | "A String", |
| 8157 | ], |
| 8158 | "objectType": "A String", # Output only. The profile object type. |
| 8159 | }, |
| 8160 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8161 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8162 | }, |
| 8163 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 8164 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8165 | }, |
| 8166 | "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. |
| 8167 | }, |
| 8168 | ], |
| 8169 | "userDefined": [ # The person's user defined data. |
| 8170 | { # Arbitrary user data that is populated by the end users. |
| 8171 | "metadata": { # Metadata about a field. # Metadata about the user defined data. |
| 8172 | "source": { # The source of a field. # The source of the field. |
| 8173 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8174 | "type": "A String", # The source type. |
| 8175 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8176 | "userTypes": [ # Output only. The user types. |
| 8177 | "A String", |
| 8178 | ], |
| 8179 | "objectType": "A String", # Output only. The profile object type. |
| 8180 | }, |
| 8181 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8182 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8183 | }, |
| 8184 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 8185 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8186 | }, |
| 8187 | "value": "A String", # The end user specified value of the user defined data. |
| 8188 | "key": "A String", # The end user specified key of the user defined data. |
| 8189 | }, |
| 8190 | ], |
| 8191 | "braggingRights": [ # **DEPRECATED**: No data will be returned The person's bragging rights. |
| 8192 | { # **DEPRECATED**: No data will be returned A person's bragging rights. |
| 8193 | "metadata": { # Metadata about a field. # Metadata about the bragging rights. |
| 8194 | "source": { # The source of a field. # The source of the field. |
| 8195 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8196 | "type": "A String", # The source type. |
| 8197 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8198 | "userTypes": [ # Output only. The user types. |
| 8199 | "A String", |
| 8200 | ], |
| 8201 | "objectType": "A String", # Output only. The profile object type. |
| 8202 | }, |
| 8203 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8204 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8205 | }, |
| 8206 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 8207 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8208 | }, |
| 8209 | "value": "A String", # The bragging rights; for example, `climbed mount everest`. |
| 8210 | }, |
| 8211 | ], |
| 8212 | "etag": "A String", # The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation. |
| 8213 | "imClients": [ # The person's instant messaging clients. |
| 8214 | { # A person's instant messaging client. |
| 8215 | "metadata": { # Metadata about a field. # Metadata about the IM client. |
| 8216 | "source": { # The source of a field. # The source of the field. |
| 8217 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8218 | "type": "A String", # The source type. |
| 8219 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8220 | "userTypes": [ # Output only. The user types. |
| 8221 | "A String", |
| 8222 | ], |
| 8223 | "objectType": "A String", # Output only. The profile object type. |
| 8224 | }, |
| 8225 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8226 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8227 | }, |
| 8228 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 8229 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8230 | }, |
| 8231 | "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` |
| 8232 | "type": "A String", # The type of the IM client. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 8233 | "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. |
| 8234 | "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. |
| 8235 | "username": "A String", # The user name used in the IM client. |
| 8236 | }, |
| 8237 | ], |
| 8238 | "locales": [ # The person's locale preferences. |
| 8239 | { # A person's locale preference. |
| 8240 | "value": "A String", # The well-formed [IETF BCP 47](https://tools.ietf.org/html/bcp47) language tag representing the locale. |
| 8241 | "metadata": { # Metadata about a field. # Metadata about the locale. |
| 8242 | "source": { # The source of a field. # The source of the field. |
| 8243 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8244 | "type": "A String", # The source type. |
| 8245 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8246 | "userTypes": [ # Output only. The user types. |
| 8247 | "A String", |
| 8248 | ], |
| 8249 | "objectType": "A String", # Output only. The profile object type. |
| 8250 | }, |
| 8251 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8252 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8253 | }, |
| 8254 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 8255 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8256 | }, |
| 8257 | }, |
| 8258 | ], |
| 8259 | "relations": [ # The person's relations. |
| 8260 | { # A person's relation to another person. |
| 8261 | "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. |
| 8262 | "person": "A String", # The name of the other person this relation refers to. |
| 8263 | "metadata": { # Metadata about a field. # Metadata about the relation. |
| 8264 | "source": { # The source of a field. # The source of the field. |
| 8265 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8266 | "type": "A String", # The source type. |
| 8267 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8268 | "userTypes": [ # Output only. The user types. |
| 8269 | "A String", |
| 8270 | ], |
| 8271 | "objectType": "A String", # Output only. The profile object type. |
| 8272 | }, |
| 8273 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8274 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8275 | }, |
| 8276 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 8277 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8278 | }, |
| 8279 | "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` |
| 8280 | }, |
| 8281 | ], |
| 8282 | "residences": [ # **DEPRECATED**: (Please use `person.locations` instead) The person's residences. |
| 8283 | { # **DEPRECATED**: Please use `person.locations` instead. A person's past or current residence. |
| 8284 | "value": "A String", # The address of the residence. |
| 8285 | "metadata": { # Metadata about a field. # Metadata about the residence. |
| 8286 | "source": { # The source of a field. # The source of the field. |
| 8287 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8288 | "type": "A String", # The source type. |
| 8289 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8290 | "userTypes": [ # Output only. The user types. |
| 8291 | "A String", |
| 8292 | ], |
| 8293 | "objectType": "A String", # Output only. The profile object type. |
| 8294 | }, |
| 8295 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8296 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8297 | }, |
| 8298 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 8299 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8300 | }, |
| 8301 | "current": True or False, # True if the residence is the person's current residence; false if the residence is a past residence. |
| 8302 | }, |
| 8303 | ], |
| 8304 | "fileAses": [ # The person's file-ases. |
| 8305 | { # The name that should be used to sort the person in a list. |
| 8306 | "value": "A String", # The file-as value |
| 8307 | "metadata": { # Metadata about a field. # Metadata about the file-as. |
| 8308 | "source": { # The source of a field. # The source of the field. |
| 8309 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8310 | "type": "A String", # The source type. |
| 8311 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8312 | "userTypes": [ # Output only. The user types. |
| 8313 | "A String", |
| 8314 | ], |
| 8315 | "objectType": "A String", # Output only. The profile object type. |
| 8316 | }, |
| 8317 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8318 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8319 | }, |
| 8320 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 8321 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8322 | }, |
| 8323 | }, |
| 8324 | ], |
| 8325 | "ageRanges": [ # Output only. The person's age ranges. |
| 8326 | { # A person's age range. |
| 8327 | "metadata": { # Metadata about a field. # Metadata about the age range. |
| 8328 | "source": { # The source of a field. # The source of the field. |
| 8329 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8330 | "type": "A String", # The source type. |
| 8331 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8332 | "userTypes": [ # Output only. The user types. |
| 8333 | "A String", |
| 8334 | ], |
| 8335 | "objectType": "A String", # Output only. The profile object type. |
| 8336 | }, |
| 8337 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8338 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8339 | }, |
| 8340 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 8341 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8342 | }, |
| 8343 | "ageRange": "A String", # The age range. |
| 8344 | }, |
| 8345 | ], |
| 8346 | "coverPhotos": [ # Output only. The person's cover photos. |
| 8347 | { # 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. |
| 8348 | "url": "A String", # The URL of the cover photo. |
| 8349 | "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. |
| 8350 | "metadata": { # Metadata about a field. # Metadata about the cover photo. |
| 8351 | "source": { # The source of a field. # The source of the field. |
| 8352 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8353 | "type": "A String", # The source type. |
| 8354 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8355 | "userTypes": [ # Output only. The user types. |
| 8356 | "A String", |
| 8357 | ], |
| 8358 | "objectType": "A String", # Output only. The profile object type. |
| 8359 | }, |
| 8360 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8361 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8362 | }, |
| 8363 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 8364 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8365 | }, |
| 8366 | }, |
| 8367 | ], |
| 8368 | "ageRange": "A String", # Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person's age range. |
| 8369 | "locations": [ # The person's locations. |
| 8370 | { # A person's location. |
| 8371 | "deskCode": "A String", # The individual desk location. |
| 8372 | "value": "A String", # The free-form value of the location. |
| 8373 | "type": "A String", # The type of the location. The type can be custom or one of these predefined values: * `desk` * `grewUp` |
| 8374 | "buildingId": "A String", # The building identifier. |
| 8375 | "floorSection": "A String", # The floor section in `floor_name`. |
| 8376 | "floor": "A String", # The floor name or number. |
| 8377 | "current": True or False, # Whether the location is the current location. |
| 8378 | "metadata": { # Metadata about a field. # Metadata about the location. |
| 8379 | "source": { # The source of a field. # The source of the field. |
| 8380 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8381 | "type": "A String", # The source type. |
| 8382 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8383 | "userTypes": [ # Output only. The user types. |
| 8384 | "A String", |
| 8385 | ], |
| 8386 | "objectType": "A String", # Output only. The profile object type. |
| 8387 | }, |
| 8388 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8389 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8390 | }, |
| 8391 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 8392 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8393 | }, |
| 8394 | }, |
| 8395 | ], |
| 8396 | "occupations": [ # The person's occupations. |
| 8397 | { # A person's occupation. |
| 8398 | "metadata": { # Metadata about a field. # Metadata about the occupation. |
| 8399 | "source": { # The source of a field. # The source of the field. |
| 8400 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8401 | "type": "A String", # The source type. |
| 8402 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8403 | "userTypes": [ # Output only. The user types. |
| 8404 | "A String", |
| 8405 | ], |
| 8406 | "objectType": "A String", # Output only. The profile object type. |
| 8407 | }, |
| 8408 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8409 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8410 | }, |
| 8411 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 8412 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8413 | }, |
| 8414 | "value": "A String", # The occupation; for example, `carpenter`. |
| 8415 | }, |
| 8416 | ], |
| 8417 | "names": [ # The person's names. This field is a singleton for contact sources. |
| 8418 | { # A person's name. If the name is a mononym, the family name is empty. |
| 8419 | "givenName": "A String", # The given name. |
| 8420 | "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. |
| 8421 | "metadata": { # Metadata about a field. # Metadata about the name. |
| 8422 | "source": { # The source of a field. # The source of the field. |
| 8423 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8424 | "type": "A String", # The source type. |
| 8425 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8426 | "userTypes": [ # Output only. The user types. |
| 8427 | "A String", |
| 8428 | ], |
| 8429 | "objectType": "A String", # Output only. The profile object type. |
| 8430 | }, |
| 8431 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8432 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8433 | }, |
| 8434 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 8435 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8436 | }, |
| 8437 | "middleName": "A String", # The middle name(s). |
| 8438 | "phoneticHonorificPrefix": "A String", # The honorific prefixes spelled as they sound. |
| 8439 | "honorificSuffix": "A String", # The honorific suffixes, such as `Jr.` |
| 8440 | "phoneticMiddleName": "A String", # The middle name(s) spelled as they sound. |
| 8441 | "familyName": "A String", # The family name. |
| 8442 | "phoneticFullName": "A String", # The full name spelled as it sounds. |
| 8443 | "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. |
| 8444 | "phoneticGivenName": "A String", # The given name spelled as it sounds. |
| 8445 | "phoneticFamilyName": "A String", # The family name spelled as it sounds. |
| 8446 | "phoneticHonorificSuffix": "A String", # The honorific suffixes spelled as they sound. |
| 8447 | "unstructuredName": "A String", # The free form name value. |
| 8448 | "honorificPrefix": "A String", # The honorific prefixes, such as `Mrs.` or `Dr.` |
| 8449 | }, |
| 8450 | ], |
| 8451 | "emailAddresses": [ # The person's email addresses. |
| 8452 | { # A person's email address. |
| 8453 | "displayName": "A String", # The display name of the email. |
| 8454 | "type": "A String", # The type of the email address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 8455 | "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. |
| 8456 | "metadata": { # Metadata about a field. # Metadata about the email address. |
| 8457 | "source": { # The source of a field. # The source of the field. |
| 8458 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8459 | "type": "A String", # The source type. |
| 8460 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8461 | "userTypes": [ # Output only. The user types. |
| 8462 | "A String", |
| 8463 | ], |
| 8464 | "objectType": "A String", # Output only. The profile object type. |
| 8465 | }, |
| 8466 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8467 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8468 | }, |
| 8469 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 8470 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8471 | }, |
| 8472 | "value": "A String", # The email address. |
| 8473 | }, |
| 8474 | ], |
| 8475 | "organizations": [ # The person's past or current organizations. |
| 8476 | { # A person's past or current organization. Overlapping date ranges are permitted. |
| 8477 | "name": "A String", # The name of the organization. |
| 8478 | "domain": "A String", # The domain name associated with the organization; for example, `google.com`. |
| 8479 | "current": True or False, # True if the organization is the person's current organization; false if the organization is a past organization. |
| 8480 | "jobDescription": "A String", # The person's job description at the organization. |
| 8481 | "title": "A String", # The person's job title at the organization. |
| 8482 | "type": "A String", # The type of the organization. The type can be custom or one of these predefined values: * `work` * `school` |
| 8483 | "metadata": { # Metadata about a field. # Metadata about the organization. |
| 8484 | "source": { # The source of a field. # The source of the field. |
| 8485 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8486 | "type": "A String", # The source type. |
| 8487 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8488 | "userTypes": [ # Output only. The user types. |
| 8489 | "A String", |
| 8490 | ], |
| 8491 | "objectType": "A String", # Output only. The profile object type. |
| 8492 | }, |
| 8493 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8494 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8495 | }, |
| 8496 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 8497 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8498 | }, |
| 8499 | "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. |
| 8500 | "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. |
| 8501 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 8502 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 8503 | }, |
| 8504 | "department": "A String", # The person's department at the organization. |
| 8505 | "symbol": "A String", # The symbol associated with the organization; for example, a stock ticker symbol, abbreviation, or acronym. |
| 8506 | "location": "A String", # The location of the organization office the person works at. |
| 8507 | "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. |
| 8508 | "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. |
| 8509 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 8510 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 8511 | }, |
| 8512 | "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. |
| 8513 | "phoneticName": "A String", # The phonetic name of the organization. |
| 8514 | }, |
| 8515 | ], |
| 8516 | "calendarUrls": [ # The person's calendar URLs. |
| 8517 | { # A person's calendar URL. |
| 8518 | "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. |
| 8519 | "url": "A String", # The calendar URL. |
| 8520 | "metadata": { # Metadata about a field. # Metadata about the calendar URL. |
| 8521 | "source": { # The source of a field. # The source of the field. |
| 8522 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8523 | "type": "A String", # The source type. |
| 8524 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8525 | "userTypes": [ # Output only. The user types. |
| 8526 | "A String", |
| 8527 | ], |
| 8528 | "objectType": "A String", # Output only. The profile object type. |
| 8529 | }, |
| 8530 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8531 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8532 | }, |
| 8533 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 8534 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8535 | }, |
| 8536 | "type": "A String", # The type of the calendar URL. The type can be custom or one of these predefined values: * `home` * `freeBusy` * `work` |
| 8537 | }, |
| 8538 | ], |
| 8539 | "taglines": [ # Output only. **DEPRECATED**: No data will be returned The person's taglines. |
| 8540 | { # **DEPRECATED**: No data will be returned A brief one-line description of the person. |
| 8541 | "value": "A String", # The tagline. |
| 8542 | "metadata": { # Metadata about a field. # Metadata about the tagline. |
| 8543 | "source": { # The source of a field. # The source of the field. |
| 8544 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8545 | "type": "A String", # The source type. |
| 8546 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8547 | "userTypes": [ # Output only. The user types. |
| 8548 | "A String", |
| 8549 | ], |
| 8550 | "objectType": "A String", # Output only. The profile object type. |
| 8551 | }, |
| 8552 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8553 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8554 | }, |
| 8555 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 8556 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8557 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8558 | }, |
| 8559 | ], |
| 8560 | "biographies": [ # The person's biographies. This field is a singleton for contact sources. |
| 8561 | { # A person's short biography. |
| 8562 | "contentType": "A String", # The content type of the biography. |
| 8563 | "value": "A String", # The short biography. |
| 8564 | "metadata": { # Metadata about a field. # Metadata about the biography. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8565 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8566 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 8567 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8568 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8569 | "userTypes": [ # Output only. The user types. |
| 8570 | "A String", |
| 8571 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 8572 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8573 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 8574 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8575 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8576 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 8577 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8578 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8579 | }, |
| 8580 | }, |
| 8581 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 8582 | "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}`. |
| 8583 | "miscKeywords": [ # The person's miscellaneous keywords. |
| 8584 | { # A person's miscellaneous keyword. |
| 8585 | "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. |
| 8586 | "type": "A String", # The miscellaneous keyword type. |
| 8587 | "metadata": { # Metadata about a field. # Metadata about the miscellaneous keyword. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8588 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8589 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 8590 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8591 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8592 | "userTypes": [ # Output only. The user types. |
| 8593 | "A String", |
| 8594 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 8595 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8596 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 8597 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8598 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8599 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 8600 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8601 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8602 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 8603 | "value": "A String", # The value of the miscellaneous keyword. |
| 8604 | }, |
| 8605 | ], |
| 8606 | "events": [ # The person's events. |
| 8607 | { # An event related to the person. |
| 8608 | "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. |
| 8609 | "metadata": { # Metadata about a field. # Metadata about the event. |
| 8610 | "source": { # The source of a field. # The source of the field. |
| 8611 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8612 | "type": "A String", # The source type. |
| 8613 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8614 | "userTypes": [ # Output only. The user types. |
| 8615 | "A String", |
| 8616 | ], |
| 8617 | "objectType": "A String", # Output only. The profile object type. |
| 8618 | }, |
| 8619 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8620 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8621 | }, |
| 8622 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 8623 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8624 | }, |
| 8625 | "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. |
| 8626 | "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. |
| 8627 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 8628 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 8629 | }, |
| 8630 | "type": "A String", # The type of the event. The type can be custom or one of these predefined values: * `anniversary` * `other` |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8631 | }, |
| 8632 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8633 | "memberships": [ # The person's group memberships. |
| 8634 | { # A person's membership in a group. Only contact group memberships can be modified. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 8635 | "domainMembership": { # A G Suite Domain membership. # Output only. The domain membership. |
| 8636 | "inViewerDomain": True or False, # True if the person is in the viewer's G Suite domain. |
| 8637 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8638 | "metadata": { # Metadata about a field. # Metadata about the membership. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8639 | "source": { # The source of a field. # The source of the field. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8640 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 8641 | "type": "A String", # The source type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8642 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8643 | "userTypes": [ # Output only. The user types. |
| 8644 | "A String", |
| 8645 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 8646 | "objectType": "A String", # Output only. The profile object type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8647 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 8648 | "id": "A String", # The unique identifier within the source type generated by the server. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8649 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8650 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 8651 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 8652 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8653 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8654 | "contactGroupMembership": { # A Google contact group membership. # The contact group membership. |
| 8655 | "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. |
| 8656 | "contactGroupId": "A String", # Output only. The contact group ID for the contact group membership. |
| 8657 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 8658 | }, |
| 8659 | ], |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 8660 | "addresses": [ # The person's street addresses. |
| 8661 | { # A person's physical address. May be a P.O. box or street address. All fields are optional. |
| 8662 | "type": "A String", # The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other` |
| 8663 | "countryCode": "A String", # The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address. |
| 8664 | "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. |
| 8665 | "city": "A String", # The city of the address. |
| 8666 | "country": "A String", # The country of the address. |
| 8667 | "metadata": { # Metadata about a field. # Metadata about the address. |
| 8668 | "source": { # The source of a field. # The source of the field. |
| 8669 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8670 | "type": "A String", # The source type. |
| 8671 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8672 | "userTypes": [ # Output only. The user types. |
| 8673 | "A String", |
| 8674 | ], |
| 8675 | "objectType": "A String", # Output only. The profile object type. |
| 8676 | }, |
| 8677 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8678 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8679 | }, |
| 8680 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 8681 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8682 | }, |
| 8683 | "postalCode": "A String", # The postal code of the address. |
| 8684 | "extendedAddress": "A String", # The extended address of the address; for example, the apartment number. |
| 8685 | "poBox": "A String", # The P.O. box of the address. |
| 8686 | "streetAddress": "A String", # The street address. |
| 8687 | "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. |
| 8688 | "region": "A String", # The region of the address; for example, the state or province. |
| 8689 | }, |
| 8690 | ], |
| 8691 | "photos": [ # Output only. The person's photos. |
| 8692 | { # A person's photo. A picture shown next to the person's name to help others recognize the person. |
| 8693 | "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 |
| 8694 | "default": True or False, # True if the photo is a default photo; false if the photo is a user-provided photo. |
| 8695 | "metadata": { # Metadata about a field. # Metadata about the photo. |
| 8696 | "source": { # The source of a field. # The source of the field. |
| 8697 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8698 | "type": "A String", # The source type. |
| 8699 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8700 | "userTypes": [ # Output only. The user types. |
| 8701 | "A String", |
| 8702 | ], |
| 8703 | "objectType": "A String", # Output only. The profile object type. |
| 8704 | }, |
| 8705 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8706 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8707 | }, |
| 8708 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 8709 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8710 | }, |
| 8711 | }, |
| 8712 | ], |
| 8713 | "clientData": [ # The person's client data. |
| 8714 | { # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. |
| 8715 | "metadata": { # Metadata about a field. # Metadata about the client data. |
| 8716 | "source": { # The source of a field. # The source of the field. |
| 8717 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8718 | "type": "A String", # The source type. |
| 8719 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8720 | "userTypes": [ # Output only. The user types. |
| 8721 | "A String", |
| 8722 | ], |
| 8723 | "objectType": "A String", # Output only. The profile object type. |
| 8724 | }, |
| 8725 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8726 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8727 | }, |
| 8728 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 8729 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8730 | }, |
| 8731 | "key": "A String", # The client specified key of the client data. |
| 8732 | "value": "A String", # The client specified value of the client data. |
| 8733 | }, |
| 8734 | ], |
| 8735 | "interests": [ # The person's interests. |
| 8736 | { # One of the person's interests. |
| 8737 | "metadata": { # Metadata about a field. # Metadata about the interest. |
| 8738 | "source": { # The source of a field. # The source of the field. |
| 8739 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8740 | "type": "A String", # The source type. |
| 8741 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8742 | "userTypes": [ # Output only. The user types. |
| 8743 | "A String", |
| 8744 | ], |
| 8745 | "objectType": "A String", # Output only. The profile object type. |
| 8746 | }, |
| 8747 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8748 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8749 | }, |
| 8750 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 8751 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8752 | }, |
| 8753 | "value": "A String", # The interest; for example, `stargazing`. |
| 8754 | }, |
| 8755 | ], |
| 8756 | "birthdays": [ # The person's birthdays. This field is a singleton for contact sources. |
| 8757 | { # 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. |
| 8758 | "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. |
| 8759 | "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. |
| 8760 | "month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day. |
| 8761 | "year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year. |
| 8762 | }, |
| 8763 | "metadata": { # Metadata about a field. # Metadata about the birthday. |
| 8764 | "source": { # The source of a field. # The source of the field. |
| 8765 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8766 | "type": "A String", # The source type. |
| 8767 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8768 | "userTypes": [ # Output only. The user types. |
| 8769 | "A String", |
| 8770 | ], |
| 8771 | "objectType": "A String", # Output only. The profile object type. |
| 8772 | }, |
| 8773 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8774 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8775 | }, |
| 8776 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 8777 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8778 | }, |
| 8779 | "text": "A String", # A free-form string representing the user's birthday. |
| 8780 | }, |
| 8781 | ], |
| 8782 | "relationshipStatuses": [ # Output only. **DEPRECATED**: No data will be returned The person's relationship statuses. |
| 8783 | { # **DEPRECATED**: No data will be returned A person's relationship status. |
| 8784 | "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` |
| 8785 | "metadata": { # Metadata about a field. # Metadata about the relationship status. |
| 8786 | "source": { # The source of a field. # The source of the field. |
| 8787 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8788 | "type": "A String", # The source type. |
| 8789 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8790 | "userTypes": [ # Output only. The user types. |
| 8791 | "A String", |
| 8792 | ], |
| 8793 | "objectType": "A String", # Output only. The profile object type. |
| 8794 | }, |
| 8795 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8796 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8797 | }, |
| 8798 | "verified": True or False, # Output only. True if the field is verified; false if the field is unverified. A verified field is typically a name, email address, phone number, or website that has been confirmed to be owned by the person. |
| 8799 | "primary": True or False, # True if the field is the primary field; false if the field is a secondary field. |
| 8800 | }, |
| 8801 | "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. |
| 8802 | }, |
| 8803 | ], |
| 8804 | "metadata": { # The metadata about a person. # Output only. Metadata about the person. |
| 8805 | "linkedPeopleResourceNames": [ # Output only. Resource names of people linked to this resource. |
| 8806 | "A String", |
| 8807 | ], |
| 8808 | "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. |
| 8809 | "A String", |
| 8810 | ], |
| 8811 | "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. |
| 8812 | "sources": [ # The sources of data for the person. |
| 8813 | { # The source of a field. |
| 8814 | "etag": "A String", # **Only populated in `person.metadata.sources`.** The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the source. Used for web cache validation. |
| 8815 | "type": "A String", # The source type. |
| 8816 | "profileMetadata": { # The metadata about a profile. # Output only. **Only populated in `person.metadata.sources`.** Metadata about a source of type PROFILE. |
| 8817 | "userTypes": [ # Output only. The user types. |
| 8818 | "A String", |
| 8819 | ], |
| 8820 | "objectType": "A String", # Output only. The profile object type. |
| 8821 | }, |
| 8822 | "id": "A String", # The unique identifier within the source type generated by the server. |
| 8823 | "updateTime": "A String", # Output only. **Only populated in `person.metadata.sources`.** Last update timestamp of this source. |
| 8824 | }, |
| 8825 | ], |
| 8826 | "objectType": "A String", # Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object. |
| 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> |