Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(440)

Side by Side Diff: discovery/googleapis/plusDomains__v1.json

Issue 559053002: Generate 0.1.0 version of googleapis/googleapis_beta (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "auth": {
3 "oauth2": {
4 "scopes": {
5 "https://www.googleapis.com/auth/plus.circles.read": {
6 "description": "View your circles and the people and pages i n them"
7 },
8 "https://www.googleapis.com/auth/plus.circles.write": {
9 "description": "Manage your circles and add people and pages . People and pages you add to your circles will be notified. Others may see this information publicly. People you add to circles can use Hangouts with you."
10 },
11 "https://www.googleapis.com/auth/plus.login": {
12 "description": "Know your basic profile info and list of peo ple in your circles."
13 },
14 "https://www.googleapis.com/auth/plus.me": {
15 "description": "Know who you are on Google"
16 },
17 "https://www.googleapis.com/auth/plus.media.upload": {
18 "description": "Send your photos and videos to Google+"
19 },
20 "https://www.googleapis.com/auth/plus.profiles.read": {
21 "description": "View your own Google+ profile and profiles v isible to you"
22 },
23 "https://www.googleapis.com/auth/plus.stream.read": {
24 "description": "View your Google+ posts, comments, and strea m"
25 },
26 "https://www.googleapis.com/auth/plus.stream.write": {
27 "description": "Manage your Google+ posts, comments, and str eam"
28 },
29 "https://www.googleapis.com/auth/userinfo.email": {
30 "description": "View your email address"
31 },
32 "https://www.googleapis.com/auth/userinfo.profile": {
33 "description": "View your basic profile info"
34 }
35 }
36 }
37 },
38 "basePath": "/plusDomains/v1/",
39 "baseUrl": "https://www.googleapis.com/plusDomains/v1/",
40 "batchPath": "batch",
41 "description": "The Google+ API enables developers to build on top of the Go ogle+ platform.",
42 "discoveryVersion": "v1",
43 "documentationLink": "https://developers.google.com/+/domains/",
44 "etag": "\"uUWyYHXmEn-ab7WLvo8qNz2S8ws/ysNDgCsVw_r8z9dw2VwzCGCTbKo\"",
45 "icons": {
46 "x16": "http://www.google.com/images/icons/product/gplus-16.png",
47 "x32": "http://www.google.com/images/icons/product/gplus-32.png"
48 },
49 "id": "plusDomains:v1",
50 "kind": "discovery#restDescription",
51 "name": "plusDomains",
52 "ownerDomain": "google.com",
53 "ownerName": "Google",
54 "parameters": {
55 "alt": {
56 "default": "json",
57 "description": "Data format for the response.",
58 "enum": [
59 "json"
60 ],
61 "enumDescriptions": [
62 "Responses with Content-Type of application/json"
63 ],
64 "location": "query",
65 "type": "string"
66 },
67 "fields": {
68 "description": "Selector specifying which fields to include in a par tial response.",
69 "location": "query",
70 "type": "string"
71 },
72 "key": {
73 "description": "API key. Your API key identifies your project and pr ovides you with API access, quota, and reports. Required unless you provide an O Auth 2.0 token.",
74 "location": "query",
75 "type": "string"
76 },
77 "oauth_token": {
78 "description": "OAuth 2.0 token for the current user.",
79 "location": "query",
80 "type": "string"
81 },
82 "prettyPrint": {
83 "default": "true",
84 "description": "Returns response with indentations and line breaks." ,
85 "location": "query",
86 "type": "boolean"
87 },
88 "quotaUser": {
89 "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exc eed 40 characters. Overrides userIp if both are provided.",
90 "location": "query",
91 "type": "string"
92 },
93 "userIp": {
94 "description": "IP address of the site where the request originates. Use this if you want to enforce per-user limits.",
95 "location": "query",
96 "type": "string"
97 }
98 },
99 "protocol": "rest",
100 "resources": {
101 "activities": {
102 "methods": {
103 "get": {
104 "description": "Get an activity.",
105 "httpMethod": "GET",
106 "id": "plusDomains.activities.get",
107 "parameterOrder": [
108 "activityId"
109 ],
110 "parameters": {
111 "activityId": {
112 "description": "The ID of the activity to get.",
113 "location": "path",
114 "required": true,
115 "type": "string"
116 }
117 },
118 "path": "activities/{activityId}",
119 "response": {
120 "$ref": "Activity"
121 },
122 "scopes": [
123 "https://www.googleapis.com/auth/plus.login",
124 "https://www.googleapis.com/auth/plus.me",
125 "https://www.googleapis.com/auth/plus.stream.read"
126 ]
127 },
128 "insert": {
129 "description": "Create a new activity for the authenticated user.",
130 "httpMethod": "POST",
131 "id": "plusDomains.activities.insert",
132 "parameterOrder": [
133 "userId"
134 ],
135 "parameters": {
136 "preview": {
137 "description": "If \"true\", extract the potential m edia attachments for a URL. The response will include all possible attachments f or a URL, including video, photos, and articles based on the content of the page .",
138 "location": "query",
139 "type": "boolean"
140 },
141 "userId": {
142 "description": "The ID of the user to create the act ivity on behalf of. Its value should be \"me\", to indicate the authenticated us er.",
143 "location": "path",
144 "required": true,
145 "type": "string"
146 }
147 },
148 "path": "people/{userId}/activities",
149 "request": {
150 "$ref": "Activity"
151 },
152 "response": {
153 "$ref": "Activity"
154 },
155 "scopes": [
156 "https://www.googleapis.com/auth/plus.login",
157 "https://www.googleapis.com/auth/plus.me",
158 "https://www.googleapis.com/auth/plus.stream.write"
159 ]
160 },
161 "list": {
162 "description": "List all of the activities in the specified collection for a particular user.",
163 "httpMethod": "GET",
164 "id": "plusDomains.activities.list",
165 "parameterOrder": [
166 "userId",
167 "collection"
168 ],
169 "parameters": {
170 "collection": {
171 "description": "The collection of activities to list .",
172 "enum": [
173 "user"
174 ],
175 "enumDescriptions": [
176 "All activities created by the specified user th at the authenticated user is authorized to view."
177 ],
178 "location": "path",
179 "required": true,
180 "type": "string"
181 },
182 "maxResults": {
183 "default": "20",
184 "description": "The maximum number of activities to include in the response, which is used for paging. For any response, the actual number returned might be less than the specified maxResults.",
185 "format": "uint32",
186 "location": "query",
187 "maximum": "100",
188 "minimum": "1",
189 "type": "integer"
190 },
191 "pageToken": {
192 "description": "The continuation token, which is use d to page through large result sets. To get the next page of results, set this p arameter to the value of \"nextPageToken\" from the previous response.",
193 "location": "query",
194 "type": "string"
195 },
196 "userId": {
197 "description": "The ID of the user to get activities for. The special value \"me\" can be used to indicate the authenticated user.",
198 "location": "path",
199 "required": true,
200 "type": "string"
201 }
202 },
203 "path": "people/{userId}/activities/{collection}",
204 "response": {
205 "$ref": "ActivityFeed"
206 },
207 "scopes": [
208 "https://www.googleapis.com/auth/plus.login",
209 "https://www.googleapis.com/auth/plus.me",
210 "https://www.googleapis.com/auth/plus.stream.read"
211 ]
212 }
213 }
214 },
215 "audiences": {
216 "methods": {
217 "list": {
218 "description": "List all of the audiences to which a user ca n share.",
219 "httpMethod": "GET",
220 "id": "plusDomains.audiences.list",
221 "parameterOrder": [
222 "userId"
223 ],
224 "parameters": {
225 "maxResults": {
226 "default": "20",
227 "description": "The maximum number of circles to inc lude in the response, which is used for paging. For any response, the actual num ber returned might be less than the specified maxResults.",
228 "format": "uint32",
229 "location": "query",
230 "maximum": "100",
231 "minimum": "1",
232 "type": "integer"
233 },
234 "pageToken": {
235 "description": "The continuation token, which is use d to page through large result sets. To get the next page of results, set this p arameter to the value of \"nextPageToken\" from the previous response.",
236 "location": "query",
237 "type": "string"
238 },
239 "userId": {
240 "description": "The ID of the user to get audiences for. The special value \"me\" can be used to indicate the authenticated user.",
241 "location": "path",
242 "required": true,
243 "type": "string"
244 }
245 },
246 "path": "people/{userId}/audiences",
247 "response": {
248 "$ref": "AudiencesFeed"
249 },
250 "scopes": [
251 "https://www.googleapis.com/auth/plus.circles.read",
252 "https://www.googleapis.com/auth/plus.login",
253 "https://www.googleapis.com/auth/plus.me"
254 ]
255 }
256 }
257 },
258 "circles": {
259 "methods": {
260 "addPeople": {
261 "description": "Add a person to a circle. Google+ limits cer tain circle operations, including the number of circle adds. Learn More.",
262 "httpMethod": "PUT",
263 "id": "plusDomains.circles.addPeople",
264 "parameterOrder": [
265 "circleId"
266 ],
267 "parameters": {
268 "circleId": {
269 "description": "The ID of the circle to add the pers on to.",
270 "location": "path",
271 "required": true,
272 "type": "string"
273 },
274 "email": {
275 "description": "Email of the people to add to the ci rcle. Optional, can be repeated.",
276 "location": "query",
277 "repeated": true,
278 "type": "string"
279 },
280 "userId": {
281 "description": "IDs of the people to add to the circ le. Optional, can be repeated.",
282 "location": "query",
283 "repeated": true,
284 "type": "string"
285 }
286 },
287 "path": "circles/{circleId}/people",
288 "response": {
289 "$ref": "Circle"
290 },
291 "scopes": [
292 "https://www.googleapis.com/auth/plus.circles.write",
293 "https://www.googleapis.com/auth/plus.login"
294 ]
295 },
296 "get": {
297 "description": "Get a circle.",
298 "httpMethod": "GET",
299 "id": "plusDomains.circles.get",
300 "parameterOrder": [
301 "circleId"
302 ],
303 "parameters": {
304 "circleId": {
305 "description": "The ID of the circle to get.",
306 "location": "path",
307 "required": true,
308 "type": "string"
309 }
310 },
311 "path": "circles/{circleId}",
312 "response": {
313 "$ref": "Circle"
314 },
315 "scopes": [
316 "https://www.googleapis.com/auth/plus.circles.read",
317 "https://www.googleapis.com/auth/plus.login"
318 ]
319 },
320 "insert": {
321 "description": "Create a new circle for the authenticated us er.",
322 "httpMethod": "POST",
323 "id": "plusDomains.circles.insert",
324 "parameterOrder": [
325 "userId"
326 ],
327 "parameters": {
328 "userId": {
329 "description": "The ID of the user to create the cir cle on behalf of. The value \"me\" can be used to indicate the authenticated use r.",
330 "location": "path",
331 "required": true,
332 "type": "string"
333 }
334 },
335 "path": "people/{userId}/circles",
336 "request": {
337 "$ref": "Circle"
338 },
339 "response": {
340 "$ref": "Circle"
341 },
342 "scopes": [
343 "https://www.googleapis.com/auth/plus.circles.write",
344 "https://www.googleapis.com/auth/plus.login",
345 "https://www.googleapis.com/auth/plus.me"
346 ]
347 },
348 "list": {
349 "description": "List all of the circles for a user.",
350 "httpMethod": "GET",
351 "id": "plusDomains.circles.list",
352 "parameterOrder": [
353 "userId"
354 ],
355 "parameters": {
356 "maxResults": {
357 "default": "20",
358 "description": "The maximum number of circles to inc lude in the response, which is used for paging. For any response, the actual num ber returned might be less than the specified maxResults.",
359 "format": "uint32",
360 "location": "query",
361 "maximum": "100",
362 "minimum": "1",
363 "type": "integer"
364 },
365 "pageToken": {
366 "description": "The continuation token, which is use d to page through large result sets. To get the next page of results, set this p arameter to the value of \"nextPageToken\" from the previous response.",
367 "location": "query",
368 "type": "string"
369 },
370 "userId": {
371 "description": "The ID of the user to get circles fo r. The special value \"me\" can be used to indicate the authenticated user.",
372 "location": "path",
373 "required": true,
374 "type": "string"
375 }
376 },
377 "path": "people/{userId}/circles",
378 "response": {
379 "$ref": "CircleFeed"
380 },
381 "scopes": [
382 "https://www.googleapis.com/auth/plus.circles.read",
383 "https://www.googleapis.com/auth/plus.login",
384 "https://www.googleapis.com/auth/plus.me"
385 ]
386 },
387 "patch": {
388 "description": "Update a circle's description. This method s upports patch semantics.",
389 "httpMethod": "PATCH",
390 "id": "plusDomains.circles.patch",
391 "parameterOrder": [
392 "circleId"
393 ],
394 "parameters": {
395 "circleId": {
396 "description": "The ID of the circle to update.",
397 "location": "path",
398 "required": true,
399 "type": "string"
400 }
401 },
402 "path": "circles/{circleId}",
403 "request": {
404 "$ref": "Circle"
405 },
406 "response": {
407 "$ref": "Circle"
408 },
409 "scopes": [
410 "https://www.googleapis.com/auth/plus.circles.write",
411 "https://www.googleapis.com/auth/plus.login"
412 ]
413 },
414 "remove": {
415 "description": "Delete a circle.",
416 "httpMethod": "DELETE",
417 "id": "plusDomains.circles.remove",
418 "parameterOrder": [
419 "circleId"
420 ],
421 "parameters": {
422 "circleId": {
423 "description": "The ID of the circle to delete.",
424 "location": "path",
425 "required": true,
426 "type": "string"
427 }
428 },
429 "path": "circles/{circleId}",
430 "scopes": [
431 "https://www.googleapis.com/auth/plus.circles.write",
432 "https://www.googleapis.com/auth/plus.login"
433 ]
434 },
435 "removePeople": {
436 "description": "Remove a person from a circle.",
437 "httpMethod": "DELETE",
438 "id": "plusDomains.circles.removePeople",
439 "parameterOrder": [
440 "circleId"
441 ],
442 "parameters": {
443 "circleId": {
444 "description": "The ID of the circle to remove the p erson from.",
445 "location": "path",
446 "required": true,
447 "type": "string"
448 },
449 "email": {
450 "description": "Email of the people to add to the ci rcle. Optional, can be repeated.",
451 "location": "query",
452 "repeated": true,
453 "type": "string"
454 },
455 "userId": {
456 "description": "IDs of the people to remove from the circle. Optional, can be repeated.",
457 "location": "query",
458 "repeated": true,
459 "type": "string"
460 }
461 },
462 "path": "circles/{circleId}/people",
463 "scopes": [
464 "https://www.googleapis.com/auth/plus.circles.write",
465 "https://www.googleapis.com/auth/plus.login"
466 ]
467 },
468 "update": {
469 "description": "Update a circle's description.",
470 "httpMethod": "PUT",
471 "id": "plusDomains.circles.update",
472 "parameterOrder": [
473 "circleId"
474 ],
475 "parameters": {
476 "circleId": {
477 "description": "The ID of the circle to update.",
478 "location": "path",
479 "required": true,
480 "type": "string"
481 }
482 },
483 "path": "circles/{circleId}",
484 "request": {
485 "$ref": "Circle"
486 },
487 "response": {
488 "$ref": "Circle"
489 },
490 "scopes": [
491 "https://www.googleapis.com/auth/plus.circles.write",
492 "https://www.googleapis.com/auth/plus.login"
493 ]
494 }
495 }
496 },
497 "comments": {
498 "methods": {
499 "get": {
500 "description": "Get a comment.",
501 "httpMethod": "GET",
502 "id": "plusDomains.comments.get",
503 "parameterOrder": [
504 "commentId"
505 ],
506 "parameters": {
507 "commentId": {
508 "description": "The ID of the comment to get.",
509 "location": "path",
510 "required": true,
511 "type": "string"
512 }
513 },
514 "path": "comments/{commentId}",
515 "response": {
516 "$ref": "Comment"
517 },
518 "scopes": [
519 "https://www.googleapis.com/auth/plus.login",
520 "https://www.googleapis.com/auth/plus.stream.read"
521 ]
522 },
523 "insert": {
524 "description": "Create a new comment in reply to an activity .",
525 "httpMethod": "POST",
526 "id": "plusDomains.comments.insert",
527 "parameterOrder": [
528 "activityId"
529 ],
530 "parameters": {
531 "activityId": {
532 "description": "The ID of the activity to reply to." ,
533 "location": "path",
534 "required": true,
535 "type": "string"
536 }
537 },
538 "path": "activities/{activityId}/comments",
539 "request": {
540 "$ref": "Comment"
541 },
542 "response": {
543 "$ref": "Comment"
544 },
545 "scopes": [
546 "https://www.googleapis.com/auth/plus.login",
547 "https://www.googleapis.com/auth/plus.stream.write"
548 ]
549 },
550 "list": {
551 "description": "List all of the comments for an activity.",
552 "httpMethod": "GET",
553 "id": "plusDomains.comments.list",
554 "parameterOrder": [
555 "activityId"
556 ],
557 "parameters": {
558 "activityId": {
559 "description": "The ID of the activity to get commen ts for.",
560 "location": "path",
561 "required": true,
562 "type": "string"
563 },
564 "maxResults": {
565 "default": "20",
566 "description": "The maximum number of comments to in clude in the response, which is used for paging. For any response, the actual nu mber returned might be less than the specified maxResults.",
567 "format": "uint32",
568 "location": "query",
569 "maximum": "500",
570 "minimum": "0",
571 "type": "integer"
572 },
573 "pageToken": {
574 "description": "The continuation token, which is use d to page through large result sets. To get the next page of results, set this p arameter to the value of \"nextPageToken\" from the previous response.",
575 "location": "query",
576 "type": "string"
577 },
578 "sortOrder": {
579 "default": "ascending",
580 "description": "The order in which to sort the list of comments.",
581 "enum": [
582 "ascending",
583 "descending"
584 ],
585 "enumDescriptions": [
586 "Sort oldest comments first.",
587 "Sort newest comments first."
588 ],
589 "location": "query",
590 "type": "string"
591 }
592 },
593 "path": "activities/{activityId}/comments",
594 "response": {
595 "$ref": "CommentFeed"
596 },
597 "scopes": [
598 "https://www.googleapis.com/auth/plus.login",
599 "https://www.googleapis.com/auth/plus.stream.read"
600 ]
601 }
602 }
603 },
604 "media": {
605 "methods": {
606 "insert": {
607 "description": "Add a new media item to an album. The curren t upload size limitations are 36MB for a photo and 1GB for a video. Uploads do n ot count against quota if photos are less than 2048 pixels on their longest side or videos are less than 15 minutes in length.",
608 "httpMethod": "POST",
609 "id": "plusDomains.media.insert",
610 "mediaUpload": {
611 "accept": [
612 "image/*",
613 "video/*"
614 ],
615 "protocols": {
616 "resumable": {
617 "multipart": true,
618 "path": "/resumable/upload/plusDomains/v1/people /{userId}/media/{collection}"
619 },
620 "simple": {
621 "multipart": true,
622 "path": "/upload/plusDomains/v1/people/{userId}/ media/{collection}"
623 }
624 }
625 },
626 "parameterOrder": [
627 "userId",
628 "collection"
629 ],
630 "parameters": {
631 "collection": {
632 "enum": [
633 "cloud"
634 ],
635 "enumDescriptions": [
636 "Upload the media to share on Google+."
637 ],
638 "location": "path",
639 "required": true,
640 "type": "string"
641 },
642 "userId": {
643 "description": "The ID of the user to create the act ivity on behalf of.",
644 "location": "path",
645 "required": true,
646 "type": "string"
647 }
648 },
649 "path": "people/{userId}/media/{collection}",
650 "request": {
651 "$ref": "Media"
652 },
653 "response": {
654 "$ref": "Media"
655 },
656 "scopes": [
657 "https://www.googleapis.com/auth/plus.login",
658 "https://www.googleapis.com/auth/plus.media.upload"
659 ],
660 "supportsMediaUpload": true
661 }
662 }
663 },
664 "people": {
665 "methods": {
666 "get": {
667 "description": "Get a person's profile.",
668 "httpMethod": "GET",
669 "id": "plusDomains.people.get",
670 "parameterOrder": [
671 "userId"
672 ],
673 "parameters": {
674 "userId": {
675 "description": "The ID of the person to get the prof ile for. The special value \"me\" can be used to indicate the authenticated user .",
676 "location": "path",
677 "required": true,
678 "type": "string"
679 }
680 },
681 "path": "people/{userId}",
682 "response": {
683 "$ref": "Person"
684 },
685 "scopes": [
686 "https://www.googleapis.com/auth/plus.login",
687 "https://www.googleapis.com/auth/plus.me",
688 "https://www.googleapis.com/auth/plus.profiles.read",
689 "https://www.googleapis.com/auth/userinfo.email",
690 "https://www.googleapis.com/auth/userinfo.profile"
691 ]
692 },
693 "list": {
694 "description": "List all of the people in the specified coll ection.",
695 "httpMethod": "GET",
696 "id": "plusDomains.people.list",
697 "parameterOrder": [
698 "userId",
699 "collection"
700 ],
701 "parameters": {
702 "collection": {
703 "description": "The collection of people to list.",
704 "enum": [
705 "circled"
706 ],
707 "enumDescriptions": [
708 "The list of people who this user has added to o ne or more circles."
709 ],
710 "location": "path",
711 "required": true,
712 "type": "string"
713 },
714 "maxResults": {
715 "default": "100",
716 "description": "The maximum number of people to incl ude in the response, which is used for paging. For any response, the actual numb er returned might be less than the specified maxResults.",
717 "format": "uint32",
718 "location": "query",
719 "maximum": "100",
720 "minimum": "1",
721 "type": "integer"
722 },
723 "orderBy": {
724 "description": "The order to return people in.",
725 "enum": [
726 "alphabetical",
727 "best"
728 ],
729 "enumDescriptions": [
730 "Order the people by their display name.",
731 "Order people based on the relevence to the view er."
732 ],
733 "location": "query",
734 "type": "string"
735 },
736 "pageToken": {
737 "description": "The continuation token, which is use d to page through large result sets. To get the next page of results, set this p arameter to the value of \"nextPageToken\" from the previous response.",
738 "location": "query",
739 "type": "string"
740 },
741 "userId": {
742 "description": "Get the collection of people for the person identified. Use \"me\" to indicate the authenticated user.",
743 "location": "path",
744 "required": true,
745 "type": "string"
746 }
747 },
748 "path": "people/{userId}/people/{collection}",
749 "response": {
750 "$ref": "PeopleFeed"
751 },
752 "scopes": [
753 "https://www.googleapis.com/auth/plus.circles.read",
754 "https://www.googleapis.com/auth/plus.login",
755 "https://www.googleapis.com/auth/plus.me"
756 ]
757 },
758 "listByActivity": {
759 "description": "List all of the people in the specified coll ection for a particular activity.",
760 "httpMethod": "GET",
761 "id": "plusDomains.people.listByActivity",
762 "parameterOrder": [
763 "activityId",
764 "collection"
765 ],
766 "parameters": {
767 "activityId": {
768 "description": "The ID of the activity to get the li st of people for.",
769 "location": "path",
770 "required": true,
771 "type": "string"
772 },
773 "collection": {
774 "description": "The collection of people to list.",
775 "enum": [
776 "plusoners",
777 "resharers",
778 "sharedto"
779 ],
780 "enumDescriptions": [
781 "List all people who have +1'd this activity.",
782 "List all people who have reshared this activity .",
783 "List all people who this activity was shared to ."
784 ],
785 "location": "path",
786 "required": true,
787 "type": "string"
788 },
789 "maxResults": {
790 "default": "20",
791 "description": "The maximum number of people to incl ude in the response, which is used for paging. For any response, the actual numb er returned might be less than the specified maxResults.",
792 "format": "uint32",
793 "location": "query",
794 "maximum": "100",
795 "minimum": "1",
796 "type": "integer"
797 },
798 "pageToken": {
799 "description": "The continuation token, which is use d to page through large result sets. To get the next page of results, set this p arameter to the value of \"nextPageToken\" from the previous response.",
800 "location": "query",
801 "type": "string"
802 }
803 },
804 "path": "activities/{activityId}/people/{collection}",
805 "response": {
806 "$ref": "PeopleFeed"
807 },
808 "scopes": [
809 "https://www.googleapis.com/auth/plus.login",
810 "https://www.googleapis.com/auth/plus.stream.read"
811 ]
812 },
813 "listByCircle": {
814 "description": "List all of the people who are members of a circle.",
815 "httpMethod": "GET",
816 "id": "plusDomains.people.listByCircle",
817 "parameterOrder": [
818 "circleId"
819 ],
820 "parameters": {
821 "circleId": {
822 "description": "The ID of the circle to get the memb ers of.",
823 "location": "path",
824 "required": true,
825 "type": "string"
826 },
827 "maxResults": {
828 "default": "20",
829 "description": "The maximum number of people to incl ude in the response, which is used for paging. For any response, the actual numb er returned might be less than the specified maxResults.",
830 "format": "uint32",
831 "location": "query",
832 "maximum": "100",
833 "minimum": "1",
834 "type": "integer"
835 },
836 "pageToken": {
837 "description": "The continuation token, which is use d to page through large result sets. To get the next page of results, set this p arameter to the value of \"nextPageToken\" from the previous response.",
838 "location": "query",
839 "type": "string"
840 }
841 },
842 "path": "circles/{circleId}/people",
843 "response": {
844 "$ref": "PeopleFeed"
845 },
846 "scopes": [
847 "https://www.googleapis.com/auth/plus.circles.read",
848 "https://www.googleapis.com/auth/plus.login"
849 ]
850 }
851 }
852 }
853 },
854 "revision": "20140908",
855 "rootUrl": "https://www.googleapis.com/",
856 "schemas": {
857 "Acl": {
858 "id": "Acl",
859 "properties": {
860 "description": {
861 "description": "Description of the access granted, suitable for display.",
862 "type": "string"
863 },
864 "domainRestricted": {
865 "description": "Whether access is restricted to the domain." ,
866 "type": "boolean"
867 },
868 "items": {
869 "description": "The list of access entries.",
870 "items": {
871 "$ref": "PlusDomainsAclentryResource"
872 },
873 "type": "array"
874 },
875 "kind": {
876 "default": "plus#acl",
877 "description": "Identifies this resource as a collection of access controls. Value: \"plus#acl\".",
878 "type": "string"
879 }
880 },
881 "type": "object"
882 },
883 "Activity": {
884 "id": "Activity",
885 "properties": {
886 "access": {
887 "$ref": "Acl",
888 "description": "Identifies who has access to see this activi ty."
889 },
890 "actor": {
891 "description": "The person who performed this activity.",
892 "properties": {
893 "displayName": {
894 "description": "The name of the actor, suitable for display.",
895 "type": "string"
896 },
897 "id": {
898 "description": "The ID of the actor's Person resourc e.",
899 "type": "string"
900 },
901 "image": {
902 "description": "The image representation of the acto r.",
903 "properties": {
904 "url": {
905 "description": "The URL of the actor's profi le 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.",
906 "type": "string"
907 }
908 },
909 "type": "object"
910 },
911 "name": {
912 "description": "An object representation of the indi vidual components of name.",
913 "properties": {
914 "familyName": {
915 "description": "The family name (\"last name \") of the actor.",
916 "type": "string"
917 },
918 "givenName": {
919 "description": "The given name (\"first name \") of the actor.",
920 "type": "string"
921 }
922 },
923 "type": "object"
924 },
925 "url": {
926 "description": "The link to the actor's Google profi le.",
927 "type": "string"
928 }
929 },
930 "type": "object"
931 },
932 "address": {
933 "description": "Street address where this activity occurred. ",
934 "type": "string"
935 },
936 "annotation": {
937 "description": "Additional content added by the person who s hared this activity, applicable only when resharing an activity.",
938 "type": "string"
939 },
940 "crosspostSource": {
941 "description": "If this activity is a crosspost from another system, this property specifies the ID of the original activity.",
942 "type": "string"
943 },
944 "etag": {
945 "description": "ETag of this response for caching purposes." ,
946 "type": "string"
947 },
948 "geocode": {
949 "description": "Latitude and longitude where this activity o ccurred. Format is latitude followed by longitude, space separated.",
950 "type": "string"
951 },
952 "id": {
953 "description": "The ID of this activity.",
954 "type": "string"
955 },
956 "kind": {
957 "default": "plus#activity",
958 "description": "Identifies this resource as an activity. Val ue: \"plus#activity\".",
959 "type": "string"
960 },
961 "location": {
962 "$ref": "Place",
963 "description": "The location where this activity occurred."
964 },
965 "object": {
966 "description": "The object of this activity.",
967 "properties": {
968 "actor": {
969 "description": "If this activity's object is itself another activity, such as when a person reshares an activity, this property spec ifies the original activity's actor.",
970 "properties": {
971 "displayName": {
972 "description": "The original actor's name, w hich is suitable for display.",
973 "type": "string"
974 },
975 "id": {
976 "description": "ID of the original actor.",
977 "type": "string"
978 },
979 "image": {
980 "description": "The image representation of the original actor.",
981 "properties": {
982 "url": {
983 "description": "A URL that points to a thumbnail photo of the original actor.",
984 "type": "string"
985 }
986 },
987 "type": "object"
988 },
989 "url": {
990 "description": "A link to the original actor 's Google profile.",
991 "type": "string"
992 }
993 },
994 "type": "object"
995 },
996 "attachments": {
997 "description": "The media objects attached to this a ctivity.",
998 "items": {
999 "properties": {
1000 "content": {
1001 "description": "If the attachment is an article, this property contains a snippet of text from the article. It can also include descriptions for other types.",
1002 "type": "string"
1003 },
1004 "displayName": {
1005 "description": "The title of the attachm ent, such as a photo caption or an article title.",
1006 "type": "string"
1007 },
1008 "embed": {
1009 "description": "If the attachment is a v ideo, the embeddable link.",
1010 "properties": {
1011 "type": {
1012 "description": "Media type of th e link.",
1013 "type": "string"
1014 },
1015 "url": {
1016 "description": "URL of the link. ",
1017 "type": "string"
1018 }
1019 },
1020 "type": "object"
1021 },
1022 "fullImage": {
1023 "description": "The full image URL for p hoto attachments.",
1024 "properties": {
1025 "height": {
1026 "description": "The height, in p ixels, of the linked resource.",
1027 "format": "uint32",
1028 "type": "integer"
1029 },
1030 "type": {
1031 "description": "Media type of th e link.",
1032 "type": "string"
1033 },
1034 "url": {
1035 "description": "URL of the image .",
1036 "type": "string"
1037 },
1038 "width": {
1039 "description": "The width, in pi xels, of the linked resource.",
1040 "format": "uint32",
1041 "type": "integer"
1042 }
1043 },
1044 "type": "object"
1045 },
1046 "id": {
1047 "description": "The ID of the attachment .",
1048 "type": "string"
1049 },
1050 "image": {
1051 "description": "The preview image for ph otos or videos.",
1052 "properties": {
1053 "height": {
1054 "description": "The height, in p ixels, of the linked resource.",
1055 "format": "uint32",
1056 "type": "integer"
1057 },
1058 "type": {
1059 "description": "Media type of th e link.",
1060 "type": "string"
1061 },
1062 "url": {
1063 "description": "Image URL.",
1064 "type": "string"
1065 },
1066 "width": {
1067 "description": "The width, in pi xels, of the linked resource.",
1068 "format": "uint32",
1069 "type": "integer"
1070 }
1071 },
1072 "type": "object"
1073 },
1074 "objectType": {
1075 "description": "The type of media object . Possible values include, but are not limited to, the following values: \n- \" photo\" - A photo. \n- \"album\" - A photo album. \n- \"video\" - A video. \n- \ "article\" - An article, specified by a link.",
1076 "type": "string"
1077 },
1078 "previewThumbnails": {
1079 "description": "When previewing, these a re the optional thumbnails for the post. When posting an article, choose one by setting the attachment.image.url property. If you don't choose one, one will be chosen for you.",
1080 "items": {
1081 "properties": {
1082 "url": {
1083 "description": "URL of the t humbnail image.",
1084 "type": "string"
1085 }
1086 },
1087 "type": "object"
1088 },
1089 "type": "array"
1090 },
1091 "thumbnails": {
1092 "description": "If the attachment is an album, this property is a list of potential additional thumbnails from the album .",
1093 "items": {
1094 "properties": {
1095 "description": {
1096 "description": "Potential na me of the thumbnail.",
1097 "type": "string"
1098 },
1099 "image": {
1100 "description": "Image resour ce.",
1101 "properties": {
1102 "height": {
1103 "description": "The height, in pixels, of the linked resource.",
1104 "format": "uint32",
1105 "type": "integer"
1106 },
1107 "type": {
1108 "description": "Medi a type of the link.",
1109 "type": "string"
1110 },
1111 "url": {
1112 "description": "Imag e url.",
1113 "type": "string"
1114 },
1115 "width": {
1116 "description": "The width, in pixels, of the linked resource.",
1117 "format": "uint32",
1118 "type": "integer"
1119 }
1120 },
1121 "type": "object"
1122 },
1123 "url": {
1124 "description": "URL of the w ebpage containing the image.",
1125 "type": "string"
1126 }
1127 },
1128 "type": "object"
1129 },
1130 "type": "array"
1131 },
1132 "url": {
1133 "description": "The link to the attachme nt, which should be of type text/html.",
1134 "type": "string"
1135 }
1136 },
1137 "type": "object"
1138 },
1139 "type": "array"
1140 },
1141 "content": {
1142 "description": "The HTML-formatted content, which is suitable for display.",
1143 "type": "string"
1144 },
1145 "id": {
1146 "description": "The ID of the object. When resharing an activity, this is the ID of the activity that is being reshared.",
1147 "type": "string"
1148 },
1149 "objectType": {
1150 "description": "The type of the object. Possible val ues include, but are not limited to, the following values: \n- \"note\" - Textu al content. \n- \"activity\" - A Google+ activity.",
1151 "type": "string"
1152 },
1153 "originalContent": {
1154 "description": "The content (text) as provided by th e author, which is stored without any HTML formatting. When creating or updating an activity, this value must be supplied as plain text in the request.",
1155 "type": "string"
1156 },
1157 "plusoners": {
1158 "description": "People who +1'd this activity.",
1159 "properties": {
1160 "selfLink": {
1161 "description": "The URL for the collection o f people who +1'd this activity.",
1162 "type": "string"
1163 },
1164 "totalItems": {
1165 "description": "Total number of people who + 1'd this activity.",
1166 "format": "uint32",
1167 "type": "integer"
1168 }
1169 },
1170 "type": "object"
1171 },
1172 "replies": {
1173 "description": "Comments in reply to this activity." ,
1174 "properties": {
1175 "selfLink": {
1176 "description": "The URL for the collection o f comments in reply to this activity.",
1177 "type": "string"
1178 },
1179 "totalItems": {
1180 "description": "Total number of comments on this activity.",
1181 "format": "uint32",
1182 "type": "integer"
1183 }
1184 },
1185 "type": "object"
1186 },
1187 "resharers": {
1188 "description": "People who reshared this activity.",
1189 "properties": {
1190 "selfLink": {
1191 "description": "The URL for the collection o f resharers.",
1192 "type": "string"
1193 },
1194 "totalItems": {
1195 "description": "Total number of people who r eshared this activity.",
1196 "format": "uint32",
1197 "type": "integer"
1198 }
1199 },
1200 "type": "object"
1201 },
1202 "statusForViewer": {
1203 "description": "Status of the activity as seen by th e viewer.",
1204 "properties": {
1205 "canComment": {
1206 "description": "Whether the viewer can comme nt on the activity.",
1207 "type": "boolean"
1208 },
1209 "canPlusone": {
1210 "description": "Whether the viewer can +1 th e activity.",
1211 "type": "boolean"
1212 },
1213 "canUpdate": {
1214 "description": "Whether the viewer can edit or delete the activity.",
1215 "type": "boolean"
1216 },
1217 "isPlusOned": {
1218 "description": "Whether the viewer has +1'd the activity.",
1219 "type": "boolean"
1220 },
1221 "resharingDisabled": {
1222 "description": "Whether reshares are disable d for the activity.",
1223 "type": "boolean"
1224 }
1225 },
1226 "type": "object"
1227 },
1228 "url": {
1229 "description": "The URL that points to the linked re source.",
1230 "type": "string"
1231 }
1232 },
1233 "type": "object"
1234 },
1235 "placeId": {
1236 "description": "ID of the place where this activity occurred .",
1237 "type": "string"
1238 },
1239 "placeName": {
1240 "description": "Name of the place where this activity occurr ed.",
1241 "type": "string"
1242 },
1243 "provider": {
1244 "description": "The service provider that initially publishe d this activity.",
1245 "properties": {
1246 "title": {
1247 "description": "Name of the service provider.",
1248 "type": "string"
1249 }
1250 },
1251 "type": "object"
1252 },
1253 "published": {
1254 "description": "The time at which this activity was initiall y published. Formatted as an RFC 3339 timestamp.",
1255 "format": "date-time",
1256 "type": "string"
1257 },
1258 "radius": {
1259 "description": "Radius, in meters, of the region where this activity occurred, centered at the latitude and longitude identified in geocode. ",
1260 "type": "string"
1261 },
1262 "title": {
1263 "description": "Title of this activity.",
1264 "type": "string"
1265 },
1266 "updated": {
1267 "description": "The time at which this activity was last upd ated. Formatted as an RFC 3339 timestamp.",
1268 "format": "date-time",
1269 "type": "string"
1270 },
1271 "url": {
1272 "description": "The link to this activity.",
1273 "type": "string"
1274 },
1275 "verb": {
1276 "description": "This activity's verb, which indicates the ac tion that was performed. Possible values include, but are not limited to, the fo llowing values: \n- \"post\" - Publish content to the stream. \n- \"share\" - R eshare an activity.",
1277 "type": "string"
1278 }
1279 },
1280 "type": "object"
1281 },
1282 "ActivityFeed": {
1283 "id": "ActivityFeed",
1284 "properties": {
1285 "etag": {
1286 "description": "ETag of this response for caching purposes." ,
1287 "type": "string"
1288 },
1289 "id": {
1290 "description": "The ID of this collection of activities. Dep recated.",
1291 "type": "string"
1292 },
1293 "items": {
1294 "description": "The activities in this page of results.",
1295 "items": {
1296 "$ref": "Activity"
1297 },
1298 "type": "array"
1299 },
1300 "kind": {
1301 "default": "plus#activityFeed",
1302 "description": "Identifies this resource as a collection of activities. Value: \"plus#activityFeed\".",
1303 "type": "string"
1304 },
1305 "nextLink": {
1306 "description": "Link to the next page of activities.",
1307 "type": "string"
1308 },
1309 "nextPageToken": {
1310 "description": "The continuation token, which is used to pag e through large result sets. Provide this value in a subsequent request to retur n the next page of results.",
1311 "type": "string"
1312 },
1313 "selfLink": {
1314 "description": "Link to this activity resource.",
1315 "type": "string"
1316 },
1317 "title": {
1318 "description": "The title of this collection of activities, which is a truncated portion of the content.",
1319 "type": "string"
1320 },
1321 "updated": {
1322 "description": "The time at which this collection of activit ies was last updated. Formatted as an RFC 3339 timestamp.",
1323 "format": "date-time",
1324 "type": "string"
1325 }
1326 },
1327 "type": "object"
1328 },
1329 "Audience": {
1330 "id": "Audience",
1331 "properties": {
1332 "etag": {
1333 "description": "ETag of this response for caching purposes." ,
1334 "type": "string"
1335 },
1336 "item": {
1337 "$ref": "PlusDomainsAclentryResource",
1338 "description": "The access control list entry."
1339 },
1340 "kind": {
1341 "default": "plus#audience",
1342 "description": "Identifies this resource as an audience. Val ue: \"plus#audience\".",
1343 "type": "string"
1344 },
1345 "memberCount": {
1346 "description": "The number of people in this circle. This on ly applies if entity_type is CIRCLE.",
1347 "format": "uint32",
1348 "type": "integer"
1349 },
1350 "visibility": {
1351 "description": "The circle members' visibility as chosen by the owner of the circle. This only applies for items with \"item.type\" equals \ "circle\". Possible values are: \n- \"public\" - Members are visible to the pub lic. \n- \"limited\" - Members are visible to a limited audience. \n- \"private\ " - Members are visible to the owner only.",
1352 "type": "string"
1353 }
1354 },
1355 "type": "object"
1356 },
1357 "AudiencesFeed": {
1358 "id": "AudiencesFeed",
1359 "properties": {
1360 "etag": {
1361 "description": "ETag of this response for caching purposes." ,
1362 "type": "string"
1363 },
1364 "items": {
1365 "description": "The audiences in this result.",
1366 "items": {
1367 "$ref": "Audience"
1368 },
1369 "type": "array"
1370 },
1371 "kind": {
1372 "default": "plus#audiencesFeed",
1373 "description": "Identifies this resource as a collection of audiences. Value: \"plus#audienceFeed\".",
1374 "type": "string"
1375 },
1376 "nextPageToken": {
1377 "description": "The continuation token, which is used to pag e through large result sets. Provide this value in a subsequent request to retur n the next page of results.",
1378 "type": "string"
1379 },
1380 "totalItems": {
1381 "description": "The total number of ACL entries. The number of entries in this response may be smaller due to paging.",
1382 "format": "int32",
1383 "type": "integer"
1384 }
1385 },
1386 "type": "object"
1387 },
1388 "Circle": {
1389 "id": "Circle",
1390 "properties": {
1391 "description": {
1392 "description": "The description of this circle.",
1393 "type": "string"
1394 },
1395 "displayName": {
1396 "description": "The circle name.",
1397 "type": "string"
1398 },
1399 "etag": {
1400 "description": "ETag of this response for caching purposes." ,
1401 "type": "string"
1402 },
1403 "id": {
1404 "description": "The ID of the circle.",
1405 "type": "string"
1406 },
1407 "kind": {
1408 "default": "plus#circle",
1409 "description": "Identifies this resource as a circle. Value: \"plus#circle\".",
1410 "type": "string"
1411 },
1412 "people": {
1413 "description": "The people in this circle.",
1414 "properties": {
1415 "totalItems": {
1416 "description": "The total number of people in this c ircle.",
1417 "format": "uint32",
1418 "type": "integer"
1419 }
1420 },
1421 "type": "object"
1422 },
1423 "selfLink": {
1424 "description": "Link to this circle resource",
1425 "type": "string"
1426 }
1427 },
1428 "type": "object"
1429 },
1430 "CircleFeed": {
1431 "id": "CircleFeed",
1432 "properties": {
1433 "etag": {
1434 "description": "ETag of this response for caching purposes." ,
1435 "type": "string"
1436 },
1437 "items": {
1438 "description": "The circles in this page of results.",
1439 "items": {
1440 "$ref": "Circle"
1441 },
1442 "type": "array"
1443 },
1444 "kind": {
1445 "default": "plus#circleFeed",
1446 "description": "Identifies this resource as a collection of circles. Value: \"plus#circleFeed\".",
1447 "type": "string"
1448 },
1449 "nextLink": {
1450 "description": "Link to the next page of circles.",
1451 "type": "string"
1452 },
1453 "nextPageToken": {
1454 "description": "The continuation token, which is used to pag e through large result sets. Provide this value in a subsequent request to retur n the next page of results.",
1455 "type": "string"
1456 },
1457 "selfLink": {
1458 "description": "Link to this page of circles.",
1459 "type": "string"
1460 },
1461 "title": {
1462 "description": "The title of this list of resources.",
1463 "type": "string"
1464 },
1465 "totalItems": {
1466 "description": "The total number of circles. The number of c ircles in this response may be smaller due to paging.",
1467 "format": "int32",
1468 "type": "integer"
1469 }
1470 },
1471 "type": "object"
1472 },
1473 "Comment": {
1474 "id": "Comment",
1475 "properties": {
1476 "actor": {
1477 "description": "The person who posted this comment.",
1478 "properties": {
1479 "displayName": {
1480 "description": "The name of this actor, suitable for display.",
1481 "type": "string"
1482 },
1483 "id": {
1484 "description": "The ID of the actor.",
1485 "type": "string"
1486 },
1487 "image": {
1488 "description": "The image representation of this act or.",
1489 "properties": {
1490 "url": {
1491 "description": "The URL of the actor's profi le 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.",
1492 "type": "string"
1493 }
1494 },
1495 "type": "object"
1496 },
1497 "url": {
1498 "description": "A link to the Person resource for th is actor.",
1499 "type": "string"
1500 }
1501 },
1502 "type": "object"
1503 },
1504 "etag": {
1505 "description": "ETag of this response for caching purposes." ,
1506 "type": "string"
1507 },
1508 "id": {
1509 "description": "The ID of this comment.",
1510 "type": "string"
1511 },
1512 "inReplyTo": {
1513 "description": "The activity this comment replied to.",
1514 "items": {
1515 "properties": {
1516 "id": {
1517 "description": "The ID of the activity.",
1518 "type": "string"
1519 },
1520 "url": {
1521 "description": "The URL of the activity.",
1522 "type": "string"
1523 }
1524 },
1525 "type": "object"
1526 },
1527 "type": "array"
1528 },
1529 "kind": {
1530 "default": "plus#comment",
1531 "description": "Identifies this resource as a comment. Value : \"plus#comment\".",
1532 "type": "string"
1533 },
1534 "object": {
1535 "description": "The object of this comment.",
1536 "properties": {
1537 "content": {
1538 "description": "The HTML-formatted content, suitable for display.",
1539 "type": "string"
1540 },
1541 "objectType": {
1542 "default": "comment",
1543 "description": "The object type of this comment. Pos sible values are: \n- \"comment\" - A comment in reply to an activity.",
1544 "type": "string"
1545 },
1546 "originalContent": {
1547 "description": "The content (text) as provided by th e author, stored without any HTML formatting. When creating or updating a commen t, this value must be supplied as plain text in the request.",
1548 "type": "string"
1549 }
1550 },
1551 "type": "object"
1552 },
1553 "plusoners": {
1554 "description": "People who +1'd this comment.",
1555 "properties": {
1556 "totalItems": {
1557 "description": "Total number of people who +1'd this comment.",
1558 "format": "uint32",
1559 "type": "integer"
1560 }
1561 },
1562 "type": "object"
1563 },
1564 "published": {
1565 "description": "The time at which this comment was initially published. Formatted as an RFC 3339 timestamp.",
1566 "format": "date-time",
1567 "type": "string"
1568 },
1569 "selfLink": {
1570 "description": "Link to this comment resource.",
1571 "type": "string"
1572 },
1573 "updated": {
1574 "description": "The time at which this comment was last upda ted. Formatted as an RFC 3339 timestamp.",
1575 "format": "date-time",
1576 "type": "string"
1577 },
1578 "verb": {
1579 "default": "post",
1580 "description": "This comment's verb, indicating what action was performed. Possible values are: \n- \"post\" - Publish content to the strea m.",
1581 "type": "string"
1582 }
1583 },
1584 "type": "object"
1585 },
1586 "CommentFeed": {
1587 "id": "CommentFeed",
1588 "properties": {
1589 "etag": {
1590 "description": "ETag of this response for caching purposes." ,
1591 "type": "string"
1592 },
1593 "id": {
1594 "description": "The ID of this collection of comments.",
1595 "type": "string"
1596 },
1597 "items": {
1598 "description": "The comments in this page of results.",
1599 "items": {
1600 "$ref": "Comment"
1601 },
1602 "type": "array"
1603 },
1604 "kind": {
1605 "default": "plus#commentFeed",
1606 "description": "Identifies this resource as a collection of comments. Value: \"plus#commentFeed\".",
1607 "type": "string"
1608 },
1609 "nextLink": {
1610 "description": "Link to the next page of activities.",
1611 "type": "string"
1612 },
1613 "nextPageToken": {
1614 "description": "The continuation token, which is used to pag e through large result sets. Provide this value in a subsequent request to retur n the next page of results.",
1615 "type": "string"
1616 },
1617 "title": {
1618 "description": "The title of this collection of comments.",
1619 "type": "string"
1620 },
1621 "updated": {
1622 "description": "The time at which this collection of comment s was last updated. Formatted as an RFC 3339 timestamp.",
1623 "format": "date-time",
1624 "type": "string"
1625 }
1626 },
1627 "type": "object"
1628 },
1629 "Media": {
1630 "id": "Media",
1631 "properties": {
1632 "author": {
1633 "description": "The person who uploaded this media.",
1634 "properties": {
1635 "displayName": {
1636 "description": "The author's name.",
1637 "type": "string"
1638 },
1639 "id": {
1640 "description": "ID of the author.",
1641 "type": "string"
1642 },
1643 "image": {
1644 "description": "The author's Google profile image.",
1645 "properties": {
1646 "url": {
1647 "description": "The URL of the author's prof ile 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.",
1648 "type": "string"
1649 }
1650 },
1651 "type": "object"
1652 },
1653 "url": {
1654 "description": "A link to the author's Google profil e.",
1655 "type": "string"
1656 }
1657 },
1658 "type": "object"
1659 },
1660 "displayName": {
1661 "description": "The display name for this media.",
1662 "type": "string"
1663 },
1664 "etag": {
1665 "description": "ETag of this response for caching purposes." ,
1666 "type": "string"
1667 },
1668 "exif": {
1669 "description": "Exif information of the media item.",
1670 "properties": {
1671 "time": {
1672 "description": "The time the media was captured. For matted as an RFC 3339 timestamp.",
1673 "format": "date-time",
1674 "type": "string"
1675 }
1676 },
1677 "type": "object"
1678 },
1679 "height": {
1680 "description": "The height in pixels of the original image." ,
1681 "format": "uint32",
1682 "type": "integer"
1683 },
1684 "id": {
1685 "description": "ID of this media, which is generated by the API.",
1686 "type": "string"
1687 },
1688 "kind": {
1689 "default": "plus#media",
1690 "description": "The type of resource.",
1691 "type": "string"
1692 },
1693 "mediaCreatedTime": {
1694 "description": "The time at which this media was originally created in UTC. Formatted as an RFC 3339 timestamp that matches this example: 20 10-11-25T14:30:27.655Z",
1695 "format": "date-time",
1696 "type": "string"
1697 },
1698 "mediaUrl": {
1699 "description": "The URL of this photo or video's still image .",
1700 "type": "string"
1701 },
1702 "published": {
1703 "description": "The time at which this media was uploaded. F ormatted as an RFC 3339 timestamp.",
1704 "format": "date-time",
1705 "type": "string"
1706 },
1707 "sizeBytes": {
1708 "description": "The size in bytes of this video.",
1709 "format": "int64",
1710 "type": "string"
1711 },
1712 "streams": {
1713 "description": "The list of video streams for this video. Th ere might be several different streams available for a single video, either Flas h or MPEG, of various sizes",
1714 "items": {
1715 "$ref": "Videostream"
1716 },
1717 "type": "array"
1718 },
1719 "summary": {
1720 "description": "A description, or caption, for this media.",
1721 "type": "string"
1722 },
1723 "updated": {
1724 "description": "The time at which this media was last update d. This includes changes to media metadata. Formatted as an RFC 3339 timestamp." ,
1725 "format": "date-time",
1726 "type": "string"
1727 },
1728 "url": {
1729 "description": "The URL for the page that hosts this media." ,
1730 "type": "string"
1731 },
1732 "videoDuration": {
1733 "description": "The duration in milliseconds of this video." ,
1734 "format": "int64",
1735 "type": "string"
1736 },
1737 "videoStatus": {
1738 "description": "The encoding status of this video. Possible values are: \n- \"UPLOADING\" - Not all the video bytes have been received. \n- \"PENDING\" - Video not yet processed. \n- \"FAILED\" - Video processing failed . \n- \"READY\" - A single video stream is playable. \n- \"FINAL\" - All video s treams are playable.",
1739 "type": "string"
1740 },
1741 "width": {
1742 "description": "The width in pixels of the original image.",
1743 "format": "uint32",
1744 "type": "integer"
1745 }
1746 },
1747 "type": "object"
1748 },
1749 "PeopleFeed": {
1750 "id": "PeopleFeed",
1751 "properties": {
1752 "etag": {
1753 "description": "ETag of this response for caching purposes." ,
1754 "type": "string"
1755 },
1756 "items": {
1757 "description": "The people in this page of results. Each ite m includes the id, displayName, image, and url for the person. To retrieve addit ional profile data, see the people.get method.",
1758 "items": {
1759 "$ref": "Person"
1760 },
1761 "type": "array"
1762 },
1763 "kind": {
1764 "default": "plus#peopleFeed",
1765 "description": "Identifies this resource as a collection of people. Value: \"plus#peopleFeed\".",
1766 "type": "string"
1767 },
1768 "nextPageToken": {
1769 "description": "The continuation token, which is used to pag e through large result sets. Provide this value in a subsequent request to retur n the next page of results.",
1770 "type": "string"
1771 },
1772 "selfLink": {
1773 "description": "Link to this resource.",
1774 "type": "string"
1775 },
1776 "title": {
1777 "description": "The title of this collection of people.",
1778 "type": "string"
1779 },
1780 "totalItems": {
1781 "description": "The total number of people available in this list. The number of people in a response might be smaller due to paging. This m ight not be set for all collections.",
1782 "format": "int32",
1783 "type": "integer"
1784 }
1785 },
1786 "type": "object"
1787 },
1788 "Person": {
1789 "id": "Person",
1790 "properties": {
1791 "aboutMe": {
1792 "description": "A short biography for this person.",
1793 "type": "string"
1794 },
1795 "birthday": {
1796 "description": "The person's date of birth, represented as Y YYY-MM-DD.",
1797 "type": "string"
1798 },
1799 "braggingRights": {
1800 "description": "The \"bragging rights\" line of this person. ",
1801 "type": "string"
1802 },
1803 "circledByCount": {
1804 "description": "For followers who are visible, the number of people who have added this person or page to a circle.",
1805 "format": "int32",
1806 "type": "integer"
1807 },
1808 "cover": {
1809 "description": "The cover photo content.",
1810 "properties": {
1811 "coverInfo": {
1812 "description": "Extra information about the cover ph oto.",
1813 "properties": {
1814 "leftImageOffset": {
1815 "description": "The difference between the l eft position of the cover image and the actual displayed cover image. Only valid for banner layout.",
1816 "format": "int32",
1817 "type": "integer"
1818 },
1819 "topImageOffset": {
1820 "description": "The difference between the t op position of the cover image and the actual displayed cover image. Only valid for banner layout.",
1821 "format": "int32",
1822 "type": "integer"
1823 }
1824 },
1825 "type": "object"
1826 },
1827 "coverPhoto": {
1828 "description": "The person's primary cover image.",
1829 "properties": {
1830 "height": {
1831 "description": "The height of the image.",
1832 "format": "int32",
1833 "type": "integer"
1834 },
1835 "url": {
1836 "description": "The URL of the image.",
1837 "type": "string"
1838 },
1839 "width": {
1840 "description": "The width of the image.",
1841 "format": "int32",
1842 "type": "integer"
1843 }
1844 },
1845 "type": "object"
1846 },
1847 "layout": {
1848 "description": "The layout of the cover art. Possibl e values include, but are not limited to, the following values: \n- \"banner\" - One large image banner.",
1849 "type": "string"
1850 }
1851 },
1852 "type": "object"
1853 },
1854 "currentLocation": {
1855 "description": "(this field is not currently used)",
1856 "type": "string"
1857 },
1858 "displayName": {
1859 "description": "The name of this person, which is suitable f or display.",
1860 "type": "string"
1861 },
1862 "domain": {
1863 "description": "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.",
1864 "type": "string"
1865 },
1866 "emails": {
1867 "description": "A list of email addresses that this person h as, 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 j ust the Google account email address.",
1868 "items": {
1869 "properties": {
1870 "type": {
1871 "description": "The type of address. Possible va lues include, but are not limited to, the following values: \n- \"account\" - G oogle account email address. \n- \"home\" - Home email address. \n- \"work\" - W ork email address. \n- \"other\" - Other.",
1872 "type": "string"
1873 },
1874 "value": {
1875 "description": "The email address.",
1876 "type": "string"
1877 }
1878 },
1879 "type": "object"
1880 },
1881 "type": "array"
1882 },
1883 "etag": {
1884 "description": "ETag of this response for caching purposes." ,
1885 "type": "string"
1886 },
1887 "gender": {
1888 "description": "The person's gender. Possible values include , but are not limited to, the following values: \n- \"male\" - Male gender. \n- \"female\" - Female gender. \n- \"other\" - Other.",
1889 "type": "string"
1890 },
1891 "id": {
1892 "description": "The ID of this person.",
1893 "type": "string"
1894 },
1895 "image": {
1896 "description": "The representation of the person's profile p hoto.",
1897 "properties": {
1898 "isDefault": {
1899 "description": "Whether the person's profile photo i s the default one",
1900 "type": "boolean"
1901 },
1902 "url": {
1903 "description": "The URL of the person's profile phot o. To resize the image and crop it to a square, append the query string ?sz=x, w here x is the dimension in pixels of each side.",
1904 "type": "string"
1905 }
1906 },
1907 "type": "object"
1908 },
1909 "isPlusUser": {
1910 "description": "Whether this user has signed up for Google+. ",
1911 "type": "boolean"
1912 },
1913 "kind": {
1914 "default": "plus#person",
1915 "description": "Identifies this resource as a person. Value: \"plus#person\".",
1916 "type": "string"
1917 },
1918 "name": {
1919 "description": "An object representation of the individual c omponents of a person's name.",
1920 "properties": {
1921 "familyName": {
1922 "description": "The family name (last name) of this person.",
1923 "type": "string"
1924 },
1925 "formatted": {
1926 "description": "The full name of this person, includ ing middle names, suffixes, etc.",
1927 "type": "string"
1928 },
1929 "givenName": {
1930 "description": "The given name (first name) of this person.",
1931 "type": "string"
1932 },
1933 "honorificPrefix": {
1934 "description": "The honorific prefixes (such as \"Dr .\" or \"Mrs.\") for this person.",
1935 "type": "string"
1936 },
1937 "honorificSuffix": {
1938 "description": "The honorific suffixes (such as \"Jr .\") for this person.",
1939 "type": "string"
1940 },
1941 "middleName": {
1942 "description": "The middle name of this person.",
1943 "type": "string"
1944 }
1945 },
1946 "type": "object"
1947 },
1948 "nickname": {
1949 "description": "The nickname of this person.",
1950 "type": "string"
1951 },
1952 "objectType": {
1953 "description": "Type of person within Google+. Possible valu es include, but are not limited to, the following values: \n- \"person\" - repr esents an actual person. \n- \"page\" - represents a page.",
1954 "type": "string"
1955 },
1956 "occupation": {
1957 "description": "The occupation of this person.",
1958 "type": "string"
1959 },
1960 "organizations": {
1961 "description": "A list of current or past organizations with which this person is associated.",
1962 "items": {
1963 "properties": {
1964 "department": {
1965 "description": "The department within the organi zation. Deprecated.",
1966 "type": "string"
1967 },
1968 "description": {
1969 "description": "A short description of the perso n's role in this organization. Deprecated.",
1970 "type": "string"
1971 },
1972 "endDate": {
1973 "description": "The date that the person left th is organization.",
1974 "type": "string"
1975 },
1976 "location": {
1977 "description": "The location of this organizatio n. Deprecated.",
1978 "type": "string"
1979 },
1980 "name": {
1981 "description": "The name of the organization.",
1982 "type": "string"
1983 },
1984 "primary": {
1985 "description": "If \"true\", indicates this orga nization is the person's primary one, which is typically interpreted as the curr ent one.",
1986 "type": "boolean"
1987 },
1988 "startDate": {
1989 "description": "The date that the person joined this organization.",
1990 "type": "string"
1991 },
1992 "title": {
1993 "description": "The person's job title or role w ithin the organization.",
1994 "type": "string"
1995 },
1996 "type": {
1997 "description": "The type of organization. Possib le values include, but are not limited to, the following values: \n- \"work\" - Work. \n- \"school\" - School.",
1998 "type": "string"
1999 }
2000 },
2001 "type": "object"
2002 },
2003 "type": "array"
2004 },
2005 "placesLived": {
2006 "description": "A list of places where this person has lived .",
2007 "items": {
2008 "properties": {
2009 "primary": {
2010 "description": "If \"true\", this place of resid ence is this person's primary residence.",
2011 "type": "boolean"
2012 },
2013 "value": {
2014 "description": "A place where this person has li ved. For example: \"Seattle, WA\", \"Near Toronto\".",
2015 "type": "string"
2016 }
2017 },
2018 "type": "object"
2019 },
2020 "type": "array"
2021 },
2022 "plusOneCount": {
2023 "description": "If a Google+ Page, the number of people who have +1'd this page.",
2024 "format": "int32",
2025 "type": "integer"
2026 },
2027 "relationshipStatus": {
2028 "description": "The person's relationship status. Possible v alues include, but are not limited to, the following values: \n- \"single\" - P erson is single. \n- \"in_a_relationship\" - Person is in a relationship. \n- \" engaged\" - Person is engaged. \n- \"married\" - Person is married. \n- \"its_co mplicated\" - The relationship is complicated. \n- \"open_relationship\" - Perso n is in an open relationship. \n- \"widowed\" - Person is widowed. \n- \"in_dome stic_partnership\" - Person is in a domestic partnership. \n- \"in_civil_union\" - Person is in a civil union.",
2029 "type": "string"
2030 },
2031 "skills": {
2032 "description": "The person's skills.",
2033 "type": "string"
2034 },
2035 "tagline": {
2036 "description": "The brief description (tagline) of this pers on.",
2037 "type": "string"
2038 },
2039 "url": {
2040 "description": "The URL of this person's profile.",
2041 "type": "string"
2042 },
2043 "urls": {
2044 "description": "A list of URLs for this person.",
2045 "items": {
2046 "properties": {
2047 "label": {
2048 "description": "The label of the URL.",
2049 "type": "string"
2050 },
2051 "type": {
2052 "description": "The type of URL. Possible values include, but are not limited to, the following values: \n- \"otherProfile\" - URL for another profile. \n- \"contributor\" - URL to a site for which this pers on is a contributor. \n- \"website\" - URL for this Google+ Page's primary websi te. \n- \"other\" - Other URL.",
2053 "type": "string"
2054 },
2055 "value": {
2056 "description": "The URL value.",
2057 "type": "string"
2058 }
2059 },
2060 "type": "object"
2061 },
2062 "type": "array"
2063 },
2064 "verified": {
2065 "description": "Whether the person or Google+ Page has been verified.",
2066 "type": "boolean"
2067 }
2068 },
2069 "type": "object"
2070 },
2071 "Place": {
2072 "id": "Place",
2073 "properties": {
2074 "address": {
2075 "description": "The physical address of the place.",
2076 "properties": {
2077 "formatted": {
2078 "description": "The formatted address for display.",
2079 "type": "string"
2080 }
2081 },
2082 "type": "object"
2083 },
2084 "displayName": {
2085 "description": "The display name of the place.",
2086 "type": "string"
2087 },
2088 "id": {
2089 "description": "The id of the place.",
2090 "type": "string"
2091 },
2092 "kind": {
2093 "default": "plus#place",
2094 "description": "Identifies this resource as a place. Value: \"plus#place\".",
2095 "type": "string"
2096 },
2097 "position": {
2098 "description": "The position of the place.",
2099 "properties": {
2100 "latitude": {
2101 "description": "The latitude of this position.",
2102 "format": "double",
2103 "type": "number"
2104 },
2105 "longitude": {
2106 "description": "The longitude of this position.",
2107 "format": "double",
2108 "type": "number"
2109 }
2110 },
2111 "type": "object"
2112 }
2113 },
2114 "type": "object"
2115 },
2116 "PlusDomainsAclentryResource": {
2117 "id": "PlusDomainsAclentryResource",
2118 "properties": {
2119 "displayName": {
2120 "description": "A descriptive name for this entry. Suitable for display.",
2121 "type": "string"
2122 },
2123 "id": {
2124 "description": "The ID of the entry. For entries of type \"p erson\" or \"circle\", this is the ID of the resource. For other types, this pro perty is not set.",
2125 "type": "string"
2126 },
2127 "type": {
2128 "description": "The type of entry describing to whom access is granted. Possible values are: \n- \"person\" - Access to an individual. \n- \"circle\" - Access to members of a circle. \n- \"myCircles\" - Access to member s of all the person's circles. \n- \"extendedCircles\" - Access to members of al l the person's circles, plus all of the people in their circles. \n- \"domain\" - Access to members of the person's Google Apps domain. \n- \"public\" - Access to anyone on the web.",
2129 "type": "string"
2130 }
2131 },
2132 "type": "object"
2133 },
2134 "Videostream": {
2135 "id": "Videostream",
2136 "properties": {
2137 "height": {
2138 "description": "The height, in pixels, of the video resource .",
2139 "format": "int32",
2140 "type": "integer"
2141 },
2142 "type": {
2143 "description": "MIME type of the video stream.",
2144 "type": "string"
2145 },
2146 "url": {
2147 "description": "URL of the video stream.",
2148 "type": "string"
2149 },
2150 "width": {
2151 "description": "The width, in pixels, of the video resource. ",
2152 "format": "int32",
2153 "type": "integer"
2154 }
2155 },
2156 "type": "object"
2157 }
2158 },
2159 "servicePath": "plusDomains/v1/",
2160 "title": "Google+ Domains API",
2161 "version": "v1"
2162 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698