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

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

Issue 1296863002: Api-roll 22: 2015-08-17 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « discovery/googleapis/partners__v2.json ('k') | discovery/googleapis/plusDomains__v1.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "auth": {
3 "oauth2": {
4 "scopes": {
5 "https://www.googleapis.com/auth/playmovies_partner.readonly": {
6 "description": "View the digital assets you publish on Googl e Play Movies and TV"
7 }
8 }
9 }
10 },
2 "basePath": "", 11 "basePath": "",
3 "baseUrl": "https://playmoviespartner.googleapis.com/", 12 "baseUrl": "https://playmoviespartner.googleapis.com/",
4 "batchPath": "batch", 13 "batchPath": "batch",
5 "description": "An API providing Google Play Movies Partners a way to get th e delivery status of their titles.", 14 "description": "Lets Google Play Movies Partners get the delivery status of their titles.",
6 "discoveryVersion": "v1", 15 "discoveryVersion": "v1",
7 "documentationLink": "", 16 "documentationLink": "https://developers.google.com/playmoviespartner/",
8 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/OHVieLZeuy09xJqQqoQRUmqVcEA\"", 17 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/FoMQxdWQNR0QWYaDrQBlsB55WNs\"",
9 "icons": { 18 "icons": {
10 "x16": "http://www.google.com/images/icons/product/search-16.gif", 19 "x16": "http://www.google.com/images/icons/product/search-16.gif",
11 "x32": "http://www.google.com/images/icons/product/search-32.gif" 20 "x32": "http://www.google.com/images/icons/product/search-32.gif"
12 }, 21 },
13 "id": "playmoviespartner:v1", 22 "id": "playmoviespartner:v1",
14 "kind": "discovery#restDescription", 23 "kind": "discovery#restDescription",
15 "name": "playmoviespartner", 24 "name": "playmoviespartner",
16 "ownerDomain": "google.com", 25 "ownerDomain": "google.com",
17 "ownerName": "Google", 26 "ownerName": "Google",
18 "parameters": { 27 "parameters": {
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 "description": "V1 error format.", 97 "description": "V1 error format.",
89 "enumDescriptions": [ 98 "enumDescriptions": [
90 "v1 error format", 99 "v1 error format",
91 "v2 error format" 100 "v2 error format"
92 ], 101 ],
93 "location": "query", 102 "location": "query",
94 "type": "string" 103 "type": "string"
95 } 104 }
96 }, 105 },
97 "protocol": "rest", 106 "protocol": "rest",
98 "revision": "20150623", 107 "resources": {
108 "accounts": {
109 "resources": {
110 "avails": {
111 "methods": {
112 "list": {
113 "description": "List Avails owned or managed by the partner. See _Authentication and Authorization rules_ and _List methods rules_ f or more information about this method.",
114 "httpMethod": "GET",
115 "id": "playmoviespartner.accounts.avails.list",
116 "parameterOrder": [
117 "accountId"
118 ],
119 "parameters": {
120 "accountId": {
121 "description": "REQUIRED. See _General rules _ for more information about this field.",
122 "location": "path",
123 "required": true,
124 "type": "string"
125 },
126 "pageSize": {
127 "description": "See _List methods rules_ for info about this field.",
128 "format": "int32",
129 "location": "query",
130 "type": "integer"
131 },
132 "pageToken": {
133 "description": "See _List methods rules_ for info about this field.",
134 "location": "query",
135 "type": "string"
136 },
137 "pphNames": {
138 "description": "See _List methods rules_ for info about this field.",
139 "location": "query",
140 "repeated": true,
141 "type": "string"
142 },
143 "studioNames": {
144 "description": "See _List methods rules_ for info about this field.",
145 "location": "query",
146 "repeated": true,
147 "type": "string"
148 },
149 "title": {
150 "description": "Filter Avails that match a c ase-insensitive substring of the default Title name.",
151 "location": "query",
152 "type": "string"
153 },
154 "territories": {
155 "description": "Filter Avails that match (ca se-insensitive) any of the given country codes, using the \"ISO 3166-1 alpha-2\" format (examples: \"US\", \"us\", \"Us\").",
156 "location": "query",
157 "repeated": true,
158 "type": "string"
159 },
160 "altId": {
161 "description": "Filter Avails that match a c ase-insensitive, partner-specific custom id.",
162 "location": "query",
163 "type": "string"
164 },
165 "videoIds": {
166 "description": "Filter Avails that match any of the given `video_id`s.",
167 "location": "query",
168 "repeated": true,
169 "type": "string"
170 }
171 },
172 "path": "v1/accounts/{accountId}/avails",
173 "response": {
174 "$ref": "ListAvailsResponse"
175 },
176 "scopes": [
177 "https://www.googleapis.com/auth/playmovies_part ner.readonly"
178 ]
179 }
180 }
181 },
182 "orders": {
183 "methods": {
184 "get": {
185 "description": "Get an Order given its id. See _Auth entication and Authorization rules_ and _Get methods rules_ for more information about this method.",
186 "httpMethod": "GET",
187 "id": "playmoviespartner.accounts.orders.get",
188 "parameterOrder": [
189 "accountId",
190 "orderId"
191 ],
192 "parameters": {
193 "accountId": {
194 "description": "REQUIRED. See _General rules _ for more information about this field.",
195 "location": "path",
196 "required": true,
197 "type": "string"
198 },
199 "orderId": {
200 "description": "REQUIRED. Order ID.",
201 "location": "path",
202 "required": true,
203 "type": "string"
204 }
205 },
206 "path": "v1/accounts/{accountId}/orders/{orderId}",
207 "response": {
208 "$ref": "Order"
209 },
210 "scopes": [
211 "https://www.googleapis.com/auth/playmovies_part ner.readonly"
212 ]
213 },
214 "list": {
215 "description": "List Orders owned or managed by the partner. See _Authentication and Authorization rules_ and _List methods rules_ f or more information about this method.",
216 "httpMethod": "GET",
217 "id": "playmoviespartner.accounts.orders.list",
218 "parameterOrder": [
219 "accountId"
220 ],
221 "parameters": {
222 "accountId": {
223 "description": "REQUIRED. See _General rules _ for more information about this field.",
224 "location": "path",
225 "required": true,
226 "type": "string"
227 },
228 "pageSize": {
229 "description": "See _List methods rules_ for info about this field.",
230 "format": "int32",
231 "location": "query",
232 "type": "integer"
233 },
234 "pageToken": {
235 "description": "See _List methods rules_ for info about this field.",
236 "location": "query",
237 "type": "string"
238 },
239 "pphNames": {
240 "description": "See _List methods rules_ for info about this field.",
241 "location": "query",
242 "repeated": true,
243 "type": "string"
244 },
245 "studioNames": {
246 "description": "See _List methods rules_ for info about this field.",
247 "location": "query",
248 "repeated": true,
249 "type": "string"
250 },
251 "name": {
252 "description": "Filter Orders that match a t itle name (case-insensitive, sub-string match).",
253 "location": "query",
254 "type": "string"
255 },
256 "status": {
257 "description": "Filter Orders that match one of the given status.",
258 "enum": [
259 "STATUS_UNSPECIFIED",
260 "STATUS_APPROVED",
261 "STATUS_FAILED",
262 "STATUS_PROCESSING",
263 "STATUS_UNFULFILLED",
264 "STATUS_NOT_AVAILABLE"
265 ],
266 "location": "query",
267 "repeated": true,
268 "type": "string"
269 },
270 "customId": {
271 "description": "Filter Orders that match a c ase-insensitive, partner-specific custom id.",
272 "location": "query",
273 "type": "string"
274 }
275 },
276 "path": "v1/accounts/{accountId}/orders",
277 "response": {
278 "$ref": "ListOrdersResponse"
279 },
280 "scopes": [
281 "https://www.googleapis.com/auth/playmovies_part ner.readonly"
282 ]
283 }
284 }
285 },
286 "experienceLocales": {
287 "methods": {
288 "get": {
289 "description": "Get an ExperienceLocale given its id . See _Authentication and Authorization rules_ and _Get methods rules_ for more information about this method.",
290 "httpMethod": "GET",
291 "id": "playmoviespartner.accounts.experienceLocales. get",
292 "parameterOrder": [
293 "accountId",
294 "elId"
295 ],
296 "parameters": {
297 "accountId": {
298 "description": "REQUIRED. See _General rules _ for more information about this field.",
299 "location": "path",
300 "required": true,
301 "type": "string"
302 },
303 "elId": {
304 "description": "REQUIRED. ExperienceLocale I D, as defined by Google.",
305 "location": "path",
306 "required": true,
307 "type": "string"
308 }
309 },
310 "path": "v1/accounts/{accountId}/experienceLocales/{ elId}",
311 "response": {
312 "$ref": "ExperienceLocale"
313 },
314 "scopes": [
315 "https://www.googleapis.com/auth/playmovies_part ner.readonly"
316 ]
317 },
318 "list": {
319 "description": "List ExperienceLocales owned or mana ged by the partner. See _Authentication and Authorization rules_ and _List metho ds rules_ for more information about this method.",
320 "httpMethod": "GET",
321 "id": "playmoviespartner.accounts.experienceLocales. list",
322 "parameterOrder": [
323 "accountId"
324 ],
325 "parameters": {
326 "accountId": {
327 "description": "REQUIRED. See _General rules _ for more information about this field.",
328 "location": "path",
329 "required": true,
330 "type": "string"
331 },
332 "pageSize": {
333 "description": "See _List methods rules_ for info about this field.",
334 "format": "int32",
335 "location": "query",
336 "type": "integer"
337 },
338 "pageToken": {
339 "description": "See _List methods rules_ for info about this field.",
340 "location": "query",
341 "type": "string"
342 },
343 "pphNames": {
344 "description": "See _List methods rules_ for info about this field.",
345 "location": "query",
346 "repeated": true,
347 "type": "string"
348 },
349 "studioNames": {
350 "description": "See _List methods rules_ for info about this field.",
351 "location": "query",
352 "repeated": true,
353 "type": "string"
354 },
355 "titleLevelEidr": {
356 "description": "Filter ExperienceLocales tha t match a given title-level EIDR.",
357 "location": "query",
358 "type": "string"
359 },
360 "editLevelEidr": {
361 "description": "Filter ExperienceLocales tha t match a given edit-level EIDR.",
362 "location": "query",
363 "type": "string"
364 },
365 "status": {
366 "description": "Filter ExperienceLocales tha t match one of the given status.",
367 "enum": [
368 "STATUS_UNSPECIFIED",
369 "STATUS_APPROVED",
370 "STATUS_FAILED",
371 "STATUS_PROCESSING",
372 "STATUS_UNFULFILLED",
373 "STATUS_NOT_AVAILABLE"
374 ],
375 "location": "query",
376 "repeated": true,
377 "type": "string"
378 },
379 "customId": {
380 "description": "Filter ExperienceLocales tha t match a case-insensitive, partner-specific custom id.",
381 "location": "query",
382 "type": "string"
383 },
384 "altCutId": {
385 "description": "Filter ExperienceLocales tha t match a case-insensitive, partner-specific Alternative Cut ID.",
386 "location": "query",
387 "type": "string"
388 }
389 },
390 "path": "v1/accounts/{accountId}/experienceLocales",
391 "response": {
392 "$ref": "ListExperienceLocalesResponse"
393 },
394 "scopes": [
395 "https://www.googleapis.com/auth/playmovies_part ner.readonly"
396 ]
397 }
398 }
399 },
400 "storeInfos": {
401 "methods": {
402 "list": {
403 "description": "List StoreInfos owned or managed by the partner. See _Authentication and Authorization rules_ and _List methods rule s_ for more information about this method.",
404 "httpMethod": "GET",
405 "id": "playmoviespartner.accounts.storeInfos.list",
406 "parameterOrder": [
407 "accountId"
408 ],
409 "parameters": {
410 "accountId": {
411 "description": "REQUIRED. See _General rules _ for more information about this field.",
412 "location": "path",
413 "required": true,
414 "type": "string"
415 },
416 "pageSize": {
417 "description": "See _List methods rules_ for info about this field.",
418 "format": "int32",
419 "location": "query",
420 "type": "integer"
421 },
422 "pageToken": {
423 "description": "See _List methods rules_ for info about this field.",
424 "location": "query",
425 "type": "string"
426 },
427 "pphNames": {
428 "description": "See _List methods rules_ for info about this field.",
429 "location": "query",
430 "repeated": true,
431 "type": "string"
432 },
433 "studioNames": {
434 "description": "See _List methods rules_ for info about this field.",
435 "location": "query",
436 "repeated": true,
437 "type": "string"
438 },
439 "videoId": {
440 "description": "Filter StoreInfos that match a given `video_id`. NOTE: this field is deprecated and will be removed on V2; ` video_ids` should be used instead.",
441 "location": "query",
442 "type": "string"
443 },
444 "countries": {
445 "description": "Filter StoreInfos that match (case-insensitive) any of the given country codes, using the \"ISO 3166-1 alpha -2\" format (examples: \"US\", \"us\", \"Us\").",
446 "location": "query",
447 "repeated": true,
448 "type": "string"
449 },
450 "name": {
451 "description": "Filter StoreInfos that match a case-insensitive substring of the default name.",
452 "location": "query",
453 "type": "string"
454 },
455 "videoIds": {
456 "description": "Filter StoreInfos that match any of the given `video_id`s.",
457 "location": "query",
458 "repeated": true,
459 "type": "string"
460 }
461 },
462 "path": "v1/accounts/{accountId}/storeInfos",
463 "response": {
464 "$ref": "ListStoreInfosResponse"
465 },
466 "scopes": [
467 "https://www.googleapis.com/auth/playmovies_part ner.readonly"
468 ]
469 }
470 },
471 "resources": {
472 "country": {
473 "methods": {
474 "get": {
475 "description": "Get a StoreInfo given its vi deo id and country. See _Authentication and Authorization rules_ and _Get method s rules_ for more information about this method.",
476 "httpMethod": "GET",
477 "id": "playmoviespartner.accounts.storeInfos .country.get",
478 "parameterOrder": [
479 "accountId",
480 "videoId",
481 "country"
482 ],
483 "parameters": {
484 "accountId": {
485 "description": "REQUIRED. See _Gener al rules_ for more information about this field.",
486 "location": "path",
487 "required": true,
488 "type": "string"
489 },
490 "videoId": {
491 "description": "REQUIRED. Video ID." ,
492 "location": "path",
493 "required": true,
494 "type": "string"
495 },
496 "country": {
497 "description": "REQUIRED. Edit count ry.",
498 "location": "path",
499 "required": true,
500 "type": "string"
501 }
502 },
503 "path": "v1/accounts/{accountId}/storeInfos/ {videoId}/country/{country}",
504 "response": {
505 "$ref": "StoreInfo"
506 },
507 "scopes": [
508 "https://www.googleapis.com/auth/playmov ies_partner.readonly"
509 ]
510 }
511 }
512 }
513 }
514 }
515 }
516 }
517 },
518 "revision": "20150812",
99 "rootUrl": "https://playmoviespartner.googleapis.com/", 519 "rootUrl": "https://playmoviespartner.googleapis.com/",
520 "schemas": {
521 "ListAvailsResponse": {
522 "description": "Response to the 'ListAvails' method.",
523 "id": "ListAvailsResponse",
524 "properties": {
525 "avails": {
526 "description": "List of Avails that match the request criter ia.",
527 "items": {
528 "$ref": "Avail"
529 },
530 "type": "array"
531 },
532 "nextPageToken": {
533 "description": "See _List methods rules_ for info about this field.",
534 "type": "string"
535 }
536 },
537 "type": "object"
538 },
539 "Avail": {
540 "description": "An Avail describes the Availability Window of a spec ific Edit in a given country, which means the period Google is allowed to sell o r rent the Edit. Avails are exposed in EMA format Version 1.6b (available at htt p://www.movielabs.com/md/avails/) Studios can see the Avails for the Titles they own. Post-production houses cannot see any Avails.",
541 "id": "Avail",
542 "properties": {
543 "displayName": {
544 "description": "The name of the studio that owns the Edit re ferred in the Avail. This is the equivalent of `studio_name` in other resources, but it follows the EMA nomenclature. Example: \"Google Films\".",
545 "type": "string"
546 },
547 "storeLanguage": {
548 "description": "Spoken language of the intended audience. La nguage shall be encoded in accordance with RFC 5646. Example: \"fr\".",
549 "type": "string"
550 },
551 "territory": {
552 "description": "ISO 3166-1 alpha-2 country code for the coun try or territory of this Avail. For Avails, we use Territory in lieu of Country to comply with EMA specifications. But please note that Territory and Country id entify the same thing. Example: \"US\".",
553 "type": "string"
554 },
555 "workType": {
556 "description": "Work type as enumerated in EMA.",
557 "enum": [
558 "TITLE_TYPE_UNSPECIFIED",
559 "MOVIE",
560 "SEASON",
561 "EPISODE"
562 ],
563 "type": "string"
564 },
565 "seriesTitleInternalAlias": {
566 "description": "Title used by involved parties to refer to t his series. Only available on TV Avails. Example: \"Googlers, The\".",
567 "type": "string"
568 },
569 "seasonNumber": {
570 "description": "The number assigned to the season within a s eries. Only available on TV Avails. Example: \"1\".",
571 "type": "string"
572 },
573 "episodeNumber": {
574 "description": "The number assigned to the episode within a season. Only available on TV Avails. Example: \"3\".",
575 "type": "string"
576 },
577 "seasonTitleInternalAlias": {
578 "description": "Title used by involved parties to refer to t his season. Only available on TV Avails. Example: \"Googlers, The\".",
579 "type": "string"
580 },
581 "episodeTitleInternalAlias": {
582 "description": "OPTIONAL.TV Only. Title used by involved par ties to refer to this episode. Only available on TV Avails. Example: \"Coding at Google\".",
583 "type": "string"
584 },
585 "titleInternalAlias": {
586 "description": "Title used by involved parties to refer to t his content. Example: \"Googlers, The\". Only available on Movie Avails.",
587 "type": "string"
588 },
589 "licenseType": {
590 "description": "Type of transaction.",
591 "enum": [
592 "LICENSE_TYPE_UNSPECIFIED",
593 "EST",
594 "VOD",
595 "SVOD"
596 ],
597 "type": "string"
598 },
599 "formatProfile": {
600 "description": "Indicates the format profile covered by the transaction.",
601 "enum": [
602 "FORMAT_PROFILE_UNSPECIFIED",
603 "SD",
604 "HD"
605 ],
606 "type": "string"
607 },
608 "start": {
609 "description": "Start of term in YYYY-MM-DD format in the ti mezone of the country of the Avail. Example: \"2013-05-14\".",
610 "type": "string"
611 },
612 "end": {
613 "description": "End of term in YYYY-MM-DD format in the time zone of the country of the Avail. \"Open\" if no end date is available. Example: \"2019-02-17\"",
614 "type": "string"
615 },
616 "priceType": {
617 "description": "Type of pricing that should be applied to th is Avail based on how the partner classify them. Example: \"Tier\", \"WSP\", \"S RP\", or \"Category\".",
618 "type": "string"
619 },
620 "priceValue": {
621 "description": "Value to be applied to the pricing type. Exa mple: \"4\" or \"2.99\"",
622 "type": "string"
623 },
624 "contentId": {
625 "description": "Title Identifier. This should be the Title L evel EIDR. Example: \"10.5240/1489-49A2-3956-4B2D-FE16-5\".",
626 "type": "string"
627 },
628 "productId": {
629 "description": "Edit Identifier. This should be the Edit Lev el EIDR. Example: \"10.2340/1489-49A2-3956-4B2D-FE16-6\"",
630 "type": "string"
631 },
632 "encodeId": {
633 "description": "Manifestation Identifier. This should be the Manifestation Level EIDR. Example: \"10.2340/1489-49A2-3956-4B2D-FE16-7\"",
634 "type": "string"
635 },
636 "seriesAltId": {
637 "description": "Other identifier referring to the series, as defined by partner. Only available on TV avails. Example: \"rs_googlers\".",
638 "type": "string"
639 },
640 "seasonAltId": {
641 "description": "Other identifier referring to the season, as defined by partner. Only available on TV avails. Example: \"rs_googlers_s1\".",
642 "type": "string"
643 },
644 "episodeAltId": {
645 "description": "Other identifier referring to the episode, a s defined by partner. Only available on TV avails. Example: \"rs_googlers_s1_3\" .",
646 "type": "string"
647 },
648 "altId": {
649 "description": "Other identifier referring to the Edit, as d efined by partner. Example: \"GOOGLER_2006\"",
650 "type": "string"
651 },
652 "suppressionLiftDate": {
653 "description": "First date an Edit could be publically annou nced as becoming available at a specific future date in territory of Avail. *Not * the Avail start date or pre-order start date. Format is YYYY-MM-DD. Only avail able for pre-orders. Example: \"2012-12-10\"",
654 "type": "string"
655 },
656 "releaseDate": {
657 "description": "Release date of the Title in earliest releas ed territory. Typically it is just the year, but it is free-form as per EMA spec . Examples: \"1979\", \"Oct 2014\"",
658 "type": "string"
659 },
660 "ratingSystem": {
661 "description": "Rating system applied to the version of titl e within territory of Avail. Rating systems should be formatted as per [EMA rati ngs spec](http://www.movielabs.com/md/ratings/) Example: \"MPAA\"",
662 "type": "string"
663 },
664 "ratingValue": {
665 "description": "Value representing the rating. Ratings shoul d be formatted as per http://www.movielabs.com/md/ratings/ Example: \"PG\"",
666 "type": "string"
667 },
668 "ratingReason": {
669 "description": "Value representing the rating reason. Rating reasons should be formatted as per [EMA ratings spec](http://www.movielabs.com/ md/ratings/) and comma-separated for inclusion of multiple reasons. Example: \"L , S, V\"",
670 "type": "string"
671 },
672 "captionIncluded": {
673 "description": "Communicating if caption file will be delive red.",
674 "type": "boolean"
675 },
676 "captionExemption": {
677 "description": "Communicating an exempt category as defined by FCC regulations. It is not required for non-US Avails. Example: \"1\"",
678 "type": "string"
679 },
680 "videoId": {
681 "description": "Google-generated ID identifying the video li nked to this Avail, once delivered. Not part of EMA Specs. Example: 'gtry456_xc' ",
682 "type": "string"
683 },
684 "pphNames": {
685 "description": "Name of the post-production houses that mana ge the Avail. Not part of EMA Specs.",
686 "items": {
687 "type": "string"
688 },
689 "type": "array"
690 }
691 },
692 "type": "object"
693 },
694 "Order": {
695 "description": "An Order tracks the fulfillment of an Edit when deli vered using the legacy, non-component-based delivery. Each Order is uniquely ide ntified by an `order_id`, which is generated by Google. Externally, Orders can a lso be identified by partners using its `custom_id` (when provided).",
696 "id": "Order",
697 "properties": {
698 "orderId": {
699 "description": "ID internally generated by Google to uniquel y identify an Order. Example: 'abcde12_x'",
700 "type": "string"
701 },
702 "customId": {
703 "description": "ID that can be used to externally identify a n Order. This ID is provided by partners when submitting the Avails. Example: 'G OOGLER_2006'",
704 "type": "string"
705 },
706 "videoId": {
707 "description": "Google-generated ID identifying the video li nked to this Order, once delivered. Example: 'gtry456_xc'.",
708 "type": "string"
709 },
710 "countries": {
711 "description": "Countries where the Order is available, usin g the \"ISO 3166-1 alpha-2\" format (example: \"US\").",
712 "items": {
713 "type": "string"
714 },
715 "type": "array"
716 },
717 "type": {
718 "description": "Type of the Edit linked to the Order.",
719 "enum": [
720 "TITLE_TYPE_UNSPECIFIED",
721 "MOVIE",
722 "SEASON",
723 "EPISODE"
724 ],
725 "type": "string"
726 },
727 "name": {
728 "description": "Default Edit name, usually in the language o f the country of origin. Example: \"Googlers, The\".",
729 "type": "string"
730 },
731 "episodeName": {
732 "description": "Default Episode name, usually in the languag e of the country of origin. Only available for TV Edits Example: \"Googlers, The - Pilot\".",
733 "type": "string"
734 },
735 "seasonName": {
736 "description": "Default Season name, usually in the language of the country of origin. Only available for TV Edits Example: \"Googlers, The - A Brave New World\".",
737 "type": "string"
738 },
739 "showName": {
740 "description": "Default Show name, usually in the language o f the country of origin. Only available for TV Edits Example: \"Googlers, The\". ",
741 "type": "string"
742 },
743 "status": {
744 "description": "High-level status of the order.",
745 "enum": [
746 "STATUS_UNSPECIFIED",
747 "STATUS_APPROVED",
748 "STATUS_FAILED",
749 "STATUS_PROCESSING",
750 "STATUS_UNFULFILLED",
751 "STATUS_NOT_AVAILABLE"
752 ],
753 "type": "string"
754 },
755 "statusDetail": {
756 "description": "Detailed status of the order",
757 "enum": [
758 "ORDER_STATUS_UNSPECIFIED",
759 "ORDER_STATUS_QC_APPROVED",
760 "ORDER_STATUS_QC_REJECTION",
761 "ORDER_STATUS_INTERNAL_FIX",
762 "ORDER_STATUS_OPEN_ORDER",
763 "ORDER_STATUS_NOT_AVAILABLE",
764 "ORDER_STATUS_AWAITING_REDELIVERY",
765 "ORDER_STATUS_READY_FOR_QC"
766 ],
767 "type": "string"
768 },
769 "rejectionNote": {
770 "description": "Field explaining why an Order has been rejec ted. Example: \"Trailer audio is 2ch mono, please re-deliver in stereo\".",
771 "type": "string"
772 },
773 "orderedTime": {
774 "description": "Timestamp when the Order was created.",
775 "type": "string"
776 },
777 "approvedTime": {
778 "description": "Timestamp when the Order was approved.",
779 "type": "string"
780 },
781 "receivedTime": {
782 "description": "Timestamp when the Order was fulfilled.",
783 "type": "string"
784 },
785 "earliestAvailStartTime": {
786 "description": "Timestamp of the earliest start date of the Avails linked to this Order.",
787 "type": "string"
788 },
789 "priority": {
790 "description": "Order priority, as defined by Google. The hi gher the value, the higher the priority. Example: 90",
791 "format": "double",
792 "type": "number"
793 },
794 "legacyPriority": {
795 "description": "Legacy Order priority, as defined by Google. Example: 'P0'",
796 "type": "string"
797 },
798 "channelId": {
799 "description": "YouTube Channel ID that should be used to fu lfill the Order. Example: \"UCRG64darCZhb\".",
800 "type": "string"
801 },
802 "channelName": {
803 "description": "YouTube Channel Name that should be used to fulfill the Order. Example: \"Google_channel\".",
804 "type": "string"
805 },
806 "studioName": {
807 "description": "Name of the studio that owns the Edit ordere d.",
808 "type": "string"
809 },
810 "pphName": {
811 "description": "Name of the post-production house that manag es the Edit ordered.",
812 "type": "string"
813 },
814 "normalizedPriority": {
815 "description": "A simpler representation of the priority.",
816 "enum": [
817 "NORMALIZED_PRIORITY_UNSPECIFIED",
818 "LOW_PRIORITY",
819 "HIGH_PRIORITY"
820 ],
821 "type": "string"
822 }
823 },
824 "type": "object"
825 },
826 "ListOrdersResponse": {
827 "description": "Response to the 'ListOrders' method.",
828 "id": "ListOrdersResponse",
829 "properties": {
830 "orders": {
831 "description": "List of Orders that match the request criter ia.",
832 "items": {
833 "$ref": "Order"
834 },
835 "type": "array"
836 },
837 "nextPageToken": {
838 "description": "See _List methods rules_ for info about this field.",
839 "type": "string"
840 }
841 },
842 "type": "object"
843 },
844 "ExperienceLocale": {
845 "description": "An ExperienceLocale tracks the fulfillment of a Titl e in a country using a specific language, when delivered using component-based d elivery. For example, a Title in Switzerland might have 3 ExperienceLocales: the y both share the same country (\"CH\"), but each has different languages (\"de\" , \"fr\", and \"it\"). Each ExperienceLocale is uniquely identified by an `el_id `, which is generated by Google. Externally, an ExperienceLocale can also be ide ntified by partners using its EIDR IDs, AltCutID or `custom_id` (when provided). ",
846 "id": "ExperienceLocale",
847 "properties": {
848 "elId": {
849 "description": "ID internally generated by Google to uniquel y identify a ExperienceLocale. Example: 'KRZiVjY9h7t'",
850 "type": "string"
851 },
852 "country": {
853 "description": "Country where the ExperienceLocale is availa ble, using the \"ISO 3166-1 alpha-2\" format. Example: \"US\".",
854 "type": "string"
855 },
856 "language": {
857 "description": "Language of the ExperienceLocale, using the \"BCP 47\" format. Examples: \"en\", \"en-US\", \"es\", \"es-419\".",
858 "type": "string"
859 },
860 "videoId": {
861 "description": "Video ID, as defined by Google, linked to th e feature video in the ExperienceLocale. Example: 'gtry456_xc'.",
862 "type": "string"
863 },
864 "trailerId": {
865 "description": "Trailer ID, as defined by Google, linked to the trailer video in the ExperienceLocale. Example: 'gtry457_tr'.",
866 "type": "string"
867 },
868 "titleLevelEidr": {
869 "description": "Title-level EIDR ID. Example: \"10.5240/1489 -49A2-3956-4B2D-FE16-5\".",
870 "type": "string"
871 },
872 "editLevelEidr": {
873 "description": "Edit-level EIDR ID. Example: \"10.5240/1489- 49A2-3956-4B2D-FE16-6\".",
874 "type": "string"
875 },
876 "altCutId": {
877 "description": "Alternative Cut ID, sometimes available in l ieu of the main Edit-level EIDR ID. This is not an EIDR ID, but a Partner-provid ed ID. Example: \"206346_79838\".",
878 "type": "string"
879 },
880 "customIds": {
881 "description": "List of custom IDs (defined by the partner) linked to this ExperienceLocale. Example: \"R86241\"",
882 "items": {
883 "type": "string"
884 },
885 "type": "array"
886 },
887 "presentationId": {
888 "description": "PresentationID as defined in the EMA specs." ,
889 "type": "string"
890 },
891 "inventoryId": {
892 "description": "InventoryID as defined in the EMA specs.",
893 "type": "string"
894 },
895 "playableSequenceId": {
896 "description": "PlayableSequenceID as defined in the EMA spe cs.",
897 "type": "string"
898 },
899 "type": {
900 "description": "Type of the Edit linked to the ExperienceLoc ale.",
901 "enum": [
902 "TITLE_TYPE_UNSPECIFIED",
903 "MOVIE",
904 "SEASON",
905 "EPISODE"
906 ],
907 "type": "string"
908 },
909 "name": {
910 "description": "Default Edit name, usually in the language o f the country of origin. Example: \"Googlers, The\".",
911 "type": "string"
912 },
913 "status": {
914 "description": "High-level status of the ExperienceLocale.",
915 "enum": [
916 "STATUS_UNSPECIFIED",
917 "STATUS_APPROVED",
918 "STATUS_FAILED",
919 "STATUS_PROCESSING",
920 "STATUS_UNFULFILLED",
921 "STATUS_NOT_AVAILABLE"
922 ],
923 "type": "string"
924 },
925 "priority": {
926 "description": "ExperienceLocale priority, as defined by Goo gle. The higher the value, the higher the priority. Example: 90",
927 "format": "double",
928 "type": "number"
929 },
930 "createdTime": {
931 "description": "Timestamp when the ExperienceLocale was crea ted.",
932 "type": "string"
933 },
934 "approvedTime": {
935 "description": "Timestamp when the ExperienceLocale was appr oved.",
936 "type": "string"
937 },
938 "earliestAvailStartTime": {
939 "description": "Timestamp of the earliest start date of the Avails linked to this ExperienceLocale.",
940 "type": "string"
941 },
942 "channelId": {
943 "description": "YouTube Channel ID linked to the ExperienceL ocale. Example: \"UCRG64darCZhb\".",
944 "type": "string"
945 },
946 "studioName": {
947 "description": "Name of the studio that owns the ExperienceL ocale.",
948 "type": "string"
949 },
950 "pphNames": {
951 "description": "Name of the post-production houses that mana ge the ExperienceLocale.",
952 "items": {
953 "type": "string"
954 },
955 "type": "array"
956 },
957 "normalizedPriority": {
958 "description": "A simpler representation of the priority.",
959 "enum": [
960 "NORMALIZED_PRIORITY_UNSPECIFIED",
961 "LOW_PRIORITY",
962 "HIGH_PRIORITY"
963 ],
964 "type": "string"
965 }
966 },
967 "type": "object"
968 },
969 "ListExperienceLocalesResponse": {
970 "description": "Response to the 'ListExperienceLocales' method.",
971 "id": "ListExperienceLocalesResponse",
972 "properties": {
973 "experienceLocales": {
974 "description": "List of ExperienceLocales that match the req uest criteria.",
975 "items": {
976 "$ref": "ExperienceLocale"
977 },
978 "type": "array"
979 },
980 "nextPageToken": {
981 "description": "See _List methods rules_ for info about this field.",
982 "type": "string"
983 }
984 },
985 "type": "object"
986 },
987 "StoreInfo": {
988 "description": "Information about a playable sequence (video) associ ated with an Edit and available at the Google Play Store. Internally, each Store Info is uniquely identified by a `video_id` and `country`. Externally, Title-lev el EIDR or Edit-level EIDR, if provided, can also be used to identify a specific title or edit in a country.",
989 "id": "StoreInfo",
990 "properties": {
991 "videoId": {
992 "description": "Google-generated ID identifying the video li nked to the Edit. Example: 'gtry456_xc'",
993 "type": "string"
994 },
995 "seasonId": {
996 "description": "Google-generated ID identifying the season l inked to the Edit. Only available for TV Edits. Example: 'ster23ex'",
997 "type": "string"
998 },
999 "showId": {
1000 "description": "Google-generated ID identifying the show lin ked to the Edit. Only available for TV Edits. Example: 'et2hsue_x'",
1001 "type": "string"
1002 },
1003 "country": {
1004 "description": "Country where Edit is available in ISO 3166- 1 alpha-2 country code. Example: \"US\".",
1005 "type": "string"
1006 },
1007 "liveTime": {
1008 "description": "Timestamp when the Edit went live on the Sto re.",
1009 "type": "string"
1010 },
1011 "type": {
1012 "description": "Edit type, like Movie, Episode or Season.",
1013 "enum": [
1014 "TITLE_TYPE_UNSPECIFIED",
1015 "MOVIE",
1016 "SEASON",
1017 "EPISODE"
1018 ],
1019 "type": "string"
1020 },
1021 "name": {
1022 "description": "Default Edit name, usually in the language o f the country of origin. Example: \"Googlers, The\".",
1023 "type": "string"
1024 },
1025 "titleLevelEidr": {
1026 "description": "Title-level EIDR ID. Example: \"10.5240/1489 -49A2-3956-4B2D-FE16-5\".",
1027 "type": "string"
1028 },
1029 "editLevelEidr": {
1030 "description": "Edit-level EIDR ID. Example: \"10.5240/1489- 49A2-3956-4B2D-FE16-6\".",
1031 "type": "string"
1032 },
1033 "seasonName": {
1034 "description": "Default Season name, usually in the language of the country of origin. Only available for TV Edits Example: \"Googlers, The - A Brave New World\".",
1035 "type": "string"
1036 },
1037 "showName": {
1038 "description": "Default Show name, usually in the language o f the country of origin. Only available for TV Edits Example: \"Googlers, The\". ",
1039 "type": "string"
1040 },
1041 "seasonNumber": {
1042 "description": "The number assigned to the season within a s how. Only available on TV Edits. Example: \"1\".",
1043 "type": "string"
1044 },
1045 "episodeNumber": {
1046 "description": "The number assigned to the episode within a season. Only available on TV Edits. Example: \"1\".",
1047 "type": "string"
1048 },
1049 "hasSdOffer": {
1050 "description": "Whether the Edit has a SD offer.",
1051 "type": "boolean"
1052 },
1053 "hasHdOffer": {
1054 "description": "Whether the Edit has a HD offer.",
1055 "type": "boolean"
1056 },
1057 "hasVodOffer": {
1058 "description": "Whether the Edit has a VOD offer.",
1059 "type": "boolean"
1060 },
1061 "hasEstOffer": {
1062 "description": "Whether the Edit has a EST offer.",
1063 "type": "boolean"
1064 },
1065 "hasAudio51": {
1066 "description": "Whether the Edit has a 5.1 channel audio tra ck.",
1067 "type": "boolean"
1068 },
1069 "audioTracks": {
1070 "description": "Audio tracks available for this Edit.",
1071 "items": {
1072 "type": "string"
1073 },
1074 "type": "array"
1075 },
1076 "subtitles": {
1077 "description": "Subtitles available for this Edit.",
1078 "items": {
1079 "type": "string"
1080 },
1081 "type": "array"
1082 },
1083 "hasInfoCards": {
1084 "description": "Whether the Edit has info cards.",
1085 "type": "boolean"
1086 },
1087 "mid": {
1088 "description": "Knowledge Graph ID associated to this Edit, if available. This ID links the Edit to its knowledge entity, externally accessi ble at http://freebase.com. In the absense of Title EIDR or Edit EIDR, this ID h elps link together multiple Edits across countries. Example: '/m/0ffx29'",
1089 "type": "string"
1090 },
1091 "trailerId": {
1092 "description": "Google-generated ID identifying the trailer linked to the Edit. Example: 'bhd_4e_cx'",
1093 "type": "string"
1094 },
1095 "studioName": {
1096 "description": "Name of the studio that owns the Edit ordere d.",
1097 "type": "string"
1098 },
1099 "pphNames": {
1100 "description": "Name of the post-production houses that mana ge the Edit.",
1101 "items": {
1102 "type": "string"
1103 },
1104 "type": "array"
1105 }
1106 },
1107 "type": "object"
1108 },
1109 "ListStoreInfosResponse": {
1110 "description": "Response to the 'ListStoreInfos' method.",
1111 "id": "ListStoreInfosResponse",
1112 "properties": {
1113 "storeInfos": {
1114 "description": "List of StoreInfos that match the request cr iteria.",
1115 "items": {
1116 "$ref": "StoreInfo"
1117 },
1118 "type": "array"
1119 },
1120 "nextPageToken": {
1121 "description": "See 'List methods rules' for info about this field.",
1122 "type": "string"
1123 }
1124 },
1125 "type": "object"
1126 }
1127 },
100 "servicePath": "", 1128 "servicePath": "",
101 "title": "Google Play Movies Partner API", 1129 "title": "Google Play Movies Partner API",
102 "version": "v1" 1130 "version": "v1"
103 } 1131 }
OLDNEW
« no previous file with comments | « discovery/googleapis/partners__v2.json ('k') | discovery/googleapis/plusDomains__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698