Index: discovery/googleapis/youtube__v3.json |
diff --git a/discovery/googleapis/youtube__v3.json b/discovery/googleapis/youtube__v3.json |
index f08bb6e8d5ff7e989c2a16881651dea6692990b6..aab64c22444b8cc90302b3f2c830cdd8ae6a908b 100644 |
--- a/discovery/googleapis/youtube__v3.json |
+++ b/discovery/googleapis/youtube__v3.json |
@@ -30,7 +30,7 @@ |
"description": "Programmatic access to YouTube features.", |
"discoveryVersion": "v1", |
"documentationLink": "https://developers.google.com/youtube/v3", |
- "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/Ru_OFZL_9JBTrnQ2wlhRmAO3y_k\"", |
+ "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/dDzLANLY4y_3rdEpUNli-dPof40\"", |
"icons": { |
"x16": "https://www.google.com/images/icons/product/youtube-16.png", |
"x32": "https://www.google.com/images/icons/product/youtube-32.png" |
@@ -1330,6 +1330,52 @@ |
"https://www.googleapis.com/auth/youtube.force-ssl" |
] |
}, |
+ "bind_direct": { |
+ "description": "Binds a YouTube broadcast to a stream or removes an existing binding between a broadcast and a stream. A broadcast can only be bound to one video stream, though a video stream may be bound to more than one broadcast.", |
+ "httpMethod": "POST", |
+ "id": "youtube.liveBroadcasts.bind_direct", |
+ "parameterOrder": [ |
+ "id", |
+ "part" |
+ ], |
+ "parameters": { |
+ "id": { |
+ "description": "The id parameter specifies the unique ID of the broadcast that is being bound to a video stream.", |
+ "location": "query", |
+ "required": true, |
+ "type": "string" |
+ }, |
+ "onBehalfOfContentOwner": { |
+ "description": "Note: This parameter is intended exclusively for YouTube content partners.\n\nThe onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user 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 many different YouTube channels. It allows content owners to authenticate once and get access to all their video and channel data, without having to provide authentication credentials for each individual channel. The CMS account that the user authenticates with must be linked to the specified YouTube content owner.", |
+ "location": "query", |
+ "type": "string" |
+ }, |
+ "onBehalfOfContentOwnerChannel": { |
+ "description": "This parameter can only be used in a properly authorized request. Note: This parameter is intended exclusively for YouTube content partners.\n\nThe onBehalfOfContentOwnerChannel parameter specifies the YouTube channel ID of the channel to which a video is being added. This parameter is required when a request specifies a value for the onBehalfOfContentOwner parameter, and it can only be used in conjunction with that parameter. In addition, the request must be authorized using a CMS account that is linked to the content owner that the onBehalfOfContentOwner parameter specifies. Finally, the channel that the onBehalfOfContentOwnerChannel parameter value specifies must be linked to the content owner that the onBehalfOfContentOwner parameter specifies.\n\nThis parameter is intended for YouTube content partners that own and manage many different YouTube channels. It allows content owners to authenticate once and perform actions on behalf of the channel specified in the parameter value, without having to provide authentication credentials for each separate channel.", |
+ "location": "query", |
+ "type": "string" |
+ }, |
+ "part": { |
+ "description": "The part parameter specifies a comma-separated list of one or more liveBroadcast resource properties that the API response will include. The part names that you can include in the parameter value are id, snippet, contentDetails, and status.", |
+ "location": "query", |
+ "required": true, |
+ "type": "string" |
+ }, |
+ "streamId": { |
+ "description": "The streamId parameter specifies the unique ID of the video stream that is being bound to a broadcast. If this parameter is omitted, the API will remove any existing binding between the broadcast and a video stream.", |
+ "location": "query", |
+ "type": "string" |
+ } |
+ }, |
+ "path": "liveBroadcasts/bind/direct", |
+ "response": { |
+ "$ref": "LiveBroadcast" |
+ }, |
+ "scopes": [ |
+ "https://www.googleapis.com/auth/youtube", |
+ "https://www.googleapis.com/auth/youtube.force-ssl" |
+ ] |
+ }, |
"control": { |
"description": "Controls the settings for a slate that can be displayed in the broadcast stream.", |
"httpMethod": "POST", |
@@ -3117,7 +3163,7 @@ |
} |
} |
}, |
- "revision": "20150529", |
+ "revision": "20150706", |
"rootUrl": "https://www.googleapis.com/", |
"schemas": { |
"AccessPolicy": { |
@@ -5529,6 +5575,9 @@ |
"lsfRating": { |
"description": "Rating system for Indonesia - Lembaga Sensor Film", |
"enum": [ |
+ "lsf13", |
+ "lsf17", |
+ "lsf21", |
"lsfA", |
"lsfBo", |
"lsfD", |
@@ -5542,6 +5591,9 @@ |
"", |
"", |
"", |
+ "", |
+ "", |
+ "", |
"" |
], |
"type": "string" |
@@ -7026,25 +7078,25 @@ |
"type": { |
"description": "The kind of error happening.", |
"enum": [ |
- "audioBitrate", |
wibling
2015/08/04 13:47:20
Strictly speaking I would say this is breaking.
kustermann
2015/08/04 13:51:49
We don't generate dart enums or constants for it A
Søren Gjesse
2015/08/04 14:12:58
As mentioned above enums are only used to generate
|
"audioBitrateHigh", |
"audioBitrateLow", |
+ "audioBitrateMismatch", |
"audioCodec", |
"audioCodecMismatch", |
"audioSampleRate", |
"audioSampleRateMismatch", |
"audioStereoMismatch", |
- "audioTooManyChannel", |
+ "audioTooManyChannels", |
"badContainer", |
"bitrateHigh", |
"bitrateLow", |
- "framerateHigh", |
+ "frameRateHigh", |
"framerateMismatch", |
"gopMismatch", |
"gopSizeLong", |
"gopSizeOver", |
"gopSizeShort", |
- "interlaceVideo", |
+ "interlacedVideo", |
"multipleAudioStreams", |
"multipleVideoStreams", |
"noAudioStream", |
@@ -7125,7 +7177,7 @@ |
}, |
"type": "array" |
}, |
- "lastUpdateTimeS": { |
+ "lastUpdateTimeSeconds": { |
"description": "The last time this status was updated (in seconds)", |
"format": "uint64", |
"type": "string" |