You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: discovery/youtube-v3.json
+63-2Lines changed: 63 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1757,7 +1757,7 @@
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",
@@ -4067,12 +4067,73 @@
4067
4067
"$ref": "CommentThread"
4068
4068
}
4069
4069
}
4070
+
},
4071
+
"resources": {
4072
+
"liveChat": {
4073
+
"resources": {
4074
+
"messages": {
4075
+
"methods": {
4076
+
"stream": {
4077
+
"description": "Allows a user to load live chat through a server-streamed RPC.",
"description": "Specifies the localization language in which the system messages should be returned.",
4085
+
"location": "query",
4086
+
"type": "string"
4087
+
},
4088
+
"liveChatId": {
4089
+
"description": "The id of the live chat for which comments should be returned.",
4090
+
"location": "query",
4091
+
"type": "string"
4092
+
},
4093
+
"maxResults": {
4094
+
"default": "500",
4095
+
"description": "The *maxResults* parameter specifies the maximum number of items that should be returned in the result set. Not used in the streaming RPC.",
4096
+
"format": "uint32",
4097
+
"location": "query",
4098
+
"maximum": "2000",
4099
+
"minimum": "200",
4100
+
"type": "integer"
4101
+
},
4102
+
"pageToken": {
4103
+
"description": "The *pageToken* parameter identifies a specific page in the result set that should be returned. In an API response, the nextPageToken property identify other pages that could be retrieved.",
4104
+
"location": "query",
4105
+
"type": "string"
4106
+
},
4107
+
"part": {
4108
+
"description": "The *part* parameter specifies the liveChatComment resource parts that the API response will include. Supported values are id, snippet, and authorDetails.",
4109
+
"location": "query",
4110
+
"repeated": true,
4111
+
"type": "string"
4112
+
},
4113
+
"profileImageSize": {
4114
+
"description": "Specifies the size of the profile image that should be returned for each user.",
* Specifies the localization language in which the system messages should be returned.
14008
+
*/
14009
+
hl?: string;
14010
+
/**
14011
+
* The id of the live chat for which comments should be returned.
14012
+
*/
14013
+
liveChatId?: string;
14014
+
/**
14015
+
* The *maxResults* parameter specifies the maximum number of items that should be returned in the result set. Not used in the streaming RPC.
14016
+
*/
14017
+
maxResults?: number;
14018
+
/**
14019
+
* The *pageToken* parameter identifies a specific page in the result set that should be returned. In an API response, the nextPageToken property identify other pages that could be retrieved.
14020
+
*/
14021
+
pageToken?: string;
14022
+
/**
14023
+
* The *part* parameter specifies the liveChatComment resource parts that the API response will include. Supported values are id, snippet, and authorDetails.
14024
+
*/
14025
+
part?: string[];
14026
+
/**
14027
+
* Specifies the size of the profile image that should be returned for each user.
0 commit comments