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

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

Issue 770773002: Api roll 7: 2014-12-01 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 6 years 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/cf7c5ZG6Hlk1gdHCokdY0_0FpV8\"", 30 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/zFXBHo_XoP3u5i4h1cV-J_NP6rE\"",
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 2277 matching lines...) Expand 10 before | Expand all | Expand 10 after
2318 }, 2318 },
2319 "path": "watermarks/unset", 2319 "path": "watermarks/unset",
2320 "scopes": [ 2320 "scopes": [
2321 "https://www.googleapis.com/auth/youtube", 2321 "https://www.googleapis.com/auth/youtube",
2322 "https://www.googleapis.com/auth/youtubepartner" 2322 "https://www.googleapis.com/auth/youtubepartner"
2323 ] 2323 ]
2324 } 2324 }
2325 } 2325 }
2326 } 2326 }
2327 }, 2327 },
2328 "revision": "20141030", 2328 "revision": "20141119",
2329 "rootUrl": "https://www.googleapis.com/", 2329 "rootUrl": "https://www.googleapis.com/",
2330 "schemas": { 2330 "schemas": {
2331 "AccessPolicy": { 2331 "AccessPolicy": {
2332 "description": "Rights management policy for YouTube resources.", 2332 "description": "Rights management policy for YouTube resources.",
2333 "id": "AccessPolicy", 2333 "id": "AccessPolicy",
2334 "properties": { 2334 "properties": {
2335 "allowed": { 2335 "allowed": {
2336 "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.",
2337 "type": "boolean" 2337 "type": "boolean"
2338 }, 2338 },
(...skipping 448 matching lines...) Expand 10 before | Expand all | Expand 10 after
2787 }, 2787 },
2788 "ingestionType": { 2788 "ingestionType": {
2789 "annotations": { 2789 "annotations": {
2790 "required": [ 2790 "required": [
2791 "youtube.liveStreams.insert", 2791 "youtube.liveStreams.insert",
2792 "youtube.liveStreams.update" 2792 "youtube.liveStreams.update"
2793 ] 2793 ]
2794 }, 2794 },
2795 "description": "The method or protocol used to transmit the video stream.", 2795 "description": "The method or protocol used to transmit the video stream.",
2796 "enum": [ 2796 "enum": [
2797 "dash",
2797 "rtmp" 2798 "rtmp"
2798 ], 2799 ],
2799 "enumDescriptions": [ 2800 "enumDescriptions": [
2801 "",
2800 "" 2802 ""
2801 ], 2803 ],
2802 "type": "string" 2804 "type": "string"
2803 } 2805 }
2804 }, 2806 },
2805 "type": "object" 2807 "type": "object"
2806 }, 2808 },
2807 "Channel": { 2809 "Channel": {
2808 "description": "A channel resource contains information about a YouT ube channel.", 2810 "description": "A channel resource contains information about a YouT ube channel.",
2809 "id": "Channel", 2811 "id": "Channel",
(...skipping 4198 matching lines...) Expand 10 before | Expand all | Expand 10 after
7008 }, 7010 },
7009 "type": "object" 7011 "type": "object"
7010 }, 7012 },
7011 "VideoGetRatingResponse": { 7013 "VideoGetRatingResponse": {
7012 "id": "VideoGetRatingResponse", 7014 "id": "VideoGetRatingResponse",
7013 "properties": { 7015 "properties": {
7014 "etag": { 7016 "etag": {
7015 "description": "Etag of this resource.", 7017 "description": "Etag of this resource.",
7016 "type": "string" 7018 "type": "string"
7017 }, 7019 },
7020 "eventId": {
7021 "description": "Serialized EventId of the request which prod uced this response.",
7022 "type": "string"
7023 },
7018 "items": { 7024 "items": {
7019 "description": "A list of ratings that match the request cri teria.", 7025 "description": "A list of ratings that match the request cri teria.",
7020 "items": { 7026 "items": {
7021 "$ref": "VideoRating" 7027 "$ref": "VideoRating"
7022 }, 7028 },
7023 "type": "array" 7029 "type": "array"
7024 }, 7030 },
7025 "kind": { 7031 "kind": {
7026 "default": "youtube#videoGetRatingResponse", 7032 "default": "youtube#videoGetRatingResponse",
7027 "description": "Identifies what kind of resource this is. Va lue: the fixed string \"youtube#videoGetRatingResponse\".", 7033 "description": "Identifies what kind of resource this is. Va lue: the fixed string \"youtube#videoGetRatingResponse\".",
7028 "type": "string" 7034 "type": "string"
7035 },
7036 "visitorId": {
7037 "description": "The visitorId identifies the visitor.",
7038 "type": "string"
7029 } 7039 }
7030 }, 7040 },
7031 "type": "object" 7041 "type": "object"
7032 }, 7042 },
7033 "VideoListResponse": { 7043 "VideoListResponse": {
7034 "id": "VideoListResponse", 7044 "id": "VideoListResponse",
7035 "properties": { 7045 "properties": {
7036 "etag": { 7046 "etag": {
7037 "description": "Etag of this resource.", 7047 "description": "Etag of this resource.",
7038 "type": "string" 7048 "type": "string"
(...skipping 583 matching lines...) Expand 10 before | Expand all | Expand 10 after
7622 "type": "string" 7632 "type": "string"
7623 } 7633 }
7624 }, 7634 },
7625 "type": "object" 7635 "type": "object"
7626 } 7636 }
7627 }, 7637 },
7628 "servicePath": "youtube/v3/", 7638 "servicePath": "youtube/v3/",
7629 "title": "YouTube Data API", 7639 "title": "YouTube Data API",
7630 "version": "v3" 7640 "version": "v3"
7631 } 7641 }
OLDNEW
« no previous file with comments | « discovery/googleapis/youtubeAnalytics__v1.json ('k') | discovery/googleapis_beta/autoscaler__v1beta2.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698