blob: 453887b8082f03569c5fb82632ec1a5681ffdf5f [file] [log] [blame]
John Asmuth614db982014-04-24 15:46:26 -04001<html><body>
2<style>
3
4body, 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
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, 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
75<h1><a href="plusDomains_v1.html">Google+ Domains API</a> . <a href="plusDomains_v1.people.html">people</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
78 <code><a href="#get">get(userId)</a></code></p>
79<p class="firstline">Get a person's profile.</p>
80<p class="toc_element">
81 <code><a href="#list">list(userId, collection, orderBy=None, pageToken=None, maxResults=None)</a></code></p>
82<p class="firstline">List all of the people in the specified collection.</p>
83<p class="toc_element">
84 <code><a href="#listByActivity">listByActivity(activityId, collection, pageToken=None, maxResults=None)</a></code></p>
85<p class="firstline">List all of the people in the specified collection for a particular activity.</p>
86<p class="toc_element">
87 <code><a href="#listByActivity_next">listByActivity_next(previous_request, previous_response)</a></code></p>
88<p class="firstline">Retrieves the next page of results.</p>
89<p class="toc_element">
90 <code><a href="#listByCircle">listByCircle(circleId, pageToken=None, maxResults=None)</a></code></p>
91<p class="firstline">List all of the people who are members of a circle.</p>
92<p class="toc_element">
93 <code><a href="#listByCircle_next">listByCircle_next(previous_request, previous_response)</a></code></p>
94<p class="firstline">Retrieves the next page of results.</p>
95<p class="toc_element">
96 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
97<p class="firstline">Retrieves the next page of results.</p>
98<h3>Method Details</h3>
99<div class="method">
100 <code class="details" id="get">get(userId)</code>
101 <pre>Get a person's profile.
102
103Args:
104 userId: string, The ID of the person to get the profile for. The special value "me" can be used to indicate the authenticated user. (required)
105
106Returns:
107 An object of the form:
108
109 {
110 "braggingRights": "A String", # The "bragging rights" line of this person.
111 "image": { # The representation of the person's profile photo.
112 "url": "A String", # The URL of the person's profile photo. To resize the image and crop it to a square, append the query string ?sz=x, where x is the dimension in pixels of each side.
113 },
114 "domain": "A String", # The hosted domain name for the user's Google Apps account. For instance, example.com. The plus.profile.emails.read or email scope is needed to get this domain name.
115 "id": "A String", # The ID of this person.
116 "occupation": "A String", # The occupation of this person.
117 "verified": True or False, # Whether the person or Google+ Page has been verified.
118 "tagline": "A String", # The brief description (tagline) of this person.
119 "currentLocation": "A String", # The current location for this person.
120 "etag": "A String", # ETag of this response for caching purposes.
121 "circledByCount": 42, # For followers who are visible, the number of people who have added this person or page to a circle.
122 "objectType": "A String", # Type of person within Google+. Possible values include, but are not limited to, the following values:
123 # - "person" - represents an actual person.
124 # - "page" - represents a page.
125 "relationshipStatus": "A String", # The person's relationship status. Possible values include, but are not limited to, the following values:
126 # - "single" - Person is single.
127 # - "in_a_relationship" - Person is in a relationship.
128 # - "engaged" - Person is engaged.
129 # - "married" - Person is married.
130 # - "its_complicated" - The relationship is complicated.
131 # - "open_relationship" - Person is in an open relationship.
132 # - "widowed" - Person is widowed.
133 # - "in_domestic_partnership" - Person is in a domestic partnership.
134 # - "in_civil_union" - Person is in a civil union.
135 "aboutMe": "A String", # A short biography for this person.
136 "placesLived": [ # A list of places where this person has lived.
137 {
138 "primary": True or False, # If "true", this place of residence is this person's primary residence.
139 "value": "A String", # A place where this person has lived. For example: "Seattle, WA", "Near Toronto".
140 },
141 ],
142 "birthday": "A String", # The person's date of birth, represented as YYYY-MM-DD.
143 "nickname": "A String", # The nickname of this person.
144 "emails": [ # A list of email addresses that this person has, including their Google account email address, and the public verified email addresses on their Google+ profile. The plus.profile.emails.read scope is needed to retrieve these email addresses, or the email scope can be used to retrieve just the Google account email address.
145 {
146 "type": "A String", # The type of address. Possible values include, but are not limited to, the following values:
147 # - "account" - Google account email address.
148 # - "home" - Home email address.
149 # - "work" - Work email address.
150 # - "other" - Other.
151 "value": "A String", # The email address.
152 },
153 ],
154 "organizations": [ # A list of current or past organizations with which this person is associated.
155 {
156 "startDate": "A String", # The date that the person joined this organization.
157 "endDate": "A String", # The date that the person left this organization.
158 "description": "A String", # A short description of the person's role in this organization. Deprecated.
159 "title": "A String", # The person's job title or role within the organization.
160 "primary": True or False, # If "true", indicates this organization is the person's primary one, which is typically interpreted as the current one.
161 "location": "A String", # The location of this organization. Deprecated.
162 "department": "A String", # The department within the organization. Deprecated.
163 "type": "A String", # The type of organization. Possible values include, but are not limited to, the following values:
164 # - "work" - Work.
165 # - "school" - School.
166 "name": "A String", # The name of the organization.
167 },
168 ],
169 "kind": "plus#person", # Identifies this resource as a person. Value: "plus#person".
170 "displayName": "A String", # The name of this person, which is suitable for display.
171 "name": { # An object representation of the individual components of a person's name.
172 "honorificPrefix": "A String", # The honorific prefixes (such as "Dr." or "Mrs.") for this person.
173 "middleName": "A String", # The middle name of this person.
174 "familyName": "A String", # The family name (last name) of this person.
175 "formatted": "A String", # The full name of this person, including middle names, suffixes, etc.
176 "givenName": "A String", # The given name (first name) of this person.
177 "honorificSuffix": "A String", # The honorific suffixes (such as "Jr.") for this person.
178 },
179 "skills": "A String", # The person's skills.
180 "gender": "A String", # The person's gender. Possible values include, but are not limited to, the following values:
181 # - "male" - Male gender.
182 # - "female" - Female gender.
183 # - "other" - Other.
184 "cover": { # The cover photo content.
185 "layout": "A String", # The layout of the cover art. Possible values include, but are not limited to, the following values:
186 # - "banner" - One large image banner.
187 "coverInfo": { # Extra information about the cover photo.
188 "leftImageOffset": 42, # The difference between the left position of the cover image and the actual displayed cover image. Only valid for banner layout.
189 "topImageOffset": 42, # The difference between the top position of the cover image and the actual displayed cover image. Only valid for banner layout.
190 },
191 "coverPhoto": { # The person's primary cover image.
192 "url": "A String", # The URL of the image.
193 "width": 42, # The width of the image.
194 "height": 42, # The height of the image.
195 },
196 },
197 "url": "A String", # The URL of this person's profile.
198 "isPlusUser": True or False, # Whether this user has signed up for Google+.
199 "plusOneCount": 42, # If a Google+ Page, the number of people who have +1'd this page.
200 "urls": [ # A list of URLs for this person.
201 {
202 "type": "A String", # The type of URL. Possible values include, but are not limited to, the following values:
203 # - "otherProfile" - URL for another profile.
204 # - "contributor" - URL to a site for which this person is a contributor.
205 # - "website" - URL for this Google+ Page's primary website.
206 # - "other" - Other URL.
207 "value": "A String", # The URL value.
208 "label": "A String", # The label of the URL.
209 },
210 ],
211 }</pre>
212</div>
213
214<div class="method">
215 <code class="details" id="list">list(userId, collection, orderBy=None, pageToken=None, maxResults=None)</code>
216 <pre>List all of the people in the specified collection.
217
218Args:
219 userId: string, Get the collection of people for the person identified. Use "me" to indicate the authenticated user. (required)
220 collection: string, The collection of people to list. (required)
221 Allowed values
222 circled - The list of people who this user has added to one or more circles.
223 orderBy: string, The order to return people in.
224 Allowed values
225 alphabetical - Order the people by their display name.
226 best - Order people based on the relevence to the viewer.
227 pageToken: string, The continuation token, which is used to page through large result sets. To get the next page of results, set this parameter to the value of "nextPageToken" from the previous response.
228 maxResults: integer, The maximum number of people to include in the response, which is used for paging. For any response, the actual number returned might be less than the specified maxResults.
229
230Returns:
231 An object of the form:
232
233 {
234 "nextPageToken": "A String", # The continuation token, which is used to page through large result sets. Provide this value in a subsequent request to return the next page of results.
235 "kind": "plus#peopleFeed", # Identifies this resource as a collection of people. Value: "plus#peopleFeed".
236 "title": "A String", # The title of this collection of people.
237 "items": [ # The people in this page of results. Each item includes the id, displayName, image, and url for the person. To retrieve additional profile data, see the people.get method.
238 {
239 "braggingRights": "A String", # The "bragging rights" line of this person.
240 "image": { # The representation of the person's profile photo.
241 "url": "A String", # The URL of the person's profile photo. To resize the image and crop it to a square, append the query string ?sz=x, where x is the dimension in pixels of each side.
242 },
243 "domain": "A String", # The hosted domain name for the user's Google Apps account. For instance, example.com. The plus.profile.emails.read or email scope is needed to get this domain name.
244 "id": "A String", # The ID of this person.
245 "occupation": "A String", # The occupation of this person.
246 "verified": True or False, # Whether the person or Google+ Page has been verified.
247 "tagline": "A String", # The brief description (tagline) of this person.
248 "currentLocation": "A String", # The current location for this person.
249 "etag": "A String", # ETag of this response for caching purposes.
250 "circledByCount": 42, # For followers who are visible, the number of people who have added this person or page to a circle.
251 "objectType": "A String", # Type of person within Google+. Possible values include, but are not limited to, the following values:
252 # - "person" - represents an actual person.
253 # - "page" - represents a page.
254 "relationshipStatus": "A String", # The person's relationship status. Possible values include, but are not limited to, the following values:
255 # - "single" - Person is single.
256 # - "in_a_relationship" - Person is in a relationship.
257 # - "engaged" - Person is engaged.
258 # - "married" - Person is married.
259 # - "its_complicated" - The relationship is complicated.
260 # - "open_relationship" - Person is in an open relationship.
261 # - "widowed" - Person is widowed.
262 # - "in_domestic_partnership" - Person is in a domestic partnership.
263 # - "in_civil_union" - Person is in a civil union.
264 "aboutMe": "A String", # A short biography for this person.
265 "placesLived": [ # A list of places where this person has lived.
266 {
267 "primary": True or False, # If "true", this place of residence is this person's primary residence.
268 "value": "A String", # A place where this person has lived. For example: "Seattle, WA", "Near Toronto".
269 },
270 ],
271 "birthday": "A String", # The person's date of birth, represented as YYYY-MM-DD.
272 "nickname": "A String", # The nickname of this person.
273 "emails": [ # A list of email addresses that this person has, including their Google account email address, and the public verified email addresses on their Google+ profile. The plus.profile.emails.read scope is needed to retrieve these email addresses, or the email scope can be used to retrieve just the Google account email address.
274 {
275 "type": "A String", # The type of address. Possible values include, but are not limited to, the following values:
276 # - "account" - Google account email address.
277 # - "home" - Home email address.
278 # - "work" - Work email address.
279 # - "other" - Other.
280 "value": "A String", # The email address.
281 },
282 ],
283 "organizations": [ # A list of current or past organizations with which this person is associated.
284 {
285 "startDate": "A String", # The date that the person joined this organization.
286 "endDate": "A String", # The date that the person left this organization.
287 "description": "A String", # A short description of the person's role in this organization. Deprecated.
288 "title": "A String", # The person's job title or role within the organization.
289 "primary": True or False, # If "true", indicates this organization is the person's primary one, which is typically interpreted as the current one.
290 "location": "A String", # The location of this organization. Deprecated.
291 "department": "A String", # The department within the organization. Deprecated.
292 "type": "A String", # The type of organization. Possible values include, but are not limited to, the following values:
293 # - "work" - Work.
294 # - "school" - School.
295 "name": "A String", # The name of the organization.
296 },
297 ],
298 "kind": "plus#person", # Identifies this resource as a person. Value: "plus#person".
299 "displayName": "A String", # The name of this person, which is suitable for display.
300 "name": { # An object representation of the individual components of a person's name.
301 "honorificPrefix": "A String", # The honorific prefixes (such as "Dr." or "Mrs.") for this person.
302 "middleName": "A String", # The middle name of this person.
303 "familyName": "A String", # The family name (last name) of this person.
304 "formatted": "A String", # The full name of this person, including middle names, suffixes, etc.
305 "givenName": "A String", # The given name (first name) of this person.
306 "honorificSuffix": "A String", # The honorific suffixes (such as "Jr.") for this person.
307 },
308 "skills": "A String", # The person's skills.
309 "gender": "A String", # The person's gender. Possible values include, but are not limited to, the following values:
310 # - "male" - Male gender.
311 # - "female" - Female gender.
312 # - "other" - Other.
313 "cover": { # The cover photo content.
314 "layout": "A String", # The layout of the cover art. Possible values include, but are not limited to, the following values:
315 # - "banner" - One large image banner.
316 "coverInfo": { # Extra information about the cover photo.
317 "leftImageOffset": 42, # The difference between the left position of the cover image and the actual displayed cover image. Only valid for banner layout.
318 "topImageOffset": 42, # The difference between the top position of the cover image and the actual displayed cover image. Only valid for banner layout.
319 },
320 "coverPhoto": { # The person's primary cover image.
321 "url": "A String", # The URL of the image.
322 "width": 42, # The width of the image.
323 "height": 42, # The height of the image.
324 },
325 },
326 "url": "A String", # The URL of this person's profile.
327 "isPlusUser": True or False, # Whether this user has signed up for Google+.
328 "plusOneCount": 42, # If a Google+ Page, the number of people who have +1'd this page.
329 "urls": [ # A list of URLs for this person.
330 {
331 "type": "A String", # The type of URL. Possible values include, but are not limited to, the following values:
332 # - "otherProfile" - URL for another profile.
333 # - "contributor" - URL to a site for which this person is a contributor.
334 # - "website" - URL for this Google+ Page's primary website.
335 # - "other" - Other URL.
336 "value": "A String", # The URL value.
337 "label": "A String", # The label of the URL.
338 },
339 ],
340 },
341 ],
342 "etag": "A String", # ETag of this response for caching purposes.
343 "totalItems": 42, # The total number of people available in this list. The number of people in a response might be smaller due to paging. This might not be set for all collections.
344 "selfLink": "A String", # Link to this resource.
345 }</pre>
346</div>
347
348<div class="method">
349 <code class="details" id="listByActivity">listByActivity(activityId, collection, pageToken=None, maxResults=None)</code>
350 <pre>List all of the people in the specified collection for a particular activity.
351
352Args:
353 activityId: string, The ID of the activity to get the list of people for. (required)
354 collection: string, The collection of people to list. (required)
355 Allowed values
356 plusoners - List all people who have +1'd this activity.
357 resharers - List all people who have reshared this activity.
358 sharedto - List all people who this activity was shared to.
359 pageToken: string, The continuation token, which is used to page through large result sets. To get the next page of results, set this parameter to the value of "nextPageToken" from the previous response.
360 maxResults: integer, The maximum number of people to include in the response, which is used for paging. For any response, the actual number returned might be less than the specified maxResults.
361
362Returns:
363 An object of the form:
364
365 {
366 "nextPageToken": "A String", # The continuation token, which is used to page through large result sets. Provide this value in a subsequent request to return the next page of results.
367 "kind": "plus#peopleFeed", # Identifies this resource as a collection of people. Value: "plus#peopleFeed".
368 "title": "A String", # The title of this collection of people.
369 "items": [ # The people in this page of results. Each item includes the id, displayName, image, and url for the person. To retrieve additional profile data, see the people.get method.
370 {
371 "braggingRights": "A String", # The "bragging rights" line of this person.
372 "image": { # The representation of the person's profile photo.
373 "url": "A String", # The URL of the person's profile photo. To resize the image and crop it to a square, append the query string ?sz=x, where x is the dimension in pixels of each side.
374 },
375 "domain": "A String", # The hosted domain name for the user's Google Apps account. For instance, example.com. The plus.profile.emails.read or email scope is needed to get this domain name.
376 "id": "A String", # The ID of this person.
377 "occupation": "A String", # The occupation of this person.
378 "verified": True or False, # Whether the person or Google+ Page has been verified.
379 "tagline": "A String", # The brief description (tagline) of this person.
380 "currentLocation": "A String", # The current location for this person.
381 "etag": "A String", # ETag of this response for caching purposes.
382 "circledByCount": 42, # For followers who are visible, the number of people who have added this person or page to a circle.
383 "objectType": "A String", # Type of person within Google+. Possible values include, but are not limited to, the following values:
384 # - "person" - represents an actual person.
385 # - "page" - represents a page.
386 "relationshipStatus": "A String", # The person's relationship status. Possible values include, but are not limited to, the following values:
387 # - "single" - Person is single.
388 # - "in_a_relationship" - Person is in a relationship.
389 # - "engaged" - Person is engaged.
390 # - "married" - Person is married.
391 # - "its_complicated" - The relationship is complicated.
392 # - "open_relationship" - Person is in an open relationship.
393 # - "widowed" - Person is widowed.
394 # - "in_domestic_partnership" - Person is in a domestic partnership.
395 # - "in_civil_union" - Person is in a civil union.
396 "aboutMe": "A String", # A short biography for this person.
397 "placesLived": [ # A list of places where this person has lived.
398 {
399 "primary": True or False, # If "true", this place of residence is this person's primary residence.
400 "value": "A String", # A place where this person has lived. For example: "Seattle, WA", "Near Toronto".
401 },
402 ],
403 "birthday": "A String", # The person's date of birth, represented as YYYY-MM-DD.
404 "nickname": "A String", # The nickname of this person.
405 "emails": [ # A list of email addresses that this person has, including their Google account email address, and the public verified email addresses on their Google+ profile. The plus.profile.emails.read scope is needed to retrieve these email addresses, or the email scope can be used to retrieve just the Google account email address.
406 {
407 "type": "A String", # The type of address. Possible values include, but are not limited to, the following values:
408 # - "account" - Google account email address.
409 # - "home" - Home email address.
410 # - "work" - Work email address.
411 # - "other" - Other.
412 "value": "A String", # The email address.
413 },
414 ],
415 "organizations": [ # A list of current or past organizations with which this person is associated.
416 {
417 "startDate": "A String", # The date that the person joined this organization.
418 "endDate": "A String", # The date that the person left this organization.
419 "description": "A String", # A short description of the person's role in this organization. Deprecated.
420 "title": "A String", # The person's job title or role within the organization.
421 "primary": True or False, # If "true", indicates this organization is the person's primary one, which is typically interpreted as the current one.
422 "location": "A String", # The location of this organization. Deprecated.
423 "department": "A String", # The department within the organization. Deprecated.
424 "type": "A String", # The type of organization. Possible values include, but are not limited to, the following values:
425 # - "work" - Work.
426 # - "school" - School.
427 "name": "A String", # The name of the organization.
428 },
429 ],
430 "kind": "plus#person", # Identifies this resource as a person. Value: "plus#person".
431 "displayName": "A String", # The name of this person, which is suitable for display.
432 "name": { # An object representation of the individual components of a person's name.
433 "honorificPrefix": "A String", # The honorific prefixes (such as "Dr." or "Mrs.") for this person.
434 "middleName": "A String", # The middle name of this person.
435 "familyName": "A String", # The family name (last name) of this person.
436 "formatted": "A String", # The full name of this person, including middle names, suffixes, etc.
437 "givenName": "A String", # The given name (first name) of this person.
438 "honorificSuffix": "A String", # The honorific suffixes (such as "Jr.") for this person.
439 },
440 "skills": "A String", # The person's skills.
441 "gender": "A String", # The person's gender. Possible values include, but are not limited to, the following values:
442 # - "male" - Male gender.
443 # - "female" - Female gender.
444 # - "other" - Other.
445 "cover": { # The cover photo content.
446 "layout": "A String", # The layout of the cover art. Possible values include, but are not limited to, the following values:
447 # - "banner" - One large image banner.
448 "coverInfo": { # Extra information about the cover photo.
449 "leftImageOffset": 42, # The difference between the left position of the cover image and the actual displayed cover image. Only valid for banner layout.
450 "topImageOffset": 42, # The difference between the top position of the cover image and the actual displayed cover image. Only valid for banner layout.
451 },
452 "coverPhoto": { # The person's primary cover image.
453 "url": "A String", # The URL of the image.
454 "width": 42, # The width of the image.
455 "height": 42, # The height of the image.
456 },
457 },
458 "url": "A String", # The URL of this person's profile.
459 "isPlusUser": True or False, # Whether this user has signed up for Google+.
460 "plusOneCount": 42, # If a Google+ Page, the number of people who have +1'd this page.
461 "urls": [ # A list of URLs for this person.
462 {
463 "type": "A String", # The type of URL. Possible values include, but are not limited to, the following values:
464 # - "otherProfile" - URL for another profile.
465 # - "contributor" - URL to a site for which this person is a contributor.
466 # - "website" - URL for this Google+ Page's primary website.
467 # - "other" - Other URL.
468 "value": "A String", # The URL value.
469 "label": "A String", # The label of the URL.
470 },
471 ],
472 },
473 ],
474 "etag": "A String", # ETag of this response for caching purposes.
475 "totalItems": 42, # The total number of people available in this list. The number of people in a response might be smaller due to paging. This might not be set for all collections.
476 "selfLink": "A String", # Link to this resource.
477 }</pre>
478</div>
479
480<div class="method">
481 <code class="details" id="listByActivity_next">listByActivity_next(previous_request, previous_response)</code>
482 <pre>Retrieves the next page of results.
483
484Args:
485 previous_request: The request for the previous page. (required)
486 previous_response: The response from the request for the previous page. (required)
487
488Returns:
489 A request object that you can call 'execute()' on to request the next
490 page. Returns None if there are no more items in the collection.
491 </pre>
492</div>
493
494<div class="method">
495 <code class="details" id="listByCircle">listByCircle(circleId, pageToken=None, maxResults=None)</code>
496 <pre>List all of the people who are members of a circle.
497
498Args:
499 circleId: string, The ID of the circle to get the members of. (required)
500 pageToken: string, The continuation token, which is used to page through large result sets. To get the next page of results, set this parameter to the value of "nextPageToken" from the previous response.
501 maxResults: integer, The maximum number of people to include in the response, which is used for paging. For any response, the actual number returned might be less than the specified maxResults.
502
503Returns:
504 An object of the form:
505
506 {
507 "nextPageToken": "A String", # The continuation token, which is used to page through large result sets. Provide this value in a subsequent request to return the next page of results.
508 "kind": "plus#peopleFeed", # Identifies this resource as a collection of people. Value: "plus#peopleFeed".
509 "title": "A String", # The title of this collection of people.
510 "items": [ # The people in this page of results. Each item includes the id, displayName, image, and url for the person. To retrieve additional profile data, see the people.get method.
511 {
512 "braggingRights": "A String", # The "bragging rights" line of this person.
513 "image": { # The representation of the person's profile photo.
514 "url": "A String", # The URL of the person's profile photo. To resize the image and crop it to a square, append the query string ?sz=x, where x is the dimension in pixels of each side.
515 },
516 "domain": "A String", # The hosted domain name for the user's Google Apps account. For instance, example.com. The plus.profile.emails.read or email scope is needed to get this domain name.
517 "id": "A String", # The ID of this person.
518 "occupation": "A String", # The occupation of this person.
519 "verified": True or False, # Whether the person or Google+ Page has been verified.
520 "tagline": "A String", # The brief description (tagline) of this person.
521 "currentLocation": "A String", # The current location for this person.
522 "etag": "A String", # ETag of this response for caching purposes.
523 "circledByCount": 42, # For followers who are visible, the number of people who have added this person or page to a circle.
524 "objectType": "A String", # Type of person within Google+. Possible values include, but are not limited to, the following values:
525 # - "person" - represents an actual person.
526 # - "page" - represents a page.
527 "relationshipStatus": "A String", # The person's relationship status. Possible values include, but are not limited to, the following values:
528 # - "single" - Person is single.
529 # - "in_a_relationship" - Person is in a relationship.
530 # - "engaged" - Person is engaged.
531 # - "married" - Person is married.
532 # - "its_complicated" - The relationship is complicated.
533 # - "open_relationship" - Person is in an open relationship.
534 # - "widowed" - Person is widowed.
535 # - "in_domestic_partnership" - Person is in a domestic partnership.
536 # - "in_civil_union" - Person is in a civil union.
537 "aboutMe": "A String", # A short biography for this person.
538 "placesLived": [ # A list of places where this person has lived.
539 {
540 "primary": True or False, # If "true", this place of residence is this person's primary residence.
541 "value": "A String", # A place where this person has lived. For example: "Seattle, WA", "Near Toronto".
542 },
543 ],
544 "birthday": "A String", # The person's date of birth, represented as YYYY-MM-DD.
545 "nickname": "A String", # The nickname of this person.
546 "emails": [ # A list of email addresses that this person has, including their Google account email address, and the public verified email addresses on their Google+ profile. The plus.profile.emails.read scope is needed to retrieve these email addresses, or the email scope can be used to retrieve just the Google account email address.
547 {
548 "type": "A String", # The type of address. Possible values include, but are not limited to, the following values:
549 # - "account" - Google account email address.
550 # - "home" - Home email address.
551 # - "work" - Work email address.
552 # - "other" - Other.
553 "value": "A String", # The email address.
554 },
555 ],
556 "organizations": [ # A list of current or past organizations with which this person is associated.
557 {
558 "startDate": "A String", # The date that the person joined this organization.
559 "endDate": "A String", # The date that the person left this organization.
560 "description": "A String", # A short description of the person's role in this organization. Deprecated.
561 "title": "A String", # The person's job title or role within the organization.
562 "primary": True or False, # If "true", indicates this organization is the person's primary one, which is typically interpreted as the current one.
563 "location": "A String", # The location of this organization. Deprecated.
564 "department": "A String", # The department within the organization. Deprecated.
565 "type": "A String", # The type of organization. Possible values include, but are not limited to, the following values:
566 # - "work" - Work.
567 # - "school" - School.
568 "name": "A String", # The name of the organization.
569 },
570 ],
571 "kind": "plus#person", # Identifies this resource as a person. Value: "plus#person".
572 "displayName": "A String", # The name of this person, which is suitable for display.
573 "name": { # An object representation of the individual components of a person's name.
574 "honorificPrefix": "A String", # The honorific prefixes (such as "Dr." or "Mrs.") for this person.
575 "middleName": "A String", # The middle name of this person.
576 "familyName": "A String", # The family name (last name) of this person.
577 "formatted": "A String", # The full name of this person, including middle names, suffixes, etc.
578 "givenName": "A String", # The given name (first name) of this person.
579 "honorificSuffix": "A String", # The honorific suffixes (such as "Jr.") for this person.
580 },
581 "skills": "A String", # The person's skills.
582 "gender": "A String", # The person's gender. Possible values include, but are not limited to, the following values:
583 # - "male" - Male gender.
584 # - "female" - Female gender.
585 # - "other" - Other.
586 "cover": { # The cover photo content.
587 "layout": "A String", # The layout of the cover art. Possible values include, but are not limited to, the following values:
588 # - "banner" - One large image banner.
589 "coverInfo": { # Extra information about the cover photo.
590 "leftImageOffset": 42, # The difference between the left position of the cover image and the actual displayed cover image. Only valid for banner layout.
591 "topImageOffset": 42, # The difference between the top position of the cover image and the actual displayed cover image. Only valid for banner layout.
592 },
593 "coverPhoto": { # The person's primary cover image.
594 "url": "A String", # The URL of the image.
595 "width": 42, # The width of the image.
596 "height": 42, # The height of the image.
597 },
598 },
599 "url": "A String", # The URL of this person's profile.
600 "isPlusUser": True or False, # Whether this user has signed up for Google+.
601 "plusOneCount": 42, # If a Google+ Page, the number of people who have +1'd this page.
602 "urls": [ # A list of URLs for this person.
603 {
604 "type": "A String", # The type of URL. Possible values include, but are not limited to, the following values:
605 # - "otherProfile" - URL for another profile.
606 # - "contributor" - URL to a site for which this person is a contributor.
607 # - "website" - URL for this Google+ Page's primary website.
608 # - "other" - Other URL.
609 "value": "A String", # The URL value.
610 "label": "A String", # The label of the URL.
611 },
612 ],
613 },
614 ],
615 "etag": "A String", # ETag of this response for caching purposes.
616 "totalItems": 42, # The total number of people available in this list. The number of people in a response might be smaller due to paging. This might not be set for all collections.
617 "selfLink": "A String", # Link to this resource.
618 }</pre>
619</div>
620
621<div class="method">
622 <code class="details" id="listByCircle_next">listByCircle_next(previous_request, previous_response)</code>
623 <pre>Retrieves the next page of results.
624
625Args:
626 previous_request: The request for the previous page. (required)
627 previous_response: The response from the request for the previous page. (required)
628
629Returns:
630 A request object that you can call 'execute()' on to request the next
631 page. Returns None if there are no more items in the collection.
632 </pre>
633</div>
634
635<div class="method">
636 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
637 <pre>Retrieves the next page of results.
638
639Args:
640 previous_request: The request for the previous page. (required)
641 previous_response: The response from the request for the previous page. (required)
642
643Returns:
644 A request object that you can call 'execute()' on to request the next
645 page. Returns None if there are no more items in the collection.
646 </pre>
647</div>
648
649</body></html>