[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 * Copyright 2010 Google Inc. 4 * 5 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 6 * use this file except in compliance with the License. You may obtain a copy of 7 * the License at 8 * 9 * http://www.apache.org/licenses/LICENSE-2.0 10 * 11 * Unless required by applicable law or agreed to in writing, software 12 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 13 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 14 * License for the specific language governing permissions and limitations under 15 * the License. 16 */ 17 18 /** 19 * Service definition for Plus (v1). 20 * 21 * <p> 22 * The Google+ API enables developers to build on top of the Google+ platform. 23 * </p> 24 * 25 * <p> 26 * For more information about this service, see the API 27 * <a href="https://developers.google.com/+/api/" target="_blank">Documentation</a> 28 * </p> 29 * 30 * @author Google, Inc. 31 */ 32 class Google_Service_Plus extends Google_Service 33 { 34 /** Know your basic profile info and list of people in your circles.. */ 35 const PLUS_LOGIN = "https://www.googleapis.com/auth/plus.login"; 36 /** Know who you are on Google. */ 37 const PLUS_ME = "https://www.googleapis.com/auth/plus.me"; 38 /** View your email address. */ 39 const USERINFO_EMAIL = "https://www.googleapis.com/auth/userinfo.email"; 40 /** View your basic profile info. */ 41 const USERINFO_PROFILE = "https://www.googleapis.com/auth/userinfo.profile"; 42 43 public $activities; 44 public $comments; 45 public $moments; 46 public $people; 47 48 49 /** 50 * Constructs the internal representation of the Plus service. 51 * 52 * @param Google_Client $client 53 */ 54 public function __construct(Google_Client $client) 55 { 56 parent::__construct($client); 57 $this->servicePath = 'plus/v1/'; 58 $this->version = 'v1'; 59 $this->serviceName = 'plus'; 60 61 $this->activities = new Google_Service_Plus_Activities_Resource( 62 $this, 63 $this->serviceName, 64 'activities', 65 array( 66 'methods' => array( 67 'get' => array( 68 'path' => 'activities/{activityId}', 69 'httpMethod' => 'GET', 70 'parameters' => array( 71 'activityId' => array( 72 'location' => 'path', 73 'type' => 'string', 74 'required' => true, 75 ), 76 ), 77 ),'list' => array( 78 'path' => 'people/{userId}/activities/{collection}', 79 'httpMethod' => 'GET', 80 'parameters' => array( 81 'userId' => array( 82 'location' => 'path', 83 'type' => 'string', 84 'required' => true, 85 ), 86 'collection' => array( 87 'location' => 'path', 88 'type' => 'string', 89 'required' => true, 90 ), 91 'pageToken' => array( 92 'location' => 'query', 93 'type' => 'string', 94 ), 95 'maxResults' => array( 96 'location' => 'query', 97 'type' => 'integer', 98 ), 99 ), 100 ),'search' => array( 101 'path' => 'activities', 102 'httpMethod' => 'GET', 103 'parameters' => array( 104 'query' => array( 105 'location' => 'query', 106 'type' => 'string', 107 'required' => true, 108 ), 109 'orderBy' => array( 110 'location' => 'query', 111 'type' => 'string', 112 ), 113 'pageToken' => array( 114 'location' => 'query', 115 'type' => 'string', 116 ), 117 'maxResults' => array( 118 'location' => 'query', 119 'type' => 'integer', 120 ), 121 'language' => array( 122 'location' => 'query', 123 'type' => 'string', 124 ), 125 ), 126 ), 127 ) 128 ) 129 ); 130 $this->comments = new Google_Service_Plus_Comments_Resource( 131 $this, 132 $this->serviceName, 133 'comments', 134 array( 135 'methods' => array( 136 'get' => array( 137 'path' => 'comments/{commentId}', 138 'httpMethod' => 'GET', 139 'parameters' => array( 140 'commentId' => array( 141 'location' => 'path', 142 'type' => 'string', 143 'required' => true, 144 ), 145 ), 146 ),'list' => array( 147 'path' => 'activities/{activityId}/comments', 148 'httpMethod' => 'GET', 149 'parameters' => array( 150 'activityId' => array( 151 'location' => 'path', 152 'type' => 'string', 153 'required' => true, 154 ), 155 'pageToken' => array( 156 'location' => 'query', 157 'type' => 'string', 158 ), 159 'sortOrder' => array( 160 'location' => 'query', 161 'type' => 'string', 162 ), 163 'maxResults' => array( 164 'location' => 'query', 165 'type' => 'integer', 166 ), 167 ), 168 ), 169 ) 170 ) 171 ); 172 $this->moments = new Google_Service_Plus_Moments_Resource( 173 $this, 174 $this->serviceName, 175 'moments', 176 array( 177 'methods' => array( 178 'insert' => array( 179 'path' => 'people/{userId}/moments/{collection}', 180 'httpMethod' => 'POST', 181 'parameters' => array( 182 'userId' => array( 183 'location' => 'path', 184 'type' => 'string', 185 'required' => true, 186 ), 187 'collection' => array( 188 'location' => 'path', 189 'type' => 'string', 190 'required' => true, 191 ), 192 'debug' => array( 193 'location' => 'query', 194 'type' => 'boolean', 195 ), 196 ), 197 ),'list' => array( 198 'path' => 'people/{userId}/moments/{collection}', 199 'httpMethod' => 'GET', 200 'parameters' => array( 201 'userId' => array( 202 'location' => 'path', 203 'type' => 'string', 204 'required' => true, 205 ), 206 'collection' => array( 207 'location' => 'path', 208 'type' => 'string', 209 'required' => true, 210 ), 211 'maxResults' => array( 212 'location' => 'query', 213 'type' => 'integer', 214 ), 215 'pageToken' => array( 216 'location' => 'query', 217 'type' => 'string', 218 ), 219 'targetUrl' => array( 220 'location' => 'query', 221 'type' => 'string', 222 ), 223 'type' => array( 224 'location' => 'query', 225 'type' => 'string', 226 ), 227 ), 228 ),'remove' => array( 229 'path' => 'moments/{id}', 230 'httpMethod' => 'DELETE', 231 'parameters' => array( 232 'id' => array( 233 'location' => 'path', 234 'type' => 'string', 235 'required' => true, 236 ), 237 ), 238 ), 239 ) 240 ) 241 ); 242 $this->people = new Google_Service_Plus_People_Resource( 243 $this, 244 $this->serviceName, 245 'people', 246 array( 247 'methods' => array( 248 'get' => array( 249 'path' => 'people/{userId}', 250 'httpMethod' => 'GET', 251 'parameters' => array( 252 'userId' => array( 253 'location' => 'path', 254 'type' => 'string', 255 'required' => true, 256 ), 257 ), 258 ),'list' => array( 259 'path' => 'people/{userId}/people/{collection}', 260 'httpMethod' => 'GET', 261 'parameters' => array( 262 'userId' => array( 263 'location' => 'path', 264 'type' => 'string', 265 'required' => true, 266 ), 267 'collection' => array( 268 'location' => 'path', 269 'type' => 'string', 270 'required' => true, 271 ), 272 'orderBy' => array( 273 'location' => 'query', 274 'type' => 'string', 275 ), 276 'pageToken' => array( 277 'location' => 'query', 278 'type' => 'string', 279 ), 280 'maxResults' => array( 281 'location' => 'query', 282 'type' => 'integer', 283 ), 284 ), 285 ),'listByActivity' => array( 286 'path' => 'activities/{activityId}/people/{collection}', 287 'httpMethod' => 'GET', 288 'parameters' => array( 289 'activityId' => array( 290 'location' => 'path', 291 'type' => 'string', 292 'required' => true, 293 ), 294 'collection' => array( 295 'location' => 'path', 296 'type' => 'string', 297 'required' => true, 298 ), 299 'pageToken' => array( 300 'location' => 'query', 301 'type' => 'string', 302 ), 303 'maxResults' => array( 304 'location' => 'query', 305 'type' => 'integer', 306 ), 307 ), 308 ),'search' => array( 309 'path' => 'people', 310 'httpMethod' => 'GET', 311 'parameters' => array( 312 'query' => array( 313 'location' => 'query', 314 'type' => 'string', 315 'required' => true, 316 ), 317 'pageToken' => array( 318 'location' => 'query', 319 'type' => 'string', 320 ), 321 'maxResults' => array( 322 'location' => 'query', 323 'type' => 'integer', 324 ), 325 'language' => array( 326 'location' => 'query', 327 'type' => 'string', 328 ), 329 ), 330 ), 331 ) 332 ) 333 ); 334 } 335 } 336 337 338 /** 339 * The "activities" collection of methods. 340 * Typical usage is: 341 * <code> 342 * $plusService = new Google_Service_Plus(...); 343 * $activities = $plusService->activities; 344 * </code> 345 */ 346 class Google_Service_Plus_Activities_Resource extends Google_Service_Resource 347 { 348 349 /** 350 * Get an activity. (activities.get) 351 * 352 * @param string $activityId 353 * The ID of the activity to get. 354 * @param array $optParams Optional parameters. 355 * @return Google_Service_Plus_Activity 356 */ 357 public function get($activityId, $optParams = array()) 358 { 359 $params = array('activityId' => $activityId); 360 $params = array_merge($params, $optParams); 361 return $this->call('get', array($params), "Google_Service_Plus_Activity"); 362 } 363 /** 364 * List all of the activities in the specified collection for a particular user. 365 * (activities.listActivities) 366 * 367 * @param string $userId 368 * The ID of the user to get activities for. The special value "me" can be used to indicate the 369 * authenticated user. 370 * @param string $collection 371 * The collection of activities to list. 372 * @param array $optParams Optional parameters. 373 * 374 * @opt_param string pageToken 375 * The continuation token, which is used to page through large result sets. To get the next page of 376 * results, set this parameter to the value of "nextPageToken" from the previous response. 377 * @opt_param string maxResults 378 * The maximum number of activities to include in the response, which is used for paging. For any 379 * response, the actual number returned might be less than the specified maxResults. 380 * @return Google_Service_Plus_ActivityFeed 381 */ 382 public function listActivities($userId, $collection, $optParams = array()) 383 { 384 $params = array('userId' => $userId, 'collection' => $collection); 385 $params = array_merge($params, $optParams); 386 return $this->call('list', array($params), "Google_Service_Plus_ActivityFeed"); 387 } 388 /** 389 * Search public activities. (activities.search) 390 * 391 * @param string $query 392 * Full-text search query string. 393 * @param array $optParams Optional parameters. 394 * 395 * @opt_param string orderBy 396 * Specifies how to order search results. 397 * @opt_param string pageToken 398 * The continuation token, which is used to page through large result sets. To get the next page of 399 * results, set this parameter to the value of "nextPageToken" from the previous response. This 400 * token can be of any length. 401 * @opt_param string maxResults 402 * The maximum number of activities to include in the response, which is used for paging. For any 403 * response, the actual number returned might be less than the specified maxResults. 404 * @opt_param string language 405 * Specify the preferred language to search with. See search language codes for available values. 406 * @return Google_Service_Plus_ActivityFeed 407 */ 408 public function search($query, $optParams = array()) 409 { 410 $params = array('query' => $query); 411 $params = array_merge($params, $optParams); 412 return $this->call('search', array($params), "Google_Service_Plus_ActivityFeed"); 413 } 414 } 415 416 /** 417 * The "comments" collection of methods. 418 * Typical usage is: 419 * <code> 420 * $plusService = new Google_Service_Plus(...); 421 * $comments = $plusService->comments; 422 * </code> 423 */ 424 class Google_Service_Plus_Comments_Resource extends Google_Service_Resource 425 { 426 427 /** 428 * Get a comment. (comments.get) 429 * 430 * @param string $commentId 431 * The ID of the comment to get. 432 * @param array $optParams Optional parameters. 433 * @return Google_Service_Plus_Comment 434 */ 435 public function get($commentId, $optParams = array()) 436 { 437 $params = array('commentId' => $commentId); 438 $params = array_merge($params, $optParams); 439 return $this->call('get', array($params), "Google_Service_Plus_Comment"); 440 } 441 /** 442 * List all of the comments for an activity. (comments.listComments) 443 * 444 * @param string $activityId 445 * The ID of the activity to get comments for. 446 * @param array $optParams Optional parameters. 447 * 448 * @opt_param string pageToken 449 * The continuation token, which is used to page through large result sets. To get the next page of 450 * results, set this parameter to the value of "nextPageToken" from the previous response. 451 * @opt_param string sortOrder 452 * The order in which to sort the list of comments. 453 * @opt_param string maxResults 454 * The maximum number of comments to include in the response, which is used for paging. For any 455 * response, the actual number returned might be less than the specified maxResults. 456 * @return Google_Service_Plus_CommentFeed 457 */ 458 public function listComments($activityId, $optParams = array()) 459 { 460 $params = array('activityId' => $activityId); 461 $params = array_merge($params, $optParams); 462 return $this->call('list', array($params), "Google_Service_Plus_CommentFeed"); 463 } 464 } 465 466 /** 467 * The "moments" collection of methods. 468 * Typical usage is: 469 * <code> 470 * $plusService = new Google_Service_Plus(...); 471 * $moments = $plusService->moments; 472 * </code> 473 */ 474 class Google_Service_Plus_Moments_Resource extends Google_Service_Resource 475 { 476 477 /** 478 * Record a moment representing a user's action such as making a purchase or 479 * commenting on a blog. (moments.insert) 480 * 481 * @param string $userId 482 * The ID of the user to record actions for. The only valid values are "me" and the ID of the 483 * authenticated user. 484 * @param string $collection 485 * The collection to which to write moments. 486 * @param Google_Moment $postBody 487 * @param array $optParams Optional parameters. 488 * 489 * @opt_param bool debug 490 * Return the moment as written. Should be used only for debugging. 491 * @return Google_Service_Plus_Moment 492 */ 493 public function insert($userId, $collection, Google_Service_Plus_Moment $postBody, $optParams = array()) 494 { 495 $params = array('userId' => $userId, 'collection' => $collection, 'postBody' => $postBody); 496 $params = array_merge($params, $optParams); 497 return $this->call('insert', array($params), "Google_Service_Plus_Moment"); 498 } 499 /** 500 * List all of the moments for a particular user. (moments.listMoments) 501 * 502 * @param string $userId 503 * The ID of the user to get moments for. The special value "me" can be used to indicate the 504 * authenticated user. 505 * @param string $collection 506 * The collection of moments to list. 507 * @param array $optParams Optional parameters. 508 * 509 * @opt_param string maxResults 510 * The maximum number of moments to include in the response, which is used for paging. For any 511 * response, the actual number returned might be less than the specified maxResults. 512 * @opt_param string pageToken 513 * The continuation token, which is used to page through large result sets. To get the next page of 514 * results, set this parameter to the value of "nextPageToken" from the previous response. 515 * @opt_param string targetUrl 516 * Only moments containing this targetUrl will be returned. 517 * @opt_param string type 518 * Only moments of this type will be returned. 519 * @return Google_Service_Plus_MomentsFeed 520 */ 521 public function listMoments($userId, $collection, $optParams = array()) 522 { 523 $params = array('userId' => $userId, 'collection' => $collection); 524 $params = array_merge($params, $optParams); 525 return $this->call('list', array($params), "Google_Service_Plus_MomentsFeed"); 526 } 527 /** 528 * Delete a moment. (moments.remove) 529 * 530 * @param string $id 531 * The ID of the moment to delete. 532 * @param array $optParams Optional parameters. 533 */ 534 public function remove($id, $optParams = array()) 535 { 536 $params = array('id' => $id); 537 $params = array_merge($params, $optParams); 538 return $this->call('remove', array($params)); 539 } 540 } 541 542 /** 543 * The "people" collection of methods. 544 * Typical usage is: 545 * <code> 546 * $plusService = new Google_Service_Plus(...); 547 * $people = $plusService->people; 548 * </code> 549 */ 550 class Google_Service_Plus_People_Resource extends Google_Service_Resource 551 { 552 553 /** 554 * Get a person's profile. If your app uses scope 555 * https://www.googleapis.com/auth/plus.login, this method is guaranteed to 556 * return ageRange and language. (people.get) 557 * 558 * @param string $userId 559 * The ID of the person to get the profile for. The special value "me" can be used to indicate the 560 * authenticated user. 561 * @param array $optParams Optional parameters. 562 * @return Google_Service_Plus_Person 563 */ 564 public function get($userId, $optParams = array()) 565 { 566 $params = array('userId' => $userId); 567 $params = array_merge($params, $optParams); 568 return $this->call('get', array($params), "Google_Service_Plus_Person"); 569 } 570 /** 571 * List all of the people in the specified collection. (people.listPeople) 572 * 573 * @param string $userId 574 * Get the collection of people for the person identified. Use "me" to indicate the authenticated 575 * user. 576 * @param string $collection 577 * The collection of people to list. 578 * @param array $optParams Optional parameters. 579 * 580 * @opt_param string orderBy 581 * The order to return people in. 582 * @opt_param string pageToken 583 * The continuation token, which is used to page through large result sets. To get the next page of 584 * results, set this parameter to the value of "nextPageToken" from the previous response. 585 * @opt_param string maxResults 586 * The maximum number of people to include in the response, which is used for paging. For any 587 * response, the actual number returned might be less than the specified maxResults. 588 * @return Google_Service_Plus_PeopleFeed 589 */ 590 public function listPeople($userId, $collection, $optParams = array()) 591 { 592 $params = array('userId' => $userId, 'collection' => $collection); 593 $params = array_merge($params, $optParams); 594 return $this->call('list', array($params), "Google_Service_Plus_PeopleFeed"); 595 } 596 /** 597 * List all of the people in the specified collection for a particular activity. 598 * (people.listByActivity) 599 * 600 * @param string $activityId 601 * The ID of the activity to get the list of people for. 602 * @param string $collection 603 * The collection of people to list. 604 * @param array $optParams Optional parameters. 605 * 606 * @opt_param string pageToken 607 * The continuation token, which is used to page through large result sets. To get the next page of 608 * results, set this parameter to the value of "nextPageToken" from the previous response. 609 * @opt_param string maxResults 610 * The maximum number of people to include in the response, which is used for paging. For any 611 * response, the actual number returned might be less than the specified maxResults. 612 * @return Google_Service_Plus_PeopleFeed 613 */ 614 public function listByActivity($activityId, $collection, $optParams = array()) 615 { 616 $params = array('activityId' => $activityId, 'collection' => $collection); 617 $params = array_merge($params, $optParams); 618 return $this->call('listByActivity', array($params), "Google_Service_Plus_PeopleFeed"); 619 } 620 /** 621 * Search all public profiles. (people.search) 622 * 623 * @param string $query 624 * Specify a query string for full text search of public text in all profiles. 625 * @param array $optParams Optional parameters. 626 * 627 * @opt_param string pageToken 628 * The continuation token, which is used to page through large result sets. To get the next page of 629 * results, set this parameter to the value of "nextPageToken" from the previous response. This 630 * token can be of any length. 631 * @opt_param string maxResults 632 * The maximum number of people to include in the response, which is used for paging. For any 633 * response, the actual number returned might be less than the specified maxResults. 634 * @opt_param string language 635 * Specify the preferred language to search with. See search language codes for available values. 636 * @return Google_Service_Plus_PeopleFeed 637 */ 638 public function search($query, $optParams = array()) 639 { 640 $params = array('query' => $query); 641 $params = array_merge($params, $optParams); 642 return $this->call('search', array($params), "Google_Service_Plus_PeopleFeed"); 643 } 644 } 645 646 647 648 649 class Google_Service_Plus_Acl extends Google_Collection 650 { 651 protected $collection_key = 'items'; 652 public $description; 653 protected $itemsType = 'Google_Service_Plus_PlusAclentryResource'; 654 protected $itemsDataType = 'array'; 655 public $kind; 656 657 public function setDescription($description) 658 { 659 $this->description = $description; 660 } 661 662 public function getDescription() 663 { 664 return $this->description; 665 } 666 667 public function setItems($items) 668 { 669 $this->items = $items; 670 } 671 672 public function getItems() 673 { 674 return $this->items; 675 } 676 677 public function setKind($kind) 678 { 679 $this->kind = $kind; 680 } 681 682 public function getKind() 683 { 684 return $this->kind; 685 } 686 } 687 688 class Google_Service_Plus_Activity extends Google_Model 689 { 690 protected $accessType = 'Google_Service_Plus_Acl'; 691 protected $accessDataType = ''; 692 protected $actorType = 'Google_Service_Plus_ActivityActor'; 693 protected $actorDataType = ''; 694 public $address; 695 public $annotation; 696 public $crosspostSource; 697 public $etag; 698 public $geocode; 699 public $id; 700 public $kind; 701 protected $locationType = 'Google_Service_Plus_Place'; 702 protected $locationDataType = ''; 703 protected $objectType = 'Google_Service_Plus_ActivityObject'; 704 protected $objectDataType = ''; 705 public $placeId; 706 public $placeName; 707 protected $providerType = 'Google_Service_Plus_ActivityProvider'; 708 protected $providerDataType = ''; 709 public $published; 710 public $radius; 711 public $title; 712 public $updated; 713 public $url; 714 public $verb; 715 716 public function setAccess(Google_Service_Plus_Acl $access) 717 { 718 $this->access = $access; 719 } 720 721 public function getAccess() 722 { 723 return $this->access; 724 } 725 726 public function setActor(Google_Service_Plus_ActivityActor $actor) 727 { 728 $this->actor = $actor; 729 } 730 731 public function getActor() 732 { 733 return $this->actor; 734 } 735 736 public function setAddress($address) 737 { 738 $this->address = $address; 739 } 740 741 public function getAddress() 742 { 743 return $this->address; 744 } 745 746 public function setAnnotation($annotation) 747 { 748 $this->annotation = $annotation; 749 } 750 751 public function getAnnotation() 752 { 753 return $this->annotation; 754 } 755 756 public function setCrosspostSource($crosspostSource) 757 { 758 $this->crosspostSource = $crosspostSource; 759 } 760 761 public function getCrosspostSource() 762 { 763 return $this->crosspostSource; 764 } 765 766 public function setEtag($etag) 767 { 768 $this->etag = $etag; 769 } 770 771 public function getEtag() 772 { 773 return $this->etag; 774 } 775 776 public function setGeocode($geocode) 777 { 778 $this->geocode = $geocode; 779 } 780 781 public function getGeocode() 782 { 783 return $this->geocode; 784 } 785 786 public function setId($id) 787 { 788 $this->id = $id; 789 } 790 791 public function getId() 792 { 793 return $this->id; 794 } 795 796 public function setKind($kind) 797 { 798 $this->kind = $kind; 799 } 800 801 public function getKind() 802 { 803 return $this->kind; 804 } 805 806 public function setLocation(Google_Service_Plus_Place $location) 807 { 808 $this->location = $location; 809 } 810 811 public function getLocation() 812 { 813 return $this->location; 814 } 815 816 public function setObject(Google_Service_Plus_ActivityObject $object) 817 { 818 $this->object = $object; 819 } 820 821 public function getObject() 822 { 823 return $this->object; 824 } 825 826 public function setPlaceId($placeId) 827 { 828 $this->placeId = $placeId; 829 } 830 831 public function getPlaceId() 832 { 833 return $this->placeId; 834 } 835 836 public function setPlaceName($placeName) 837 { 838 $this->placeName = $placeName; 839 } 840 841 public function getPlaceName() 842 { 843 return $this->placeName; 844 } 845 846 public function setProvider(Google_Service_Plus_ActivityProvider $provider) 847 { 848 $this->provider = $provider; 849 } 850 851 public function getProvider() 852 { 853 return $this->provider; 854 } 855 856 public function setPublished($published) 857 { 858 $this->published = $published; 859 } 860 861 public function getPublished() 862 { 863 return $this->published; 864 } 865 866 public function setRadius($radius) 867 { 868 $this->radius = $radius; 869 } 870 871 public function getRadius() 872 { 873 return $this->radius; 874 } 875 876 public function setTitle($title) 877 { 878 $this->title = $title; 879 } 880 881 public function getTitle() 882 { 883 return $this->title; 884 } 885 886 public function setUpdated($updated) 887 { 888 $this->updated = $updated; 889 } 890 891 public function getUpdated() 892 { 893 return $this->updated; 894 } 895 896 public function setUrl($url) 897 { 898 $this->url = $url; 899 } 900 901 public function getUrl() 902 { 903 return $this->url; 904 } 905 906 public function setVerb($verb) 907 { 908 $this->verb = $verb; 909 } 910 911 public function getVerb() 912 { 913 return $this->verb; 914 } 915 } 916 917 class Google_Service_Plus_ActivityActor extends Google_Model 918 { 919 public $displayName; 920 public $id; 921 protected $imageType = 'Google_Service_Plus_ActivityActorImage'; 922 protected $imageDataType = ''; 923 protected $nameType = 'Google_Service_Plus_ActivityActorName'; 924 protected $nameDataType = ''; 925 public $url; 926 927 public function setDisplayName($displayName) 928 { 929 $this->displayName = $displayName; 930 } 931 932 public function getDisplayName() 933 { 934 return $this->displayName; 935 } 936 937 public function setId($id) 938 { 939 $this->id = $id; 940 } 941 942 public function getId() 943 { 944 return $this->id; 945 } 946 947 public function setImage(Google_Service_Plus_ActivityActorImage $image) 948 { 949 $this->image = $image; 950 } 951 952 public function getImage() 953 { 954 return $this->image; 955 } 956 957 public function setName(Google_Service_Plus_ActivityActorName $name) 958 { 959 $this->name = $name; 960 } 961 962 public function getName() 963 { 964 return $this->name; 965 } 966 967 public function setUrl($url) 968 { 969 $this->url = $url; 970 } 971 972 public function getUrl() 973 { 974 return $this->url; 975 } 976 } 977 978 class Google_Service_Plus_ActivityActorImage extends Google_Model 979 { 980 public $url; 981 982 public function setUrl($url) 983 { 984 $this->url = $url; 985 } 986 987 public function getUrl() 988 { 989 return $this->url; 990 } 991 } 992 993 class Google_Service_Plus_ActivityActorName extends Google_Model 994 { 995 public $familyName; 996 public $givenName; 997 998 public function setFamilyName($familyName) 999 { 1000 $this->familyName = $familyName; 1001 } 1002 1003 public function getFamilyName() 1004 { 1005 return $this->familyName; 1006 } 1007 1008 public function setGivenName($givenName) 1009 { 1010 $this->givenName = $givenName; 1011 } 1012 1013 public function getGivenName() 1014 { 1015 return $this->givenName; 1016 } 1017 } 1018 1019 class Google_Service_Plus_ActivityFeed extends Google_Collection 1020 { 1021 protected $collection_key = 'items'; 1022 public $etag; 1023 public $id; 1024 protected $itemsType = 'Google_Service_Plus_Activity'; 1025 protected $itemsDataType = 'array'; 1026 public $kind; 1027 public $nextLink; 1028 public $nextPageToken; 1029 public $selfLink; 1030 public $title; 1031 public $updated; 1032 1033 public function setEtag($etag) 1034 { 1035 $this->etag = $etag; 1036 } 1037 1038 public function getEtag() 1039 { 1040 return $this->etag; 1041 } 1042 1043 public function setId($id) 1044 { 1045 $this->id = $id; 1046 } 1047 1048 public function getId() 1049 { 1050 return $this->id; 1051 } 1052 1053 public function setItems($items) 1054 { 1055 $this->items = $items; 1056 } 1057 1058 public function getItems() 1059 { 1060 return $this->items; 1061 } 1062 1063 public function setKind($kind) 1064 { 1065 $this->kind = $kind; 1066 } 1067 1068 public function getKind() 1069 { 1070 return $this->kind; 1071 } 1072 1073 public function setNextLink($nextLink) 1074 { 1075 $this->nextLink = $nextLink; 1076 } 1077 1078 public function getNextLink() 1079 { 1080 return $this->nextLink; 1081 } 1082 1083 public function setNextPageToken($nextPageToken) 1084 { 1085 $this->nextPageToken = $nextPageToken; 1086 } 1087 1088 public function getNextPageToken() 1089 { 1090 return $this->nextPageToken; 1091 } 1092 1093 public function setSelfLink($selfLink) 1094 { 1095 $this->selfLink = $selfLink; 1096 } 1097 1098 public function getSelfLink() 1099 { 1100 return $this->selfLink; 1101 } 1102 1103 public function setTitle($title) 1104 { 1105 $this->title = $title; 1106 } 1107 1108 public function getTitle() 1109 { 1110 return $this->title; 1111 } 1112 1113 public function setUpdated($updated) 1114 { 1115 $this->updated = $updated; 1116 } 1117 1118 public function getUpdated() 1119 { 1120 return $this->updated; 1121 } 1122 } 1123 1124 class Google_Service_Plus_ActivityObject extends Google_Collection 1125 { 1126 protected $collection_key = 'attachments'; 1127 protected $actorType = 'Google_Service_Plus_ActivityObjectActor'; 1128 protected $actorDataType = ''; 1129 protected $attachmentsType = 'Google_Service_Plus_ActivityObjectAttachments'; 1130 protected $attachmentsDataType = 'array'; 1131 public $content; 1132 public $id; 1133 public $objectType; 1134 public $originalContent; 1135 protected $plusonersType = 'Google_Service_Plus_ActivityObjectPlusoners'; 1136 protected $plusonersDataType = ''; 1137 protected $repliesType = 'Google_Service_Plus_ActivityObjectReplies'; 1138 protected $repliesDataType = ''; 1139 protected $resharersType = 'Google_Service_Plus_ActivityObjectResharers'; 1140 protected $resharersDataType = ''; 1141 public $url; 1142 1143 public function setActor(Google_Service_Plus_ActivityObjectActor $actor) 1144 { 1145 $this->actor = $actor; 1146 } 1147 1148 public function getActor() 1149 { 1150 return $this->actor; 1151 } 1152 1153 public function setAttachments($attachments) 1154 { 1155 $this->attachments = $attachments; 1156 } 1157 1158 public function getAttachments() 1159 { 1160 return $this->attachments; 1161 } 1162 1163 public function setContent($content) 1164 { 1165 $this->content = $content; 1166 } 1167 1168 public function getContent() 1169 { 1170 return $this->content; 1171 } 1172 1173 public function setId($id) 1174 { 1175 $this->id = $id; 1176 } 1177 1178 public function getId() 1179 { 1180 return $this->id; 1181 } 1182 1183 public function setObjectType($objectType) 1184 { 1185 $this->objectType = $objectType; 1186 } 1187 1188 public function getObjectType() 1189 { 1190 return $this->objectType; 1191 } 1192 1193 public function setOriginalContent($originalContent) 1194 { 1195 $this->originalContent = $originalContent; 1196 } 1197 1198 public function getOriginalContent() 1199 { 1200 return $this->originalContent; 1201 } 1202 1203 public function setPlusoners(Google_Service_Plus_ActivityObjectPlusoners $plusoners) 1204 { 1205 $this->plusoners = $plusoners; 1206 } 1207 1208 public function getPlusoners() 1209 { 1210 return $this->plusoners; 1211 } 1212 1213 public function setReplies(Google_Service_Plus_ActivityObjectReplies $replies) 1214 { 1215 $this->replies = $replies; 1216 } 1217 1218 public function getReplies() 1219 { 1220 return $this->replies; 1221 } 1222 1223 public function setResharers(Google_Service_Plus_ActivityObjectResharers $resharers) 1224 { 1225 $this->resharers = $resharers; 1226 } 1227 1228 public function getResharers() 1229 { 1230 return $this->resharers; 1231 } 1232 1233 public function setUrl($url) 1234 { 1235 $this->url = $url; 1236 } 1237 1238 public function getUrl() 1239 { 1240 return $this->url; 1241 } 1242 } 1243 1244 class Google_Service_Plus_ActivityObjectActor extends Google_Model 1245 { 1246 public $displayName; 1247 public $id; 1248 protected $imageType = 'Google_Service_Plus_ActivityObjectActorImage'; 1249 protected $imageDataType = ''; 1250 public $url; 1251 1252 public function setDisplayName($displayName) 1253 { 1254 $this->displayName = $displayName; 1255 } 1256 1257 public function getDisplayName() 1258 { 1259 return $this->displayName; 1260 } 1261 1262 public function setId($id) 1263 { 1264 $this->id = $id; 1265 } 1266 1267 public function getId() 1268 { 1269 return $this->id; 1270 } 1271 1272 public function setImage(Google_Service_Plus_ActivityObjectActorImage $image) 1273 { 1274 $this->image = $image; 1275 } 1276 1277 public function getImage() 1278 { 1279 return $this->image; 1280 } 1281 1282 public function setUrl($url) 1283 { 1284 $this->url = $url; 1285 } 1286 1287 public function getUrl() 1288 { 1289 return $this->url; 1290 } 1291 } 1292 1293 class Google_Service_Plus_ActivityObjectActorImage extends Google_Model 1294 { 1295 public $url; 1296 1297 public function setUrl($url) 1298 { 1299 $this->url = $url; 1300 } 1301 1302 public function getUrl() 1303 { 1304 return $this->url; 1305 } 1306 } 1307 1308 class Google_Service_Plus_ActivityObjectAttachments extends Google_Collection 1309 { 1310 protected $collection_key = 'thumbnails'; 1311 public $content; 1312 public $displayName; 1313 protected $embedType = 'Google_Service_Plus_ActivityObjectAttachmentsEmbed'; 1314 protected $embedDataType = ''; 1315 protected $fullImageType = 'Google_Service_Plus_ActivityObjectAttachmentsFullImage'; 1316 protected $fullImageDataType = ''; 1317 public $id; 1318 protected $imageType = 'Google_Service_Plus_ActivityObjectAttachmentsImage'; 1319 protected $imageDataType = ''; 1320 public $objectType; 1321 protected $thumbnailsType = 'Google_Service_Plus_ActivityObjectAttachmentsThumbnails'; 1322 protected $thumbnailsDataType = 'array'; 1323 public $url; 1324 1325 public function setContent($content) 1326 { 1327 $this->content = $content; 1328 } 1329 1330 public function getContent() 1331 { 1332 return $this->content; 1333 } 1334 1335 public function setDisplayName($displayName) 1336 { 1337 $this->displayName = $displayName; 1338 } 1339 1340 public function getDisplayName() 1341 { 1342 return $this->displayName; 1343 } 1344 1345 public function setEmbed(Google_Service_Plus_ActivityObjectAttachmentsEmbed $embed) 1346 { 1347 $this->embed = $embed; 1348 } 1349 1350 public function getEmbed() 1351 { 1352 return $this->embed; 1353 } 1354 1355 public function setFullImage(Google_Service_Plus_ActivityObjectAttachmentsFullImage $fullImage) 1356 { 1357 $this->fullImage = $fullImage; 1358 } 1359 1360 public function getFullImage() 1361 { 1362 return $this->fullImage; 1363 } 1364 1365 public function setId($id) 1366 { 1367 $this->id = $id; 1368 } 1369 1370 public function getId() 1371 { 1372 return $this->id; 1373 } 1374 1375 public function setImage(Google_Service_Plus_ActivityObjectAttachmentsImage $image) 1376 { 1377 $this->image = $image; 1378 } 1379 1380 public function getImage() 1381 { 1382 return $this->image; 1383 } 1384 1385 public function setObjectType($objectType) 1386 { 1387 $this->objectType = $objectType; 1388 } 1389 1390 public function getObjectType() 1391 { 1392 return $this->objectType; 1393 } 1394 1395 public function setThumbnails($thumbnails) 1396 { 1397 $this->thumbnails = $thumbnails; 1398 } 1399 1400 public function getThumbnails() 1401 { 1402 return $this->thumbnails; 1403 } 1404 1405 public function setUrl($url) 1406 { 1407 $this->url = $url; 1408 } 1409 1410 public function getUrl() 1411 { 1412 return $this->url; 1413 } 1414 } 1415 1416 class Google_Service_Plus_ActivityObjectAttachmentsEmbed extends Google_Model 1417 { 1418 public $type; 1419 public $url; 1420 1421 public function setType($type) 1422 { 1423 $this->type = $type; 1424 } 1425 1426 public function getType() 1427 { 1428 return $this->type; 1429 } 1430 1431 public function setUrl($url) 1432 { 1433 $this->url = $url; 1434 } 1435 1436 public function getUrl() 1437 { 1438 return $this->url; 1439 } 1440 } 1441 1442 class Google_Service_Plus_ActivityObjectAttachmentsFullImage extends Google_Model 1443 { 1444 public $height; 1445 public $type; 1446 public $url; 1447 public $width; 1448 1449 public function setHeight($height) 1450 { 1451 $this->height = $height; 1452 } 1453 1454 public function getHeight() 1455 { 1456 return $this->height; 1457 } 1458 1459 public function setType($type) 1460 { 1461 $this->type = $type; 1462 } 1463 1464 public function getType() 1465 { 1466 return $this->type; 1467 } 1468 1469 public function setUrl($url) 1470 { 1471 $this->url = $url; 1472 } 1473 1474 public function getUrl() 1475 { 1476 return $this->url; 1477 } 1478 1479 public function setWidth($width) 1480 { 1481 $this->width = $width; 1482 } 1483 1484 public function getWidth() 1485 { 1486 return $this->width; 1487 } 1488 } 1489 1490 class Google_Service_Plus_ActivityObjectAttachmentsImage extends Google_Model 1491 { 1492 public $height; 1493 public $type; 1494 public $url; 1495 public $width; 1496 1497 public function setHeight($height) 1498 { 1499 $this->height = $height; 1500 } 1501 1502 public function getHeight() 1503 { 1504 return $this->height; 1505 } 1506 1507 public function setType($type) 1508 { 1509 $this->type = $type; 1510 } 1511 1512 public function getType() 1513 { 1514 return $this->type; 1515 } 1516 1517 public function setUrl($url) 1518 { 1519 $this->url = $url; 1520 } 1521 1522 public function getUrl() 1523 { 1524 return $this->url; 1525 } 1526 1527 public function setWidth($width) 1528 { 1529 $this->width = $width; 1530 } 1531 1532 public function getWidth() 1533 { 1534 return $this->width; 1535 } 1536 } 1537 1538 class Google_Service_Plus_ActivityObjectAttachmentsThumbnails extends Google_Model 1539 { 1540 public $description; 1541 protected $imageType = 'Google_Service_Plus_ActivityObjectAttachmentsThumbnailsImage'; 1542 protected $imageDataType = ''; 1543 public $url; 1544 1545 public function setDescription($description) 1546 { 1547 $this->description = $description; 1548 } 1549 1550 public function getDescription() 1551 { 1552 return $this->description; 1553 } 1554 1555 public function setImage(Google_Service_Plus_ActivityObjectAttachmentsThumbnailsImage $image) 1556 { 1557 $this->image = $image; 1558 } 1559 1560 public function getImage() 1561 { 1562 return $this->image; 1563 } 1564 1565 public function setUrl($url) 1566 { 1567 $this->url = $url; 1568 } 1569 1570 public function getUrl() 1571 { 1572 return $this->url; 1573 } 1574 } 1575 1576 class Google_Service_Plus_ActivityObjectAttachmentsThumbnailsImage extends Google_Model 1577 { 1578 public $height; 1579 public $type; 1580 public $url; 1581 public $width; 1582 1583 public function setHeight($height) 1584 { 1585 $this->height = $height; 1586 } 1587 1588 public function getHeight() 1589 { 1590 return $this->height; 1591 } 1592 1593 public function setType($type) 1594 { 1595 $this->type = $type; 1596 } 1597 1598 public function getType() 1599 { 1600 return $this->type; 1601 } 1602 1603 public function setUrl($url) 1604 { 1605 $this->url = $url; 1606 } 1607 1608 public function getUrl() 1609 { 1610 return $this->url; 1611 } 1612 1613 public function setWidth($width) 1614 { 1615 $this->width = $width; 1616 } 1617 1618 public function getWidth() 1619 { 1620 return $this->width; 1621 } 1622 } 1623 1624 class Google_Service_Plus_ActivityObjectPlusoners extends Google_Model 1625 { 1626 public $selfLink; 1627 public $totalItems; 1628 1629 public function setSelfLink($selfLink) 1630 { 1631 $this->selfLink = $selfLink; 1632 } 1633 1634 public function getSelfLink() 1635 { 1636 return $this->selfLink; 1637 } 1638 1639 public function setTotalItems($totalItems) 1640 { 1641 $this->totalItems = $totalItems; 1642 } 1643 1644 public function getTotalItems() 1645 { 1646 return $this->totalItems; 1647 } 1648 } 1649 1650 class Google_Service_Plus_ActivityObjectReplies extends Google_Model 1651 { 1652 public $selfLink; 1653 public $totalItems; 1654 1655 public function setSelfLink($selfLink) 1656 { 1657 $this->selfLink = $selfLink; 1658 } 1659 1660 public function getSelfLink() 1661 { 1662 return $this->selfLink; 1663 } 1664 1665 public function setTotalItems($totalItems) 1666 { 1667 $this->totalItems = $totalItems; 1668 } 1669 1670 public function getTotalItems() 1671 { 1672 return $this->totalItems; 1673 } 1674 } 1675 1676 class Google_Service_Plus_ActivityObjectResharers extends Google_Model 1677 { 1678 public $selfLink; 1679 public $totalItems; 1680 1681 public function setSelfLink($selfLink) 1682 { 1683 $this->selfLink = $selfLink; 1684 } 1685 1686 public function getSelfLink() 1687 { 1688 return $this->selfLink; 1689 } 1690 1691 public function setTotalItems($totalItems) 1692 { 1693 $this->totalItems = $totalItems; 1694 } 1695 1696 public function getTotalItems() 1697 { 1698 return $this->totalItems; 1699 } 1700 } 1701 1702 class Google_Service_Plus_ActivityProvider extends Google_Model 1703 { 1704 public $title; 1705 1706 public function setTitle($title) 1707 { 1708 $this->title = $title; 1709 } 1710 1711 public function getTitle() 1712 { 1713 return $this->title; 1714 } 1715 } 1716 1717 class Google_Service_Plus_Comment extends Google_Collection 1718 { 1719 protected $collection_key = 'inReplyTo'; 1720 protected $actorType = 'Google_Service_Plus_CommentActor'; 1721 protected $actorDataType = ''; 1722 public $etag; 1723 public $id; 1724 protected $inReplyToType = 'Google_Service_Plus_CommentInReplyTo'; 1725 protected $inReplyToDataType = 'array'; 1726 public $kind; 1727 protected $objectType = 'Google_Service_Plus_CommentObject'; 1728 protected $objectDataType = ''; 1729 protected $plusonersType = 'Google_Service_Plus_CommentPlusoners'; 1730 protected $plusonersDataType = ''; 1731 public $published; 1732 public $selfLink; 1733 public $updated; 1734 public $verb; 1735 1736 public function setActor(Google_Service_Plus_CommentActor $actor) 1737 { 1738 $this->actor = $actor; 1739 } 1740 1741 public function getActor() 1742 { 1743 return $this->actor; 1744 } 1745 1746 public function setEtag($etag) 1747 { 1748 $this->etag = $etag; 1749 } 1750 1751 public function getEtag() 1752 { 1753 return $this->etag; 1754 } 1755 1756 public function setId($id) 1757 { 1758 $this->id = $id; 1759 } 1760 1761 public function getId() 1762 { 1763 return $this->id; 1764 } 1765 1766 public function setInReplyTo($inReplyTo) 1767 { 1768 $this->inReplyTo = $inReplyTo; 1769 } 1770 1771 public function getInReplyTo() 1772 { 1773 return $this->inReplyTo; 1774 } 1775 1776 public function setKind($kind) 1777 { 1778 $this->kind = $kind; 1779 } 1780 1781 public function getKind() 1782 { 1783 return $this->kind; 1784 } 1785 1786 public function setObject(Google_Service_Plus_CommentObject $object) 1787 { 1788 $this->object = $object; 1789 } 1790 1791 public function getObject() 1792 { 1793 return $this->object; 1794 } 1795 1796 public function setPlusoners(Google_Service_Plus_CommentPlusoners $plusoners) 1797 { 1798 $this->plusoners = $plusoners; 1799 } 1800 1801 public function getPlusoners() 1802 { 1803 return $this->plusoners; 1804 } 1805 1806 public function setPublished($published) 1807 { 1808 $this->published = $published; 1809 } 1810 1811 public function getPublished() 1812 { 1813 return $this->published; 1814 } 1815 1816 public function setSelfLink($selfLink) 1817 { 1818 $this->selfLink = $selfLink; 1819 } 1820 1821 public function getSelfLink() 1822 { 1823 return $this->selfLink; 1824 } 1825 1826 public function setUpdated($updated) 1827 { 1828 $this->updated = $updated; 1829 } 1830 1831 public function getUpdated() 1832 { 1833 return $this->updated; 1834 } 1835 1836 public function setVerb($verb) 1837 { 1838 $this->verb = $verb; 1839 } 1840 1841 public function getVerb() 1842 { 1843 return $this->verb; 1844 } 1845 } 1846 1847 class Google_Service_Plus_CommentActor extends Google_Model 1848 { 1849 public $displayName; 1850 public $id; 1851 protected $imageType = 'Google_Service_Plus_CommentActorImage'; 1852 protected $imageDataType = ''; 1853 public $url; 1854 1855 public function setDisplayName($displayName) 1856 { 1857 $this->displayName = $displayName; 1858 } 1859 1860 public function getDisplayName() 1861 { 1862 return $this->displayName; 1863 } 1864 1865 public function setId($id) 1866 { 1867 $this->id = $id; 1868 } 1869 1870 public function getId() 1871 { 1872 return $this->id; 1873 } 1874 1875 public function setImage(Google_Service_Plus_CommentActorImage $image) 1876 { 1877 $this->image = $image; 1878 } 1879 1880 public function getImage() 1881 { 1882 return $this->image; 1883 } 1884 1885 public function setUrl($url) 1886 { 1887 $this->url = $url; 1888 } 1889 1890 public function getUrl() 1891 { 1892 return $this->url; 1893 } 1894 } 1895 1896 class Google_Service_Plus_CommentActorImage extends Google_Model 1897 { 1898 public $url; 1899 1900 public function setUrl($url) 1901 { 1902 $this->url = $url; 1903 } 1904 1905 public function getUrl() 1906 { 1907 return $this->url; 1908 } 1909 } 1910 1911 class Google_Service_Plus_CommentFeed extends Google_Collection 1912 { 1913 protected $collection_key = 'items'; 1914 public $etag; 1915 public $id; 1916 protected $itemsType = 'Google_Service_Plus_Comment'; 1917 protected $itemsDataType = 'array'; 1918 public $kind; 1919 public $nextLink; 1920 public $nextPageToken; 1921 public $title; 1922 public $updated; 1923 1924 public function setEtag($etag) 1925 { 1926 $this->etag = $etag; 1927 } 1928 1929 public function getEtag() 1930 { 1931 return $this->etag; 1932 } 1933 1934 public function setId($id) 1935 { 1936 $this->id = $id; 1937 } 1938 1939 public function getId() 1940 { 1941 return $this->id; 1942 } 1943 1944 public function setItems($items) 1945 { 1946 $this->items = $items; 1947 } 1948 1949 public function getItems() 1950 { 1951 return $this->items; 1952 } 1953 1954 public function setKind($kind) 1955 { 1956 $this->kind = $kind; 1957 } 1958 1959 public function getKind() 1960 { 1961 return $this->kind; 1962 } 1963 1964 public function setNextLink($nextLink) 1965 { 1966 $this->nextLink = $nextLink; 1967 } 1968 1969 public function getNextLink() 1970 { 1971 return $this->nextLink; 1972 } 1973 1974 public function setNextPageToken($nextPageToken) 1975 { 1976 $this->nextPageToken = $nextPageToken; 1977 } 1978 1979 public function getNextPageToken() 1980 { 1981 return $this->nextPageToken; 1982 } 1983 1984 public function setTitle($title) 1985 { 1986 $this->title = $title; 1987 } 1988 1989 public function getTitle() 1990 { 1991 return $this->title; 1992 } 1993 1994 public function setUpdated($updated) 1995 { 1996 $this->updated = $updated; 1997 } 1998 1999 public function getUpdated() 2000 { 2001 return $this->updated; 2002 } 2003 } 2004 2005 class Google_Service_Plus_CommentInReplyTo extends Google_Model 2006 { 2007 public $id; 2008 public $url; 2009 2010 public function setId($id) 2011 { 2012 $this->id = $id; 2013 } 2014 2015 public function getId() 2016 { 2017 return $this->id; 2018 } 2019 2020 public function setUrl($url) 2021 { 2022 $this->url = $url; 2023 } 2024 2025 public function getUrl() 2026 { 2027 return $this->url; 2028 } 2029 } 2030 2031 class Google_Service_Plus_CommentObject extends Google_Model 2032 { 2033 public $content; 2034 public $objectType; 2035 public $originalContent; 2036 2037 public function setContent($content) 2038 { 2039 $this->content = $content; 2040 } 2041 2042 public function getContent() 2043 { 2044 return $this->content; 2045 } 2046 2047 public function setObjectType($objectType) 2048 { 2049 $this->objectType = $objectType; 2050 } 2051 2052 public function getObjectType() 2053 { 2054 return $this->objectType; 2055 } 2056 2057 public function setOriginalContent($originalContent) 2058 { 2059 $this->originalContent = $originalContent; 2060 } 2061 2062 public function getOriginalContent() 2063 { 2064 return $this->originalContent; 2065 } 2066 } 2067 2068 class Google_Service_Plus_CommentPlusoners extends Google_Model 2069 { 2070 public $totalItems; 2071 2072 public function setTotalItems($totalItems) 2073 { 2074 $this->totalItems = $totalItems; 2075 } 2076 2077 public function getTotalItems() 2078 { 2079 return $this->totalItems; 2080 } 2081 } 2082 2083 class Google_Service_Plus_ItemScope extends Google_Collection 2084 { 2085 protected $collection_key = 'performers'; 2086 protected $aboutType = 'Google_Service_Plus_ItemScope'; 2087 protected $aboutDataType = ''; 2088 public $additionalName; 2089 protected $addressType = 'Google_Service_Plus_ItemScope'; 2090 protected $addressDataType = ''; 2091 public $addressCountry; 2092 public $addressLocality; 2093 public $addressRegion; 2094 protected $associatedMediaType = 'Google_Service_Plus_ItemScope'; 2095 protected $associatedMediaDataType = 'array'; 2096 public $attendeeCount; 2097 protected $attendeesType = 'Google_Service_Plus_ItemScope'; 2098 protected $attendeesDataType = 'array'; 2099 protected $audioType = 'Google_Service_Plus_ItemScope'; 2100 protected $audioDataType = ''; 2101 protected $authorType = 'Google_Service_Plus_ItemScope'; 2102 protected $authorDataType = 'array'; 2103 public $bestRating; 2104 public $birthDate; 2105 protected $byArtistType = 'Google_Service_Plus_ItemScope'; 2106 protected $byArtistDataType = ''; 2107 public $caption; 2108 public $contentSize; 2109 public $contentUrl; 2110 protected $contributorType = 'Google_Service_Plus_ItemScope'; 2111 protected $contributorDataType = 'array'; 2112 public $dateCreated; 2113 public $dateModified; 2114 public $datePublished; 2115 public $description; 2116 public $duration; 2117 public $embedUrl; 2118 public $endDate; 2119 public $familyName; 2120 public $gender; 2121 protected $geoType = 'Google_Service_Plus_ItemScope'; 2122 protected $geoDataType = ''; 2123 public $givenName; 2124 public $height; 2125 public $id; 2126 public $image; 2127 protected $inAlbumType = 'Google_Service_Plus_ItemScope'; 2128 protected $inAlbumDataType = ''; 2129 public $kind; 2130 public $latitude; 2131 protected $locationType = 'Google_Service_Plus_ItemScope'; 2132 protected $locationDataType = ''; 2133 public $longitude; 2134 public $name; 2135 protected $partOfTVSeriesType = 'Google_Service_Plus_ItemScope'; 2136 protected $partOfTVSeriesDataType = ''; 2137 protected $performersType = 'Google_Service_Plus_ItemScope'; 2138 protected $performersDataType = 'array'; 2139 public $playerType; 2140 public $postOfficeBoxNumber; 2141 public $postalCode; 2142 public $ratingValue; 2143 protected $reviewRatingType = 'Google_Service_Plus_ItemScope'; 2144 protected $reviewRatingDataType = ''; 2145 public $startDate; 2146 public $streetAddress; 2147 public $text; 2148 protected $thumbnailType = 'Google_Service_Plus_ItemScope'; 2149 protected $thumbnailDataType = ''; 2150 public $thumbnailUrl; 2151 public $tickerSymbol; 2152 public $type; 2153 public $url; 2154 public $width; 2155 public $worstRating; 2156 2157 public function setAbout(Google_Service_Plus_ItemScope $about) 2158 { 2159 $this->about = $about; 2160 } 2161 2162 public function getAbout() 2163 { 2164 return $this->about; 2165 } 2166 2167 public function setAdditionalName($additionalName) 2168 { 2169 $this->additionalName = $additionalName; 2170 } 2171 2172 public function getAdditionalName() 2173 { 2174 return $this->additionalName; 2175 } 2176 2177 public function setAddress(Google_Service_Plus_ItemScope $address) 2178 { 2179 $this->address = $address; 2180 } 2181 2182 public function getAddress() 2183 { 2184 return $this->address; 2185 } 2186 2187 public function setAddressCountry($addressCountry) 2188 { 2189 $this->addressCountry = $addressCountry; 2190 } 2191 2192 public function getAddressCountry() 2193 { 2194 return $this->addressCountry; 2195 } 2196 2197 public function setAddressLocality($addressLocality) 2198 { 2199 $this->addressLocality = $addressLocality; 2200 } 2201 2202 public function getAddressLocality() 2203 { 2204 return $this->addressLocality; 2205 } 2206 2207 public function setAddressRegion($addressRegion) 2208 { 2209 $this->addressRegion = $addressRegion; 2210 } 2211 2212 public function getAddressRegion() 2213 { 2214 return $this->addressRegion; 2215 } 2216 2217 public function setAssociatedMedia($associatedMedia) 2218 { 2219 $this->associatedMedia = $associatedMedia; 2220 } 2221 2222 public function getAssociatedMedia() 2223 { 2224 return $this->associatedMedia; 2225 } 2226 2227 public function setAttendeeCount($attendeeCount) 2228 { 2229 $this->attendeeCount = $attendeeCount; 2230 } 2231 2232 public function getAttendeeCount() 2233 { 2234 return $this->attendeeCount; 2235 } 2236 2237 public function setAttendees($attendees) 2238 { 2239 $this->attendees = $attendees; 2240 } 2241 2242 public function getAttendees() 2243 { 2244 return $this->attendees; 2245 } 2246 2247 public function setAudio(Google_Service_Plus_ItemScope $audio) 2248 { 2249 $this->audio = $audio; 2250 } 2251 2252 public function getAudio() 2253 { 2254 return $this->audio; 2255 } 2256 2257 public function setAuthor($author) 2258 { 2259 $this->author = $author; 2260 } 2261 2262 public function getAuthor() 2263 { 2264 return $this->author; 2265 } 2266 2267 public function setBestRating($bestRating) 2268 { 2269 $this->bestRating = $bestRating; 2270 } 2271 2272 public function getBestRating() 2273 { 2274 return $this->bestRating; 2275 } 2276 2277 public function setBirthDate($birthDate) 2278 { 2279 $this->birthDate = $birthDate; 2280 } 2281 2282 public function getBirthDate() 2283 { 2284 return $this->birthDate; 2285 } 2286 2287 public function setByArtist(Google_Service_Plus_ItemScope $byArtist) 2288 { 2289 $this->byArtist = $byArtist; 2290 } 2291 2292 public function getByArtist() 2293 { 2294 return $this->byArtist; 2295 } 2296 2297 public function setCaption($caption) 2298 { 2299 $this->caption = $caption; 2300 } 2301 2302 public function getCaption() 2303 { 2304 return $this->caption; 2305 } 2306 2307 public function setContentSize($contentSize) 2308 { 2309 $this->contentSize = $contentSize; 2310 } 2311 2312 public function getContentSize() 2313 { 2314 return $this->contentSize; 2315 } 2316 2317 public function setContentUrl($contentUrl) 2318 { 2319 $this->contentUrl = $contentUrl; 2320 } 2321 2322 public function getContentUrl() 2323 { 2324 return $this->contentUrl; 2325 } 2326 2327 public function setContributor($contributor) 2328 { 2329 $this->contributor = $contributor; 2330 } 2331 2332 public function getContributor() 2333 { 2334 return $this->contributor; 2335 } 2336 2337 public function setDateCreated($dateCreated) 2338 { 2339 $this->dateCreated = $dateCreated; 2340 } 2341 2342 public function getDateCreated() 2343 { 2344 return $this->dateCreated; 2345 } 2346 2347 public function setDateModified($dateModified) 2348 { 2349 $this->dateModified = $dateModified; 2350 } 2351 2352 public function getDateModified() 2353 { 2354 return $this->dateModified; 2355 } 2356 2357 public function setDatePublished($datePublished) 2358 { 2359 $this->datePublished = $datePublished; 2360 } 2361 2362 public function getDatePublished() 2363 { 2364 return $this->datePublished; 2365 } 2366 2367 public function setDescription($description) 2368 { 2369 $this->description = $description; 2370 } 2371 2372 public function getDescription() 2373 { 2374 return $this->description; 2375 } 2376 2377 public function setDuration($duration) 2378 { 2379 $this->duration = $duration; 2380 } 2381 2382 public function getDuration() 2383 { 2384 return $this->duration; 2385 } 2386 2387 public function setEmbedUrl($embedUrl) 2388 { 2389 $this->embedUrl = $embedUrl; 2390 } 2391 2392 public function getEmbedUrl() 2393 { 2394 return $this->embedUrl; 2395 } 2396 2397 public function setEndDate($endDate) 2398 { 2399 $this->endDate = $endDate; 2400 } 2401 2402 public function getEndDate() 2403 { 2404 return $this->endDate; 2405 } 2406 2407 public function setFamilyName($familyName) 2408 { 2409 $this->familyName = $familyName; 2410 } 2411 2412 public function getFamilyName() 2413 { 2414 return $this->familyName; 2415 } 2416 2417 public function setGender($gender) 2418 { 2419 $this->gender = $gender; 2420 } 2421 2422 public function getGender() 2423 { 2424 return $this->gender; 2425 } 2426 2427 public function setGeo(Google_Service_Plus_ItemScope $geo) 2428 { 2429 $this->geo = $geo; 2430 } 2431 2432 public function getGeo() 2433 { 2434 return $this->geo; 2435 } 2436 2437 public function setGivenName($givenName) 2438 { 2439 $this->givenName = $givenName; 2440 } 2441 2442 public function getGivenName() 2443 { 2444 return $this->givenName; 2445 } 2446 2447 public function setHeight($height) 2448 { 2449 $this->height = $height; 2450 } 2451 2452 public function getHeight() 2453 { 2454 return $this->height; 2455 } 2456 2457 public function setId($id) 2458 { 2459 $this->id = $id; 2460 } 2461 2462 public function getId() 2463 { 2464 return $this->id; 2465 } 2466 2467 public function setImage($image) 2468 { 2469 $this->image = $image; 2470 } 2471 2472 public function getImage() 2473 { 2474 return $this->image; 2475 } 2476 2477 public function setInAlbum(Google_Service_Plus_ItemScope $inAlbum) 2478 { 2479 $this->inAlbum = $inAlbum; 2480 } 2481 2482 public function getInAlbum() 2483 { 2484 return $this->inAlbum; 2485 } 2486 2487 public function setKind($kind) 2488 { 2489 $this->kind = $kind; 2490 } 2491 2492 public function getKind() 2493 { 2494 return $this->kind; 2495 } 2496 2497 public function setLatitude($latitude) 2498 { 2499 $this->latitude = $latitude; 2500 } 2501 2502 public function getLatitude() 2503 { 2504 return $this->latitude; 2505 } 2506 2507 public function setLocation(Google_Service_Plus_ItemScope $location) 2508 { 2509 $this->location = $location; 2510 } 2511 2512 public function getLocation() 2513 { 2514 return $this->location; 2515 } 2516 2517 public function setLongitude($longitude) 2518 { 2519 $this->longitude = $longitude; 2520 } 2521 2522 public function getLongitude() 2523 { 2524 return $this->longitude; 2525 } 2526 2527 public function setName($name) 2528 { 2529 $this->name = $name; 2530 } 2531 2532 public function getName() 2533 { 2534 return $this->name; 2535 } 2536 2537 public function setPartOfTVSeries(Google_Service_Plus_ItemScope $partOfTVSeries) 2538 { 2539 $this->partOfTVSeries = $partOfTVSeries; 2540 } 2541 2542 public function getPartOfTVSeries() 2543 { 2544 return $this->partOfTVSeries; 2545 } 2546 2547 public function setPerformers($performers) 2548 { 2549 $this->performers = $performers; 2550 } 2551 2552 public function getPerformers() 2553 { 2554 return $this->performers; 2555 } 2556 2557 public function setPlayerType($playerType) 2558 { 2559 $this->playerType = $playerType; 2560 } 2561 2562 public function getPlayerType() 2563 { 2564 return $this->playerType; 2565 } 2566 2567 public function setPostOfficeBoxNumber($postOfficeBoxNumber) 2568 { 2569 $this->postOfficeBoxNumber = $postOfficeBoxNumber; 2570 } 2571 2572 public function getPostOfficeBoxNumber() 2573 { 2574 return $this->postOfficeBoxNumber; 2575 } 2576 2577 public function setPostalCode($postalCode) 2578 { 2579 $this->postalCode = $postalCode; 2580 } 2581 2582 public function getPostalCode() 2583 { 2584 return $this->postalCode; 2585 } 2586 2587 public function setRatingValue($ratingValue) 2588 { 2589 $this->ratingValue = $ratingValue; 2590 } 2591 2592 public function getRatingValue() 2593 { 2594 return $this->ratingValue; 2595 } 2596 2597 public function setReviewRating(Google_Service_Plus_ItemScope $reviewRating) 2598 { 2599 $this->reviewRating = $reviewRating; 2600 } 2601 2602 public function getReviewRating() 2603 { 2604 return $this->reviewRating; 2605 } 2606 2607 public function setStartDate($startDate) 2608 { 2609 $this->startDate = $startDate; 2610 } 2611 2612 public function getStartDate() 2613 { 2614 return $this->startDate; 2615 } 2616 2617 public function setStreetAddress($streetAddress) 2618 { 2619 $this->streetAddress = $streetAddress; 2620 } 2621 2622 public function getStreetAddress() 2623 { 2624 return $this->streetAddress; 2625 } 2626 2627 public function setText($text) 2628 { 2629 $this->text = $text; 2630 } 2631 2632 public function getText() 2633 { 2634 return $this->text; 2635 } 2636 2637 public function setThumbnail(Google_Service_Plus_ItemScope $thumbnail) 2638 { 2639 $this->thumbnail = $thumbnail; 2640 } 2641 2642 public function getThumbnail() 2643 { 2644 return $this->thumbnail; 2645 } 2646 2647 public function setThumbnailUrl($thumbnailUrl) 2648 { 2649 $this->thumbnailUrl = $thumbnailUrl; 2650 } 2651 2652 public function getThumbnailUrl() 2653 { 2654 return $this->thumbnailUrl; 2655 } 2656 2657 public function setTickerSymbol($tickerSymbol) 2658 { 2659 $this->tickerSymbol = $tickerSymbol; 2660 } 2661 2662 public function getTickerSymbol() 2663 { 2664 return $this->tickerSymbol; 2665 } 2666 2667 public function setType($type) 2668 { 2669 $this->type = $type; 2670 } 2671 2672 public function getType() 2673 { 2674 return $this->type; 2675 } 2676 2677 public function setUrl($url) 2678 { 2679 $this->url = $url; 2680 } 2681 2682 public function getUrl() 2683 { 2684 return $this->url; 2685 } 2686 2687 public function setWidth($width) 2688 { 2689 $this->width = $width; 2690 } 2691 2692 public function getWidth() 2693 { 2694 return $this->width; 2695 } 2696 2697 public function setWorstRating($worstRating) 2698 { 2699 $this->worstRating = $worstRating; 2700 } 2701 2702 public function getWorstRating() 2703 { 2704 return $this->worstRating; 2705 } 2706 } 2707 2708 class Google_Service_Plus_Moment extends Google_Model 2709 { 2710 public $id; 2711 public $kind; 2712 protected $objectType = 'Google_Service_Plus_ItemScope'; 2713 protected $objectDataType = ''; 2714 protected $resultType = 'Google_Service_Plus_ItemScope'; 2715 protected $resultDataType = ''; 2716 public $startDate; 2717 protected $targetType = 'Google_Service_Plus_ItemScope'; 2718 protected $targetDataType = ''; 2719 public $type; 2720 2721 public function setId($id) 2722 { 2723 $this->id = $id; 2724 } 2725 2726 public function getId() 2727 { 2728 return $this->id; 2729 } 2730 2731 public function setKind($kind) 2732 { 2733 $this->kind = $kind; 2734 } 2735 2736 public function getKind() 2737 { 2738 return $this->kind; 2739 } 2740 2741 public function setObject(Google_Service_Plus_ItemScope $object) 2742 { 2743 $this->object = $object; 2744 } 2745 2746 public function getObject() 2747 { 2748 return $this->object; 2749 } 2750 2751 public function setResult(Google_Service_Plus_ItemScope $result) 2752 { 2753 $this->result = $result; 2754 } 2755 2756 public function getResult() 2757 { 2758 return $this->result; 2759 } 2760 2761 public function setStartDate($startDate) 2762 { 2763 $this->startDate = $startDate; 2764 } 2765 2766 public function getStartDate() 2767 { 2768 return $this->startDate; 2769 } 2770 2771 public function setTarget(Google_Service_Plus_ItemScope $target) 2772 { 2773 $this->target = $target; 2774 } 2775 2776 public function getTarget() 2777 { 2778 return $this->target; 2779 } 2780 2781 public function setType($type) 2782 { 2783 $this->type = $type; 2784 } 2785 2786 public function getType() 2787 { 2788 return $this->type; 2789 } 2790 } 2791 2792 class Google_Service_Plus_MomentsFeed extends Google_Collection 2793 { 2794 protected $collection_key = 'items'; 2795 public $etag; 2796 protected $itemsType = 'Google_Service_Plus_Moment'; 2797 protected $itemsDataType = 'array'; 2798 public $kind; 2799 public $nextLink; 2800 public $nextPageToken; 2801 public $selfLink; 2802 public $title; 2803 public $updated; 2804 2805 public function setEtag($etag) 2806 { 2807 $this->etag = $etag; 2808 } 2809 2810 public function getEtag() 2811 { 2812 return $this->etag; 2813 } 2814 2815 public function setItems($items) 2816 { 2817 $this->items = $items; 2818 } 2819 2820 public function getItems() 2821 { 2822 return $this->items; 2823 } 2824 2825 public function setKind($kind) 2826 { 2827 $this->kind = $kind; 2828 } 2829 2830 public function getKind() 2831 { 2832 return $this->kind; 2833 } 2834 2835 public function setNextLink($nextLink) 2836 { 2837 $this->nextLink = $nextLink; 2838 } 2839 2840 public function getNextLink() 2841 { 2842 return $this->nextLink; 2843 } 2844 2845 public function setNextPageToken($nextPageToken) 2846 { 2847 $this->nextPageToken = $nextPageToken; 2848 } 2849 2850 public function getNextPageToken() 2851 { 2852 return $this->nextPageToken; 2853 } 2854 2855 public function setSelfLink($selfLink) 2856 { 2857 $this->selfLink = $selfLink; 2858 } 2859 2860 public function getSelfLink() 2861 { 2862 return $this->selfLink; 2863 } 2864 2865 public function setTitle($title) 2866 { 2867 $this->title = $title; 2868 } 2869 2870 public function getTitle() 2871 { 2872 return $this->title; 2873 } 2874 2875 public function setUpdated($updated) 2876 { 2877 $this->updated = $updated; 2878 } 2879 2880 public function getUpdated() 2881 { 2882 return $this->updated; 2883 } 2884 } 2885 2886 class Google_Service_Plus_PeopleFeed extends Google_Collection 2887 { 2888 protected $collection_key = 'items'; 2889 public $etag; 2890 protected $itemsType = 'Google_Service_Plus_Person'; 2891 protected $itemsDataType = 'array'; 2892 public $kind; 2893 public $nextPageToken; 2894 public $selfLink; 2895 public $title; 2896 public $totalItems; 2897 2898 public function setEtag($etag) 2899 { 2900 $this->etag = $etag; 2901 } 2902 2903 public function getEtag() 2904 { 2905 return $this->etag; 2906 } 2907 2908 public function setItems($items) 2909 { 2910 $this->items = $items; 2911 } 2912 2913 public function getItems() 2914 { 2915 return $this->items; 2916 } 2917 2918 public function setKind($kind) 2919 { 2920 $this->kind = $kind; 2921 } 2922 2923 public function getKind() 2924 { 2925 return $this->kind; 2926 } 2927 2928 public function setNextPageToken($nextPageToken) 2929 { 2930 $this->nextPageToken = $nextPageToken; 2931 } 2932 2933 public function getNextPageToken() 2934 { 2935 return $this->nextPageToken; 2936 } 2937 2938 public function setSelfLink($selfLink) 2939 { 2940 $this->selfLink = $selfLink; 2941 } 2942 2943 public function getSelfLink() 2944 { 2945 return $this->selfLink; 2946 } 2947 2948 public function setTitle($title) 2949 { 2950 $this->title = $title; 2951 } 2952 2953 public function getTitle() 2954 { 2955 return $this->title; 2956 } 2957 2958 public function setTotalItems($totalItems) 2959 { 2960 $this->totalItems = $totalItems; 2961 } 2962 2963 public function getTotalItems() 2964 { 2965 return $this->totalItems; 2966 } 2967 } 2968 2969 class Google_Service_Plus_Person extends Google_Collection 2970 { 2971 protected $collection_key = 'urls'; 2972 public $aboutMe; 2973 protected $ageRangeType = 'Google_Service_Plus_PersonAgeRange'; 2974 protected $ageRangeDataType = ''; 2975 public $birthday; 2976 public $braggingRights; 2977 public $circledByCount; 2978 protected $coverType = 'Google_Service_Plus_PersonCover'; 2979 protected $coverDataType = ''; 2980 public $currentLocation; 2981 public $displayName; 2982 public $domain; 2983 protected $emailsType = 'Google_Service_Plus_PersonEmails'; 2984 protected $emailsDataType = 'array'; 2985 public $etag; 2986 public $gender; 2987 public $id; 2988 protected $imageType = 'Google_Service_Plus_PersonImage'; 2989 protected $imageDataType = ''; 2990 public $isPlusUser; 2991 public $kind; 2992 public $language; 2993 protected $nameType = 'Google_Service_Plus_PersonName'; 2994 protected $nameDataType = ''; 2995 public $nickname; 2996 public $objectType; 2997 public $occupation; 2998 protected $organizationsType = 'Google_Service_Plus_PersonOrganizations'; 2999 protected $organizationsDataType = 'array'; 3000 protected $placesLivedType = 'Google_Service_Plus_PersonPlacesLived'; 3001 protected $placesLivedDataType = 'array'; 3002 public $plusOneCount; 3003 public $relationshipStatus; 3004 public $skills; 3005 public $tagline; 3006 public $url; 3007 protected $urlsType = 'Google_Service_Plus_PersonUrls'; 3008 protected $urlsDataType = 'array'; 3009 public $verified; 3010 3011 public function setAboutMe($aboutMe) 3012 { 3013 $this->aboutMe = $aboutMe; 3014 } 3015 3016 public function getAboutMe() 3017 { 3018 return $this->aboutMe; 3019 } 3020 3021 public function setAgeRange(Google_Service_Plus_PersonAgeRange $ageRange) 3022 { 3023 $this->ageRange = $ageRange; 3024 } 3025 3026 public function getAgeRange() 3027 { 3028 return $this->ageRange; 3029 } 3030 3031 public function setBirthday($birthday) 3032 { 3033 $this->birthday = $birthday; 3034 } 3035 3036 public function getBirthday() 3037 { 3038 return $this->birthday; 3039 } 3040 3041 public function setBraggingRights($braggingRights) 3042 { 3043 $this->braggingRights = $braggingRights; 3044 } 3045 3046 public function getBraggingRights() 3047 { 3048 return $this->braggingRights; 3049 } 3050 3051 public function setCircledByCount($circledByCount) 3052 { 3053 $this->circledByCount = $circledByCount; 3054 } 3055 3056 public function getCircledByCount() 3057 { 3058 return $this->circledByCount; 3059 } 3060 3061 public function setCover(Google_Service_Plus_PersonCover $cover) 3062 { 3063 $this->cover = $cover; 3064 } 3065 3066 public function getCover() 3067 { 3068 return $this->cover; 3069 } 3070 3071 public function setCurrentLocation($currentLocation) 3072 { 3073 $this->currentLocation = $currentLocation; 3074 } 3075 3076 public function getCurrentLocation() 3077 { 3078 return $this->currentLocation; 3079 } 3080 3081 public function setDisplayName($displayName) 3082 { 3083 $this->displayName = $displayName; 3084 } 3085 3086 public function getDisplayName() 3087 { 3088 return $this->displayName; 3089 } 3090 3091 public function setDomain($domain) 3092 { 3093 $this->domain = $domain; 3094 } 3095 3096 public function getDomain() 3097 { 3098 return $this->domain; 3099 } 3100 3101 public function setEmails($emails) 3102 { 3103 $this->emails = $emails; 3104 } 3105 3106 public function getEmails() 3107 { 3108 return $this->emails; 3109 } 3110 3111 public function setEtag($etag) 3112 { 3113 $this->etag = $etag; 3114 } 3115 3116 public function getEtag() 3117 { 3118 return $this->etag; 3119 } 3120 3121 public function setGender($gender) 3122 { 3123 $this->gender = $gender; 3124 } 3125 3126 public function getGender() 3127 { 3128 return $this->gender; 3129 } 3130 3131 public function setId($id) 3132 { 3133 $this->id = $id; 3134 } 3135 3136 public function getId() 3137 { 3138 return $this->id; 3139 } 3140 3141 public function setImage(Google_Service_Plus_PersonImage $image) 3142 { 3143 $this->image = $image; 3144 } 3145 3146 public function getImage() 3147 { 3148 return $this->image; 3149 } 3150 3151 public function setIsPlusUser($isPlusUser) 3152 { 3153 $this->isPlusUser = $isPlusUser; 3154 } 3155 3156 public function getIsPlusUser() 3157 { 3158 return $this->isPlusUser; 3159 } 3160 3161 public function setKind($kind) 3162 { 3163 $this->kind = $kind; 3164 } 3165 3166 public function getKind() 3167 { 3168 return $this->kind; 3169 } 3170 3171 public function setLanguage($language) 3172 { 3173 $this->language = $language; 3174 } 3175 3176 public function getLanguage() 3177 { 3178 return $this->language; 3179 } 3180 3181 public function setName(Google_Service_Plus_PersonName $name) 3182 { 3183 $this->name = $name; 3184 } 3185 3186 public function getName() 3187 { 3188 return $this->name; 3189 } 3190 3191 public function setNickname($nickname) 3192 { 3193 $this->nickname = $nickname; 3194 } 3195 3196 public function getNickname() 3197 { 3198 return $this->nickname; 3199 } 3200 3201 public function setObjectType($objectType) 3202 { 3203 $this->objectType = $objectType; 3204 } 3205 3206 public function getObjectType() 3207 { 3208 return $this->objectType; 3209 } 3210 3211 public function setOccupation($occupation) 3212 { 3213 $this->occupation = $occupation; 3214 } 3215 3216 public function getOccupation() 3217 { 3218 return $this->occupation; 3219 } 3220 3221 public function setOrganizations($organizations) 3222 { 3223 $this->organizations = $organizations; 3224 } 3225 3226 public function getOrganizations() 3227 { 3228 return $this->organizations; 3229 } 3230 3231 public function setPlacesLived($placesLived) 3232 { 3233 $this->placesLived = $placesLived; 3234 } 3235 3236 public function getPlacesLived() 3237 { 3238 return $this->placesLived; 3239 } 3240 3241 public function setPlusOneCount($plusOneCount) 3242 { 3243 $this->plusOneCount = $plusOneCount; 3244 } 3245 3246 public function getPlusOneCount() 3247 { 3248 return $this->plusOneCount; 3249 } 3250 3251 public function setRelationshipStatus($relationshipStatus) 3252 { 3253 $this->relationshipStatus = $relationshipStatus; 3254 } 3255 3256 public function getRelationshipStatus() 3257 { 3258 return $this->relationshipStatus; 3259 } 3260 3261 public function setSkills($skills) 3262 { 3263 $this->skills = $skills; 3264 } 3265 3266 public function getSkills() 3267 { 3268 return $this->skills; 3269 } 3270 3271 public function setTagline($tagline) 3272 { 3273 $this->tagline = $tagline; 3274 } 3275 3276 public function getTagline() 3277 { 3278 return $this->tagline; 3279 } 3280 3281 public function setUrl($url) 3282 { 3283 $this->url = $url; 3284 } 3285 3286 public function getUrl() 3287 { 3288 return $this->url; 3289 } 3290 3291 public function setUrls($urls) 3292 { 3293 $this->urls = $urls; 3294 } 3295 3296 public function getUrls() 3297 { 3298 return $this->urls; 3299 } 3300 3301 public function setVerified($verified) 3302 { 3303 $this->verified = $verified; 3304 } 3305 3306 public function getVerified() 3307 { 3308 return $this->verified; 3309 } 3310 } 3311 3312 class Google_Service_Plus_PersonAgeRange extends Google_Model 3313 { 3314 public $max; 3315 public $min; 3316 3317 public function setMax($max) 3318 { 3319 $this->max = $max; 3320 } 3321 3322 public function getMax() 3323 { 3324 return $this->max; 3325 } 3326 3327 public function setMin($min) 3328 { 3329 $this->min = $min; 3330 } 3331 3332 public function getMin() 3333 { 3334 return $this->min; 3335 } 3336 } 3337 3338 class Google_Service_Plus_PersonCover extends Google_Model 3339 { 3340 protected $coverInfoType = 'Google_Service_Plus_PersonCoverCoverInfo'; 3341 protected $coverInfoDataType = ''; 3342 protected $coverPhotoType = 'Google_Service_Plus_PersonCoverCoverPhoto'; 3343 protected $coverPhotoDataType = ''; 3344 public $layout; 3345 3346 public function setCoverInfo(Google_Service_Plus_PersonCoverCoverInfo $coverInfo) 3347 { 3348 $this->coverInfo = $coverInfo; 3349 } 3350 3351 public function getCoverInfo() 3352 { 3353 return $this->coverInfo; 3354 } 3355 3356 public function setCoverPhoto(Google_Service_Plus_PersonCoverCoverPhoto $coverPhoto) 3357 { 3358 $this->coverPhoto = $coverPhoto; 3359 } 3360 3361 public function getCoverPhoto() 3362 { 3363 return $this->coverPhoto; 3364 } 3365 3366 public function setLayout($layout) 3367 { 3368 $this->layout = $layout; 3369 } 3370 3371 public function getLayout() 3372 { 3373 return $this->layout; 3374 } 3375 } 3376 3377 class Google_Service_Plus_PersonCoverCoverInfo extends Google_Model 3378 { 3379 public $leftImageOffset; 3380 public $topImageOffset; 3381 3382 public function setLeftImageOffset($leftImageOffset) 3383 { 3384 $this->leftImageOffset = $leftImageOffset; 3385 } 3386 3387 public function getLeftImageOffset() 3388 { 3389 return $this->leftImageOffset; 3390 } 3391 3392 public function setTopImageOffset($topImageOffset) 3393 { 3394 $this->topImageOffset = $topImageOffset; 3395 } 3396 3397 public function getTopImageOffset() 3398 { 3399 return $this->topImageOffset; 3400 } 3401 } 3402 3403 class Google_Service_Plus_PersonCoverCoverPhoto extends Google_Model 3404 { 3405 public $height; 3406 public $url; 3407 public $width; 3408 3409 public function setHeight($height) 3410 { 3411 $this->height = $height; 3412 } 3413 3414 public function getHeight() 3415 { 3416 return $this->height; 3417 } 3418 3419 public function setUrl($url) 3420 { 3421 $this->url = $url; 3422 } 3423 3424 public function getUrl() 3425 { 3426 return $this->url; 3427 } 3428 3429 public function setWidth($width) 3430 { 3431 $this->width = $width; 3432 } 3433 3434 public function getWidth() 3435 { 3436 return $this->width; 3437 } 3438 } 3439 3440 class Google_Service_Plus_PersonEmails extends Google_Model 3441 { 3442 public $type; 3443 public $value; 3444 3445 public function setType($type) 3446 { 3447 $this->type = $type; 3448 } 3449 3450 public function getType() 3451 { 3452 return $this->type; 3453 } 3454 3455 public function setValue($value) 3456 { 3457 $this->value = $value; 3458 } 3459 3460 public function getValue() 3461 { 3462 return $this->value; 3463 } 3464 } 3465 3466 class Google_Service_Plus_PersonImage extends Google_Model 3467 { 3468 public $isDefault; 3469 public $url; 3470 3471 public function setIsDefault($isDefault) 3472 { 3473 $this->isDefault = $isDefault; 3474 } 3475 3476 public function getIsDefault() 3477 { 3478 return $this->isDefault; 3479 } 3480 3481 public function setUrl($url) 3482 { 3483 $this->url = $url; 3484 } 3485 3486 public function getUrl() 3487 { 3488 return $this->url; 3489 } 3490 } 3491 3492 class Google_Service_Plus_PersonName extends Google_Model 3493 { 3494 public $familyName; 3495 public $formatted; 3496 public $givenName; 3497 public $honorificPrefix; 3498 public $honorificSuffix; 3499 public $middleName; 3500 3501 public function setFamilyName($familyName) 3502 { 3503 $this->familyName = $familyName; 3504 } 3505 3506 public function getFamilyName() 3507 { 3508 return $this->familyName; 3509 } 3510 3511 public function setFormatted($formatted) 3512 { 3513 $this->formatted = $formatted; 3514 } 3515 3516 public function getFormatted() 3517 { 3518 return $this->formatted; 3519 } 3520 3521 public function setGivenName($givenName) 3522 { 3523 $this->givenName = $givenName; 3524 } 3525 3526 public function getGivenName() 3527 { 3528 return $this->givenName; 3529 } 3530 3531 public function setHonorificPrefix($honorificPrefix) 3532 { 3533 $this->honorificPrefix = $honorificPrefix; 3534 } 3535 3536 public function getHonorificPrefix() 3537 { 3538 return $this->honorificPrefix; 3539 } 3540 3541 public function setHonorificSuffix($honorificSuffix) 3542 { 3543 $this->honorificSuffix = $honorificSuffix; 3544 } 3545 3546 public function getHonorificSuffix() 3547 { 3548 return $this->honorificSuffix; 3549 } 3550 3551 public function setMiddleName($middleName) 3552 { 3553 $this->middleName = $middleName; 3554 } 3555 3556 public function getMiddleName() 3557 { 3558 return $this->middleName; 3559 } 3560 } 3561 3562 class Google_Service_Plus_PersonOrganizations extends Google_Model 3563 { 3564 public $department; 3565 public $description; 3566 public $endDate; 3567 public $location; 3568 public $name; 3569 public $primary; 3570 public $startDate; 3571 public $title; 3572 public $type; 3573 3574 public function setDepartment($department) 3575 { 3576 $this->department = $department; 3577 } 3578 3579 public function getDepartment() 3580 { 3581 return $this->department; 3582 } 3583 3584 public function setDescription($description) 3585 { 3586 $this->description = $description; 3587 } 3588 3589 public function getDescription() 3590 { 3591 return $this->description; 3592 } 3593 3594 public function setEndDate($endDate) 3595 { 3596 $this->endDate = $endDate; 3597 } 3598 3599 public function getEndDate() 3600 { 3601 return $this->endDate; 3602 } 3603 3604 public function setLocation($location) 3605 { 3606 $this->location = $location; 3607 } 3608 3609 public function getLocation() 3610 { 3611 return $this->location; 3612 } 3613 3614 public function setName($name) 3615 { 3616 $this->name = $name; 3617 } 3618 3619 public function getName() 3620 { 3621 return $this->name; 3622 } 3623 3624 public function setPrimary($primary) 3625 { 3626 $this->primary = $primary; 3627 } 3628 3629 public function getPrimary() 3630 { 3631 return $this->primary; 3632 } 3633 3634 public function setStartDate($startDate) 3635 { 3636 $this->startDate = $startDate; 3637 } 3638 3639 public function getStartDate() 3640 { 3641 return $this->startDate; 3642 } 3643 3644 public function setTitle($title) 3645 { 3646 $this->title = $title; 3647 } 3648 3649 public function getTitle() 3650 { 3651 return $this->title; 3652 } 3653 3654 public function setType($type) 3655 { 3656 $this->type = $type; 3657 } 3658 3659 public function getType() 3660 { 3661 return $this->type; 3662 } 3663 } 3664 3665 class Google_Service_Plus_PersonPlacesLived extends Google_Model 3666 { 3667 public $primary; 3668 public $value; 3669 3670 public function setPrimary($primary) 3671 { 3672 $this->primary = $primary; 3673 } 3674 3675 public function getPrimary() 3676 { 3677 return $this->primary; 3678 } 3679 3680 public function setValue($value) 3681 { 3682 $this->value = $value; 3683 } 3684 3685 public function getValue() 3686 { 3687 return $this->value; 3688 } 3689 } 3690 3691 class Google_Service_Plus_PersonUrls extends Google_Model 3692 { 3693 public $label; 3694 public $type; 3695 public $value; 3696 3697 public function setLabel($label) 3698 { 3699 $this->label = $label; 3700 } 3701 3702 public function getLabel() 3703 { 3704 return $this->label; 3705 } 3706 3707 public function setType($type) 3708 { 3709 $this->type = $type; 3710 } 3711 3712 public function getType() 3713 { 3714 return $this->type; 3715 } 3716 3717 public function setValue($value) 3718 { 3719 $this->value = $value; 3720 } 3721 3722 public function getValue() 3723 { 3724 return $this->value; 3725 } 3726 } 3727 3728 class Google_Service_Plus_Place extends Google_Model 3729 { 3730 protected $addressType = 'Google_Service_Plus_PlaceAddress'; 3731 protected $addressDataType = ''; 3732 public $displayName; 3733 public $id; 3734 public $kind; 3735 protected $positionType = 'Google_Service_Plus_PlacePosition'; 3736 protected $positionDataType = ''; 3737 3738 public function setAddress(Google_Service_Plus_PlaceAddress $address) 3739 { 3740 $this->address = $address; 3741 } 3742 3743 public function getAddress() 3744 { 3745 return $this->address; 3746 } 3747 3748 public function setDisplayName($displayName) 3749 { 3750 $this->displayName = $displayName; 3751 } 3752 3753 public function getDisplayName() 3754 { 3755 return $this->displayName; 3756 } 3757 3758 public function setId($id) 3759 { 3760 $this->id = $id; 3761 } 3762 3763 public function getId() 3764 { 3765 return $this->id; 3766 } 3767 3768 public function setKind($kind) 3769 { 3770 $this->kind = $kind; 3771 } 3772 3773 public function getKind() 3774 { 3775 return $this->kind; 3776 } 3777 3778 public function setPosition(Google_Service_Plus_PlacePosition $position) 3779 { 3780 $this->position = $position; 3781 } 3782 3783 public function getPosition() 3784 { 3785 return $this->position; 3786 } 3787 } 3788 3789 class Google_Service_Plus_PlaceAddress extends Google_Model 3790 { 3791 public $formatted; 3792 3793 public function setFormatted($formatted) 3794 { 3795 $this->formatted = $formatted; 3796 } 3797 3798 public function getFormatted() 3799 { 3800 return $this->formatted; 3801 } 3802 } 3803 3804 class Google_Service_Plus_PlacePosition extends Google_Model 3805 { 3806 public $latitude; 3807 public $longitude; 3808 3809 public function setLatitude($latitude) 3810 { 3811 $this->latitude = $latitude; 3812 } 3813 3814 public function getLatitude() 3815 { 3816 return $this->latitude; 3817 } 3818 3819 public function setLongitude($longitude) 3820 { 3821 $this->longitude = $longitude; 3822 } 3823 3824 public function getLongitude() 3825 { 3826 return $this->longitude; 3827 } 3828 } 3829 3830 class Google_Service_Plus_PlusAclentryResource extends Google_Model 3831 { 3832 public $displayName; 3833 public $id; 3834 public $type; 3835 3836 public function setDisplayName($displayName) 3837 { 3838 $this->displayName = $displayName; 3839 } 3840 3841 public function getDisplayName() 3842 { 3843 return $this->displayName; 3844 } 3845 3846 public function setId($id) 3847 { 3848 $this->id = $id; 3849 } 3850 3851 public function getId() 3852 { 3853 return $this->id; 3854 } 3855 3856 public function setType($type) 3857 { 3858 $this->type = $type; 3859 } 3860 3861 public function getType() 3862 { 3863 return $this->type; 3864 } 3865 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |