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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « discovery/googleapis/monitoring__v3.json ('k') | discovery/googleapis/plusDomains__v1.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: discovery/googleapis/playmoviespartner__v1.json
diff --git a/discovery/googleapis/playmoviespartner__v1.json b/discovery/googleapis/playmoviespartner__v1.json
index 4f2a4afd1781fb7d8b7f3298061bac9b00b3301d..83ec2709a7c36676a97c06508eac2bd6801f2f8a 100644
--- a/discovery/googleapis/playmoviespartner__v1.json
+++ b/discovery/googleapis/playmoviespartner__v1.json
@@ -15,7 +15,7 @@
"description": "Gets the delivery status of titles for Google Play Movies Partners.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/playmoviespartner/",
- "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/nOdrkDPVE_ecVVN74uINxtcznYM\"",
+ "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/uupf4ETIkmsQTW6dv4YK-4z-ZSI\"",
"icons": {
"x16": "http://www.google.com/images/icons/product/search-16.gif",
"x32": "http://www.google.com/images/icons/product/search-32.gif"
@@ -326,281 +326,6 @@
}
}
},
- "experienceLocales": {
- "methods": {
- "get": {
- "description": "Get an ExperienceLocale given its id. See _Authentication and Authorization rules_ and _Get methods rules_ for more information about this method.",
- "httpMethod": "GET",
- "id": "playmoviespartner.accounts.experienceLocales.get",
- "parameterOrder": [
- "accountId",
- "elId"
- ],
- "parameters": {
- "accountId": {
- "description": "REQUIRED. See _General rules_ for more information about this field.",
- "location": "path",
- "required": true,
- "type": "string"
- },
- "elId": {
- "description": "REQUIRED. ExperienceLocale ID, as defined by Google.",
- "location": "path",
- "required": true,
- "type": "string"
- }
- },
- "path": "v1/accounts/{accountId}/experienceLocales/{elId}",
- "response": {
- "$ref": "ExperienceLocale"
- },
- "scopes": [
- "https://www.googleapis.com/auth/playmovies_partner.readonly"
- ]
- },
- "list": {
- "description": "List ExperienceLocales owned or managed by the partner. See _Authentication and Authorization rules_ and _List methods rules_ for more information about this method.",
- "httpMethod": "GET",
- "id": "playmoviespartner.accounts.experienceLocales.list",
- "parameterOrder": [
- "accountId"
- ],
- "parameters": {
- "accountId": {
- "description": "REQUIRED. See _General rules_ for more information about this field.",
- "location": "path",
- "required": true,
- "type": "string"
- },
- "pageSize": {
- "description": "See _List methods rules_ for info about this field.",
- "format": "int32",
- "location": "query",
- "type": "integer"
- },
- "pageToken": {
- "description": "See _List methods rules_ for info about this field.",
- "location": "query",
- "type": "string"
- },
- "pphNames": {
- "description": "See _List methods rules_ for info about this field.",
- "location": "query",
- "repeated": true,
- "type": "string"
- },
- "studioNames": {
- "description": "See _List methods rules_ for info about this field.",
- "location": "query",
- "repeated": true,
- "type": "string"
- },
- "titleLevelEidr": {
- "description": "Filter ExperienceLocales that match a given title-level EIDR.",
- "location": "query",
- "type": "string"
- },
- "editLevelEidr": {
- "description": "Filter ExperienceLocales that match a given edit-level EIDR.",
- "location": "query",
- "type": "string"
- },
- "status": {
- "description": "Filter ExperienceLocales that match one of the given status.",
- "enum": [
- "STATUS_UNSPECIFIED",
- "STATUS_APPROVED",
- "STATUS_FAILED",
- "STATUS_PROCESSING",
- "STATUS_UNFULFILLED",
- "STATUS_NOT_AVAILABLE"
- ],
- "location": "query",
- "repeated": true,
- "type": "string"
- },
- "customId": {
- "description": "Filter ExperienceLocales that match a case-insensitive, partner-specific custom id.",
- "location": "query",
- "type": "string"
- },
- "altCutId": {
- "description": "Filter ExperienceLocales that match a case-insensitive, partner-specific Alternative Cut ID.",
- "location": "query",
- "type": "string"
- }
- },
- "path": "v1/accounts/{accountId}/experienceLocales",
- "response": {
- "$ref": "ListExperienceLocalesResponse"
- },
- "scopes": [
- "https://www.googleapis.com/auth/playmovies_partner.readonly"
- ]
- }
- }
- },
- "components": {
- "methods": {
- "list": {
- "description": "List Components owned or managed by the partner. See _Authentication and Authorization rules_ and _List methods rules_ for more information about this method.",
- "httpMethod": "GET",
- "id": "playmoviespartner.accounts.components.list",
- "parameterOrder": [
- "accountId"
- ],
- "parameters": {
- "accountId": {
- "description": "REQUIRED. See _General rules_ for more information about this field.",
- "location": "path",
- "required": true,
- "type": "string"
- },
- "pageSize": {
- "description": "See _List methods rules_ for info about this field.",
- "format": "int32",
- "location": "query",
- "type": "integer"
- },
- "pageToken": {
- "description": "See _List methods rules_ for info about this field.",
- "location": "query",
- "type": "string"
- },
- "pphNames": {
- "description": "See _List methods rules_ for info about this field.",
- "location": "query",
- "repeated": true,
- "type": "string"
- },
- "studioNames": {
- "description": "See _List methods rules_ for info about this field.",
- "location": "query",
- "repeated": true,
- "type": "string"
- },
- "titleLevelEidr": {
- "description": "Filter Components that match a given title-level EIDR.",
- "location": "query",
- "type": "string"
- },
- "editLevelEidr": {
- "description": "Filter Components that match a given edit-level EIDR.",
- "location": "query",
- "type": "string"
- },
- "status": {
- "description": "Filter Components that match one of the given status.",
- "enum": [
- "STATUS_UNSPECIFIED",
- "STATUS_APPROVED",
- "STATUS_FAILED",
- "STATUS_PROCESSING",
- "STATUS_UNFULFILLED",
- "STATUS_NOT_AVAILABLE"
- ],
- "location": "query",
- "repeated": true,
- "type": "string"
- },
- "customId": {
- "description": "Filter Components that match a case-insensitive partner-specific custom id.",
- "location": "query",
- "type": "string"
- },
- "inventoryId": {
- "description": "InventoryID available in Common Manifest.",
- "location": "query",
- "type": "string"
- },
- "presentationId": {
- "description": "PresentationID available in Common Manifest.",
- "location": "query",
- "type": "string"
- },
- "playableSequenceId": {
- "description": "PlayableSequenceID available in Common Manifest.",
- "location": "query",
- "type": "string"
- },
- "elId": {
- "description": "Experience ID, as defined by Google.",
- "location": "query",
- "type": "string"
- },
- "altCutId": {
- "description": "Filter Components that match a case-insensitive, partner-specific Alternative Cut ID.",
- "location": "query",
- "type": "string"
- },
- "filename": {
- "description": "Filter Components that match a case-insensitive substring of the physical name of the delivered file.",
- "location": "query",
- "type": "string"
- }
- },
- "path": "v1/accounts/{accountId}/components",
- "response": {
- "$ref": "ListComponentsResponse"
- },
- "scopes": [
- "https://www.googleapis.com/auth/playmovies_partner.readonly"
- ]
- }
- },
- "resources": {
- "type": {
- "methods": {
- "get": {
- "description": "Get a Component given its id.",
- "httpMethod": "GET",
- "id": "playmoviespartner.accounts.components.type.get",
- "parameterOrder": [
- "accountId",
- "componentId",
- "type"
- ],
- "parameters": {
- "accountId": {
- "description": "REQUIRED. See _General rules_ for more information about this field.",
- "location": "path",
- "required": true,
- "type": "string"
- },
- "componentId": {
- "description": "REQUIRED. Component ID.",
- "location": "path",
- "required": true,
- "type": "string"
- },
- "type": {
- "description": "REQUIRED. Component Type.",
- "enum": [
- "COMPONENT_TYPE_UNSPECIFIED",
- "VIDEO",
- "AUDIO_20",
- "AUDIO_51",
- "SUBTITLE",
- "ARTWORK",
- "METADATA"
- ],
- "location": "path",
- "required": true,
- "type": "string"
- }
- },
- "path": "v1/accounts/{accountId}/components/{componentId}/type/{type}",
- "response": {
- "$ref": "Component"
- },
- "scopes": [
- "https://www.googleapis.com/auth/playmovies_partner.readonly"
- ]
- }
- }
- }
- }
- },
"storeInfos": {
"methods": {
"list": {
@@ -731,7 +456,7 @@
}
}
},
- "revision": "20160518",
+ "revision": "20170119",
"rootUrl": "https://playmoviespartner.googleapis.com/",
"schemas": {
"Avail": {
@@ -805,7 +530,8 @@
"enum": [
"FORMAT_PROFILE_UNSPECIFIED",
"SD",
- "HD"
+ "HD",
+ "UHD"
],
"type": "string"
},
@@ -1075,337 +801,6 @@
},
"type": "object"
},
- "ExperienceLocale": {
- "description": "An ExperienceLocale tracks the fulfillment of a Title in a country using a specific language, when delivered using component-based delivery. For example, a Title in Switzerland might have 3 ExperienceLocales: they 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 identified by partners using its EIDR IDs, AltCutID or `custom_id` (when provided).",
- "id": "ExperienceLocale",
- "properties": {
- "elId": {
- "description": "ID internally generated by Google to uniquely identify a ExperienceLocale. Example: 'KRZiVjY9h7t'",
- "type": "string"
- },
- "country": {
- "description": "Country where the ExperienceLocale is available, using the \"ISO 3166-1 alpha-2\" format. Example: \"US\".",
- "type": "string"
- },
- "language": {
- "description": "Language of the ExperienceLocale, using the \"BCP 47\" format. Examples: \"en\", \"en-US\", \"es\", \"es-419\".",
- "type": "string"
- },
- "videoId": {
- "description": "Video ID, as defined by Google, linked to the feature video in the ExperienceLocale. Example: 'gtry456_xc'.",
- "type": "string"
- },
- "trailerId": {
- "description": "Trailer ID, as defined by Google, linked to the trailer video in the ExperienceLocale. Example: 'gtry457_tr'.",
- "type": "string"
- },
- "titleLevelEidr": {
- "description": "Title-level EIDR ID. Example: \"10.5240/1489-49A2-3956-4B2D-FE16-5\".",
- "type": "string"
- },
- "editLevelEidr": {
- "description": "Edit-level EIDR ID. Example: \"10.5240/1489-49A2-3956-4B2D-FE16-6\".",
- "type": "string"
- },
- "altCutId": {
- "description": "Alternative Cut ID, sometimes available in lieu of the main Edit-level EIDR ID. This is not an EIDR ID, but a Partner-provided ID. Example: \"206346_79838\".",
- "type": "string"
- },
- "customIds": {
- "description": "List of custom IDs (defined by the partner) linked to this ExperienceLocale. Example: \"R86241\"",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "presentationId": {
- "description": "PresentationID as defined in the EMA specs.",
- "type": "string"
- },
- "inventoryId": {
- "description": "InventoryID as defined in the EMA specs.",
- "type": "string"
- },
- "playableSequenceId": {
- "description": "PlayableSequenceID as defined in the EMA specs.",
- "type": "string"
- },
- "type": {
- "description": "Type of the Edit linked to the ExperienceLocale.",
- "enum": [
- "TITLE_TYPE_UNSPECIFIED",
- "MOVIE",
- "SEASON",
- "EPISODE",
- "BUNDLE"
- ],
- "type": "string"
- },
- "name": {
- "description": "Default Edit name, usually in the language of the country of origin. Example: \"Googlers, The\".",
- "type": "string"
- },
- "status": {
- "description": "High-level status of the ExperienceLocale.",
- "enum": [
- "STATUS_UNSPECIFIED",
- "STATUS_APPROVED",
- "STATUS_FAILED",
- "STATUS_PROCESSING",
- "STATUS_UNFULFILLED",
- "STATUS_NOT_AVAILABLE"
- ],
- "type": "string"
- },
- "priority": {
- "description": "ExperienceLocale priority, as defined by Google. The higher the value, the higher the priority. Example: 90",
- "format": "double",
- "type": "number"
- },
- "createdTime": {
- "description": "Timestamp when the ExperienceLocale was created.",
- "type": "string"
- },
- "approvedTime": {
- "description": "Timestamp when the ExperienceLocale was approved.",
- "type": "string"
- },
- "earliestAvailStartTime": {
- "description": "Timestamp of the earliest start date of the Avails linked to this ExperienceLocale.",
- "type": "string"
- },
- "channelId": {
- "description": "YouTube Channel ID linked to the ExperienceLocale. Example: \"UCRG64darCZhb\".",
- "type": "string"
- },
- "studioName": {
- "description": "Name of the studio that owns the ExperienceLocale.",
- "type": "string"
- },
- "pphNames": {
- "description": "Name of the post-production houses that manage the ExperienceLocale.",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "normalizedPriority": {
- "description": "A simpler representation of the priority.",
- "enum": [
- "NORMALIZED_PRIORITY_UNSPECIFIED",
- "LOW_PRIORITY",
- "HIGH_PRIORITY"
- ],
- "type": "string"
- }
- },
- "type": "object"
- },
- "ListExperienceLocalesResponse": {
- "description": "Response to the 'ListExperienceLocales' method.",
- "id": "ListExperienceLocalesResponse",
- "properties": {
- "experienceLocales": {
- "description": "List of ExperienceLocales that match the request criteria.",
- "items": {
- "$ref": "ExperienceLocale"
- },
- "type": "array"
- },
- "nextPageToken": {
- "description": "See _List methods rules_ for info about this field.",
- "type": "string"
- },
- "totalSize": {
- "description": "See _List methods rules_ for more information about this field.",
- "format": "int32",
- "type": "integer"
- }
- },
- "type": "object"
- },
- "Component": {
- "description": "A Component is an element (audio, video, subtitle, artwork, 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-Production House. Each Component is identified by a `component_id` and its `type`.",
- "id": "Component",
- "properties": {
- "componentId": {
- "description": "ID internally generated by Google to uniquely identify the Component. Example: 'wteyrc_647xc'",
- "type": "string"
- },
- "type": {
- "description": "Type of the Component. Example: AUDIO_51",
- "enum": [
- "COMPONENT_TYPE_UNSPECIFIED",
- "VIDEO",
- "AUDIO_20",
- "AUDIO_51",
- "SUBTITLE",
- "ARTWORK",
- "METADATA"
- ],
- "type": "string"
- },
- "elIds": {
- "description": "IDs internally generated by Google to uniquely identify the ExperienceLocales for which the Component is used. Example: 'KRZiVjY9h7t'",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "language": {
- "description": "Language of the component, using the \"BCP 47\" format. Examples: \"en\", \"en-US\", \"es\", \"es-419\".",
- "type": "string"
- },
- "titleLevelEidrs": {
- "description": "List of Title-level EIDR IDs. Example: \"10.5240/1489-49A2-3956-4B2D-FE16-5\".",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "editLevelEidrs": {
- "description": "List of Edit-level EIDR IDs. Example: \"10.5240/1489-49A2-3956-4B2D-FE16-6\".",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "altCutIds": {
- "description": "List of Alternative Cut IDs, sometimes available in lieu of the main Edit-level EIDR IDs. This is not an EIDR ID, but a Partner-provided ID. Example: \"206346_79838\".",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "customIds": {
- "description": "List of custom IDs (defined by the partner) linked to the ExperienceLocale using this Component. Example: \"R86241\"",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "componentDetailType": {
- "description": "Detail about the type of the Component.",
- "enum": [
- "COMPONENT_DETAIL_TYPE_UNSPECIFIED",
- "COMPONENT_DETAIL_TYPE_NORMAL",
- "COMPONENT_DETAIL_TYPE_POSTER",
- "COMPONENT_DETAIL_TYPE_PRIMARY",
- "COMPONENT_DETAIL_TYPE_FORCED",
- "COMPONENT_DETAIL_TYPE_DUBBED",
- "COMPONENT_DETAIL_TYPE_SDH"
- ],
- "type": "string"
- },
- "playableUnitType": {
- "description": "Type of the playable unit for which the Component is intended.",
- "enum": [
- "PLAYABLE_UNIT_TYPE_UNSPECIFIED",
- "PLAYABLE_UNIT_TYPE_FEATURE",
- "PLAYABLE_UNIT_TYPE_TRAILER",
- "PLAYBLE_UNIT_TYPE_BONUS_CONTENT"
- ],
- "type": "string"
- },
- "status": {
- "description": "High-level status of the Component.",
- "enum": [
- "STATUS_UNSPECIFIED",
- "STATUS_APPROVED",
- "STATUS_FAILED",
- "STATUS_PROCESSING",
- "STATUS_UNFULFILLED",
- "STATUS_NOT_AVAILABLE"
- ],
- "type": "string"
- },
- "statusDetail": {
- "description": "Detailed status of the Component",
- "enum": [
- "COMPONENT_STATUS_UNSPECIFIED",
- "COMPONENT_STATUS_QC_APPROVED",
- "COMPONENT_STATUS_QC_REJECTION",
- "COMPONENT_STATUS_FILE_REJECTION",
- "COMPONENT_STATUS_FILE_PROCESSING",
- "COMPONENT_STATUS_READY_FOR_QC"
- ],
- "type": "string"
- },
- "rejectionNote": {
- "description": "Notes explaining why a Component has been rejected.",
- "type": "string"
- },
- "approvedTime": {
- "description": "Timestamp when the Component was approved.",
- "type": "string"
- },
- "name": {
- "description": "Default Edit name, usually in the language of the country of origin. Example: \"Googlers, The\".",
- "type": "string"
- },
- "processingErrors": {
- "description": "Processing errors during XML file parsing. Example: 'Invalid input file'",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "priority": {
- "description": "Component priority, as defined by Google. The higher the value, the higher the priority.",
- "format": "double",
- "type": "number"
- },
- "receivedTime": {
- "description": "Timestamp when the Component was received.",
- "type": "string"
- },
- "filename": {
- "description": "File name of the Component when delivered.",
- "type": "string"
- },
- "studioName": {
- "description": "Name of the studio that owns the Component.",
- "type": "string"
- },
- "pphName": {
- "description": "Name of the post-production house that manages the Component.",
- "type": "string"
- },
- "normalizedPriority": {
- "description": "A simpler representation of the priority.",
- "enum": [
- "NORMALIZED_PRIORITY_UNSPECIFIED",
- "LOW_PRIORITY",
- "HIGH_PRIORITY"
- ],
- "type": "string"
- }
- },
- "type": "object"
- },
- "ListComponentsResponse": {
- "description": "Response to the 'ListComponents' method.",
- "id": "ListComponentsResponse",
- "properties": {
- "components": {
- "description": "List of Components that match the request criteria.",
- "items": {
- "$ref": "Component"
- },
- "type": "array"
- },
- "nextPageToken": {
- "description": "See _List methods rules_ for info about this field.",
- "type": "string"
- },
- "totalSize": {
- "description": "See _List methods rules_ for more information about this field.",
- "format": "int32",
- "type": "integer"
- }
- },
- "type": "object"
- },
"StoreInfo": {
"description": "Information about a playable sequence (video) associated with an Edit and available at the Google Play Store. Internally, each StoreInfo is uniquely identified by a `video_id` and `country`. Externally, Title-level EIDR or Edit-level EIDR, if provided, can also be used to identify a specific title or edit in a country.",
"id": "StoreInfo",
« 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