Differences Between: [Versions 310 and 403] [Versions 311 and 403] [Versions 39 and 403] [Versions 400 and 403] [Versions 401 and 403]
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 Playmoviespartner (v1). 20 * 21 * <p> 22 * Lets Google Play Movies Partners get the delivery status of their titles.</p> 23 * 24 * <p> 25 * For more information about this service, see the API 26 * <a href="https://developers.google.com/playmoviespartner/" target="_blank">Documentation</a> 27 * </p> 28 * 29 * @author Google, Inc. 30 */ 31 #[AllowDynamicProperties] 32 class Google_Service_Playmoviespartner extends Google_Service 33 { 34 /** View the digital assets you publish on Google Play Movies and TV. */ 35 const PLAYMOVIES_PARTNER_READONLY = 36 "https://www.googleapis.com/auth/playmovies_partner.readonly"; 37 38 public $accounts_avails; 39 public $accounts_experienceLocales; 40 public $accounts_orders; 41 public $accounts_storeInfos; 42 public $accounts_storeInfos_country; 43 44 45 /** 46 * Constructs the internal representation of the Playmoviespartner service. 47 * 48 * @param Google_Client $client 49 */ 50 public function __construct(Google_Client $client) 51 { 52 parent::__construct($client); 53 $this->rootUrl = 'https://playmoviespartner.googleapis.com/'; 54 $this->servicePath = ''; 55 $this->version = 'v1'; 56 $this->serviceName = 'playmoviespartner'; 57 58 $this->accounts_avails = new Google_Service_Playmoviespartner_AccountsAvails_Resource( 59 $this, 60 $this->serviceName, 61 'avails', 62 array( 63 'methods' => array( 64 'list' => array( 65 'path' => 'v1/accounts/{accountId}/avails', 66 'httpMethod' => 'GET', 67 'parameters' => array( 68 'accountId' => array( 69 'location' => 'path', 70 'type' => 'string', 71 'required' => true, 72 ), 73 'pphNames' => array( 74 'location' => 'query', 75 'type' => 'string', 76 'repeated' => true, 77 ), 78 'videoIds' => array( 79 'location' => 'query', 80 'type' => 'string', 81 'repeated' => true, 82 ), 83 'pageSize' => array( 84 'location' => 'query', 85 'type' => 'integer', 86 ), 87 'title' => array( 88 'location' => 'query', 89 'type' => 'string', 90 ), 91 'altId' => array( 92 'location' => 'query', 93 'type' => 'string', 94 ), 95 'territories' => array( 96 'location' => 'query', 97 'type' => 'string', 98 'repeated' => true, 99 ), 100 'studioNames' => array( 101 'location' => 'query', 102 'type' => 'string', 103 'repeated' => true, 104 ), 105 'pageToken' => array( 106 'location' => 'query', 107 'type' => 'string', 108 ), 109 ), 110 ), 111 ) 112 ) 113 ); 114 $this->accounts_experienceLocales = new Google_Service_Playmoviespartner_AccountsExperienceLocales_Resource( 115 $this, 116 $this->serviceName, 117 'experienceLocales', 118 array( 119 'methods' => array( 120 'get' => array( 121 'path' => 'v1/accounts/{accountId}/experienceLocales/{elId}', 122 'httpMethod' => 'GET', 123 'parameters' => array( 124 'accountId' => array( 125 'location' => 'path', 126 'type' => 'string', 127 'required' => true, 128 ), 129 'elId' => array( 130 'location' => 'path', 131 'type' => 'string', 132 'required' => true, 133 ), 134 ), 135 ),'list' => array( 136 'path' => 'v1/accounts/{accountId}/experienceLocales', 137 'httpMethod' => 'GET', 138 'parameters' => array( 139 'accountId' => array( 140 'location' => 'path', 141 'type' => 'string', 142 'required' => true, 143 ), 144 'pphNames' => array( 145 'location' => 'query', 146 'type' => 'string', 147 'repeated' => true, 148 ), 149 'status' => array( 150 'location' => 'query', 151 'type' => 'string', 152 'repeated' => true, 153 ), 154 'titleLevelEidr' => array( 155 'location' => 'query', 156 'type' => 'string', 157 ), 158 'pageSize' => array( 159 'location' => 'query', 160 'type' => 'integer', 161 ), 162 'studioNames' => array( 163 'location' => 'query', 164 'type' => 'string', 165 'repeated' => true, 166 ), 167 'pageToken' => array( 168 'location' => 'query', 169 'type' => 'string', 170 ), 171 'editLevelEidr' => array( 172 'location' => 'query', 173 'type' => 'string', 174 ), 175 'customId' => array( 176 'location' => 'query', 177 'type' => 'string', 178 ), 179 'altCutId' => array( 180 'location' => 'query', 181 'type' => 'string', 182 ), 183 ), 184 ), 185 ) 186 ) 187 ); 188 $this->accounts_orders = new Google_Service_Playmoviespartner_AccountsOrders_Resource( 189 $this, 190 $this->serviceName, 191 'orders', 192 array( 193 'methods' => array( 194 'get' => array( 195 'path' => 'v1/accounts/{accountId}/orders/{orderId}', 196 'httpMethod' => 'GET', 197 'parameters' => array( 198 'accountId' => array( 199 'location' => 'path', 200 'type' => 'string', 201 'required' => true, 202 ), 203 'orderId' => array( 204 'location' => 'path', 205 'type' => 'string', 206 'required' => true, 207 ), 208 ), 209 ),'list' => array( 210 'path' => 'v1/accounts/{accountId}/orders', 211 'httpMethod' => 'GET', 212 'parameters' => array( 213 'accountId' => array( 214 'location' => 'path', 215 'type' => 'string', 216 'required' => true, 217 ), 218 'pphNames' => array( 219 'location' => 'query', 220 'type' => 'string', 221 'repeated' => true, 222 ), 223 'status' => array( 224 'location' => 'query', 225 'type' => 'string', 226 'repeated' => true, 227 ), 228 'name' => array( 229 'location' => 'query', 230 'type' => 'string', 231 ), 232 'pageSize' => array( 233 'location' => 'query', 234 'type' => 'integer', 235 ), 236 'studioNames' => array( 237 'location' => 'query', 238 'type' => 'string', 239 'repeated' => true, 240 ), 241 'pageToken' => array( 242 'location' => 'query', 243 'type' => 'string', 244 ), 245 'customId' => array( 246 'location' => 'query', 247 'type' => 'string', 248 ), 249 ), 250 ), 251 ) 252 ) 253 ); 254 $this->accounts_storeInfos = new Google_Service_Playmoviespartner_AccountsStoreInfos_Resource( 255 $this, 256 $this->serviceName, 257 'storeInfos', 258 array( 259 'methods' => array( 260 'list' => array( 261 'path' => 'v1/accounts/{accountId}/storeInfos', 262 'httpMethod' => 'GET', 263 'parameters' => array( 264 'accountId' => array( 265 'location' => 'path', 266 'type' => 'string', 267 'required' => true, 268 ), 269 'pphNames' => array( 270 'location' => 'query', 271 'type' => 'string', 272 'repeated' => true, 273 ), 274 'name' => array( 275 'location' => 'query', 276 'type' => 'string', 277 ), 278 'pageSize' => array( 279 'location' => 'query', 280 'type' => 'integer', 281 ), 282 'countries' => array( 283 'location' => 'query', 284 'type' => 'string', 285 'repeated' => true, 286 ), 287 'videoId' => array( 288 'location' => 'query', 289 'type' => 'string', 290 ), 291 'studioNames' => array( 292 'location' => 'query', 293 'type' => 'string', 294 'repeated' => true, 295 ), 296 'pageToken' => array( 297 'location' => 'query', 298 'type' => 'string', 299 ), 300 'videoIds' => array( 301 'location' => 'query', 302 'type' => 'string', 303 'repeated' => true, 304 ), 305 ), 306 ), 307 ) 308 ) 309 ); 310 $this->accounts_storeInfos_country = new Google_Service_Playmoviespartner_AccountsStoreInfosCountry_Resource( 311 $this, 312 $this->serviceName, 313 'country', 314 array( 315 'methods' => array( 316 'get' => array( 317 'path' => 'v1/accounts/{accountId}/storeInfos/{videoId}/country/{country}', 318 'httpMethod' => 'GET', 319 'parameters' => array( 320 'accountId' => array( 321 'location' => 'path', 322 'type' => 'string', 323 'required' => true, 324 ), 325 'videoId' => array( 326 'location' => 'path', 327 'type' => 'string', 328 'required' => true, 329 ), 330 'country' => array( 331 'location' => 'path', 332 'type' => 'string', 333 'required' => true, 334 ), 335 ), 336 ), 337 ) 338 ) 339 ); 340 } 341 } 342 343 344 /** 345 * The "accounts" collection of methods. 346 * Typical usage is: 347 * <code> 348 * $playmoviespartnerService = new Google_Service_Playmoviespartner(...); 349 * $accounts = $playmoviespartnerService->accounts; 350 * </code> 351 */ 352 #[AllowDynamicProperties] 353 class Google_Service_Playmoviespartner_Accounts_Resource extends Google_Service_Resource 354 { 355 } 356 357 /** 358 * The "avails" collection of methods. 359 * Typical usage is: 360 * <code> 361 * $playmoviespartnerService = new Google_Service_Playmoviespartner(...); 362 * $avails = $playmoviespartnerService->avails; 363 * </code> 364 */ 365 #[AllowDynamicProperties] 366 class Google_Service_Playmoviespartner_AccountsAvails_Resource extends Google_Service_Resource 367 { 368 369 /** 370 * List Avails owned or managed by the partner. See _Authentication and 371 * Authorization rules_ and _List methods rules_ for more information about this 372 * method. (avails.listAccountsAvails) 373 * 374 * @param string $accountId REQUIRED. See _General rules_ for more information 375 * about this field. 376 * @param array $optParams Optional parameters. 377 * 378 * @opt_param string pphNames See _List methods rules_ for info about this 379 * field. 380 * @opt_param string videoIds Filter Avails that match any of the given 381 * `video_id`s. 382 * @opt_param int pageSize See _List methods rules_ for info about this field. 383 * @opt_param string title Filter Avails that match a case-insensitive substring 384 * of the default Title name. 385 * @opt_param string altId Filter Avails that match a case-insensitive, partner- 386 * specific custom id. 387 * @opt_param string territories Filter Avails that match (case-insensitive) any 388 * of the given country codes, using the "ISO 3166-1 alpha-2" format (examples: 389 * "US", "us", "Us"). 390 * @opt_param string studioNames See _List methods rules_ for info about this 391 * field. 392 * @opt_param string pageToken See _List methods rules_ for info about this 393 * field. 394 * @return Google_Service_Playmoviespartner_ListAvailsResponse 395 */ 396 public function listAccountsAvails($accountId, $optParams = array()) 397 { 398 $params = array('accountId' => $accountId); 399 $params = array_merge($params, $optParams); 400 return $this->call('list', array($params), "Google_Service_Playmoviespartner_ListAvailsResponse"); 401 } 402 } 403 /** 404 * The "experienceLocales" collection of methods. 405 * Typical usage is: 406 * <code> 407 * $playmoviespartnerService = new Google_Service_Playmoviespartner(...); 408 * $experienceLocales = $playmoviespartnerService->experienceLocales; 409 * </code> 410 */ 411 #[AllowDynamicProperties] 412 class Google_Service_Playmoviespartner_AccountsExperienceLocales_Resource extends Google_Service_Resource 413 { 414 415 /** 416 * Get an ExperienceLocale given its id. See _Authentication and Authorization 417 * rules_ and _Get methods rules_ for more information about this method. 418 * (experienceLocales.get) 419 * 420 * @param string $accountId REQUIRED. See _General rules_ for more information 421 * about this field. 422 * @param string $elId REQUIRED. ExperienceLocale ID, as defined by Google. 423 * @param array $optParams Optional parameters. 424 * @return Google_Service_Playmoviespartner_ExperienceLocale 425 */ 426 public function get($accountId, $elId, $optParams = array()) 427 { 428 $params = array('accountId' => $accountId, 'elId' => $elId); 429 $params = array_merge($params, $optParams); 430 return $this->call('get', array($params), "Google_Service_Playmoviespartner_ExperienceLocale"); 431 } 432 433 /** 434 * List ExperienceLocales owned or managed by the partner. See _Authentication 435 * and Authorization rules_ and _List methods rules_ for more information about 436 * this method. (experienceLocales.listAccountsExperienceLocales) 437 * 438 * @param string $accountId REQUIRED. See _General rules_ for more information 439 * about this field. 440 * @param array $optParams Optional parameters. 441 * 442 * @opt_param string pphNames See _List methods rules_ for info about this 443 * field. 444 * @opt_param string status Filter ExperienceLocales that match one of the given 445 * status. 446 * @opt_param string titleLevelEidr Filter ExperienceLocales that match a given 447 * title-level EIDR. 448 * @opt_param int pageSize See _List methods rules_ for info about this field. 449 * @opt_param string studioNames See _List methods rules_ for info about this 450 * field. 451 * @opt_param string pageToken See _List methods rules_ for info about this 452 * field. 453 * @opt_param string editLevelEidr Filter ExperienceLocales that match a given 454 * edit-level EIDR. 455 * @opt_param string customId Filter ExperienceLocales that match a case- 456 * insensitive, partner-specific custom id. 457 * @opt_param string altCutId Filter ExperienceLocales that match a case- 458 * insensitive, partner-specific Alternative Cut ID. 459 * @return Google_Service_Playmoviespartner_ListExperienceLocalesResponse 460 */ 461 public function listAccountsExperienceLocales($accountId, $optParams = array()) 462 { 463 $params = array('accountId' => $accountId); 464 $params = array_merge($params, $optParams); 465 return $this->call('list', array($params), "Google_Service_Playmoviespartner_ListExperienceLocalesResponse"); 466 } 467 } 468 /** 469 * The "orders" collection of methods. 470 * Typical usage is: 471 * <code> 472 * $playmoviespartnerService = new Google_Service_Playmoviespartner(...); 473 * $orders = $playmoviespartnerService->orders; 474 * </code> 475 */ 476 #[AllowDynamicProperties] 477 class Google_Service_Playmoviespartner_AccountsOrders_Resource extends Google_Service_Resource 478 { 479 480 /** 481 * Get an Order given its id. See _Authentication and Authorization rules_ and 482 * _Get methods rules_ for more information about this method. (orders.get) 483 * 484 * @param string $accountId REQUIRED. See _General rules_ for more information 485 * about this field. 486 * @param string $orderId REQUIRED. Order ID. 487 * @param array $optParams Optional parameters. 488 * @return Google_Service_Playmoviespartner_Order 489 */ 490 public function get($accountId, $orderId, $optParams = array()) 491 { 492 $params = array('accountId' => $accountId, 'orderId' => $orderId); 493 $params = array_merge($params, $optParams); 494 return $this->call('get', array($params), "Google_Service_Playmoviespartner_Order"); 495 } 496 497 /** 498 * List Orders owned or managed by the partner. See _Authentication and 499 * Authorization rules_ and _List methods rules_ for more information about this 500 * method. (orders.listAccountsOrders) 501 * 502 * @param string $accountId REQUIRED. See _General rules_ for more information 503 * about this field. 504 * @param array $optParams Optional parameters. 505 * 506 * @opt_param string pphNames See _List methods rules_ for info about this 507 * field. 508 * @opt_param string status Filter Orders that match one of the given status. 509 * @opt_param string name Filter Orders that match a title name (case- 510 * insensitive, sub-string match). 511 * @opt_param int pageSize See _List methods rules_ for info about this field. 512 * @opt_param string studioNames See _List methods rules_ for info about this 513 * field. 514 * @opt_param string pageToken See _List methods rules_ for info about this 515 * field. 516 * @opt_param string customId Filter Orders that match a case-insensitive, 517 * partner-specific custom id. 518 * @return Google_Service_Playmoviespartner_ListOrdersResponse 519 */ 520 public function listAccountsOrders($accountId, $optParams = array()) 521 { 522 $params = array('accountId' => $accountId); 523 $params = array_merge($params, $optParams); 524 return $this->call('list', array($params), "Google_Service_Playmoviespartner_ListOrdersResponse"); 525 } 526 } 527 /** 528 * The "storeInfos" collection of methods. 529 * Typical usage is: 530 * <code> 531 * $playmoviespartnerService = new Google_Service_Playmoviespartner(...); 532 * $storeInfos = $playmoviespartnerService->storeInfos; 533 * </code> 534 */ 535 #[AllowDynamicProperties] 536 class Google_Service_Playmoviespartner_AccountsStoreInfos_Resource extends Google_Service_Resource 537 { 538 539 /** 540 * List StoreInfos owned or managed by the partner. See _Authentication and 541 * Authorization rules_ and _List methods rules_ for more information about this 542 * method. (storeInfos.listAccountsStoreInfos) 543 * 544 * @param string $accountId REQUIRED. See _General rules_ for more information 545 * about this field. 546 * @param array $optParams Optional parameters. 547 * 548 * @opt_param string pphNames See _List methods rules_ for info about this 549 * field. 550 * @opt_param string name Filter StoreInfos that match a case-insensitive 551 * substring of the default name. 552 * @opt_param int pageSize See _List methods rules_ for info about this field. 553 * @opt_param string countries Filter StoreInfos that match (case-insensitive) 554 * any of the given country codes, using the "ISO 3166-1 alpha-2" format 555 * (examples: "US", "us", "Us"). 556 * @opt_param string videoId Filter StoreInfos that match a given `video_id`. 557 * NOTE: this field is deprecated and will be removed on V2; `video_ids` should 558 * be used instead. 559 * @opt_param string studioNames See _List methods rules_ for info about this 560 * field. 561 * @opt_param string pageToken See _List methods rules_ for info about this 562 * field. 563 * @opt_param string videoIds Filter StoreInfos that match any of the given 564 * `video_id`s. 565 * @return Google_Service_Playmoviespartner_ListStoreInfosResponse 566 */ 567 public function listAccountsStoreInfos($accountId, $optParams = array()) 568 { 569 $params = array('accountId' => $accountId); 570 $params = array_merge($params, $optParams); 571 return $this->call('list', array($params), "Google_Service_Playmoviespartner_ListStoreInfosResponse"); 572 } 573 } 574 575 /** 576 * The "country" collection of methods. 577 * Typical usage is: 578 * <code> 579 * $playmoviespartnerService = new Google_Service_Playmoviespartner(...); 580 * $country = $playmoviespartnerService->country; 581 * </code> 582 */ 583 #[AllowDynamicProperties] 584 class Google_Service_Playmoviespartner_AccountsStoreInfosCountry_Resource extends Google_Service_Resource 585 { 586 587 /** 588 * Get a StoreInfo given its video id and country. See _Authentication and 589 * Authorization rules_ and _Get methods rules_ for more information about this 590 * method. (country.get) 591 * 592 * @param string $accountId REQUIRED. See _General rules_ for more information 593 * about this field. 594 * @param string $videoId REQUIRED. Video ID. 595 * @param string $country REQUIRED. Edit country. 596 * @param array $optParams Optional parameters. 597 * @return Google_Service_Playmoviespartner_StoreInfo 598 */ 599 public function get($accountId, $videoId, $country, $optParams = array()) 600 { 601 $params = array('accountId' => $accountId, 'videoId' => $videoId, 'country' => $country); 602 $params = array_merge($params, $optParams); 603 return $this->call('get', array($params), "Google_Service_Playmoviespartner_StoreInfo"); 604 } 605 } 606 607 608 609 610 #[AllowDynamicProperties] 611 class Google_Service_Playmoviespartner_Avail extends Google_Collection 612 { 613 protected $collection_key = 'pphNames'; 614 protected $internal_gapi_mappings = array( 615 ); 616 public $altId; 617 public $captionExemption; 618 public $captionIncluded; 619 public $contentId; 620 public $displayName; 621 public $encodeId; 622 public $end; 623 public $episodeAltId; 624 public $episodeNumber; 625 public $episodeTitleInternalAlias; 626 public $formatProfile; 627 public $licenseType; 628 public $pphNames; 629 public $priceType; 630 public $priceValue; 631 public $productId; 632 public $ratingReason; 633 public $ratingSystem; 634 public $ratingValue; 635 public $releaseDate; 636 public $seasonAltId; 637 public $seasonNumber; 638 public $seasonTitleInternalAlias; 639 public $seriesAltId; 640 public $seriesTitleInternalAlias; 641 public $start; 642 public $storeLanguage; 643 public $suppressionLiftDate; 644 public $territory; 645 public $titleInternalAlias; 646 public $videoId; 647 public $workType; 648 649 650 public function setAltId($altId) 651 { 652 $this->altId = $altId; 653 } 654 public function getAltId() 655 { 656 return $this->altId; 657 } 658 public function setCaptionExemption($captionExemption) 659 { 660 $this->captionExemption = $captionExemption; 661 } 662 public function getCaptionExemption() 663 { 664 return $this->captionExemption; 665 } 666 public function setCaptionIncluded($captionIncluded) 667 { 668 $this->captionIncluded = $captionIncluded; 669 } 670 public function getCaptionIncluded() 671 { 672 return $this->captionIncluded; 673 } 674 public function setContentId($contentId) 675 { 676 $this->contentId = $contentId; 677 } 678 public function getContentId() 679 { 680 return $this->contentId; 681 } 682 public function setDisplayName($displayName) 683 { 684 $this->displayName = $displayName; 685 } 686 public function getDisplayName() 687 { 688 return $this->displayName; 689 } 690 public function setEncodeId($encodeId) 691 { 692 $this->encodeId = $encodeId; 693 } 694 public function getEncodeId() 695 { 696 return $this->encodeId; 697 } 698 public function setEnd($end) 699 { 700 $this->end = $end; 701 } 702 public function getEnd() 703 { 704 return $this->end; 705 } 706 public function setEpisodeAltId($episodeAltId) 707 { 708 $this->episodeAltId = $episodeAltId; 709 } 710 public function getEpisodeAltId() 711 { 712 return $this->episodeAltId; 713 } 714 public function setEpisodeNumber($episodeNumber) 715 { 716 $this->episodeNumber = $episodeNumber; 717 } 718 public function getEpisodeNumber() 719 { 720 return $this->episodeNumber; 721 } 722 public function setEpisodeTitleInternalAlias($episodeTitleInternalAlias) 723 { 724 $this->episodeTitleInternalAlias = $episodeTitleInternalAlias; 725 } 726 public function getEpisodeTitleInternalAlias() 727 { 728 return $this->episodeTitleInternalAlias; 729 } 730 public function setFormatProfile($formatProfile) 731 { 732 $this->formatProfile = $formatProfile; 733 } 734 public function getFormatProfile() 735 { 736 return $this->formatProfile; 737 } 738 public function setLicenseType($licenseType) 739 { 740 $this->licenseType = $licenseType; 741 } 742 public function getLicenseType() 743 { 744 return $this->licenseType; 745 } 746 public function setPphNames($pphNames) 747 { 748 $this->pphNames = $pphNames; 749 } 750 public function getPphNames() 751 { 752 return $this->pphNames; 753 } 754 public function setPriceType($priceType) 755 { 756 $this->priceType = $priceType; 757 } 758 public function getPriceType() 759 { 760 return $this->priceType; 761 } 762 public function setPriceValue($priceValue) 763 { 764 $this->priceValue = $priceValue; 765 } 766 public function getPriceValue() 767 { 768 return $this->priceValue; 769 } 770 public function setProductId($productId) 771 { 772 $this->productId = $productId; 773 } 774 public function getProductId() 775 { 776 return $this->productId; 777 } 778 public function setRatingReason($ratingReason) 779 { 780 $this->ratingReason = $ratingReason; 781 } 782 public function getRatingReason() 783 { 784 return $this->ratingReason; 785 } 786 public function setRatingSystem($ratingSystem) 787 { 788 $this->ratingSystem = $ratingSystem; 789 } 790 public function getRatingSystem() 791 { 792 return $this->ratingSystem; 793 } 794 public function setRatingValue($ratingValue) 795 { 796 $this->ratingValue = $ratingValue; 797 } 798 public function getRatingValue() 799 { 800 return $this->ratingValue; 801 } 802 public function setReleaseDate($releaseDate) 803 { 804 $this->releaseDate = $releaseDate; 805 } 806 public function getReleaseDate() 807 { 808 return $this->releaseDate; 809 } 810 public function setSeasonAltId($seasonAltId) 811 { 812 $this->seasonAltId = $seasonAltId; 813 } 814 public function getSeasonAltId() 815 { 816 return $this->seasonAltId; 817 } 818 public function setSeasonNumber($seasonNumber) 819 { 820 $this->seasonNumber = $seasonNumber; 821 } 822 public function getSeasonNumber() 823 { 824 return $this->seasonNumber; 825 } 826 public function setSeasonTitleInternalAlias($seasonTitleInternalAlias) 827 { 828 $this->seasonTitleInternalAlias = $seasonTitleInternalAlias; 829 } 830 public function getSeasonTitleInternalAlias() 831 { 832 return $this->seasonTitleInternalAlias; 833 } 834 public function setSeriesAltId($seriesAltId) 835 { 836 $this->seriesAltId = $seriesAltId; 837 } 838 public function getSeriesAltId() 839 { 840 return $this->seriesAltId; 841 } 842 public function setSeriesTitleInternalAlias($seriesTitleInternalAlias) 843 { 844 $this->seriesTitleInternalAlias = $seriesTitleInternalAlias; 845 } 846 public function getSeriesTitleInternalAlias() 847 { 848 return $this->seriesTitleInternalAlias; 849 } 850 public function setStart($start) 851 { 852 $this->start = $start; 853 } 854 public function getStart() 855 { 856 return $this->start; 857 } 858 public function setStoreLanguage($storeLanguage) 859 { 860 $this->storeLanguage = $storeLanguage; 861 } 862 public function getStoreLanguage() 863 { 864 return $this->storeLanguage; 865 } 866 public function setSuppressionLiftDate($suppressionLiftDate) 867 { 868 $this->suppressionLiftDate = $suppressionLiftDate; 869 } 870 public function getSuppressionLiftDate() 871 { 872 return $this->suppressionLiftDate; 873 } 874 public function setTerritory($territory) 875 { 876 $this->territory = $territory; 877 } 878 public function getTerritory() 879 { 880 return $this->territory; 881 } 882 public function setTitleInternalAlias($titleInternalAlias) 883 { 884 $this->titleInternalAlias = $titleInternalAlias; 885 } 886 public function getTitleInternalAlias() 887 { 888 return $this->titleInternalAlias; 889 } 890 public function setVideoId($videoId) 891 { 892 $this->videoId = $videoId; 893 } 894 public function getVideoId() 895 { 896 return $this->videoId; 897 } 898 public function setWorkType($workType) 899 { 900 $this->workType = $workType; 901 } 902 public function getWorkType() 903 { 904 return $this->workType; 905 } 906 } 907 908 #[AllowDynamicProperties] 909 class Google_Service_Playmoviespartner_ExperienceLocale extends Google_Collection 910 { 911 protected $collection_key = 'pphNames'; 912 protected $internal_gapi_mappings = array( 913 ); 914 public $altCutId; 915 public $approvedTime; 916 public $channelId; 917 public $country; 918 public $createdTime; 919 public $customIds; 920 public $earliestAvailStartTime; 921 public $editLevelEidr; 922 public $elId; 923 public $inventoryId; 924 public $language; 925 public $name; 926 public $normalizedPriority; 927 public $playableSequenceId; 928 public $pphNames; 929 public $presentationId; 930 public $priority; 931 public $status; 932 public $studioName; 933 public $titleLevelEidr; 934 public $trailerId; 935 public $type; 936 public $videoId; 937 938 939 public function setAltCutId($altCutId) 940 { 941 $this->altCutId = $altCutId; 942 } 943 public function getAltCutId() 944 { 945 return $this->altCutId; 946 } 947 public function setApprovedTime($approvedTime) 948 { 949 $this->approvedTime = $approvedTime; 950 } 951 public function getApprovedTime() 952 { 953 return $this->approvedTime; 954 } 955 public function setChannelId($channelId) 956 { 957 $this->channelId = $channelId; 958 } 959 public function getChannelId() 960 { 961 return $this->channelId; 962 } 963 public function setCountry($country) 964 { 965 $this->country = $country; 966 } 967 public function getCountry() 968 { 969 return $this->country; 970 } 971 public function setCreatedTime($createdTime) 972 { 973 $this->createdTime = $createdTime; 974 } 975 public function getCreatedTime() 976 { 977 return $this->createdTime; 978 } 979 public function setCustomIds($customIds) 980 { 981 $this->customIds = $customIds; 982 } 983 public function getCustomIds() 984 { 985 return $this->customIds; 986 } 987 public function setEarliestAvailStartTime($earliestAvailStartTime) 988 { 989 $this->earliestAvailStartTime = $earliestAvailStartTime; 990 } 991 public function getEarliestAvailStartTime() 992 { 993 return $this->earliestAvailStartTime; 994 } 995 public function setEditLevelEidr($editLevelEidr) 996 { 997 $this->editLevelEidr = $editLevelEidr; 998 } 999 public function getEditLevelEidr() 1000 { 1001 return $this->editLevelEidr; 1002 } 1003 public function setElId($elId) 1004 { 1005 $this->elId = $elId; 1006 } 1007 public function getElId() 1008 { 1009 return $this->elId; 1010 } 1011 public function setInventoryId($inventoryId) 1012 { 1013 $this->inventoryId = $inventoryId; 1014 } 1015 public function getInventoryId() 1016 { 1017 return $this->inventoryId; 1018 } 1019 public function setLanguage($language) 1020 { 1021 $this->language = $language; 1022 } 1023 public function getLanguage() 1024 { 1025 return $this->language; 1026 } 1027 public function setName($name) 1028 { 1029 $this->name = $name; 1030 } 1031 public function getName() 1032 { 1033 return $this->name; 1034 } 1035 public function setNormalizedPriority($normalizedPriority) 1036 { 1037 $this->normalizedPriority = $normalizedPriority; 1038 } 1039 public function getNormalizedPriority() 1040 { 1041 return $this->normalizedPriority; 1042 } 1043 public function setPlayableSequenceId($playableSequenceId) 1044 { 1045 $this->playableSequenceId = $playableSequenceId; 1046 } 1047 public function getPlayableSequenceId() 1048 { 1049 return $this->playableSequenceId; 1050 } 1051 public function setPphNames($pphNames) 1052 { 1053 $this->pphNames = $pphNames; 1054 } 1055 public function getPphNames() 1056 { 1057 return $this->pphNames; 1058 } 1059 public function setPresentationId($presentationId) 1060 { 1061 $this->presentationId = $presentationId; 1062 } 1063 public function getPresentationId() 1064 { 1065 return $this->presentationId; 1066 } 1067 public function setPriority($priority) 1068 { 1069 $this->priority = $priority; 1070 } 1071 public function getPriority() 1072 { 1073 return $this->priority; 1074 } 1075 public function setStatus($status) 1076 { 1077 $this->status = $status; 1078 } 1079 public function getStatus() 1080 { 1081 return $this->status; 1082 } 1083 public function setStudioName($studioName) 1084 { 1085 $this->studioName = $studioName; 1086 } 1087 public function getStudioName() 1088 { 1089 return $this->studioName; 1090 } 1091 public function setTitleLevelEidr($titleLevelEidr) 1092 { 1093 $this->titleLevelEidr = $titleLevelEidr; 1094 } 1095 public function getTitleLevelEidr() 1096 { 1097 return $this->titleLevelEidr; 1098 } 1099 public function setTrailerId($trailerId) 1100 { 1101 $this->trailerId = $trailerId; 1102 } 1103 public function getTrailerId() 1104 { 1105 return $this->trailerId; 1106 } 1107 public function setType($type) 1108 { 1109 $this->type = $type; 1110 } 1111 public function getType() 1112 { 1113 return $this->type; 1114 } 1115 public function setVideoId($videoId) 1116 { 1117 $this->videoId = $videoId; 1118 } 1119 public function getVideoId() 1120 { 1121 return $this->videoId; 1122 } 1123 } 1124 1125 #[AllowDynamicProperties] 1126 class Google_Service_Playmoviespartner_ListAvailsResponse extends Google_Collection 1127 { 1128 protected $collection_key = 'avails'; 1129 protected $internal_gapi_mappings = array( 1130 ); 1131 protected $availsType = 'Google_Service_Playmoviespartner_Avail'; 1132 protected $availsDataType = 'array'; 1133 public $nextPageToken; 1134 1135 1136 public function setAvails($avails) 1137 { 1138 $this->avails = $avails; 1139 } 1140 public function getAvails() 1141 { 1142 return $this->avails; 1143 } 1144 public function setNextPageToken($nextPageToken) 1145 { 1146 $this->nextPageToken = $nextPageToken; 1147 } 1148 public function getNextPageToken() 1149 { 1150 return $this->nextPageToken; 1151 } 1152 } 1153 1154 #[AllowDynamicProperties] 1155 class Google_Service_Playmoviespartner_ListExperienceLocalesResponse extends Google_Collection 1156 { 1157 protected $collection_key = 'experienceLocales'; 1158 protected $internal_gapi_mappings = array( 1159 ); 1160 protected $experienceLocalesType = 'Google_Service_Playmoviespartner_ExperienceLocale'; 1161 protected $experienceLocalesDataType = 'array'; 1162 public $nextPageToken; 1163 1164 1165 public function setExperienceLocales($experienceLocales) 1166 { 1167 $this->experienceLocales = $experienceLocales; 1168 } 1169 public function getExperienceLocales() 1170 { 1171 return $this->experienceLocales; 1172 } 1173 public function setNextPageToken($nextPageToken) 1174 { 1175 $this->nextPageToken = $nextPageToken; 1176 } 1177 public function getNextPageToken() 1178 { 1179 return $this->nextPageToken; 1180 } 1181 } 1182 1183 #[AllowDynamicProperties] 1184 class Google_Service_Playmoviespartner_ListOrdersResponse extends Google_Collection 1185 { 1186 protected $collection_key = 'orders'; 1187 protected $internal_gapi_mappings = array( 1188 ); 1189 public $nextPageToken; 1190 protected $ordersType = 'Google_Service_Playmoviespartner_Order'; 1191 protected $ordersDataType = 'array'; 1192 1193 1194 public function setNextPageToken($nextPageToken) 1195 { 1196 $this->nextPageToken = $nextPageToken; 1197 } 1198 public function getNextPageToken() 1199 { 1200 return $this->nextPageToken; 1201 } 1202 public function setOrders($orders) 1203 { 1204 $this->orders = $orders; 1205 } 1206 public function getOrders() 1207 { 1208 return $this->orders; 1209 } 1210 } 1211 1212 #[AllowDynamicProperties] 1213 class Google_Service_Playmoviespartner_ListStoreInfosResponse extends Google_Collection 1214 { 1215 protected $collection_key = 'storeInfos'; 1216 protected $internal_gapi_mappings = array( 1217 ); 1218 public $nextPageToken; 1219 protected $storeInfosType = 'Google_Service_Playmoviespartner_StoreInfo'; 1220 protected $storeInfosDataType = 'array'; 1221 1222 1223 public function setNextPageToken($nextPageToken) 1224 { 1225 $this->nextPageToken = $nextPageToken; 1226 } 1227 public function getNextPageToken() 1228 { 1229 return $this->nextPageToken; 1230 } 1231 public function setStoreInfos($storeInfos) 1232 { 1233 $this->storeInfos = $storeInfos; 1234 } 1235 public function getStoreInfos() 1236 { 1237 return $this->storeInfos; 1238 } 1239 } 1240 1241 #[AllowDynamicProperties] 1242 class Google_Service_Playmoviespartner_Order extends Google_Collection 1243 { 1244 protected $collection_key = 'countries'; 1245 protected $internal_gapi_mappings = array( 1246 ); 1247 public $approvedTime; 1248 public $channelId; 1249 public $channelName; 1250 public $countries; 1251 public $customId; 1252 public $earliestAvailStartTime; 1253 public $episodeName; 1254 public $legacyPriority; 1255 public $name; 1256 public $normalizedPriority; 1257 public $orderId; 1258 public $orderedTime; 1259 public $pphName; 1260 public $priority; 1261 public $receivedTime; 1262 public $rejectionNote; 1263 public $seasonName; 1264 public $showName; 1265 public $status; 1266 public $statusDetail; 1267 public $studioName; 1268 public $type; 1269 public $videoId; 1270 1271 1272 public function setApprovedTime($approvedTime) 1273 { 1274 $this->approvedTime = $approvedTime; 1275 } 1276 public function getApprovedTime() 1277 { 1278 return $this->approvedTime; 1279 } 1280 public function setChannelId($channelId) 1281 { 1282 $this->channelId = $channelId; 1283 } 1284 public function getChannelId() 1285 { 1286 return $this->channelId; 1287 } 1288 public function setChannelName($channelName) 1289 { 1290 $this->channelName = $channelName; 1291 } 1292 public function getChannelName() 1293 { 1294 return $this->channelName; 1295 } 1296 public function setCountries($countries) 1297 { 1298 $this->countries = $countries; 1299 } 1300 public function getCountries() 1301 { 1302 return $this->countries; 1303 } 1304 public function setCustomId($customId) 1305 { 1306 $this->customId = $customId; 1307 } 1308 public function getCustomId() 1309 { 1310 return $this->customId; 1311 } 1312 public function setEarliestAvailStartTime($earliestAvailStartTime) 1313 { 1314 $this->earliestAvailStartTime = $earliestAvailStartTime; 1315 } 1316 public function getEarliestAvailStartTime() 1317 { 1318 return $this->earliestAvailStartTime; 1319 } 1320 public function setEpisodeName($episodeName) 1321 { 1322 $this->episodeName = $episodeName; 1323 } 1324 public function getEpisodeName() 1325 { 1326 return $this->episodeName; 1327 } 1328 public function setLegacyPriority($legacyPriority) 1329 { 1330 $this->legacyPriority = $legacyPriority; 1331 } 1332 public function getLegacyPriority() 1333 { 1334 return $this->legacyPriority; 1335 } 1336 public function setName($name) 1337 { 1338 $this->name = $name; 1339 } 1340 public function getName() 1341 { 1342 return $this->name; 1343 } 1344 public function setNormalizedPriority($normalizedPriority) 1345 { 1346 $this->normalizedPriority = $normalizedPriority; 1347 } 1348 public function getNormalizedPriority() 1349 { 1350 return $this->normalizedPriority; 1351 } 1352 public function setOrderId($orderId) 1353 { 1354 $this->orderId = $orderId; 1355 } 1356 public function getOrderId() 1357 { 1358 return $this->orderId; 1359 } 1360 public function setOrderedTime($orderedTime) 1361 { 1362 $this->orderedTime = $orderedTime; 1363 } 1364 public function getOrderedTime() 1365 { 1366 return $this->orderedTime; 1367 } 1368 public function setPphName($pphName) 1369 { 1370 $this->pphName = $pphName; 1371 } 1372 public function getPphName() 1373 { 1374 return $this->pphName; 1375 } 1376 public function setPriority($priority) 1377 { 1378 $this->priority = $priority; 1379 } 1380 public function getPriority() 1381 { 1382 return $this->priority; 1383 } 1384 public function setReceivedTime($receivedTime) 1385 { 1386 $this->receivedTime = $receivedTime; 1387 } 1388 public function getReceivedTime() 1389 { 1390 return $this->receivedTime; 1391 } 1392 public function setRejectionNote($rejectionNote) 1393 { 1394 $this->rejectionNote = $rejectionNote; 1395 } 1396 public function getRejectionNote() 1397 { 1398 return $this->rejectionNote; 1399 } 1400 public function setSeasonName($seasonName) 1401 { 1402 $this->seasonName = $seasonName; 1403 } 1404 public function getSeasonName() 1405 { 1406 return $this->seasonName; 1407 } 1408 public function setShowName($showName) 1409 { 1410 $this->showName = $showName; 1411 } 1412 public function getShowName() 1413 { 1414 return $this->showName; 1415 } 1416 public function setStatus($status) 1417 { 1418 $this->status = $status; 1419 } 1420 public function getStatus() 1421 { 1422 return $this->status; 1423 } 1424 public function setStatusDetail($statusDetail) 1425 { 1426 $this->statusDetail = $statusDetail; 1427 } 1428 public function getStatusDetail() 1429 { 1430 return $this->statusDetail; 1431 } 1432 public function setStudioName($studioName) 1433 { 1434 $this->studioName = $studioName; 1435 } 1436 public function getStudioName() 1437 { 1438 return $this->studioName; 1439 } 1440 public function setType($type) 1441 { 1442 $this->type = $type; 1443 } 1444 public function getType() 1445 { 1446 return $this->type; 1447 } 1448 public function setVideoId($videoId) 1449 { 1450 $this->videoId = $videoId; 1451 } 1452 public function getVideoId() 1453 { 1454 return $this->videoId; 1455 } 1456 } 1457 1458 #[AllowDynamicProperties] 1459 class Google_Service_Playmoviespartner_StoreInfo extends Google_Collection 1460 { 1461 protected $collection_key = 'subtitles'; 1462 protected $internal_gapi_mappings = array( 1463 ); 1464 public $audioTracks; 1465 public $country; 1466 public $editLevelEidr; 1467 public $episodeNumber; 1468 public $hasAudio51; 1469 public $hasEstOffer; 1470 public $hasHdOffer; 1471 public $hasInfoCards; 1472 public $hasSdOffer; 1473 public $hasVodOffer; 1474 public $liveTime; 1475 public $mid; 1476 public $name; 1477 public $pphNames; 1478 public $seasonId; 1479 public $seasonName; 1480 public $seasonNumber; 1481 public $showId; 1482 public $showName; 1483 public $studioName; 1484 public $subtitles; 1485 public $titleLevelEidr; 1486 public $trailerId; 1487 public $type; 1488 public $videoId; 1489 1490 1491 public function setAudioTracks($audioTracks) 1492 { 1493 $this->audioTracks = $audioTracks; 1494 } 1495 public function getAudioTracks() 1496 { 1497 return $this->audioTracks; 1498 } 1499 public function setCountry($country) 1500 { 1501 $this->country = $country; 1502 } 1503 public function getCountry() 1504 { 1505 return $this->country; 1506 } 1507 public function setEditLevelEidr($editLevelEidr) 1508 { 1509 $this->editLevelEidr = $editLevelEidr; 1510 } 1511 public function getEditLevelEidr() 1512 { 1513 return $this->editLevelEidr; 1514 } 1515 public function setEpisodeNumber($episodeNumber) 1516 { 1517 $this->episodeNumber = $episodeNumber; 1518 } 1519 public function getEpisodeNumber() 1520 { 1521 return $this->episodeNumber; 1522 } 1523 public function setHasAudio51($hasAudio51) 1524 { 1525 $this->hasAudio51 = $hasAudio51; 1526 } 1527 public function getHasAudio51() 1528 { 1529 return $this->hasAudio51; 1530 } 1531 public function setHasEstOffer($hasEstOffer) 1532 { 1533 $this->hasEstOffer = $hasEstOffer; 1534 } 1535 public function getHasEstOffer() 1536 { 1537 return $this->hasEstOffer; 1538 } 1539 public function setHasHdOffer($hasHdOffer) 1540 { 1541 $this->hasHdOffer = $hasHdOffer; 1542 } 1543 public function getHasHdOffer() 1544 { 1545 return $this->hasHdOffer; 1546 } 1547 public function setHasInfoCards($hasInfoCards) 1548 { 1549 $this->hasInfoCards = $hasInfoCards; 1550 } 1551 public function getHasInfoCards() 1552 { 1553 return $this->hasInfoCards; 1554 } 1555 public function setHasSdOffer($hasSdOffer) 1556 { 1557 $this->hasSdOffer = $hasSdOffer; 1558 } 1559 public function getHasSdOffer() 1560 { 1561 return $this->hasSdOffer; 1562 } 1563 public function setHasVodOffer($hasVodOffer) 1564 { 1565 $this->hasVodOffer = $hasVodOffer; 1566 } 1567 public function getHasVodOffer() 1568 { 1569 return $this->hasVodOffer; 1570 } 1571 public function setLiveTime($liveTime) 1572 { 1573 $this->liveTime = $liveTime; 1574 } 1575 public function getLiveTime() 1576 { 1577 return $this->liveTime; 1578 } 1579 public function setMid($mid) 1580 { 1581 $this->mid = $mid; 1582 } 1583 public function getMid() 1584 { 1585 return $this->mid; 1586 } 1587 public function setName($name) 1588 { 1589 $this->name = $name; 1590 } 1591 public function getName() 1592 { 1593 return $this->name; 1594 } 1595 public function setPphNames($pphNames) 1596 { 1597 $this->pphNames = $pphNames; 1598 } 1599 public function getPphNames() 1600 { 1601 return $this->pphNames; 1602 } 1603 public function setSeasonId($seasonId) 1604 { 1605 $this->seasonId = $seasonId; 1606 } 1607 public function getSeasonId() 1608 { 1609 return $this->seasonId; 1610 } 1611 public function setSeasonName($seasonName) 1612 { 1613 $this->seasonName = $seasonName; 1614 } 1615 public function getSeasonName() 1616 { 1617 return $this->seasonName; 1618 } 1619 public function setSeasonNumber($seasonNumber) 1620 { 1621 $this->seasonNumber = $seasonNumber; 1622 } 1623 public function getSeasonNumber() 1624 { 1625 return $this->seasonNumber; 1626 } 1627 public function setShowId($showId) 1628 { 1629 $this->showId = $showId; 1630 } 1631 public function getShowId() 1632 { 1633 return $this->showId; 1634 } 1635 public function setShowName($showName) 1636 { 1637 $this->showName = $showName; 1638 } 1639 public function getShowName() 1640 { 1641 return $this->showName; 1642 } 1643 public function setStudioName($studioName) 1644 { 1645 $this->studioName = $studioName; 1646 } 1647 public function getStudioName() 1648 { 1649 return $this->studioName; 1650 } 1651 public function setSubtitles($subtitles) 1652 { 1653 $this->subtitles = $subtitles; 1654 } 1655 public function getSubtitles() 1656 { 1657 return $this->subtitles; 1658 } 1659 public function setTitleLevelEidr($titleLevelEidr) 1660 { 1661 $this->titleLevelEidr = $titleLevelEidr; 1662 } 1663 public function getTitleLevelEidr() 1664 { 1665 return $this->titleLevelEidr; 1666 } 1667 public function setTrailerId($trailerId) 1668 { 1669 $this->trailerId = $trailerId; 1670 } 1671 public function getTrailerId() 1672 { 1673 return $this->trailerId; 1674 } 1675 public function setType($type) 1676 { 1677 $this->type = $type; 1678 } 1679 public function getType() 1680 { 1681 return $this->type; 1682 } 1683 public function setVideoId($videoId) 1684 { 1685 $this->videoId = $videoId; 1686 } 1687 public function getVideoId() 1688 { 1689 return $this->videoId; 1690 } 1691 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body