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

Side by Side Diff: discovery/googleapis/youtube__v3.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
OLDNEW
1 { 1 {
2 "auth": { 2 "auth": {
3 "oauth2": { 3 "oauth2": {
4 "scopes": { 4 "scopes": {
5 "https://www.googleapis.com/auth/youtube": { 5 "https://www.googleapis.com/auth/youtube": {
6 "description": "Manage your YouTube account" 6 "description": "Manage your YouTube account"
7 }, 7 },
8 "https://www.googleapis.com/auth/youtube.force-ssl": { 8 "https://www.googleapis.com/auth/youtube.force-ssl": {
9 "description": "Manage your YouTube account" 9 "description": "Manage your YouTube account"
10 }, 10 },
(...skipping 12 matching lines...) Expand all
23 } 23 }
24 } 24 }
25 }, 25 },
26 "basePath": "/youtube/v3/", 26 "basePath": "/youtube/v3/",
27 "baseUrl": "https://www.googleapis.com/youtube/v3/", 27 "baseUrl": "https://www.googleapis.com/youtube/v3/",
28 "batchPath": "batch", 28 "batchPath": "batch",
29 "canonicalName": "YouTube", 29 "canonicalName": "YouTube",
30 "description": "Programmatic access to YouTube features.", 30 "description": "Programmatic access to YouTube features.",
31 "discoveryVersion": "v1", 31 "discoveryVersion": "v1",
32 "documentationLink": "https://developers.google.com/youtube/v3", 32 "documentationLink": "https://developers.google.com/youtube/v3",
33 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/dDzLANLY4y_3rdEpUNli-dPof40\"", 33 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/W5t9TOfEJ0i1qWNP9JX0Xv9x3ws\"",
34 "icons": { 34 "icons": {
35 "x16": "https://www.google.com/images/icons/product/youtube-16.png", 35 "x16": "https://www.google.com/images/icons/product/youtube-16.png",
36 "x32": "https://www.google.com/images/icons/product/youtube-32.png" 36 "x32": "https://www.google.com/images/icons/product/youtube-32.png"
37 }, 37 },
38 "id": "youtube:v3", 38 "id": "youtube:v3",
39 "kind": "discovery#restDescription", 39 "kind": "discovery#restDescription",
40 "name": "youtube", 40 "name": "youtube",
41 "ownerDomain": "google.com", 41 "ownerDomain": "google.com",
42 "ownerName": "Google", 42 "ownerName": "Google",
43 "parameters": { 43 "parameters": {
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 "captions": { 192 "captions": {
193 "methods": { 193 "methods": {
194 "delete": { 194 "delete": {
195 "description": "Deletes a specified caption track.", 195 "description": "Deletes a specified caption track.",
196 "httpMethod": "DELETE", 196 "httpMethod": "DELETE",
197 "id": "youtube.captions.delete", 197 "id": "youtube.captions.delete",
198 "parameterOrder": [ 198 "parameterOrder": [
199 "id" 199 "id"
200 ], 200 ],
201 "parameters": { 201 "parameters": {
202 "debugProjectIdOverride": {
203 "description": "The debugProjectIdOverride parameter should be used for mimicking a request for a certain project ID",
204 "format": "int64",
205 "location": "query",
206 "type": "string"
207 },
208 "id": { 202 "id": {
209 "description": "The id parameter identifies the capt ion track that is being deleted. The value is a caption track ID as identified b y the id property in a caption resource.", 203 "description": "The id parameter identifies the capt ion track that is being deleted. The value is a caption track ID as identified b y the id property in a caption resource.",
210 "location": "query", 204 "location": "query",
211 "required": true, 205 "required": true,
212 "type": "string" 206 "type": "string"
213 }, 207 },
214 "onBehalfOf": { 208 "onBehalfOf": {
215 "description": "ID of the Google+ Page for the chann el that the request is be on behalf of", 209 "description": "ID of the Google+ Page for the chann el that the request is be on behalf of",
216 "location": "query", 210 "location": "query",
217 "type": "string" 211 "type": "string"
(...skipping 11 matching lines...) Expand all
229 ] 223 ]
230 }, 224 },
231 "download": { 225 "download": {
232 "description": "Downloads a caption track. The caption track is returned in its original format unless the request specifies a value for the tfmt parameter and in its original language unless the request specifies a valu e for the tlang parameter.", 226 "description": "Downloads a caption track. The caption track is returned in its original format unless the request specifies a value for the tfmt parameter and in its original language unless the request specifies a valu e for the tlang parameter.",
233 "httpMethod": "GET", 227 "httpMethod": "GET",
234 "id": "youtube.captions.download", 228 "id": "youtube.captions.download",
235 "parameterOrder": [ 229 "parameterOrder": [
236 "id" 230 "id"
237 ], 231 ],
238 "parameters": { 232 "parameters": {
239 "debugProjectIdOverride": {
240 "description": "The debugProjectIdOverride parameter should be used for mimicking a request for a certain project ID",
241 "format": "int64",
242 "location": "query",
243 "type": "string"
244 },
245 "id": { 233 "id": {
246 "description": "The id parameter identifies the capt ion track that is being retrieved. The value is a caption track ID as identified by the id property in a caption resource.", 234 "description": "The id parameter identifies the capt ion track that is being retrieved. The value is a caption track ID as identified by the id property in a caption resource.",
247 "location": "path", 235 "location": "path",
248 "required": true, 236 "required": true,
249 "type": "string" 237 "type": "string"
250 }, 238 },
251 "onBehalfOf": { 239 "onBehalfOf": {
252 "description": "ID of the Google+ Page for the chann el that the request is be on behalf of", 240 "description": "ID of the Google+ Page for the chann el that the request is be on behalf of",
253 "location": "query", 241 "location": "query",
254 "type": "string" 242 "type": "string"
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 "simple": { 297 "simple": {
310 "multipart": true, 298 "multipart": true,
311 "path": "/upload/youtube/v3/captions" 299 "path": "/upload/youtube/v3/captions"
312 } 300 }
313 } 301 }
314 }, 302 },
315 "parameterOrder": [ 303 "parameterOrder": [
316 "part" 304 "part"
317 ], 305 ],
318 "parameters": { 306 "parameters": {
319 "debugProjectIdOverride": {
320 "description": "The debugProjectIdOverride parameter should be used for mimicking a request for a certain project ID.",
321 "format": "int64",
322 "location": "query",
323 "type": "string"
324 },
325 "onBehalfOf": { 307 "onBehalfOf": {
326 "description": "ID of the Google+ Page for the chann el that the request is be on behalf of", 308 "description": "ID of the Google+ Page for the chann el that the request is be on behalf of",
327 "location": "query", 309 "location": "query",
328 "type": "string" 310 "type": "string"
329 }, 311 },
330 "onBehalfOfContentOwner": { 312 "onBehalfOfContentOwner": {
331 "description": "Note: This parameter is intended exc lusively for YouTube content partners.\n\nThe onBehalfOfContentOwner parameter i ndicates that the request's authorization credentials identify a YouTube CMS use r who is acting on behalf of the content owner specified in the parameter value. This parameter is intended for YouTube content partners that own and manage man y different YouTube channels. It allows content owners to authenticate once and get access to all their video and channel data, without having to provide authen tication credentials for each individual channel. The actual CMS account that th e user authenticates with must be linked to the specified YouTube content owner. ", 313 "description": "Note: This parameter is intended exc lusively for YouTube content partners.\n\nThe onBehalfOfContentOwner parameter i ndicates that the request's authorization credentials identify a YouTube CMS use r who is acting on behalf of the content owner specified in the parameter value. This parameter is intended for YouTube content partners that own and manage man y different YouTube channels. It allows content owners to authenticate once and get access to all their video and channel data, without having to provide authen tication credentials for each individual channel. The actual CMS account that th e user authenticates with must be linked to the specified YouTube content owner. ",
332 "location": "query", 314 "location": "query",
333 "type": "string" 315 "type": "string"
334 }, 316 },
(...skipping 24 matching lines...) Expand all
359 }, 341 },
360 "list": { 342 "list": {
361 "description": "Returns a list of caption tracks that are as sociated with a specified video. Note that the API response does not contain the actual captions and that the captions.download method provides the ability to r etrieve a caption track.", 343 "description": "Returns a list of caption tracks that are as sociated with a specified video. Note that the API response does not contain the actual captions and that the captions.download method provides the ability to r etrieve a caption track.",
362 "httpMethod": "GET", 344 "httpMethod": "GET",
363 "id": "youtube.captions.list", 345 "id": "youtube.captions.list",
364 "parameterOrder": [ 346 "parameterOrder": [
365 "part", 347 "part",
366 "videoId" 348 "videoId"
367 ], 349 ],
368 "parameters": { 350 "parameters": {
369 "debugProjectIdOverride": {
370 "description": "The debugProjectIdOverride parameter should be used for mimicking a request for a certain project ID.",
371 "format": "int64",
372 "location": "query",
373 "type": "string"
374 },
375 "id": { 351 "id": {
376 "description": "The id parameter specifies a comma-s eparated list of IDs that identify the caption resources that should be retrieve d. Each ID must identify a caption track associated with the specified video.", 352 "description": "The id parameter specifies a comma-s eparated list of IDs that identify the caption resources that should be retrieve d. Each ID must identify a caption track associated with the specified video.",
377 "location": "query", 353 "location": "query",
378 "type": "string" 354 "type": "string"
379 }, 355 },
380 "onBehalfOf": { 356 "onBehalfOf": {
381 "description": "ID of the Google+ Page for the chann el that the request is on behalf of.", 357 "description": "ID of the Google+ Page for the chann el that the request is on behalf of.",
382 "location": "query", 358 "location": "query",
383 "type": "string" 359 "type": "string"
384 }, 360 },
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
428 "simple": { 404 "simple": {
429 "multipart": true, 405 "multipart": true,
430 "path": "/upload/youtube/v3/captions" 406 "path": "/upload/youtube/v3/captions"
431 } 407 }
432 } 408 }
433 }, 409 },
434 "parameterOrder": [ 410 "parameterOrder": [
435 "part" 411 "part"
436 ], 412 ],
437 "parameters": { 413 "parameters": {
438 "debugProjectIdOverride": {
439 "description": "The debugProjectIdOverride parameter should be used for mimicking a request for a certain project ID.",
440 "format": "int64",
441 "location": "query",
442 "type": "string"
443 },
444 "onBehalfOf": { 414 "onBehalfOf": {
445 "description": "ID of the Google+ Page for the chann el that the request is be on behalf of", 415 "description": "ID of the Google+ Page for the chann el that the request is be on behalf of",
446 "location": "query", 416 "location": "query",
447 "type": "string" 417 "type": "string"
448 }, 418 },
449 "onBehalfOfContentOwner": { 419 "onBehalfOfContentOwner": {
450 "description": "Note: This parameter is intended exc lusively for YouTube content partners.\n\nThe onBehalfOfContentOwner parameter i ndicates that the request's authorization credentials identify a YouTube CMS use r who is acting on behalf of the content owner specified in the parameter value. This parameter is intended for YouTube content partners that own and manage man y different YouTube channels. It allows content owners to authenticate once and get access to all their video and channel data, without having to provide authen tication credentials for each individual channel. The actual CMS account that th e user authenticates with must be linked to the specified YouTube content owner. ", 420 "description": "Note: This parameter is intended exc lusively for YouTube content partners.\n\nThe onBehalfOfContentOwner parameter i ndicates that the request's authorization credentials identify a YouTube CMS use r who is acting on behalf of the content owner specified in the parameter value. This parameter is intended for YouTube content partners that own and manage man y different YouTube channels. It allows content owners to authenticate once and get access to all their video and channel data, without having to provide authen tication credentials for each individual channel. The actual CMS account that th e user authenticates with must be linked to the specified YouTube content owner. ",
451 "location": "query", 421 "location": "query",
452 "type": "string" 422 "type": "string"
453 }, 423 },
(...skipping 2443 matching lines...) Expand 10 before | Expand all | Expand 10 after
2897 "description": "The chart parameter identifies the c hart that you want to retrieve.", 2867 "description": "The chart parameter identifies the c hart that you want to retrieve.",
2898 "enum": [ 2868 "enum": [
2899 "mostPopular" 2869 "mostPopular"
2900 ], 2870 ],
2901 "enumDescriptions": [ 2871 "enumDescriptions": [
2902 "Return the most popular videos for the specifie d content region and video category." 2872 "Return the most popular videos for the specifie d content region and video category."
2903 ], 2873 ],
2904 "location": "query", 2874 "location": "query",
2905 "type": "string" 2875 "type": "string"
2906 }, 2876 },
2907 "debugProjectIdOverride": {
2908 "description": "The debugProjectIdOverride parameter should be used for mimicking a request for a certain project ID",
2909 "format": "int64",
2910 "location": "query",
2911 "type": "string"
2912 },
2913 "hl": { 2877 "hl": {
2914 "description": "The hl parameter instructs the API t o retrieve localized resource metadata for a specific application language that the YouTube website supports. The parameter value must be a language code includ ed in the list returned by the i18nLanguages.list method.\n\nIf localized resour ce details are available in that language, the resource's snippet.localized obje ct will contain the localized values. However, if localized details are not avai lable, the snippet.localized object will contain resource details in the resourc e's default language.", 2878 "description": "The hl parameter instructs the API t o retrieve localized resource metadata for a specific application language that the YouTube website supports. The parameter value must be a language code includ ed in the list returned by the i18nLanguages.list method.\n\nIf localized resour ce details are available in that language, the resource's snippet.localized obje ct will contain the localized values. However, if localized details are not avai lable, the snippet.localized object will contain resource details in the resourc e's default language.",
2915 "location": "query", 2879 "location": "query",
2916 "type": "string" 2880 "type": "string"
2917 }, 2881 },
2918 "id": { 2882 "id": {
2919 "description": "The id parameter specifies a comma-s eparated list of the YouTube video ID(s) for the resource(s) that are being retr ieved. In a video resource, the id property specifies the video's ID.", 2883 "description": "The id parameter specifies a comma-s eparated list of the YouTube video ID(s) for the resource(s) that are being retr ieved. In a video resource, the id property specifies the video's ID.",
2920 "location": "query", 2884 "location": "query",
2921 "type": "string" 2885 "type": "string"
2922 }, 2886 },
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
3156 "path": "watermarks/unset", 3120 "path": "watermarks/unset",
3157 "scopes": [ 3121 "scopes": [
3158 "https://www.googleapis.com/auth/youtube", 3122 "https://www.googleapis.com/auth/youtube",
3159 "https://www.googleapis.com/auth/youtube.force-ssl", 3123 "https://www.googleapis.com/auth/youtube.force-ssl",
3160 "https://www.googleapis.com/auth/youtubepartner" 3124 "https://www.googleapis.com/auth/youtubepartner"
3161 ] 3125 ]
3162 } 3126 }
3163 } 3127 }
3164 } 3128 }
3165 }, 3129 },
3166 "revision": "20150706", 3130 "revision": "20150727",
3167 "rootUrl": "https://www.googleapis.com/", 3131 "rootUrl": "https://www.googleapis.com/",
3168 "schemas": { 3132 "schemas": {
3169 "AccessPolicy": { 3133 "AccessPolicy": {
3170 "description": "Rights management policy for YouTube resources.", 3134 "description": "Rights management policy for YouTube resources.",
3171 "id": "AccessPolicy", 3135 "id": "AccessPolicy",
3172 "properties": { 3136 "properties": {
3173 "allowed": { 3137 "allowed": {
3174 "description": "The value of allowed indicates whether the a ccess to the policy is allowed or denied by default.", 3138 "description": "The value of allowed indicates whether the a ccess to the policy is allowed or denied by default.",
3175 "type": "boolean" 3139 "type": "boolean"
3176 }, 3140 },
(...skipping 1609 matching lines...) Expand 10 before | Expand all | Expand 10 after
4786 "type": "integer" 4750 "type": "integer"
4787 }, 4751 },
4788 "videoId": { 4752 "videoId": {
4789 "description": "The ID of the video the comments refer to, i f any. No video_id implies a channel discussion comment.", 4753 "description": "The ID of the video the comments refer to, i f any. No video_id implies a channel discussion comment.",
4790 "type": "string" 4754 "type": "string"
4791 } 4755 }
4792 }, 4756 },
4793 "type": "object" 4757 "type": "object"
4794 }, 4758 },
4795 "ContentRating": { 4759 "ContentRating": {
4796 "description": "Ratings schemes. The country-specific ratings are mo stly for movies and shows. NEXT_ID: 65", 4760 "description": "Ratings schemes. The country-specific ratings are mo stly for movies and shows. NEXT_ID: 66",
4797 "id": "ContentRating", 4761 "id": "ContentRating",
4798 "properties": { 4762 "properties": {
4799 "acbRating": { 4763 "acbRating": {
4800 "description": "Rating system in Australia - Australian Clas sification Board", 4764 "description": "Rating system in Australia - Australian Clas sification Board",
4801 "enum": [ 4765 "enum": [
4802 "acbC", 4766 "acbC",
4803 "acbE", 4767 "acbE",
4804 "acbG", 4768 "acbG",
4805 "acbM", 4769 "acbM",
4806 "acbMa15plus", 4770 "acbMa15plus",
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
5107 "enumDescriptions": [ 5071 "enumDescriptions": [
5108 "", 5072 "",
5109 "", 5073 "",
5110 "", 5074 "",
5111 "", 5075 "",
5112 "", 5076 "",
5113 "" 5077 ""
5114 ], 5078 ],
5115 "type": "string" 5079 "type": "string"
5116 }, 5080 },
5081 "cncRating": {
5082 "description": "Rating system in France - Commission de clas sification cinematographique",
5083 "enum": [
5084 "cnc10",
5085 "cnc12",
5086 "cnc16",
5087 "cnc18",
5088 "cncE",
5089 "cncT",
5090 "cncUnrated"
5091 ],
5092 "enumDescriptions": [
5093 "",
5094 "",
5095 "",
5096 "",
5097 "",
5098 "",
5099 ""
5100 ],
5101 "type": "string"
5102 },
5117 "csaRating": { 5103 "csaRating": {
5118 "description": "Rating system for France - Conseil sup�rieur de l?audiovisuel", 5104 "description": "Rating system for France - Conseil sup�rieur de l?audiovisuel",
5119 "enum": [ 5105 "enum": [
5120 "csa10", 5106 "csa10",
5121 "csa12", 5107 "csa12",
5122 "csa16", 5108 "csa16",
5123 "csa18", 5109 "csa18",
5124 "csaInterdiction", 5110 "csaInterdiction",
5111 "csaT",
5125 "csaUnrated" 5112 "csaUnrated"
5126 ], 5113 ],
5127 "enumDescriptions": [ 5114 "enumDescriptions": [
5128 "", 5115 "",
5129 "", 5116 "",
5130 "", 5117 "",
5131 "", 5118 "",
5132 "", 5119 "",
5120 "",
5133 "" 5121 ""
5134 ], 5122 ],
5135 "type": "string" 5123 "type": "string"
5136 }, 5124 },
5137 "cscfRating": { 5125 "cscfRating": {
5138 "description": "Rating system for Luxembourg - Commission de surveillance de la classification des films", 5126 "description": "Rating system for Luxembourg - Commission de surveillance de la classification des films",
5139 "enum": [ 5127 "enum": [
5140 "cscf12", 5128 "cscf12",
5141 "cscf16", 5129 "cscf16",
5142 "cscf18", 5130 "cscf18",
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
5330 "enumDescriptions": [ 5318 "enumDescriptions": [
5331 "", 5319 "",
5332 "", 5320 "",
5333 "", 5321 "",
5334 "", 5322 "",
5335 "" 5323 ""
5336 ], 5324 ],
5337 "type": "string" 5325 "type": "string"
5338 }, 5326 },
5339 "fmocRating": { 5327 "fmocRating": {
5340 "description": "Rating system in France - French Minister of Culture", 5328 "description": "Deprecated use CNC rating instead",
5341 "enum": [ 5329 "enum": [
5342 "fmoc10", 5330 "fmoc10",
5343 "fmoc12", 5331 "fmoc12",
5344 "fmoc16", 5332 "fmoc16",
5345 "fmoc18", 5333 "fmoc18",
5346 "fmocE", 5334 "fmocE",
5347 "fmocU", 5335 "fmocU",
5348 "fmocUnrated" 5336 "fmocUnrated"
5349 ], 5337 ],
5350 "enumDescriptions": [ 5338 "enumDescriptions": [
(...skipping 3792 matching lines...) Expand 10 before | Expand all | Expand 10 after
9143 "localized": { 9131 "localized": {
9144 "$ref": "VideoLocalization", 9132 "$ref": "VideoLocalization",
9145 "description": "Localized snippet selected with the hl param eter. If no such localization exists, this field is populated with the default s nippet. (Read-only)" 9133 "description": "Localized snippet selected with the hl param eter. If no such localization exists, this field is populated with the default s nippet. (Read-only)"
9146 }, 9134 },
9147 "publishedAt": { 9135 "publishedAt": {
9148 "description": "The date and time that the video was uploade d. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format.", 9136 "description": "The date and time that the video was uploade d. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format.",
9149 "format": "date-time", 9137 "format": "date-time",
9150 "type": "string" 9138 "type": "string"
9151 }, 9139 },
9152 "tags": { 9140 "tags": {
9153 "description": "A list of keyword tags associated with the v ideo. Tags may contain spaces. This field is only visible to the video's uploade r.", 9141 "description": "A list of keyword tags associated with the v ideo. Tags may contain spaces.",
9154 "items": { 9142 "items": {
9155 "type": "string" 9143 "type": "string"
9156 }, 9144 },
9157 "type": "array" 9145 "type": "array"
9158 }, 9146 },
9159 "thumbnails": { 9147 "thumbnails": {
9160 "$ref": "ThumbnailDetails", 9148 "$ref": "ThumbnailDetails",
9161 "description": "A map of thumbnail images associated with th e video. For each object in the map, the key is the name of the thumbnail image, and the value is an object that contains other information about the thumbnail. " 9149 "description": "A map of thumbnail images associated with th e video. For each object in the map, the key is the name of the thumbnail image, and the value is an object that contains other information about the thumbnail. "
9162 }, 9150 },
9163 "title": { 9151 "title": {
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
9461 "type": "string" 9449 "type": "string"
9462 } 9450 }
9463 }, 9451 },
9464 "type": "object" 9452 "type": "object"
9465 } 9453 }
9466 }, 9454 },
9467 "servicePath": "youtube/v3/", 9455 "servicePath": "youtube/v3/",
9468 "title": "YouTube Data API", 9456 "title": "YouTube Data API",
9469 "version": "v3" 9457 "version": "v3"
9470 } 9458 }
OLDNEW
« no previous file with comments | « discovery/googleapis/webmasters__v3.json ('k') | discovery/googleapis_beta/cloudmonitoring__v2beta2.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698