Lines Matching full:the

79 …reates a new top-level comment. To add a reply to an existing comment, use the comments.insert met…
82 <p class="firstline">Returns a list of comment threads that match the API request parameters.</p>
85 <p class="firstline">Retrieves the next page of results.</p>
88 <p class="firstline">Modifies the top-level comment in a comment thread.</p>
92 …<pre>Creates a new top-level comment. To add a reply to an existing comment, use the comments.inse…
95 …part: string, The part parameter identifies the properties that the API response will include. Set…
96 body: object, The request body. (required)
97 The object takes the form of:
99 …evel comment and all its replies. It can also include the top level comment itself and some of the
100 …ic details about a comment thread. # The snippet object contains basic details about the comment t…
101 …"isPublic": True or False, # Whether the thread (and therefore all its comments) is visible to all…
102The YouTube channel the comments in the thread refer to or the channel with the video the comments…
103 …"videoId": "A String", # The ID of the video the comments refer to, if any. No video_id implies a …
104 …"canReply": True or False, # Whether the current viewer of the thread can reply to it. This is vie…
105 "totalReplyCount": 42, # The total number of replies (not including the top level comment).
106 …"topLevelComment": { # A comment represents a single YouTube comment. # The top level comment of t…
107 …ls about a comment, such as its author and text. # The snippet object contains basic details about…
108 "authorChannelUrl": "A String", # Link to the author's YouTube channel, if any.
109The rating the viewer has given to this comment. For the time being this will never return RATE_TY…
110 "authorDisplayName": "A String", # The name of the user who posted the comment.
111The id of the corresponding YouTube channel. In case of a channel comment this is the channel the
112 "videoId": "A String", # The ID of the video the comment refers to, if any.
113 …derationStatus": "A String", # The comment's moderation status. Will not be set if the comments we…
114 "likeCount": 42, # The total number of likes this comment has received.
115 "authorChannelId": "", # The id of the author's YouTube channel, if any.
116 "parentId": "A String", # The unique id of the parent comment, only set for replies.
117 …"publishedAt": "A String", # The date and time when the comment was orignally published. The value…
118 "canRate": True or False, # Whether the current viewer can rate this comment.
119The comment's original raw text as initially posted or last updated. The original text will only b…
120 …"updatedAt": "A String", # The date and time when was last updated . The value is specified in ISO…
121 … "authorProfileImageUrl": "A String", # The URL for the avatar of the user who posted the comment.
122The comment's text. The format is either plain text or HTML dependent on what has been requested. …
124 …"kind": "youtube#comment", # Identifies what kind of resource this is. Value: the fixed string "yo…
126 "id": "A String", # The ID that YouTube uses to uniquely identify the comment.
129 …"kind": "youtube#commentThread", # Identifies what kind of resource this is. Value: the fixed stri…
131 "id": "A String", # The ID that YouTube uses to uniquely identify the comment thread.
132 …ct) reply to the top level comment. # The replies object contains a limited number of replies (if …
133 …f replies. Unless the number of replies returned equals total_reply_count in the snippet the retur…
135 …ls about a comment, such as its author and text. # The snippet object contains basic details about…
136 "authorChannelUrl": "A String", # Link to the author's YouTube channel, if any.
137The rating the viewer has given to this comment. For the time being this will never return RATE_TY…
138 "authorDisplayName": "A String", # The name of the user who posted the comment.
139The id of the corresponding YouTube channel. In case of a channel comment this is the channel the
140 "videoId": "A String", # The ID of the video the comment refers to, if any.
141 …derationStatus": "A String", # The comment's moderation status. Will not be set if the comments we…
142 "likeCount": 42, # The total number of likes this comment has received.
143 "authorChannelId": "", # The id of the author's YouTube channel, if any.
144 "parentId": "A String", # The unique id of the parent comment, only set for replies.
145 …"publishedAt": "A String", # The date and time when the comment was orignally published. The value…
146 "canRate": True or False, # Whether the current viewer can rate this comment.
147The comment's original raw text as initially posted or last updated. The original text will only b…
148 …"updatedAt": "A String", # The date and time when was last updated . The value is specified in ISO…
149 … "authorProfileImageUrl": "A String", # The URL for the avatar of the user who posted the comment.
150The comment's text. The format is either plain text or HTML dependent on what has been requested. …
152 …"kind": "youtube#comment", # Identifies what kind of resource this is. Value: the fixed string "yo…
154 "id": "A String", # The ID that YouTube uses to uniquely identify the comment.
162 An object of the form:
164 …evel comment and all its replies. It can also include the top level comment itself and some of the
165 …ic details about a comment thread. # The snippet object contains basic details about the comment t…
166 …"isPublic": True or False, # Whether the thread (and therefore all its comments) is visible to all…
167The YouTube channel the comments in the thread refer to or the channel with the video the comments…
168 …"videoId": "A String", # The ID of the video the comments refer to, if any. No video_id implies a …
169 …"canReply": True or False, # Whether the current viewer of the thread can reply to it. This is vie…
170 "totalReplyCount": 42, # The total number of replies (not including the top level comment).
171 …"topLevelComment": { # A comment represents a single YouTube comment. # The top level comment of t…
172 …ls about a comment, such as its author and text. # The snippet object contains basic details about…
173 "authorChannelUrl": "A String", # Link to the author's YouTube channel, if any.
174The rating the viewer has given to this comment. For the time being this will never return RATE_TY…
175 "authorDisplayName": "A String", # The name of the user who posted the comment.
176The id of the corresponding YouTube channel. In case of a channel comment this is the channel the
177 "videoId": "A String", # The ID of the video the comment refers to, if any.
178 …derationStatus": "A String", # The comment's moderation status. Will not be set if the comments we…
179 "likeCount": 42, # The total number of likes this comment has received.
180 "authorChannelId": "", # The id of the author's YouTube channel, if any.
181 "parentId": "A String", # The unique id of the parent comment, only set for replies.
182 …"publishedAt": "A String", # The date and time when the comment was orignally published. The value…
183 "canRate": True or False, # Whether the current viewer can rate this comment.
184The comment's original raw text as initially posted or last updated. The original text will only b…
185 …"updatedAt": "A String", # The date and time when was last updated . The value is specified in ISO…
186 … "authorProfileImageUrl": "A String", # The URL for the avatar of the user who posted the comment.
187The comment's text. The format is either plain text or HTML dependent on what has been requested. …
189 …"kind": "youtube#comment", # Identifies what kind of resource this is. Value: the fixed string "yo…
191 "id": "A String", # The ID that YouTube uses to uniquely identify the comment.
194 …"kind": "youtube#commentThread", # Identifies what kind of resource this is. Value: the fixed stri…
196 "id": "A String", # The ID that YouTube uses to uniquely identify the comment thread.
197 …ct) reply to the top level comment. # The replies object contains a limited number of replies (if …
198 …f replies. Unless the number of replies returned equals total_reply_count in the snippet the retur…
200 …ls about a comment, such as its author and text. # The snippet object contains basic details about…
201 "authorChannelUrl": "A String", # Link to the author's YouTube channel, if any.
202The rating the viewer has given to this comment. For the time being this will never return RATE_TY…
203 "authorDisplayName": "A String", # The name of the user who posted the comment.
204The id of the corresponding YouTube channel. In case of a channel comment this is the channel the
205 "videoId": "A String", # The ID of the video the comment refers to, if any.
206 …derationStatus": "A String", # The comment's moderation status. Will not be set if the comments we…
207 "likeCount": 42, # The total number of likes this comment has received.
208 "authorChannelId": "", # The id of the author's YouTube channel, if any.
209 "parentId": "A String", # The unique id of the parent comment, only set for replies.
210 …"publishedAt": "A String", # The date and time when the comment was orignally published. The value…
211 "canRate": True or False, # Whether the current viewer can rate this comment.
212The comment's original raw text as initially posted or last updated. The original text will only b…
213 …"updatedAt": "A String", # The date and time when was last updated . The value is specified in ISO…
214 … "authorProfileImageUrl": "A String", # The URL for the avatar of the user who posted the comment.
215The comment's text. The format is either plain text or HTML dependent on what has been requested. …
217 …"kind": "youtube#comment", # Identifies what kind of resource this is. Value: the fixed string "yo…
219 "id": "A String", # The ID that YouTube uses to uniquely identify the comment.
228 <pre>Returns a list of comment threads that match the API request parameters.
231 …part: string, The part parameter specifies a comma-separated list of one or more commentThread res…
232The channelId parameter instructs the API to return comment threads containing comments about the
233 …id: string, The id parameter specifies a comma-separated list of comment thread IDs for the resour…
234The pageToken parameter identifies a specific page in the result set that should be returned. In a…
236 Note: This parameter is not supported for use in conjunction with the id parameter.
237The allThreadsRelatedToChannelId parameter instructs the API to return all comment threads associa…
238 …moderationStatus: string, Set this parameter to limit the returned comment threads to a particular…
240 Note: This parameter is not supported for use in conjunction with the id parameter.
242 …oderator. A comment thread can be included in the response if the top-level comment or at least on…
243 … be spam. A comment thread can be included in the response if the top-level comment or at least on…
244 …etrieve threads of published comments. This is the default value. A comment thread can be included…
245 …videoId: string, The videoId parameter instructs the API to return comment threads associated with…
246 …maxResults: integer, The maxResults parameter specifies the maximum number of items that should be…
248 Note: This parameter is not supported for use in conjunction with the id parameter.
249 …searchTerms: string, The searchTerms parameter instructs the API to limit the API response to only…
251 Note: This parameter is not supported for use in conjunction with the id parameter.
252 …ring, Set this parameter's value to html or plainText to instruct the API to return the comments l…
254 html - Returns the comments in HTML format. This is the default value.
255 plainText - Returns the comments in plain text format.
256 …order: string, The order parameter specifies the order in which the API response should list comme…
257 - time - Comment threads are ordered by time. This is the default behavior.
258 …ed by relevance.Note: This parameter is not supported for use in conjunction with the id parameter.
264 An object of the form:
267 "eventId": "A String", # Serialized EventId of the request which produced this response.
268 …tPageToken": "A String", # The token that can be used as the value of the pageToken parameter to r…
269 …entThreadListResponse", # Identifies what kind of resource this is. Value: the fixed string "youtu…
270 "visitorId": "A String", # The visitorId identifies the visitor.
271 "items": [ # A list of comment threads that match the request criteria.
272 …evel comment and all its replies. It can also include the top level comment itself and some of the
273 …ic details about a comment thread. # The snippet object contains basic details about the comment t…
274 …"isPublic": True or False, # Whether the thread (and therefore all its comments) is visible to all…
275The YouTube channel the comments in the thread refer to or the channel with the video the comments…
276 …"videoId": "A String", # The ID of the video the comments refer to, if any. No video_id implies a …
277 …"canReply": True or False, # Whether the current viewer of the thread can reply to it. This is vie…
278 … "totalReplyCount": 42, # The total number of replies (not including the top level comment).
279 …"topLevelComment": { # A comment represents a single YouTube comment. # The top level comment of t…
280 …ls about a comment, such as its author and text. # The snippet object contains basic details about…
281 "authorChannelUrl": "A String", # Link to the author's YouTube channel, if any.
282The rating the viewer has given to this comment. For the time being this will never return RATE_TY…
283 "authorDisplayName": "A String", # The name of the user who posted the comment.
284The id of the corresponding YouTube channel. In case of a channel comment this is the channel the
285 "videoId": "A String", # The ID of the video the comment refers to, if any.
286 …derationStatus": "A String", # The comment's moderation status. Will not be set if the comments we…
287 "likeCount": 42, # The total number of likes this comment has received.
288 "authorChannelId": "", # The id of the author's YouTube channel, if any.
289 "parentId": "A String", # The unique id of the parent comment, only set for replies.
290 …"publishedAt": "A String", # The date and time when the comment was orignally published. The value…
291 "canRate": True or False, # Whether the current viewer can rate this comment.
292The comment's original raw text as initially posted or last updated. The original text will only b…
293 …"updatedAt": "A String", # The date and time when was last updated . The value is specified in ISO…
294 … "authorProfileImageUrl": "A String", # The URL for the avatar of the user who posted the comment.
295The comment's text. The format is either plain text or HTML dependent on what has been requested. …
297 …"kind": "youtube#comment", # Identifies what kind of resource this is. Value: the fixed string "yo…
299 "id": "A String", # The ID that YouTube uses to uniquely identify the comment.
302 …"kind": "youtube#commentThread", # Identifies what kind of resource this is. Value: the fixed stri…
304 "id": "A String", # The ID that YouTube uses to uniquely identify the comment thread.
305 …ct) reply to the top level comment. # The replies object contains a limited number of replies (if …
306 …f replies. Unless the number of replies returned equals total_reply_count in the snippet the retur…
308 …ls about a comment, such as its author and text. # The snippet object contains basic details about…
309 "authorChannelUrl": "A String", # Link to the author's YouTube channel, if any.
310The rating the viewer has given to this comment. For the time being this will never return RATE_TY…
311 "authorDisplayName": "A String", # The name of the user who posted the comment.
312The id of the corresponding YouTube channel. In case of a channel comment this is the channel the
313 "videoId": "A String", # The ID of the video the comment refers to, if any.
314 …derationStatus": "A String", # The comment's moderation status. Will not be set if the comments we…
315 "likeCount": 42, # The total number of likes this comment has received.
316 "authorChannelId": "", # The id of the author's YouTube channel, if any.
317 … "parentId": "A String", # The unique id of the parent comment, only set for replies.
318 …"publishedAt": "A String", # The date and time when the comment was orignally published. The value…
319 "canRate": True or False, # Whether the current viewer can rate this comment.
320The comment's original raw text as initially posted or last updated. The original text will only b…
321 …"updatedAt": "A String", # The date and time when was last updated . The value is specified in ISO…
322 … "authorProfileImageUrl": "A String", # The URL for the avatar of the user who posted the comment.
323The comment's text. The format is either plain text or HTML dependent on what has been requested. …
325 …"kind": "youtube#comment", # Identifies what kind of resource this is. Value: the fixed string "yo…
327 "id": "A String", # The ID that YouTube uses to uniquely identify the comment.
337 "totalResults": 42, # The total number of results in the result set.
338 "resultsPerPage": 42, # The number of results included in the API response.
345 <pre>Retrieves the next page of results.
348 previous_request: The request for the previous page. (required)
349 previous_response: The response from the request for the previous page. (required)
352 A request object that you can call 'execute()' on to request the next
353 page. Returns None if there are no more items in the collection.
359 <pre>Modifies the top-level comment in a comment thread.
362The part parameter specifies a comma-separated list of commentThread resource properties that the
363 body: object, The request body. (required)
364 The object takes the form of:
366 …evel comment and all its replies. It can also include the top level comment itself and some of the
367 …ic details about a comment thread. # The snippet object contains basic details about the comment t…
368 …"isPublic": True or False, # Whether the thread (and therefore all its comments) is visible to all…
369The YouTube channel the comments in the thread refer to or the channel with the video the comments…
370 …"videoId": "A String", # The ID of the video the comments refer to, if any. No video_id implies a …
371 …"canReply": True or False, # Whether the current viewer of the thread can reply to it. This is vie…
372 "totalReplyCount": 42, # The total number of replies (not including the top level comment).
373 …"topLevelComment": { # A comment represents a single YouTube comment. # The top level comment of t…
374 …ls about a comment, such as its author and text. # The snippet object contains basic details about…
375 "authorChannelUrl": "A String", # Link to the author's YouTube channel, if any.
376The rating the viewer has given to this comment. For the time being this will never return RATE_TY…
377 "authorDisplayName": "A String", # The name of the user who posted the comment.
378The id of the corresponding YouTube channel. In case of a channel comment this is the channel the
379 "videoId": "A String", # The ID of the video the comment refers to, if any.
380 …derationStatus": "A String", # The comment's moderation status. Will not be set if the comments we…
381 "likeCount": 42, # The total number of likes this comment has received.
382 "authorChannelId": "", # The id of the author's YouTube channel, if any.
383 "parentId": "A String", # The unique id of the parent comment, only set for replies.
384 …"publishedAt": "A String", # The date and time when the comment was orignally published. The value…
385 "canRate": True or False, # Whether the current viewer can rate this comment.
386The comment's original raw text as initially posted or last updated. The original text will only b…
387 …"updatedAt": "A String", # The date and time when was last updated . The value is specified in ISO…
388 … "authorProfileImageUrl": "A String", # The URL for the avatar of the user who posted the comment.
389The comment's text. The format is either plain text or HTML dependent on what has been requested. …
391 …"kind": "youtube#comment", # Identifies what kind of resource this is. Value: the fixed string "yo…
393 "id": "A String", # The ID that YouTube uses to uniquely identify the comment.
396 …"kind": "youtube#commentThread", # Identifies what kind of resource this is. Value: the fixed stri…
398 "id": "A String", # The ID that YouTube uses to uniquely identify the comment thread.
399 …ct) reply to the top level comment. # The replies object contains a limited number of replies (if …
400 …f replies. Unless the number of replies returned equals total_reply_count in the snippet the retur…
402 …ls about a comment, such as its author and text. # The snippet object contains basic details about…
403 "authorChannelUrl": "A String", # Link to the author's YouTube channel, if any.
404The rating the viewer has given to this comment. For the time being this will never return RATE_TY…
405 "authorDisplayName": "A String", # The name of the user who posted the comment.
406The id of the corresponding YouTube channel. In case of a channel comment this is the channel the
407 "videoId": "A String", # The ID of the video the comment refers to, if any.
408 …derationStatus": "A String", # The comment's moderation status. Will not be set if the comments we…
409 "likeCount": 42, # The total number of likes this comment has received.
410 "authorChannelId": "", # The id of the author's YouTube channel, if any.
411 "parentId": "A String", # The unique id of the parent comment, only set for replies.
412 …"publishedAt": "A String", # The date and time when the comment was orignally published. The value…
413 "canRate": True or False, # Whether the current viewer can rate this comment.
414The comment's original raw text as initially posted or last updated. The original text will only b…
415 …"updatedAt": "A String", # The date and time when was last updated . The value is specified in ISO…
416 … "authorProfileImageUrl": "A String", # The URL for the avatar of the user who posted the comment.
417The comment's text. The format is either plain text or HTML dependent on what has been requested. …
419 …"kind": "youtube#comment", # Identifies what kind of resource this is. Value: the fixed string "yo…
421 "id": "A String", # The ID that YouTube uses to uniquely identify the comment.
429 An object of the form:
431 …evel comment and all its replies. It can also include the top level comment itself and some of the
432 …ic details about a comment thread. # The snippet object contains basic details about the comment t…
433 …"isPublic": True or False, # Whether the thread (and therefore all its comments) is visible to all…
434The YouTube channel the comments in the thread refer to or the channel with the video the comments…
435 …"videoId": "A String", # The ID of the video the comments refer to, if any. No video_id implies a …
436 …"canReply": True or False, # Whether the current viewer of the thread can reply to it. This is vie…
437 "totalReplyCount": 42, # The total number of replies (not including the top level comment).
438 …"topLevelComment": { # A comment represents a single YouTube comment. # The top level comment of t…
439 …ls about a comment, such as its author and text. # The snippet object contains basic details about…
440 "authorChannelUrl": "A String", # Link to the author's YouTube channel, if any.
441The rating the viewer has given to this comment. For the time being this will never return RATE_TY…
442 "authorDisplayName": "A String", # The name of the user who posted the comment.
443The id of the corresponding YouTube channel. In case of a channel comment this is the channel the
444 "videoId": "A String", # The ID of the video the comment refers to, if any.
445 …derationStatus": "A String", # The comment's moderation status. Will not be set if the comments we…
446 "likeCount": 42, # The total number of likes this comment has received.
447 "authorChannelId": "", # The id of the author's YouTube channel, if any.
448 "parentId": "A String", # The unique id of the parent comment, only set for replies.
449 …"publishedAt": "A String", # The date and time when the comment was orignally published. The value…
450 "canRate": True or False, # Whether the current viewer can rate this comment.
451The comment's original raw text as initially posted or last updated. The original text will only b…
452 …"updatedAt": "A String", # The date and time when was last updated . The value is specified in ISO…
453 … "authorProfileImageUrl": "A String", # The URL for the avatar of the user who posted the comment.
454The comment's text. The format is either plain text or HTML dependent on what has been requested. …
456 …"kind": "youtube#comment", # Identifies what kind of resource this is. Value: the fixed string "yo…
458 "id": "A String", # The ID that YouTube uses to uniquely identify the comment.
461 …"kind": "youtube#commentThread", # Identifies what kind of resource this is. Value: the fixed stri…
463 "id": "A String", # The ID that YouTube uses to uniquely identify the comment thread.
464 …ct) reply to the top level comment. # The replies object contains a limited number of replies (if …
465 …f replies. Unless the number of replies returned equals total_reply_count in the snippet the retur…
467 …ls about a comment, such as its author and text. # The snippet object contains basic details about…
468 "authorChannelUrl": "A String", # Link to the author's YouTube channel, if any.
469The rating the viewer has given to this comment. For the time being this will never return RATE_TY…
470 "authorDisplayName": "A String", # The name of the user who posted the comment.
471The id of the corresponding YouTube channel. In case of a channel comment this is the channel the
472 "videoId": "A String", # The ID of the video the comment refers to, if any.
473 …derationStatus": "A String", # The comment's moderation status. Will not be set if the comments we…
474 "likeCount": 42, # The total number of likes this comment has received.
475 "authorChannelId": "", # The id of the author's YouTube channel, if any.
476 "parentId": "A String", # The unique id of the parent comment, only set for replies.
477 …"publishedAt": "A String", # The date and time when the comment was orignally published. The value…
478 "canRate": True or False, # Whether the current viewer can rate this comment.
479The comment's original raw text as initially posted or last updated. The original text will only b…
480 …"updatedAt": "A String", # The date and time when was last updated . The value is specified in ISO…
481 … "authorProfileImageUrl": "A String", # The URL for the avatar of the user who posted the comment.
482The comment's text. The format is either plain text or HTML dependent on what has been requested. …
484 …"kind": "youtube#comment", # Identifies what kind of resource this is. Value: the fixed string "yo…
486 "id": "A String", # The ID that YouTube uses to uniquely identify the comment.