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

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

Issue 2226653002: Api-roll 40: 2016-08-08 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Addressed review comments Created 4 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/vision__v1.json ('k') | discovery/googleapis/youtubereporting__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/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": "Supports core YouTube features, such as uploading videos, cr eating and managing playlists, searching for content, and much more.", 30 "description": "Supports core YouTube features, such as uploading videos, cr eating and managing playlists, searching for content, and much more.",
31 "discoveryVersion": "v1", 31 "discoveryVersion": "v1",
32 "documentationLink": "https://developers.google.com/youtube/v3", 32 "documentationLink": "https://developers.google.com/youtube/v3",
33 "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/hBapjF02HWnkK75qjOEKH6irVTc\"", 33 "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/zZWbZ8DfqCMiADEVSmogUNbI6m4\"",
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 3411 matching lines...) Expand 10 before | Expand all | Expand 10 after
3455 "path": "watermarks/unset", 3455 "path": "watermarks/unset",
3456 "scopes": [ 3456 "scopes": [
3457 "https://www.googleapis.com/auth/youtube", 3457 "https://www.googleapis.com/auth/youtube",
3458 "https://www.googleapis.com/auth/youtube.force-ssl", 3458 "https://www.googleapis.com/auth/youtube.force-ssl",
3459 "https://www.googleapis.com/auth/youtubepartner" 3459 "https://www.googleapis.com/auth/youtubepartner"
3460 ] 3460 ]
3461 } 3461 }
3462 } 3462 }
3463 } 3463 }
3464 }, 3464 },
3465 "revision": "20160613", 3465 "revision": "20160728",
3466 "rootUrl": "https://www.googleapis.com/", 3466 "rootUrl": "https://www.googleapis.com/",
3467 "schemas": { 3467 "schemas": {
3468 "AccessPolicy": { 3468 "AccessPolicy": {
3469 "description": "Rights management policy for YouTube resources.", 3469 "description": "Rights management policy for YouTube resources.",
3470 "id": "AccessPolicy", 3470 "id": "AccessPolicy",
3471 "properties": { 3471 "properties": {
3472 "allowed": { 3472 "allowed": {
3473 "description": "The value of allowed indicates whether the a ccess to the policy is allowed or denied by default.", 3473 "description": "The value of allowed indicates whether the a ccess to the policy is allowed or denied by default.",
3474 "type": "boolean" 3474 "type": "boolean"
3475 }, 3475 },
(...skipping 2366 matching lines...) Expand 10 before | Expand all | Expand 10 after
5842 "", 5842 "",
5843 "" 5843 ""
5844 ], 5844 ],
5845 "type": "string" 5845 "type": "string"
5846 }, 5846 },
5847 "grfilmRating": { 5847 "grfilmRating": {
5848 "description": "The video's rating in Greece.", 5848 "description": "The video's rating in Greece.",
5849 "enum": [ 5849 "enum": [
5850 "grfilmE", 5850 "grfilmE",
5851 "grfilmK", 5851 "grfilmK",
5852 "grfilmK12",
5852 "grfilmK13", 5853 "grfilmK13",
5854 "grfilmK15",
5853 "grfilmK17", 5855 "grfilmK17",
5856 "grfilmK18",
5854 "grfilmUnrated" 5857 "grfilmUnrated"
5855 ], 5858 ],
5856 "enumDescriptions": [ 5859 "enumDescriptions": [
5857 "", 5860 "",
5858 "", 5861 "",
5859 "", 5862 "",
5860 "", 5863 "",
5864 "",
5865 "",
5866 "",
5861 "" 5867 ""
5862 ], 5868 ],
5863 "type": "string" 5869 "type": "string"
5864 }, 5870 },
5865 "icaaRating": { 5871 "icaaRating": {
5866 "description": "The video's Instituto de la Cinematografía y de las Artes Audiovisuales (ICAA - Spain) rating.", 5872 "description": "The video's Instituto de la Cinematografía y de las Artes Audiovisuales (ICAA - Spain) rating.",
5867 "enum": [ 5873 "enum": [
5868 "icaa12", 5874 "icaa12",
5869 "icaa13", 5875 "icaa13",
5870 "icaa16", 5876 "icaa16",
(...skipping 1525 matching lines...) Expand 10 before | Expand all | Expand 10 after
7396 "liveChatId": { 7402 "liveChatId": {
7397 "description": "The id of the live chat for this broadcast." , 7403 "description": "The id of the live chat for this broadcast." ,
7398 "type": "string" 7404 "type": "string"
7399 }, 7405 },
7400 "publishedAt": { 7406 "publishedAt": {
7401 "description": "The date and time that the broadcast was add ed to YouTube's live broadcast schedule. The value is specified in ISO 8601 (YYY Y-MM-DDThh:mm:ss.sZ) format.", 7407 "description": "The date and time that the broadcast was add ed to YouTube's live broadcast schedule. The value is specified in ISO 8601 (YYY Y-MM-DDThh:mm:ss.sZ) format.",
7402 "format": "date-time", 7408 "format": "date-time",
7403 "type": "string" 7409 "type": "string"
7404 }, 7410 },
7405 "scheduledEndTime": { 7411 "scheduledEndTime": {
7406 "annotations": {
7407 "required": [
7408 "youtube.liveBroadcasts.insert",
7409 "youtube.liveBroadcasts.update"
7410 ]
7411 },
7412 "description": "The date and time that the broadcast is sche duled to end. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format .", 7412 "description": "The date and time that the broadcast is sche duled to end. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format .",
7413 "format": "date-time", 7413 "format": "date-time",
7414 "type": "string" 7414 "type": "string"
7415 }, 7415 },
7416 "scheduledStartTime": { 7416 "scheduledStartTime": {
7417 "annotations": { 7417 "annotations": {
7418 "required": [ 7418 "required": [
7419 "youtube.liveBroadcasts.insert", 7419 "youtube.liveBroadcasts.insert",
7420 "youtube.liveBroadcasts.update" 7420 "youtube.liveBroadcasts.update"
7421 ] 7421 ]
(...skipping 3177 matching lines...) Expand 10 before | Expand all | Expand 10 after
10599 "type": "string" 10599 "type": "string"
10600 } 10600 }
10601 }, 10601 },
10602 "type": "object" 10602 "type": "object"
10603 } 10603 }
10604 }, 10604 },
10605 "servicePath": "youtube/v3/", 10605 "servicePath": "youtube/v3/",
10606 "title": "YouTube Data API", 10606 "title": "YouTube Data API",
10607 "version": "v3" 10607 "version": "v3"
10608 } 10608 }
OLDNEW
« no previous file with comments | « discovery/googleapis/vision__v1.json ('k') | discovery/googleapis/youtubereporting__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698