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

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

Issue 2649893002: Api-roll 44: 2017-01-23 (Closed)
Patch Set: Created 3 years, 11 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/monitoring__v3.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": { 2 "auth": {
3 "oauth2": { 3 "oauth2": {
4 "scopes": { 4 "scopes": {
5 "https://www.googleapis.com/auth/playmovies_partner.readonly": { 5 "https://www.googleapis.com/auth/playmovies_partner.readonly": {
6 "description": "View the digital assets you publish on Googl e Play Movies and TV" 6 "description": "View the digital assets you publish on Googl e Play Movies and TV"
7 } 7 }
8 } 8 }
9 } 9 }
10 }, 10 },
11 "basePath": "", 11 "basePath": "",
12 "baseUrl": "https://playmoviespartner.googleapis.com/", 12 "baseUrl": "https://playmoviespartner.googleapis.com/",
13 "batchPath": "batch", 13 "batchPath": "batch",
14 "canonicalName": "Play Movies", 14 "canonicalName": "Play Movies",
15 "description": "Gets the delivery status of titles for Google Play Movies Pa rtners.", 15 "description": "Gets the delivery status of titles for Google Play Movies Pa rtners.",
16 "discoveryVersion": "v1", 16 "discoveryVersion": "v1",
17 "documentationLink": "https://developers.google.com/playmoviespartner/", 17 "documentationLink": "https://developers.google.com/playmoviespartner/",
18 "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/nOdrkDPVE_ecVVN74uINxtcznYM\"", 18 "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/uupf4ETIkmsQTW6dv4YK-4z-ZSI\"",
19 "icons": { 19 "icons": {
20 "x16": "http://www.google.com/images/icons/product/search-16.gif", 20 "x16": "http://www.google.com/images/icons/product/search-16.gif",
21 "x32": "http://www.google.com/images/icons/product/search-32.gif" 21 "x32": "http://www.google.com/images/icons/product/search-32.gif"
22 }, 22 },
23 "id": "playmoviespartner:v1", 23 "id": "playmoviespartner:v1",
24 "kind": "discovery#restDescription", 24 "kind": "discovery#restDescription",
25 "name": "playmoviespartner", 25 "name": "playmoviespartner",
26 "ownerDomain": "google.com", 26 "ownerDomain": "google.com",
27 "ownerName": "Google", 27 "ownerName": "Google",
28 "parameters": { 28 "parameters": {
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 "path": "v1/accounts/{accountId}/orders", 319 "path": "v1/accounts/{accountId}/orders",
320 "response": { 320 "response": {
321 "$ref": "ListOrdersResponse" 321 "$ref": "ListOrdersResponse"
322 }, 322 },
323 "scopes": [ 323 "scopes": [
324 "https://www.googleapis.com/auth/playmovies_part ner.readonly" 324 "https://www.googleapis.com/auth/playmovies_part ner.readonly"
325 ] 325 ]
326 } 326 }
327 } 327 }
328 }, 328 },
329 "experienceLocales": {
330 "methods": {
331 "get": {
332 "description": "Get an ExperienceLocale given its id . See _Authentication and Authorization rules_ and _Get methods rules_ for more information about this method.",
333 "httpMethod": "GET",
334 "id": "playmoviespartner.accounts.experienceLocales. get",
335 "parameterOrder": [
336 "accountId",
337 "elId"
338 ],
339 "parameters": {
340 "accountId": {
341 "description": "REQUIRED. See _General rules _ for more information about this field.",
342 "location": "path",
343 "required": true,
344 "type": "string"
345 },
346 "elId": {
347 "description": "REQUIRED. ExperienceLocale I D, as defined by Google.",
348 "location": "path",
349 "required": true,
350 "type": "string"
351 }
352 },
353 "path": "v1/accounts/{accountId}/experienceLocales/{ elId}",
354 "response": {
355 "$ref": "ExperienceLocale"
356 },
357 "scopes": [
358 "https://www.googleapis.com/auth/playmovies_part ner.readonly"
359 ]
360 },
361 "list": {
362 "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.",
363 "httpMethod": "GET",
364 "id": "playmoviespartner.accounts.experienceLocales. list",
365 "parameterOrder": [
366 "accountId"
367 ],
368 "parameters": {
369 "accountId": {
370 "description": "REQUIRED. See _General rules _ for more information about this field.",
371 "location": "path",
372 "required": true,
373 "type": "string"
374 },
375 "pageSize": {
376 "description": "See _List methods rules_ for info about this field.",
377 "format": "int32",
378 "location": "query",
379 "type": "integer"
380 },
381 "pageToken": {
382 "description": "See _List methods rules_ for info about this field.",
383 "location": "query",
384 "type": "string"
385 },
386 "pphNames": {
387 "description": "See _List methods rules_ for info about this field.",
388 "location": "query",
389 "repeated": true,
390 "type": "string"
391 },
392 "studioNames": {
393 "description": "See _List methods rules_ for info about this field.",
394 "location": "query",
395 "repeated": true,
396 "type": "string"
397 },
398 "titleLevelEidr": {
399 "description": "Filter ExperienceLocales tha t match a given title-level EIDR.",
400 "location": "query",
401 "type": "string"
402 },
403 "editLevelEidr": {
404 "description": "Filter ExperienceLocales tha t match a given edit-level EIDR.",
405 "location": "query",
406 "type": "string"
407 },
408 "status": {
409 "description": "Filter ExperienceLocales tha t match one of the given status.",
410 "enum": [
411 "STATUS_UNSPECIFIED",
412 "STATUS_APPROVED",
413 "STATUS_FAILED",
414 "STATUS_PROCESSING",
415 "STATUS_UNFULFILLED",
416 "STATUS_NOT_AVAILABLE"
417 ],
418 "location": "query",
419 "repeated": true,
420 "type": "string"
421 },
422 "customId": {
423 "description": "Filter ExperienceLocales tha t match a case-insensitive, partner-specific custom id.",
424 "location": "query",
425 "type": "string"
426 },
427 "altCutId": {
428 "description": "Filter ExperienceLocales tha t match a case-insensitive, partner-specific Alternative Cut ID.",
429 "location": "query",
430 "type": "string"
431 }
432 },
433 "path": "v1/accounts/{accountId}/experienceLocales",
434 "response": {
435 "$ref": "ListExperienceLocalesResponse"
436 },
437 "scopes": [
438 "https://www.googleapis.com/auth/playmovies_part ner.readonly"
439 ]
440 }
441 }
442 },
443 "components": {
444 "methods": {
445 "list": {
446 "description": "List Components owned or managed by the partner. See _Authentication and Authorization rules_ and _List methods rule s_ for more information about this method.",
447 "httpMethod": "GET",
448 "id": "playmoviespartner.accounts.components.list",
449 "parameterOrder": [
450 "accountId"
451 ],
452 "parameters": {
453 "accountId": {
454 "description": "REQUIRED. See _General rules _ for more information about this field.",
455 "location": "path",
456 "required": true,
457 "type": "string"
458 },
459 "pageSize": {
460 "description": "See _List methods rules_ for info about this field.",
461 "format": "int32",
462 "location": "query",
463 "type": "integer"
464 },
465 "pageToken": {
466 "description": "See _List methods rules_ for info about this field.",
467 "location": "query",
468 "type": "string"
469 },
470 "pphNames": {
471 "description": "See _List methods rules_ for info about this field.",
472 "location": "query",
473 "repeated": true,
474 "type": "string"
475 },
476 "studioNames": {
477 "description": "See _List methods rules_ for info about this field.",
478 "location": "query",
479 "repeated": true,
480 "type": "string"
481 },
482 "titleLevelEidr": {
483 "description": "Filter Components that match a given title-level EIDR.",
484 "location": "query",
485 "type": "string"
486 },
487 "editLevelEidr": {
488 "description": "Filter Components that match a given edit-level EIDR.",
489 "location": "query",
490 "type": "string"
491 },
492 "status": {
493 "description": "Filter Components that match one of the given status.",
494 "enum": [
495 "STATUS_UNSPECIFIED",
496 "STATUS_APPROVED",
497 "STATUS_FAILED",
498 "STATUS_PROCESSING",
499 "STATUS_UNFULFILLED",
500 "STATUS_NOT_AVAILABLE"
501 ],
502 "location": "query",
503 "repeated": true,
504 "type": "string"
505 },
506 "customId": {
507 "description": "Filter Components that match a case-insensitive partner-specific custom id.",
508 "location": "query",
509 "type": "string"
510 },
511 "inventoryId": {
512 "description": "InventoryID available in Com mon Manifest.",
513 "location": "query",
514 "type": "string"
515 },
516 "presentationId": {
517 "description": "PresentationID available in Common Manifest.",
518 "location": "query",
519 "type": "string"
520 },
521 "playableSequenceId": {
522 "description": "PlayableSequenceID available in Common Manifest.",
523 "location": "query",
524 "type": "string"
525 },
526 "elId": {
527 "description": "Experience ID, as defined by Google.",
528 "location": "query",
529 "type": "string"
530 },
531 "altCutId": {
532 "description": "Filter Components that match a case-insensitive, partner-specific Alternative Cut ID.",
533 "location": "query",
534 "type": "string"
535 },
536 "filename": {
537 "description": "Filter Components that match a case-insensitive substring of the physical name of the delivered file.",
538 "location": "query",
539 "type": "string"
540 }
541 },
542 "path": "v1/accounts/{accountId}/components",
543 "response": {
544 "$ref": "ListComponentsResponse"
545 },
546 "scopes": [
547 "https://www.googleapis.com/auth/playmovies_part ner.readonly"
548 ]
549 }
550 },
551 "resources": {
552 "type": {
553 "methods": {
554 "get": {
555 "description": "Get a Component given its id .",
556 "httpMethod": "GET",
557 "id": "playmoviespartner.accounts.components .type.get",
558 "parameterOrder": [
559 "accountId",
560 "componentId",
561 "type"
562 ],
563 "parameters": {
564 "accountId": {
565 "description": "REQUIRED. See _Gener al rules_ for more information about this field.",
566 "location": "path",
567 "required": true,
568 "type": "string"
569 },
570 "componentId": {
571 "description": "REQUIRED. Component ID.",
572 "location": "path",
573 "required": true,
574 "type": "string"
575 },
576 "type": {
577 "description": "REQUIRED. Component Type.",
578 "enum": [
579 "COMPONENT_TYPE_UNSPECIFIED",
580 "VIDEO",
581 "AUDIO_20",
582 "AUDIO_51",
583 "SUBTITLE",
584 "ARTWORK",
585 "METADATA"
586 ],
587 "location": "path",
588 "required": true,
589 "type": "string"
590 }
591 },
592 "path": "v1/accounts/{accountId}/components/ {componentId}/type/{type}",
593 "response": {
594 "$ref": "Component"
595 },
596 "scopes": [
597 "https://www.googleapis.com/auth/playmov ies_partner.readonly"
598 ]
599 }
600 }
601 }
602 }
603 },
604 "storeInfos": { 329 "storeInfos": {
605 "methods": { 330 "methods": {
606 "list": { 331 "list": {
607 "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.", 332 "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.",
608 "httpMethod": "GET", 333 "httpMethod": "GET",
609 "id": "playmoviespartner.accounts.storeInfos.list", 334 "id": "playmoviespartner.accounts.storeInfos.list",
610 "parameterOrder": [ 335 "parameterOrder": [
611 "accountId" 336 "accountId"
612 ], 337 ],
613 "parameters": { 338 "parameters": {
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
724 "https://www.googleapis.com/auth/playmov ies_partner.readonly" 449 "https://www.googleapis.com/auth/playmov ies_partner.readonly"
725 ] 450 ]
726 } 451 }
727 } 452 }
728 } 453 }
729 } 454 }
730 } 455 }
731 } 456 }
732 } 457 }
733 }, 458 },
734 "revision": "20160518", 459 "revision": "20170119",
735 "rootUrl": "https://playmoviespartner.googleapis.com/", 460 "rootUrl": "https://playmoviespartner.googleapis.com/",
736 "schemas": { 461 "schemas": {
737 "Avail": { 462 "Avail": {
738 "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.", 463 "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.",
739 "id": "Avail", 464 "id": "Avail",
740 "properties": { 465 "properties": {
741 "availId": { 466 "availId": {
742 "description": "ID internally generated by Google to uniquel y identify an Avail. Not part of EMA Specs.", 467 "description": "ID internally generated by Google to uniquel y identify an Avail. Not part of EMA Specs.",
743 "type": "string" 468 "type": "string"
744 }, 469 },
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
798 "SVOD", 523 "SVOD",
799 "POEST" 524 "POEST"
800 ], 525 ],
801 "type": "string" 526 "type": "string"
802 }, 527 },
803 "formatProfile": { 528 "formatProfile": {
804 "description": "Indicates the format profile covered by the transaction.", 529 "description": "Indicates the format profile covered by the transaction.",
805 "enum": [ 530 "enum": [
806 "FORMAT_PROFILE_UNSPECIFIED", 531 "FORMAT_PROFILE_UNSPECIFIED",
807 "SD", 532 "SD",
808 "HD" 533 "HD",
534 "UHD"
809 ], 535 ],
810 "type": "string" 536 "type": "string"
811 }, 537 },
812 "start": { 538 "start": {
813 "description": "Start of term in YYYY-MM-DD format in the ti mezone of the country of the Avail. Example: \"2013-05-14\".", 539 "description": "Start of term in YYYY-MM-DD format in the ti mezone of the country of the Avail. Example: \"2013-05-14\".",
814 "type": "string" 540 "type": "string"
815 }, 541 },
816 "end": { 542 "end": {
817 "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\"", 543 "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\"",
818 "type": "string" 544 "type": "string"
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
1068 "type": "string" 794 "type": "string"
1069 }, 795 },
1070 "totalSize": { 796 "totalSize": {
1071 "description": "See _List methods rules_ for more informatio n about this field.", 797 "description": "See _List methods rules_ for more informatio n about this field.",
1072 "format": "int32", 798 "format": "int32",
1073 "type": "integer" 799 "type": "integer"
1074 } 800 }
1075 }, 801 },
1076 "type": "object" 802 "type": "object"
1077 }, 803 },
1078 "ExperienceLocale": {
1079 "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). ",
1080 "id": "ExperienceLocale",
1081 "properties": {
1082 "elId": {
1083 "description": "ID internally generated by Google to uniquel y identify a ExperienceLocale. Example: 'KRZiVjY9h7t'",
1084 "type": "string"
1085 },
1086 "country": {
1087 "description": "Country where the ExperienceLocale is availa ble, using the \"ISO 3166-1 alpha-2\" format. Example: \"US\".",
1088 "type": "string"
1089 },
1090 "language": {
1091 "description": "Language of the ExperienceLocale, using the \"BCP 47\" format. Examples: \"en\", \"en-US\", \"es\", \"es-419\".",
1092 "type": "string"
1093 },
1094 "videoId": {
1095 "description": "Video ID, as defined by Google, linked to th e feature video in the ExperienceLocale. Example: 'gtry456_xc'.",
1096 "type": "string"
1097 },
1098 "trailerId": {
1099 "description": "Trailer ID, as defined by Google, linked to the trailer video in the ExperienceLocale. Example: 'gtry457_tr'.",
1100 "type": "string"
1101 },
1102 "titleLevelEidr": {
1103 "description": "Title-level EIDR ID. Example: \"10.5240/1489 -49A2-3956-4B2D-FE16-5\".",
1104 "type": "string"
1105 },
1106 "editLevelEidr": {
1107 "description": "Edit-level EIDR ID. Example: \"10.5240/1489- 49A2-3956-4B2D-FE16-6\".",
1108 "type": "string"
1109 },
1110 "altCutId": {
1111 "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\".",
1112 "type": "string"
1113 },
1114 "customIds": {
1115 "description": "List of custom IDs (defined by the partner) linked to this ExperienceLocale. Example: \"R86241\"",
1116 "items": {
1117 "type": "string"
1118 },
1119 "type": "array"
1120 },
1121 "presentationId": {
1122 "description": "PresentationID as defined in the EMA specs." ,
1123 "type": "string"
1124 },
1125 "inventoryId": {
1126 "description": "InventoryID as defined in the EMA specs.",
1127 "type": "string"
1128 },
1129 "playableSequenceId": {
1130 "description": "PlayableSequenceID as defined in the EMA spe cs.",
1131 "type": "string"
1132 },
1133 "type": {
1134 "description": "Type of the Edit linked to the ExperienceLoc ale.",
1135 "enum": [
1136 "TITLE_TYPE_UNSPECIFIED",
1137 "MOVIE",
1138 "SEASON",
1139 "EPISODE",
1140 "BUNDLE"
1141 ],
1142 "type": "string"
1143 },
1144 "name": {
1145 "description": "Default Edit name, usually in the language o f the country of origin. Example: \"Googlers, The\".",
1146 "type": "string"
1147 },
1148 "status": {
1149 "description": "High-level status of the ExperienceLocale.",
1150 "enum": [
1151 "STATUS_UNSPECIFIED",
1152 "STATUS_APPROVED",
1153 "STATUS_FAILED",
1154 "STATUS_PROCESSING",
1155 "STATUS_UNFULFILLED",
1156 "STATUS_NOT_AVAILABLE"
1157 ],
1158 "type": "string"
1159 },
1160 "priority": {
1161 "description": "ExperienceLocale priority, as defined by Goo gle. The higher the value, the higher the priority. Example: 90",
1162 "format": "double",
1163 "type": "number"
1164 },
1165 "createdTime": {
1166 "description": "Timestamp when the ExperienceLocale was crea ted.",
1167 "type": "string"
1168 },
1169 "approvedTime": {
1170 "description": "Timestamp when the ExperienceLocale was appr oved.",
1171 "type": "string"
1172 },
1173 "earliestAvailStartTime": {
1174 "description": "Timestamp of the earliest start date of the Avails linked to this ExperienceLocale.",
1175 "type": "string"
1176 },
1177 "channelId": {
1178 "description": "YouTube Channel ID linked to the ExperienceL ocale. Example: \"UCRG64darCZhb\".",
1179 "type": "string"
1180 },
1181 "studioName": {
1182 "description": "Name of the studio that owns the ExperienceL ocale.",
1183 "type": "string"
1184 },
1185 "pphNames": {
1186 "description": "Name of the post-production houses that mana ge the ExperienceLocale.",
1187 "items": {
1188 "type": "string"
1189 },
1190 "type": "array"
1191 },
1192 "normalizedPriority": {
1193 "description": "A simpler representation of the priority.",
1194 "enum": [
1195 "NORMALIZED_PRIORITY_UNSPECIFIED",
1196 "LOW_PRIORITY",
1197 "HIGH_PRIORITY"
1198 ],
1199 "type": "string"
1200 }
1201 },
1202 "type": "object"
1203 },
1204 "ListExperienceLocalesResponse": {
1205 "description": "Response to the 'ListExperienceLocales' method.",
1206 "id": "ListExperienceLocalesResponse",
1207 "properties": {
1208 "experienceLocales": {
1209 "description": "List of ExperienceLocales that match the req uest criteria.",
1210 "items": {
1211 "$ref": "ExperienceLocale"
1212 },
1213 "type": "array"
1214 },
1215 "nextPageToken": {
1216 "description": "See _List methods rules_ for info about this field.",
1217 "type": "string"
1218 },
1219 "totalSize": {
1220 "description": "See _List methods rules_ for more informatio n about this field.",
1221 "format": "int32",
1222 "type": "integer"
1223 }
1224 },
1225 "type": "object"
1226 },
1227 "Component": {
1228 "description": "A Component is an element (audio, video, subtitle, a rtwork, trailer, etc...) that is used in a set of ExperienceLocales. A Component is owned by a Studio and managed either by the Studio itself or by one Post-Pro duction House. Each Component is identified by a `component_id` and its `type`." ,
1229 "id": "Component",
1230 "properties": {
1231 "componentId": {
1232 "description": "ID internally generated by Google to uniquel y identify the Component. Example: 'wteyrc_647xc'",
1233 "type": "string"
1234 },
1235 "type": {
1236 "description": "Type of the Component. Example: AUDIO_51",
1237 "enum": [
1238 "COMPONENT_TYPE_UNSPECIFIED",
1239 "VIDEO",
1240 "AUDIO_20",
1241 "AUDIO_51",
1242 "SUBTITLE",
1243 "ARTWORK",
1244 "METADATA"
1245 ],
1246 "type": "string"
1247 },
1248 "elIds": {
1249 "description": "IDs internally generated by Google to unique ly identify the ExperienceLocales for which the Component is used. Example: 'KRZ iVjY9h7t'",
1250 "items": {
1251 "type": "string"
1252 },
1253 "type": "array"
1254 },
1255 "language": {
1256 "description": "Language of the component, using the \"BCP 4 7\" format. Examples: \"en\", \"en-US\", \"es\", \"es-419\".",
1257 "type": "string"
1258 },
1259 "titleLevelEidrs": {
1260 "description": "List of Title-level EIDR IDs. Example: \"10. 5240/1489-49A2-3956-4B2D-FE16-5\".",
1261 "items": {
1262 "type": "string"
1263 },
1264 "type": "array"
1265 },
1266 "editLevelEidrs": {
1267 "description": "List of Edit-level EIDR IDs. Example: \"10.5 240/1489-49A2-3956-4B2D-FE16-6\".",
1268 "items": {
1269 "type": "string"
1270 },
1271 "type": "array"
1272 },
1273 "altCutIds": {
1274 "description": "List of Alternative Cut IDs, sometimes avail able in lieu of the main Edit-level EIDR IDs. This is not an EIDR ID, but a Part ner-provided ID. Example: \"206346_79838\".",
1275 "items": {
1276 "type": "string"
1277 },
1278 "type": "array"
1279 },
1280 "customIds": {
1281 "description": "List of custom IDs (defined by the partner) linked to the ExperienceLocale using this Component. Example: \"R86241\"",
1282 "items": {
1283 "type": "string"
1284 },
1285 "type": "array"
1286 },
1287 "componentDetailType": {
1288 "description": "Detail about the type of the Component.",
1289 "enum": [
1290 "COMPONENT_DETAIL_TYPE_UNSPECIFIED",
1291 "COMPONENT_DETAIL_TYPE_NORMAL",
1292 "COMPONENT_DETAIL_TYPE_POSTER",
1293 "COMPONENT_DETAIL_TYPE_PRIMARY",
1294 "COMPONENT_DETAIL_TYPE_FORCED",
1295 "COMPONENT_DETAIL_TYPE_DUBBED",
1296 "COMPONENT_DETAIL_TYPE_SDH"
1297 ],
1298 "type": "string"
1299 },
1300 "playableUnitType": {
1301 "description": "Type of the playable unit for which the Comp onent is intended.",
1302 "enum": [
1303 "PLAYABLE_UNIT_TYPE_UNSPECIFIED",
1304 "PLAYABLE_UNIT_TYPE_FEATURE",
1305 "PLAYABLE_UNIT_TYPE_TRAILER",
1306 "PLAYBLE_UNIT_TYPE_BONUS_CONTENT"
1307 ],
1308 "type": "string"
1309 },
1310 "status": {
1311 "description": "High-level status of the Component.",
1312 "enum": [
1313 "STATUS_UNSPECIFIED",
1314 "STATUS_APPROVED",
1315 "STATUS_FAILED",
1316 "STATUS_PROCESSING",
1317 "STATUS_UNFULFILLED",
1318 "STATUS_NOT_AVAILABLE"
1319 ],
1320 "type": "string"
1321 },
1322 "statusDetail": {
1323 "description": "Detailed status of the Component",
1324 "enum": [
1325 "COMPONENT_STATUS_UNSPECIFIED",
1326 "COMPONENT_STATUS_QC_APPROVED",
1327 "COMPONENT_STATUS_QC_REJECTION",
1328 "COMPONENT_STATUS_FILE_REJECTION",
1329 "COMPONENT_STATUS_FILE_PROCESSING",
1330 "COMPONENT_STATUS_READY_FOR_QC"
1331 ],
1332 "type": "string"
1333 },
1334 "rejectionNote": {
1335 "description": "Notes explaining why a Component has been re jected.",
1336 "type": "string"
1337 },
1338 "approvedTime": {
1339 "description": "Timestamp when the Component was approved.",
1340 "type": "string"
1341 },
1342 "name": {
1343 "description": "Default Edit name, usually in the language o f the country of origin. Example: \"Googlers, The\".",
1344 "type": "string"
1345 },
1346 "processingErrors": {
1347 "description": "Processing errors during XML file parsing. E xample: 'Invalid input file'",
1348 "items": {
1349 "type": "string"
1350 },
1351 "type": "array"
1352 },
1353 "priority": {
1354 "description": "Component priority, as defined by Google. Th e higher the value, the higher the priority.",
1355 "format": "double",
1356 "type": "number"
1357 },
1358 "receivedTime": {
1359 "description": "Timestamp when the Component was received.",
1360 "type": "string"
1361 },
1362 "filename": {
1363 "description": "File name of the Component when delivered.",
1364 "type": "string"
1365 },
1366 "studioName": {
1367 "description": "Name of the studio that owns the Component." ,
1368 "type": "string"
1369 },
1370 "pphName": {
1371 "description": "Name of the post-production house that manag es the Component.",
1372 "type": "string"
1373 },
1374 "normalizedPriority": {
1375 "description": "A simpler representation of the priority.",
1376 "enum": [
1377 "NORMALIZED_PRIORITY_UNSPECIFIED",
1378 "LOW_PRIORITY",
1379 "HIGH_PRIORITY"
1380 ],
1381 "type": "string"
1382 }
1383 },
1384 "type": "object"
1385 },
1386 "ListComponentsResponse": {
1387 "description": "Response to the 'ListComponents' method.",
1388 "id": "ListComponentsResponse",
1389 "properties": {
1390 "components": {
1391 "description": "List of Components that match the request cr iteria.",
1392 "items": {
1393 "$ref": "Component"
1394 },
1395 "type": "array"
1396 },
1397 "nextPageToken": {
1398 "description": "See _List methods rules_ for info about this field.",
1399 "type": "string"
1400 },
1401 "totalSize": {
1402 "description": "See _List methods rules_ for more informatio n about this field.",
1403 "format": "int32",
1404 "type": "integer"
1405 }
1406 },
1407 "type": "object"
1408 },
1409 "StoreInfo": { 804 "StoreInfo": {
1410 "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.", 805 "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.",
1411 "id": "StoreInfo", 806 "id": "StoreInfo",
1412 "properties": { 807 "properties": {
1413 "videoId": { 808 "videoId": {
1414 "description": "Google-generated ID identifying the video li nked to the Edit. Example: 'gtry456_xc'", 809 "description": "Google-generated ID identifying the video li nked to the Edit. Example: 'gtry456_xc'",
1415 "type": "string" 810 "type": "string"
1416 }, 811 },
1417 "seasonId": { 812 "seasonId": {
1418 "description": "Google-generated ID identifying the season l inked to the Edit. Only available for TV Edits. Example: 'ster23ex'", 813 "description": "Google-generated ID identifying the season l inked to the Edit. Only available for TV Edits. Example: 'ster23ex'",
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
1550 "type": "integer" 945 "type": "integer"
1551 } 946 }
1552 }, 947 },
1553 "type": "object" 948 "type": "object"
1554 } 949 }
1555 }, 950 },
1556 "servicePath": "", 951 "servicePath": "",
1557 "title": "Google Play Movies Partner API", 952 "title": "Google Play Movies Partner API",
1558 "version": "v1" 953 "version": "v1"
1559 } 954 }
OLDNEW
« no previous file with comments | « discovery/googleapis/monitoring__v3.json ('k') | discovery/googleapis/plusDomains__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698