|
1757 | 1757 | },
|
1758 | 1758 | "maxResults": {
|
1759 | 1759 | "default": "500",
|
1760 |
| - "description": "The *maxResults* parameter specifies the maximum number of items that should be returned in the result set.", |
| 1760 | + "description": "The *maxResults* parameter specifies the maximum number of items that should be returned in the result set. Not used in the streaming RPC.", |
1761 | 1761 | "format": "uint32",
|
1762 | 1762 | "location": "query",
|
1763 | 1763 | "maximum": "2000",
|
|
3610 | 3610 | }
|
3611 | 3611 | }
|
3612 | 3612 | },
|
| 3613 | + "videoTrainability": { |
| 3614 | + "methods": { |
| 3615 | + "get": { |
| 3616 | + "description": "Returns the trainability status of a video.", |
| 3617 | + "flatPath": "youtube/v3/videoTrainability", |
| 3618 | + "httpMethod": "GET", |
| 3619 | + "id": "youtube.videoTrainability.get", |
| 3620 | + "parameterOrder": [], |
| 3621 | + "parameters": { |
| 3622 | + "id": { |
| 3623 | + "description": "The ID of the video to retrieve.", |
| 3624 | + "location": "query", |
| 3625 | + "type": "string" |
| 3626 | + } |
| 3627 | + }, |
| 3628 | + "path": "youtube/v3/videoTrainability", |
| 3629 | + "response": { |
| 3630 | + "$ref": "VideoTrainability" |
| 3631 | + }, |
| 3632 | + "scopes": [ |
| 3633 | + "https://www.googleapis.com/auth/youtube", |
| 3634 | + "https://www.googleapis.com/auth/youtube.force-ssl", |
| 3635 | + "https://www.googleapis.com/auth/youtube.readonly", |
| 3636 | + "https://www.googleapis.com/auth/youtubepartner" |
| 3637 | + ] |
| 3638 | + } |
| 3639 | + } |
| 3640 | + }, |
3613 | 3641 | "videos": {
|
3614 | 3642 | "methods": {
|
3615 | 3643 | "delete": {
|
|
4072 | 4100 | }
|
4073 | 4101 | }
|
4074 | 4102 | },
|
4075 |
| - "revision": "20240926", |
| 4103 | + "revision": "20250122", |
4076 | 4104 | "rootUrl": "https://youtube.googleapis.com/",
|
4077 | 4105 | "schemas": {
|
4078 | 4106 | "AbuseReport": {
|
|
5551 | 5579 | "$ref": "ChannelToStoreLinkDetailsBillingDetails",
|
5552 | 5580 | "description": "Information specific to billing (read-only)."
|
5553 | 5581 | },
|
| 5582 | + "merchantAffiliateProgramDetails": { |
| 5583 | + "$ref": "ChannelToStoreLinkDetailsMerchantAffiliateProgramDetails", |
| 5584 | + "description": "Information specific to merchant affiliate program (read-only)." |
| 5585 | + }, |
5554 | 5586 | "merchantId": {
|
5555 | 5587 | "description": "Google Merchant Center id of the store.",
|
5556 | 5588 | "format": "uint64",
|
|
5590 | 5622 | },
|
5591 | 5623 | "type": "object"
|
5592 | 5624 | },
|
| 5625 | + "ChannelToStoreLinkDetailsMerchantAffiliateProgramDetails": { |
| 5626 | + "description": "Information specific to merchant affiliate program.", |
| 5627 | + "id": "ChannelToStoreLinkDetailsMerchantAffiliateProgramDetails", |
| 5628 | + "properties": { |
| 5629 | + "status": { |
| 5630 | + "description": "The current merchant affiliate program status.", |
| 5631 | + "enum": [ |
| 5632 | + "merchantAffiliateProgramStatusUnspecified", |
| 5633 | + "merchantAffiliateProgramStatusEligible", |
| 5634 | + "merchantAffiliateProgramStatusActive", |
| 5635 | + "merchantAffiliateProgramStatusPaused" |
| 5636 | + ], |
| 5637 | + "enumDescriptions": [ |
| 5638 | + "Unspecified status.", |
| 5639 | + "Merchant is eligible for the merchant affiliate program.", |
| 5640 | + "Merchant affiliate program is active.", |
| 5641 | + "Merchant affiliate program is paused." |
| 5642 | + ], |
| 5643 | + "type": "string" |
| 5644 | + } |
| 5645 | + }, |
| 5646 | + "type": "object" |
| 5647 | + }, |
5593 | 5648 | "ChannelTopicDetails": {
|
5594 | 5649 | "description": "Freebase topic information related to the channel.",
|
5595 | 5650 | "id": "ChannelTopicDetails",
|
|
8057 | 8112 | "type": "object"
|
8058 | 8113 | },
|
8059 | 8114 | "InvideoBranding": {
|
8060 |
| - "description": "LINT.IfChange Describes an invideo branding.", |
| 8115 | + "description": "Describes an invideo branding.", |
8061 | 8116 | "id": "InvideoBranding",
|
8062 | 8117 | "properties": {
|
8063 | 8118 | "imageBytes": {
|
|
8071 | 8126 | },
|
8072 | 8127 | "position": {
|
8073 | 8128 | "$ref": "InvideoPosition",
|
| 8129 | + "deprecated": true, |
8074 | 8130 | "description": "The spatial position within the video where the branding watermark will be displayed."
|
8075 | 8131 | },
|
8076 | 8132 | "targetChannelId": {
|
|
10014 | 10070 | },
|
10015 | 10071 | "kind": {
|
10016 | 10072 | "default": "youtube#playlistItemListResponse",
|
10017 |
| - "description": "Identifies what kind of resource this is. Value: the fixed string \"youtube#playlistItemListResponse\". Etag of this resource.", |
| 10073 | + "description": "Identifies what kind of resource this is. Value: the fixed string \"youtube#playlistItemListResponse\".", |
10018 | 10074 | "type": "string"
|
10019 | 10075 | },
|
10020 | 10076 | "nextPageToken": {
|
|
10762 | 10818 | "TestItem": {
|
10763 | 10819 | "id": "TestItem",
|
10764 | 10820 | "properties": {
|
| 10821 | + "etag": { |
| 10822 | + "description": "Etag for the resource. See https://en.wikipedia.org/wiki/HTTP_ETag.", |
| 10823 | + "type": "string" |
| 10824 | + }, |
10765 | 10825 | "featuredPart": {
|
10766 | 10826 | "type": "boolean"
|
10767 | 10827 | },
|
|
11639 | 11699 | "type": "string"
|
11640 | 11700 | },
|
11641 | 11701 | "scheduledEndTime": {
|
11642 |
| - "description": "The time that the broadcast is scheduled to end. If the value is empty or the property is not present, then the broadcast is scheduled to contiue indefinitely.", |
| 11702 | + "description": "The time that the broadcast is scheduled to end. If the value is empty or the property is not present, then the broadcast is scheduled to continue indefinitely.", |
11643 | 11703 | "format": "date-time",
|
11644 | 11704 | "type": "string"
|
11645 | 11705 | },
|
|
11952 | 12012 | "description": "Basic details about a video category, such as its localized title. Next Id: 19",
|
11953 | 12013 | "id": "VideoStatus",
|
11954 | 12014 | "properties": {
|
| 12015 | + "containsSyntheticMedia": { |
| 12016 | + "description": "Indicates if the video contains altered or synthetic media.", |
| 12017 | + "type": "boolean" |
| 12018 | + }, |
11955 | 12019 | "embeddable": {
|
11956 | 12020 | "description": "This value indicates if the video can be embedded on another website. @mutable youtube.videos.insert youtube.videos.update",
|
11957 | 12021 | "type": "boolean"
|
|
12183 | 12247 | "type": "object"
|
12184 | 12248 | },
|
12185 | 12249 | "VideoSuggestionsTagSuggestion": {
|
12186 |
| - "description": "A single tag suggestion with it's relevance information.", |
| 12250 | + "description": "A single tag suggestion with its relevance information.", |
12187 | 12251 | "id": "VideoSuggestionsTagSuggestion",
|
12188 | 12252 | "properties": {
|
12189 | 12253 | "categoryRestricts": {
|
|
12228 | 12292 | },
|
12229 | 12293 | "type": "object"
|
12230 | 12294 | },
|
| 12295 | + "VideoTrainability": { |
| 12296 | + "description": "Specifies who is allowed to train on the video.", |
| 12297 | + "id": "VideoTrainability", |
| 12298 | + "properties": { |
| 12299 | + "etag": { |
| 12300 | + "description": "Etag of this resource.", |
| 12301 | + "type": "string" |
| 12302 | + }, |
| 12303 | + "kind": { |
| 12304 | + "default": "youtube#videoTrainability", |
| 12305 | + "description": "Identifies what kind of resource this is. Value: the fixed string \"youtube#videoTrainability\".", |
| 12306 | + "type": "string" |
| 12307 | + }, |
| 12308 | + "permitted": { |
| 12309 | + "description": "Specifies who is allowed to train on the video. Valid values are: - a single string \"all\" - a single string \"none\" - a list of allowed parties", |
| 12310 | + "items": { |
| 12311 | + "type": "string" |
| 12312 | + }, |
| 12313 | + "type": "array" |
| 12314 | + }, |
| 12315 | + "videoId": { |
| 12316 | + "description": "The ID of the video.", |
| 12317 | + "type": "string" |
| 12318 | + } |
| 12319 | + }, |
| 12320 | + "type": "object" |
| 12321 | + }, |
12231 | 12322 | "WatchSettings": {
|
12232 | 12323 | "description": "Branding properties for the watch. All deprecated.",
|
12233 | 12324 | "id": "WatchSettings",
|
|
0 commit comments