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

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

Issue 733093002: Api roll 6: 2014-11-17 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 6 years, 1 month 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.readonly": { 8 "https://www.googleapis.com/auth/youtube.readonly": {
9 "description": "View your YouTube account" 9 "description": "View your YouTube account"
10 }, 10 },
11 "https://www.googleapis.com/auth/youtube.upload": { 11 "https://www.googleapis.com/auth/youtube.upload": {
12 "description": "Manage your YouTube videos" 12 "description": "Manage your YouTube videos"
13 }, 13 },
14 "https://www.googleapis.com/auth/youtubepartner": { 14 "https://www.googleapis.com/auth/youtubepartner": {
15 "description": "View and manage your assets and associated c ontent on YouTube" 15 "description": "View and manage your assets and associated c ontent on YouTube"
16 }, 16 },
17 "https://www.googleapis.com/auth/youtubepartner-channel-audit": { 17 "https://www.googleapis.com/auth/youtubepartner-channel-audit": {
18 "description": "View private information of your YouTube cha nnel relevant during the audit process with a YouTube partner" 18 "description": "View private information of your YouTube cha nnel relevant during the audit process with a YouTube partner"
19 } 19 }
20 } 20 }
21 } 21 }
22 }, 22 },
23 "basePath": "/youtube/v3/", 23 "basePath": "/youtube/v3/",
24 "baseUrl": "https://www.googleapis.com/youtube/v3/", 24 "baseUrl": "https://www.googleapis.com/youtube/v3/",
25 "batchPath": "batch", 25 "batchPath": "batch",
26 "canonicalName": "YouTube", 26 "canonicalName": "YouTube",
27 "description": "Programmatic access to YouTube features.", 27 "description": "Programmatic access to YouTube features.",
28 "discoveryVersion": "v1", 28 "discoveryVersion": "v1",
29 "documentationLink": "https://developers.google.com/youtube/v3", 29 "documentationLink": "https://developers.google.com/youtube/v3",
30 "etag": "\"l66ggWbucbkBw9Lpos72oziyefE/AH-IEbavfgCCcxMvonELgSqtbcY\"", 30 "etag": "\"l66ggWbucbkBw9Lpos72oziyefE/cf7c5ZG6Hlk1gdHCokdY0_0FpV8\"",
31 "icons": { 31 "icons": {
32 "x16": "https://www.google.com/images/icons/product/youtube-16.png", 32 "x16": "https://www.google.com/images/icons/product/youtube-16.png",
33 "x32": "https://www.google.com/images/icons/product/youtube-32.png" 33 "x32": "https://www.google.com/images/icons/product/youtube-32.png"
34 }, 34 },
35 "id": "youtube:v3", 35 "id": "youtube:v3",
36 "kind": "discovery#restDescription", 36 "kind": "discovery#restDescription",
37 "name": "youtube", 37 "name": "youtube",
38 "ownerDomain": "google.com", 38 "ownerDomain": "google.com",
39 "ownerName": "Google", 39 "ownerName": "Google",
40 "parameters": { 40 "parameters": {
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 "id": "youtube.channelSections.delete", 238 "id": "youtube.channelSections.delete",
239 "parameterOrder": [ 239 "parameterOrder": [
240 "id" 240 "id"
241 ], 241 ],
242 "parameters": { 242 "parameters": {
243 "id": { 243 "id": {
244 "description": "The id parameter specifies the YouTu be channelSection ID for the resource that is being deleted. In a channelSection resource, the id property specifies the YouTube channelSection ID.", 244 "description": "The id parameter specifies the YouTu be channelSection ID for the resource that is being deleted. In a channelSection resource, the id property specifies the YouTube channelSection ID.",
245 "location": "query", 245 "location": "query",
246 "required": true, 246 "required": true,
247 "type": "string" 247 "type": "string"
248 },
249 "onBehalfOfContentOwner": {
250 "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 CMS account that the user authenticates with must be linked to the specified YouTube content owner.",
251 "location": "query",
252 "type": "string"
248 } 253 }
249 }, 254 },
250 "path": "channelSections", 255 "path": "channelSections",
251 "scopes": [ 256 "scopes": [
252 "https://www.googleapis.com/auth/youtube", 257 "https://www.googleapis.com/auth/youtube",
253 "https://www.googleapis.com/auth/youtubepartner" 258 "https://www.googleapis.com/auth/youtubepartner"
254 ] 259 ]
255 }, 260 },
256 "insert": { 261 "insert": {
257 "description": "Adds a channelSection for the authenticated user's channel.", 262 "description": "Adds a channelSection for the authenticated user's channel.",
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 ] 341 ]
337 }, 342 },
338 "update": { 343 "update": {
339 "description": "Update a channelSection.", 344 "description": "Update a channelSection.",
340 "httpMethod": "PUT", 345 "httpMethod": "PUT",
341 "id": "youtube.channelSections.update", 346 "id": "youtube.channelSections.update",
342 "parameterOrder": [ 347 "parameterOrder": [
343 "part" 348 "part"
344 ], 349 ],
345 "parameters": { 350 "parameters": {
351 "onBehalfOfContentOwner": {
352 "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 CMS account that the user authenticates with must be linked to the specified YouTube content owner.",
353 "location": "query",
354 "type": "string"
355 },
346 "part": { 356 "part": {
347 "description": "The part parameter serves two purpos es in this operation. It identifies the properties that the write operation will set as well as the properties that the API response will include.\n\nThe part n ames that you can include in the parameter value are snippet and contentDetails. ", 357 "description": "The part parameter serves two purpos es in this operation. It identifies the properties that the write operation will set as well as the properties that the API response will include.\n\nThe part n ames that you can include in the parameter value are snippet and contentDetails. ",
348 "location": "query", 358 "location": "query",
349 "required": true, 359 "required": true,
350 "type": "string" 360 "type": "string"
351 } 361 }
352 }, 362 },
353 "path": "channelSections", 363 "path": "channelSections",
354 "request": { 364 "request": {
355 "$ref": "ChannelSection" 365 "$ref": "ChannelSection"
(...skipping 1952 matching lines...) Expand 10 before | Expand all | Expand 10 after
2308 }, 2318 },
2309 "path": "watermarks/unset", 2319 "path": "watermarks/unset",
2310 "scopes": [ 2320 "scopes": [
2311 "https://www.googleapis.com/auth/youtube", 2321 "https://www.googleapis.com/auth/youtube",
2312 "https://www.googleapis.com/auth/youtubepartner" 2322 "https://www.googleapis.com/auth/youtubepartner"
2313 ] 2323 ]
2314 } 2324 }
2315 } 2325 }
2316 } 2326 }
2317 }, 2327 },
2318 "revision": "20140930", 2328 "revision": "20141030",
2319 "rootUrl": "https://www.googleapis.com/", 2329 "rootUrl": "https://www.googleapis.com/",
2320 "schemas": { 2330 "schemas": {
2321 "AccessPolicy": { 2331 "AccessPolicy": {
2322 "description": "Rights management policy for YouTube resources.", 2332 "description": "Rights management policy for YouTube resources.",
2323 "id": "AccessPolicy", 2333 "id": "AccessPolicy",
2324 "properties": { 2334 "properties": {
2325 "allowed": { 2335 "allowed": {
2326 "description": "The value of allowed indicates whether the a ccess to the policy is allowed or denied by default.", 2336 "description": "The value of allowed indicates whether the a ccess to the policy is allowed or denied by default.",
2327 "type": "boolean" 2337 "type": "boolean"
2328 }, 2338 },
(...skipping 1046 matching lines...) Expand 10 before | Expand all | Expand 10 after
3375 "description": "A list of Freebase topic IDs associated with the channel. You can retrieve information about each topic using the Freebase T opic API.", 3385 "description": "A list of Freebase topic IDs associated with the channel. You can retrieve information about each topic using the Freebase T opic API.",
3376 "items": { 3386 "items": {
3377 "type": "string" 3387 "type": "string"
3378 }, 3388 },
3379 "type": "array" 3389 "type": "array"
3380 } 3390 }
3381 }, 3391 },
3382 "type": "object" 3392 "type": "object"
3383 }, 3393 },
3384 "ContentRating": { 3394 "ContentRating": {
3385 "description": "Ratings schemes. The country-specific ratings are mo stly for movies and shows.", 3395 "description": "Ratings schemes. The country-specific ratings are mo stly for movies and shows. NEXT_ID: 65",
3386 "id": "ContentRating", 3396 "id": "ContentRating",
3387 "properties": { 3397 "properties": {
3388 "acbRating": { 3398 "acbRating": {
3389 "description": "Rating system in Australia - Australian Clas sification Board", 3399 "description": "Rating system in Australia - Australian Clas sification Board",
3390 "enum": [ 3400 "enum": [
3391 "acbC", 3401 "acbC",
3392 "acbE", 3402 "acbE",
3393 "acbG", 3403 "acbG",
3394 "acbM", 3404 "acbM",
3395 "acbMa15plus", 3405 "acbMa15plus",
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
3776 "", 3786 "",
3777 "", 3787 "",
3778 "", 3788 "",
3779 "", 3789 "",
3780 "", 3790 "",
3781 "", 3791 "",
3782 "" 3792 ""
3783 ], 3793 ],
3784 "type": "string" 3794 "type": "string"
3785 }, 3795 },
3796 "djctqRatingReasons": {
3797 "items": {
3798 "enum": [
3799 "djctqCriminalActs",
3800 "djctqDrugs",
3801 "djctqExplicitSex",
3802 "djctqExtremeViolence",
3803 "djctqIllegalDrugs",
3804 "djctqImpactingContent",
3805 "djctqInappropriateLanguage",
3806 "djctqLegalDrugs",
3807 "djctqNudity",
3808 "djctqSex",
3809 "djctqSexualContent",
3810 "djctqViolence"
3811 ],
3812 "enumDescriptions": [
3813 "",
3814 "",
3815 "",
3816 "",
3817 "",
3818 "",
3819 "",
3820 "",
3821 "",
3822 "",
3823 "",
3824 ""
3825 ],
3826 "type": "string"
3827 },
3828 "type": "array"
3829 },
3786 "eefilmRating": { 3830 "eefilmRating": {
3787 "description": "Rating system for Estonia - Estonia Rating S ystem", 3831 "description": "Rating system for Estonia - Estonia Rating S ystem",
3788 "enum": [ 3832 "enum": [
3789 "eefilmK12", 3833 "eefilmK12",
3790 "eefilmK14", 3834 "eefilmK14",
3791 "eefilmK16", 3835 "eefilmK16",
3792 "eefilmK6", 3836 "eefilmK6",
3793 "eefilmL", 3837 "eefilmL",
3794 "eefilmMs12", 3838 "eefilmMs12",
3795 "eefilmMs6", 3839 "eefilmMs6",
(...skipping 3782 matching lines...) Expand 10 before | Expand all | Expand 10 after
7578 "type": "string" 7622 "type": "string"
7579 } 7623 }
7580 }, 7624 },
7581 "type": "object" 7625 "type": "object"
7582 } 7626 }
7583 }, 7627 },
7584 "servicePath": "youtube/v3/", 7628 "servicePath": "youtube/v3/",
7585 "title": "YouTube Data API", 7629 "title": "YouTube Data API",
7586 "version": "v3" 7630 "version": "v3"
7587 } 7631 }
OLDNEW
« no previous file with comments | « discovery/googleapis/storage__v1.json ('k') | discovery/googleapis_beta/cloudmonitoring__v2beta1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698