mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
chore(json-update): latest json files
This also adds a usable version of the genomics API, which was empty previously (and if I recall correctly).
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"kind": "discovery#restDescription",
|
||||
"etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/Ru_OFZL_9JBTrnQ2wlhRmAO3y_k\"",
|
||||
"etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/dDzLANLY4y_3rdEpUNli-dPof40\"",
|
||||
"discoveryVersion": "v1",
|
||||
"id": "youtube:v3",
|
||||
"name": "youtube",
|
||||
"canonicalName": "YouTube",
|
||||
"version": "v3",
|
||||
"revision": "20150529",
|
||||
"revision": "20150706",
|
||||
"title": "YouTube Data API",
|
||||
"description": "Programmatic access to YouTube features.",
|
||||
"ownerDomain": "google.com",
|
||||
@@ -2503,6 +2503,9 @@
|
||||
"type": "string",
|
||||
"description": "Rating system for Indonesia - Lembaga Sensor Film",
|
||||
"enum": [
|
||||
"lsf13",
|
||||
"lsf17",
|
||||
"lsf21",
|
||||
"lsfA",
|
||||
"lsfBo",
|
||||
"lsfD",
|
||||
@@ -2516,6 +2519,9 @@
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
@@ -4000,25 +4006,25 @@
|
||||
"type": "string",
|
||||
"description": "The kind of error happening.",
|
||||
"enum": [
|
||||
"audioBitrate",
|
||||
"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",
|
||||
@@ -4098,7 +4104,7 @@
|
||||
"$ref": "LiveStreamConfigurationIssue"
|
||||
}
|
||||
},
|
||||
"lastUpdateTimeS": {
|
||||
"lastUpdateTimeSeconds": {
|
||||
"type": "string",
|
||||
"description": "The last time this status was updated (in seconds)",
|
||||
"format": "uint64"
|
||||
@@ -7628,6 +7634,52 @@
|
||||
"https://www.googleapis.com/auth/youtube.force-ssl"
|
||||
]
|
||||
},
|
||||
"bind_direct": {
|
||||
"id": "youtube.liveBroadcasts.bind_direct",
|
||||
"path": "liveBroadcasts/bind/direct",
|
||||
"httpMethod": "POST",
|
||||
"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.",
|
||||
"parameters": {
|
||||
"id": {
|
||||
"type": "string",
|
||||
"description": "The id parameter specifies the unique ID of the broadcast that is being bound to a video stream.",
|
||||
"required": true,
|
||||
"location": "query"
|
||||
},
|
||||
"onBehalfOfContentOwner": {
|
||||
"type": "string",
|
||||
"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"
|
||||
},
|
||||
"onBehalfOfContentOwnerChannel": {
|
||||
"type": "string",
|
||||
"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"
|
||||
},
|
||||
"part": {
|
||||
"type": "string",
|
||||
"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.",
|
||||
"required": true,
|
||||
"location": "query"
|
||||
},
|
||||
"streamId": {
|
||||
"type": "string",
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"parameterOrder": [
|
||||
"id",
|
||||
"part"
|
||||
],
|
||||
"response": {
|
||||
"$ref": "LiveBroadcast"
|
||||
},
|
||||
"scopes": [
|
||||
"https://www.googleapis.com/auth/youtube",
|
||||
"https://www.googleapis.com/auth/youtube.force-ssl"
|
||||
]
|
||||
},
|
||||
"control": {
|
||||
"id": "youtube.liveBroadcasts.control",
|
||||
"path": "liveBroadcasts/control",
|
||||
|
||||
Reference in New Issue
Block a user