chore: update docs/dyn , add static discovery files to discovery_cache/documents (#1111)

This PR was generated using Autosynth. :rainbow:

Synth log will be available here:
https://source.cloud.google.com/results/invocations/78f53313-0c78-4a29-8841-f031665a4c6a/targets

- [ ] To automatically regenerate this PR, check this box.

Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/docs/dyn/youtube_v3.commentThreads.html b/docs/dyn/youtube_v3.commentThreads.html
index 05a6b03..70ef70e 100644
--- a/docs/dyn/youtube_v3.commentThreads.html
+++ b/docs/dyn/youtube_v3.commentThreads.html
@@ -81,7 +81,7 @@
   <code><a href="#insert">insert(part, body=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Inserts a new resource into this collection.</p>
 <p class="toc_element">
-  <code><a href="#list">list(part, maxResults=None, channelId=None, pageToken=None, order=None, searchTerms=None, id=None, textFormat=None, moderationStatus=None, videoId=None, allThreadsRelatedToChannelId=None, x__xgafv=None)</a></code></p>
+  <code><a href="#list">list(part, pageToken=None, moderationStatus=None, id=None, order=None, maxResults=None, allThreadsRelatedToChannelId=None, channelId=None, searchTerms=None, textFormat=None, videoId=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Retrieves a list of resources, possibly filtered.</p>
 <p class="toc_element">
   <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -105,67 +105,67 @@
     The object takes the form of:
 
 { # A *comment thread* represents information that applies to a top level comment and all its replies. It can also include the top level comment itself and some of the replies.
-    &quot;replies&quot;: { # Comments written in (direct or indirect) reply to the top level comment. # The replies object contains a limited number of replies (if any) to the top level comment found in the snippet.
-      &quot;comments&quot;: [ # A limited number of replies. Unless the number of replies returned equals total_reply_count in the snippet the returned replies are only a subset of the total number of replies.
-        { # A *comment* represents a single YouTube comment.
-          &quot;snippet&quot;: { # Basic details about a comment, such as its author and text. # The snippet object contains basic details about the comment.
-            &quot;videoId&quot;: &quot;A String&quot;, # The ID of the video the comment refers to, if any.
-            &quot;channelId&quot;: &quot;A String&quot;, # The id of the corresponding YouTube channel. In case of a channel comment this is the channel the comment refers to. In case of a video comment it&#x27;s the video&#x27;s channel.
-            &quot;authorChannelUrl&quot;: &quot;A String&quot;, # Link to the author&#x27;s YouTube channel, if any.
-            &quot;updatedAt&quot;: &quot;A String&quot;, # The date and time when was last updated . The value is specified in ISO 8601 format.
-            &quot;authorDisplayName&quot;: &quot;A String&quot;, # The name of the user who posted the comment.
-            &quot;likeCount&quot;: 42, # The total number of likes this comment has received.
-            &quot;publishedAt&quot;: &quot;A String&quot;, # The date and time when the comment was orignally published. The value is specified in ISO 8601 format.
-            &quot;authorProfileImageUrl&quot;: &quot;A String&quot;, # The URL for the avatar of the user who posted the comment.
-            &quot;moderationStatus&quot;: &quot;A String&quot;, # The comment&#x27;s moderation status. Will not be set if the comments were requested through the id filter.
-            &quot;textOriginal&quot;: &quot;A String&quot;, # The comment&#x27;s original raw text as initially posted or last updated. The original text will only be returned if it is accessible to the viewer, which is only guaranteed if the viewer is the comment&#x27;s author.
-            &quot;parentId&quot;: &quot;A String&quot;, # The unique id of the parent comment, only set for replies.
-            &quot;authorChannelId&quot;: { # The id of the author&#x27;s YouTube channel, if any.
-              &quot;value&quot;: &quot;A String&quot;,
-            },
-            &quot;canRate&quot;: True or False, # Whether the current viewer can rate this comment.
-            &quot;textDisplay&quot;: &quot;A String&quot;, # The comment&#x27;s text. The format is either plain text or HTML dependent on what has been requested. Even the plain text representation may differ from the text originally posted in that it may replace video links with video titles etc.
-            &quot;viewerRating&quot;: &quot;A String&quot;, # The rating the viewer has given to this comment. For the time being this will never return RATE_TYPE_DISLIKE and instead return RATE_TYPE_NONE. This may change in the future.
-          },
-          &quot;kind&quot;: &quot;youtube#comment&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#comment&quot;.
-          &quot;id&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the comment.
-          &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
-        },
-      ],
-    },
     &quot;snippet&quot;: { # Basic details about a comment thread. # The snippet object contains basic details about the comment thread and also the top level comment.
-      &quot;videoId&quot;: &quot;A String&quot;, # The ID of the video the comments refer to, if any. No video_id implies a channel discussion comment.
+      &quot;totalReplyCount&quot;: 42, # The total number of replies (not including the top level comment).
       &quot;isPublic&quot;: True or False, # Whether the thread (and therefore all its comments) is visible to all YouTube users.
+      &quot;videoId&quot;: &quot;A String&quot;, # The ID of the video the comments refer to, if any. No video_id implies a channel discussion comment.
+      &quot;channelId&quot;: &quot;A String&quot;, # The YouTube channel the comments in the thread refer to or the channel with the video the comments refer to. If video_id isn&#x27;t set the comments refer to the channel itself.
+      &quot;canReply&quot;: True or False, # Whether the current viewer of the thread can reply to it. This is viewer specific - other viewers may see a different value for this field.
       &quot;topLevelComment&quot;: { # A *comment* represents a single YouTube comment. # The top level comment of this thread.
+        &quot;id&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the comment.
+        &quot;kind&quot;: &quot;youtube#comment&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#comment&quot;.
+        &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
         &quot;snippet&quot;: { # Basic details about a comment, such as its author and text. # The snippet object contains basic details about the comment.
-          &quot;videoId&quot;: &quot;A String&quot;, # The ID of the video the comment refers to, if any.
-          &quot;channelId&quot;: &quot;A String&quot;, # The id of the corresponding YouTube channel. In case of a channel comment this is the channel the comment refers to. In case of a video comment it&#x27;s the video&#x27;s channel.
           &quot;authorChannelUrl&quot;: &quot;A String&quot;, # Link to the author&#x27;s YouTube channel, if any.
+          &quot;videoId&quot;: &quot;A String&quot;, # The ID of the video the comment refers to, if any.
           &quot;updatedAt&quot;: &quot;A String&quot;, # The date and time when was last updated . The value is specified in ISO 8601 format.
-          &quot;authorDisplayName&quot;: &quot;A String&quot;, # The name of the user who posted the comment.
-          &quot;likeCount&quot;: 42, # The total number of likes this comment has received.
+          &quot;canRate&quot;: True or False, # Whether the current viewer can rate this comment.
           &quot;publishedAt&quot;: &quot;A String&quot;, # The date and time when the comment was orignally published. The value is specified in ISO 8601 format.
-          &quot;authorProfileImageUrl&quot;: &quot;A String&quot;, # The URL for the avatar of the user who posted the comment.
-          &quot;moderationStatus&quot;: &quot;A String&quot;, # The comment&#x27;s moderation status. Will not be set if the comments were requested through the id filter.
-          &quot;textOriginal&quot;: &quot;A String&quot;, # The comment&#x27;s original raw text as initially posted or last updated. The original text will only be returned if it is accessible to the viewer, which is only guaranteed if the viewer is the comment&#x27;s author.
-          &quot;parentId&quot;: &quot;A String&quot;, # The unique id of the parent comment, only set for replies.
           &quot;authorChannelId&quot;: { # The id of the author&#x27;s YouTube channel, if any.
             &quot;value&quot;: &quot;A String&quot;,
           },
-          &quot;canRate&quot;: True or False, # Whether the current viewer can rate this comment.
-          &quot;textDisplay&quot;: &quot;A String&quot;, # The comment&#x27;s text. The format is either plain text or HTML dependent on what has been requested. Even the plain text representation may differ from the text originally posted in that it may replace video links with video titles etc.
+          &quot;moderationStatus&quot;: &quot;A String&quot;, # The comment&#x27;s moderation status. Will not be set if the comments were requested through the id filter.
+          &quot;authorProfileImageUrl&quot;: &quot;A String&quot;, # The URL for the avatar of the user who posted the comment.
           &quot;viewerRating&quot;: &quot;A String&quot;, # The rating the viewer has given to this comment. For the time being this will never return RATE_TYPE_DISLIKE and instead return RATE_TYPE_NONE. This may change in the future.
+          &quot;parentId&quot;: &quot;A String&quot;, # The unique id of the parent comment, only set for replies.
+          &quot;channelId&quot;: &quot;A String&quot;, # The id of the corresponding YouTube channel. In case of a channel comment this is the channel the comment refers to. In case of a video comment it&#x27;s the video&#x27;s channel.
+          &quot;likeCount&quot;: 42, # The total number of likes this comment has received.
+          &quot;authorDisplayName&quot;: &quot;A String&quot;, # The name of the user who posted the comment.
+          &quot;textOriginal&quot;: &quot;A String&quot;, # The comment&#x27;s original raw text as initially posted or last updated. The original text will only be returned if it is accessible to the viewer, which is only guaranteed if the viewer is the comment&#x27;s author.
+          &quot;textDisplay&quot;: &quot;A String&quot;, # The comment&#x27;s text. The format is either plain text or HTML dependent on what has been requested. Even the plain text representation may differ from the text originally posted in that it may replace video links with video titles etc.
         },
-        &quot;kind&quot;: &quot;youtube#comment&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#comment&quot;.
-        &quot;id&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the comment.
-        &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
       },
-      &quot;channelId&quot;: &quot;A String&quot;, # The YouTube channel the comments in the thread refer to or the channel with the video the comments refer to. If video_id isn&#x27;t set the comments refer to the channel itself.
-      &quot;totalReplyCount&quot;: 42, # The total number of replies (not including the top level comment).
-      &quot;canReply&quot;: True or False, # Whether the current viewer of the thread can reply to it. This is viewer specific - other viewers may see a different value for this field.
     },
     &quot;kind&quot;: &quot;youtube#commentThread&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#commentThread&quot;.
     &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
+    &quot;replies&quot;: { # Comments written in (direct or indirect) reply to the top level comment. # The replies object contains a limited number of replies (if any) to the top level comment found in the snippet.
+      &quot;comments&quot;: [ # A limited number of replies. Unless the number of replies returned equals total_reply_count in the snippet the returned replies are only a subset of the total number of replies.
+        { # A *comment* represents a single YouTube comment.
+          &quot;id&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the comment.
+          &quot;kind&quot;: &quot;youtube#comment&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#comment&quot;.
+          &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
+          &quot;snippet&quot;: { # Basic details about a comment, such as its author and text. # The snippet object contains basic details about the comment.
+            &quot;authorChannelUrl&quot;: &quot;A String&quot;, # Link to the author&#x27;s YouTube channel, if any.
+            &quot;videoId&quot;: &quot;A String&quot;, # The ID of the video the comment refers to, if any.
+            &quot;updatedAt&quot;: &quot;A String&quot;, # The date and time when was last updated . The value is specified in ISO 8601 format.
+            &quot;canRate&quot;: True or False, # Whether the current viewer can rate this comment.
+            &quot;publishedAt&quot;: &quot;A String&quot;, # The date and time when the comment was orignally published. The value is specified in ISO 8601 format.
+            &quot;authorChannelId&quot;: { # The id of the author&#x27;s YouTube channel, if any.
+              &quot;value&quot;: &quot;A String&quot;,
+            },
+            &quot;moderationStatus&quot;: &quot;A String&quot;, # The comment&#x27;s moderation status. Will not be set if the comments were requested through the id filter.
+            &quot;authorProfileImageUrl&quot;: &quot;A String&quot;, # The URL for the avatar of the user who posted the comment.
+            &quot;viewerRating&quot;: &quot;A String&quot;, # The rating the viewer has given to this comment. For the time being this will never return RATE_TYPE_DISLIKE and instead return RATE_TYPE_NONE. This may change in the future.
+            &quot;parentId&quot;: &quot;A String&quot;, # The unique id of the parent comment, only set for replies.
+            &quot;channelId&quot;: &quot;A String&quot;, # The id of the corresponding YouTube channel. In case of a channel comment this is the channel the comment refers to. In case of a video comment it&#x27;s the video&#x27;s channel.
+            &quot;likeCount&quot;: 42, # The total number of likes this comment has received.
+            &quot;authorDisplayName&quot;: &quot;A String&quot;, # The name of the user who posted the comment.
+            &quot;textOriginal&quot;: &quot;A String&quot;, # The comment&#x27;s original raw text as initially posted or last updated. The original text will only be returned if it is accessible to the viewer, which is only guaranteed if the viewer is the comment&#x27;s author.
+            &quot;textDisplay&quot;: &quot;A String&quot;, # The comment&#x27;s text. The format is either plain text or HTML dependent on what has been requested. Even the plain text representation may differ from the text originally posted in that it may replace video links with video titles etc.
+          },
+        },
+      ],
+    },
     &quot;id&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the comment thread.
   }
 
@@ -178,100 +178,100 @@
   An object of the form:
 
     { # A *comment thread* represents information that applies to a top level comment and all its replies. It can also include the top level comment itself and some of the replies.
-      &quot;replies&quot;: { # Comments written in (direct or indirect) reply to the top level comment. # The replies object contains a limited number of replies (if any) to the top level comment found in the snippet.
-        &quot;comments&quot;: [ # A limited number of replies. Unless the number of replies returned equals total_reply_count in the snippet the returned replies are only a subset of the total number of replies.
-          { # A *comment* represents a single YouTube comment.
-            &quot;snippet&quot;: { # Basic details about a comment, such as its author and text. # The snippet object contains basic details about the comment.
-              &quot;videoId&quot;: &quot;A String&quot;, # The ID of the video the comment refers to, if any.
-              &quot;channelId&quot;: &quot;A String&quot;, # The id of the corresponding YouTube channel. In case of a channel comment this is the channel the comment refers to. In case of a video comment it&#x27;s the video&#x27;s channel.
-              &quot;authorChannelUrl&quot;: &quot;A String&quot;, # Link to the author&#x27;s YouTube channel, if any.
-              &quot;updatedAt&quot;: &quot;A String&quot;, # The date and time when was last updated . The value is specified in ISO 8601 format.
-              &quot;authorDisplayName&quot;: &quot;A String&quot;, # The name of the user who posted the comment.
-              &quot;likeCount&quot;: 42, # The total number of likes this comment has received.
-              &quot;publishedAt&quot;: &quot;A String&quot;, # The date and time when the comment was orignally published. The value is specified in ISO 8601 format.
-              &quot;authorProfileImageUrl&quot;: &quot;A String&quot;, # The URL for the avatar of the user who posted the comment.
-              &quot;moderationStatus&quot;: &quot;A String&quot;, # The comment&#x27;s moderation status. Will not be set if the comments were requested through the id filter.
-              &quot;textOriginal&quot;: &quot;A String&quot;, # The comment&#x27;s original raw text as initially posted or last updated. The original text will only be returned if it is accessible to the viewer, which is only guaranteed if the viewer is the comment&#x27;s author.
-              &quot;parentId&quot;: &quot;A String&quot;, # The unique id of the parent comment, only set for replies.
-              &quot;authorChannelId&quot;: { # The id of the author&#x27;s YouTube channel, if any.
-                &quot;value&quot;: &quot;A String&quot;,
-              },
-              &quot;canRate&quot;: True or False, # Whether the current viewer can rate this comment.
-              &quot;textDisplay&quot;: &quot;A String&quot;, # The comment&#x27;s text. The format is either plain text or HTML dependent on what has been requested. Even the plain text representation may differ from the text originally posted in that it may replace video links with video titles etc.
-              &quot;viewerRating&quot;: &quot;A String&quot;, # The rating the viewer has given to this comment. For the time being this will never return RATE_TYPE_DISLIKE and instead return RATE_TYPE_NONE. This may change in the future.
-            },
-            &quot;kind&quot;: &quot;youtube#comment&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#comment&quot;.
-            &quot;id&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the comment.
-            &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
-          },
-        ],
-      },
       &quot;snippet&quot;: { # Basic details about a comment thread. # The snippet object contains basic details about the comment thread and also the top level comment.
-        &quot;videoId&quot;: &quot;A String&quot;, # The ID of the video the comments refer to, if any. No video_id implies a channel discussion comment.
+        &quot;totalReplyCount&quot;: 42, # The total number of replies (not including the top level comment).
         &quot;isPublic&quot;: True or False, # Whether the thread (and therefore all its comments) is visible to all YouTube users.
+        &quot;videoId&quot;: &quot;A String&quot;, # The ID of the video the comments refer to, if any. No video_id implies a channel discussion comment.
+        &quot;channelId&quot;: &quot;A String&quot;, # The YouTube channel the comments in the thread refer to or the channel with the video the comments refer to. If video_id isn&#x27;t set the comments refer to the channel itself.
+        &quot;canReply&quot;: True or False, # Whether the current viewer of the thread can reply to it. This is viewer specific - other viewers may see a different value for this field.
         &quot;topLevelComment&quot;: { # A *comment* represents a single YouTube comment. # The top level comment of this thread.
+          &quot;id&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the comment.
+          &quot;kind&quot;: &quot;youtube#comment&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#comment&quot;.
+          &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
           &quot;snippet&quot;: { # Basic details about a comment, such as its author and text. # The snippet object contains basic details about the comment.
-            &quot;videoId&quot;: &quot;A String&quot;, # The ID of the video the comment refers to, if any.
-            &quot;channelId&quot;: &quot;A String&quot;, # The id of the corresponding YouTube channel. In case of a channel comment this is the channel the comment refers to. In case of a video comment it&#x27;s the video&#x27;s channel.
             &quot;authorChannelUrl&quot;: &quot;A String&quot;, # Link to the author&#x27;s YouTube channel, if any.
+            &quot;videoId&quot;: &quot;A String&quot;, # The ID of the video the comment refers to, if any.
             &quot;updatedAt&quot;: &quot;A String&quot;, # The date and time when was last updated . The value is specified in ISO 8601 format.
-            &quot;authorDisplayName&quot;: &quot;A String&quot;, # The name of the user who posted the comment.
-            &quot;likeCount&quot;: 42, # The total number of likes this comment has received.
+            &quot;canRate&quot;: True or False, # Whether the current viewer can rate this comment.
             &quot;publishedAt&quot;: &quot;A String&quot;, # The date and time when the comment was orignally published. The value is specified in ISO 8601 format.
-            &quot;authorProfileImageUrl&quot;: &quot;A String&quot;, # The URL for the avatar of the user who posted the comment.
-            &quot;moderationStatus&quot;: &quot;A String&quot;, # The comment&#x27;s moderation status. Will not be set if the comments were requested through the id filter.
-            &quot;textOriginal&quot;: &quot;A String&quot;, # The comment&#x27;s original raw text as initially posted or last updated. The original text will only be returned if it is accessible to the viewer, which is only guaranteed if the viewer is the comment&#x27;s author.
-            &quot;parentId&quot;: &quot;A String&quot;, # The unique id of the parent comment, only set for replies.
             &quot;authorChannelId&quot;: { # The id of the author&#x27;s YouTube channel, if any.
               &quot;value&quot;: &quot;A String&quot;,
             },
-            &quot;canRate&quot;: True or False, # Whether the current viewer can rate this comment.
-            &quot;textDisplay&quot;: &quot;A String&quot;, # The comment&#x27;s text. The format is either plain text or HTML dependent on what has been requested. Even the plain text representation may differ from the text originally posted in that it may replace video links with video titles etc.
+            &quot;moderationStatus&quot;: &quot;A String&quot;, # The comment&#x27;s moderation status. Will not be set if the comments were requested through the id filter.
+            &quot;authorProfileImageUrl&quot;: &quot;A String&quot;, # The URL for the avatar of the user who posted the comment.
             &quot;viewerRating&quot;: &quot;A String&quot;, # The rating the viewer has given to this comment. For the time being this will never return RATE_TYPE_DISLIKE and instead return RATE_TYPE_NONE. This may change in the future.
+            &quot;parentId&quot;: &quot;A String&quot;, # The unique id of the parent comment, only set for replies.
+            &quot;channelId&quot;: &quot;A String&quot;, # The id of the corresponding YouTube channel. In case of a channel comment this is the channel the comment refers to. In case of a video comment it&#x27;s the video&#x27;s channel.
+            &quot;likeCount&quot;: 42, # The total number of likes this comment has received.
+            &quot;authorDisplayName&quot;: &quot;A String&quot;, # The name of the user who posted the comment.
+            &quot;textOriginal&quot;: &quot;A String&quot;, # The comment&#x27;s original raw text as initially posted or last updated. The original text will only be returned if it is accessible to the viewer, which is only guaranteed if the viewer is the comment&#x27;s author.
+            &quot;textDisplay&quot;: &quot;A String&quot;, # The comment&#x27;s text. The format is either plain text or HTML dependent on what has been requested. Even the plain text representation may differ from the text originally posted in that it may replace video links with video titles etc.
           },
-          &quot;kind&quot;: &quot;youtube#comment&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#comment&quot;.
-          &quot;id&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the comment.
-          &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
         },
-        &quot;channelId&quot;: &quot;A String&quot;, # The YouTube channel the comments in the thread refer to or the channel with the video the comments refer to. If video_id isn&#x27;t set the comments refer to the channel itself.
-        &quot;totalReplyCount&quot;: 42, # The total number of replies (not including the top level comment).
-        &quot;canReply&quot;: True or False, # Whether the current viewer of the thread can reply to it. This is viewer specific - other viewers may see a different value for this field.
       },
       &quot;kind&quot;: &quot;youtube#commentThread&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#commentThread&quot;.
       &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
+      &quot;replies&quot;: { # Comments written in (direct or indirect) reply to the top level comment. # The replies object contains a limited number of replies (if any) to the top level comment found in the snippet.
+        &quot;comments&quot;: [ # A limited number of replies. Unless the number of replies returned equals total_reply_count in the snippet the returned replies are only a subset of the total number of replies.
+          { # A *comment* represents a single YouTube comment.
+            &quot;id&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the comment.
+            &quot;kind&quot;: &quot;youtube#comment&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#comment&quot;.
+            &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
+            &quot;snippet&quot;: { # Basic details about a comment, such as its author and text. # The snippet object contains basic details about the comment.
+              &quot;authorChannelUrl&quot;: &quot;A String&quot;, # Link to the author&#x27;s YouTube channel, if any.
+              &quot;videoId&quot;: &quot;A String&quot;, # The ID of the video the comment refers to, if any.
+              &quot;updatedAt&quot;: &quot;A String&quot;, # The date and time when was last updated . The value is specified in ISO 8601 format.
+              &quot;canRate&quot;: True or False, # Whether the current viewer can rate this comment.
+              &quot;publishedAt&quot;: &quot;A String&quot;, # The date and time when the comment was orignally published. The value is specified in ISO 8601 format.
+              &quot;authorChannelId&quot;: { # The id of the author&#x27;s YouTube channel, if any.
+                &quot;value&quot;: &quot;A String&quot;,
+              },
+              &quot;moderationStatus&quot;: &quot;A String&quot;, # The comment&#x27;s moderation status. Will not be set if the comments were requested through the id filter.
+              &quot;authorProfileImageUrl&quot;: &quot;A String&quot;, # The URL for the avatar of the user who posted the comment.
+              &quot;viewerRating&quot;: &quot;A String&quot;, # The rating the viewer has given to this comment. For the time being this will never return RATE_TYPE_DISLIKE and instead return RATE_TYPE_NONE. This may change in the future.
+              &quot;parentId&quot;: &quot;A String&quot;, # The unique id of the parent comment, only set for replies.
+              &quot;channelId&quot;: &quot;A String&quot;, # The id of the corresponding YouTube channel. In case of a channel comment this is the channel the comment refers to. In case of a video comment it&#x27;s the video&#x27;s channel.
+              &quot;likeCount&quot;: 42, # The total number of likes this comment has received.
+              &quot;authorDisplayName&quot;: &quot;A String&quot;, # The name of the user who posted the comment.
+              &quot;textOriginal&quot;: &quot;A String&quot;, # The comment&#x27;s original raw text as initially posted or last updated. The original text will only be returned if it is accessible to the viewer, which is only guaranteed if the viewer is the comment&#x27;s author.
+              &quot;textDisplay&quot;: &quot;A String&quot;, # The comment&#x27;s text. The format is either plain text or HTML dependent on what has been requested. Even the plain text representation may differ from the text originally posted in that it may replace video links with video titles etc.
+            },
+          },
+        ],
+      },
       &quot;id&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the comment thread.
     }</pre>
 </div>
 
 <div class="method">
-    <code class="details" id="list">list(part, maxResults=None, channelId=None, pageToken=None, order=None, searchTerms=None, id=None, textFormat=None, moderationStatus=None, videoId=None, allThreadsRelatedToChannelId=None, x__xgafv=None)</code>
+    <code class="details" id="list">list(part, pageToken=None, moderationStatus=None, id=None, order=None, maxResults=None, allThreadsRelatedToChannelId=None, channelId=None, searchTerms=None, textFormat=None, videoId=None, x__xgafv=None)</code>
   <pre>Retrieves a list of resources, possibly filtered.
 
 Args:
   part: string, The *part* parameter specifies a comma-separated list of one or more commentThread resource properties that the API response will include. (required) (repeated)
-  maxResults: integer, The *maxResults* parameter specifies the maximum number of items that should be returned in the result set.
-  channelId: string, Returns the comment threads for all the channel comments (ie does not include comments left on videos).
   pageToken: string, The *pageToken* parameter identifies a specific page in the result set that should be returned. In an API response, the nextPageToken and prevPageToken properties identify other pages that could be retrieved.
-  order: string, A parameter
-    Allowed values
-      orderUnspecified - 
-      time - Order by time.
-      relevance - Order by relevance.
-  searchTerms: string, Limits the returned comment threads to those matching the specified key words. Not compatible with the &#x27;id&#x27; filter.
-  id: string, Returns the comment threads with the given IDs for Stubby or Apiary. (repeated)
-  textFormat: string, The requested text format for the returned comments.
-    Allowed values
-      textFormatUnspecified - 
-      html - Returns the comments in HTML format. This is the default value.
-      plainText - Returns the comments in plain text format.
   moderationStatus: string, Limits the returned comment threads to those with the specified moderation status. Not compatible with the &#x27;id&#x27; filter. Valid values: published, heldForReview, likelySpam.
     Allowed values
       published - The comment is available for public display.
       heldForReview - The comment is awaiting review by a moderator.
       likelySpam - 
       rejected - The comment is unfit for display.
-  videoId: string, Returns the comment threads of the specified video.
+  id: string, Returns the comment threads with the given IDs for Stubby or Apiary. (repeated)
+  order: string, A parameter
+    Allowed values
+      orderUnspecified - 
+      time - Order by time.
+      relevance - Order by relevance.
+  maxResults: integer, The *maxResults* parameter specifies the maximum number of items that should be returned in the result set.
   allThreadsRelatedToChannelId: string, Returns the comment threads of all videos of the channel and the channel comments as well.
+  channelId: string, Returns the comment threads for all the channel comments (ie does not include comments left on videos).
+  searchTerms: string, Limits the returned comment threads to those matching the specified key words. Not compatible with the &#x27;id&#x27; filter.
+  textFormat: string, The requested text format for the returned comments.
+    Allowed values
+      textFormatUnspecified - 
+      html - Returns the comments in HTML format. This is the default value.
+      plainText - Returns the comments in plain text format.
+  videoId: string, Returns the comment threads of the specified video.
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -281,83 +281,83 @@
   An object of the form:
 
     {
-    &quot;nextPageToken&quot;: &quot;A String&quot;, # The token that can be used as the value of the pageToken parameter to retrieve the next page in the result set.
-    &quot;eventId&quot;: &quot;A String&quot;, # Serialized EventId of the request which produced this response.
+    &quot;pageInfo&quot;: { # Paging details for lists of resources, including total number of items available and number of resources returned in a single page. # General pagination information.
+      &quot;totalResults&quot;: 42, # The total number of results in the result set.
+      &quot;resultsPerPage&quot;: 42, # The number of results included in the API response.
+    },
+    &quot;tokenPagination&quot;: { # Stub token pagination template to suppress results.
+    },
     &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
+    &quot;nextPageToken&quot;: &quot;A String&quot;, # The token that can be used as the value of the pageToken parameter to retrieve the next page in the result set.
+    &quot;visitorId&quot;: &quot;A String&quot;, # The visitorId identifies the visitor.
+    &quot;kind&quot;: &quot;youtube#commentThreadListResponse&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#commentThreadListResponse&quot;.
     &quot;items&quot;: [ # A list of comment threads that match the request criteria.
       { # A *comment thread* represents information that applies to a top level comment and all its replies. It can also include the top level comment itself and some of the replies.
-          &quot;replies&quot;: { # Comments written in (direct or indirect) reply to the top level comment. # The replies object contains a limited number of replies (if any) to the top level comment found in the snippet.
-            &quot;comments&quot;: [ # A limited number of replies. Unless the number of replies returned equals total_reply_count in the snippet the returned replies are only a subset of the total number of replies.
-              { # A *comment* represents a single YouTube comment.
-                &quot;snippet&quot;: { # Basic details about a comment, such as its author and text. # The snippet object contains basic details about the comment.
-                  &quot;videoId&quot;: &quot;A String&quot;, # The ID of the video the comment refers to, if any.
-                  &quot;channelId&quot;: &quot;A String&quot;, # The id of the corresponding YouTube channel. In case of a channel comment this is the channel the comment refers to. In case of a video comment it&#x27;s the video&#x27;s channel.
-                  &quot;authorChannelUrl&quot;: &quot;A String&quot;, # Link to the author&#x27;s YouTube channel, if any.
-                  &quot;updatedAt&quot;: &quot;A String&quot;, # The date and time when was last updated . The value is specified in ISO 8601 format.
-                  &quot;authorDisplayName&quot;: &quot;A String&quot;, # The name of the user who posted the comment.
-                  &quot;likeCount&quot;: 42, # The total number of likes this comment has received.
-                  &quot;publishedAt&quot;: &quot;A String&quot;, # The date and time when the comment was orignally published. The value is specified in ISO 8601 format.
-                  &quot;authorProfileImageUrl&quot;: &quot;A String&quot;, # The URL for the avatar of the user who posted the comment.
-                  &quot;moderationStatus&quot;: &quot;A String&quot;, # The comment&#x27;s moderation status. Will not be set if the comments were requested through the id filter.
-                  &quot;textOriginal&quot;: &quot;A String&quot;, # The comment&#x27;s original raw text as initially posted or last updated. The original text will only be returned if it is accessible to the viewer, which is only guaranteed if the viewer is the comment&#x27;s author.
-                  &quot;parentId&quot;: &quot;A String&quot;, # The unique id of the parent comment, only set for replies.
-                  &quot;authorChannelId&quot;: { # The id of the author&#x27;s YouTube channel, if any.
-                    &quot;value&quot;: &quot;A String&quot;,
-                  },
-                  &quot;canRate&quot;: True or False, # Whether the current viewer can rate this comment.
-                  &quot;textDisplay&quot;: &quot;A String&quot;, # The comment&#x27;s text. The format is either plain text or HTML dependent on what has been requested. Even the plain text representation may differ from the text originally posted in that it may replace video links with video titles etc.
-                  &quot;viewerRating&quot;: &quot;A String&quot;, # The rating the viewer has given to this comment. For the time being this will never return RATE_TYPE_DISLIKE and instead return RATE_TYPE_NONE. This may change in the future.
-                },
-                &quot;kind&quot;: &quot;youtube#comment&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#comment&quot;.
-                &quot;id&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the comment.
-                &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
-              },
-            ],
-          },
           &quot;snippet&quot;: { # Basic details about a comment thread. # The snippet object contains basic details about the comment thread and also the top level comment.
-            &quot;videoId&quot;: &quot;A String&quot;, # The ID of the video the comments refer to, if any. No video_id implies a channel discussion comment.
+            &quot;totalReplyCount&quot;: 42, # The total number of replies (not including the top level comment).
             &quot;isPublic&quot;: True or False, # Whether the thread (and therefore all its comments) is visible to all YouTube users.
+            &quot;videoId&quot;: &quot;A String&quot;, # The ID of the video the comments refer to, if any. No video_id implies a channel discussion comment.
+            &quot;channelId&quot;: &quot;A String&quot;, # The YouTube channel the comments in the thread refer to or the channel with the video the comments refer to. If video_id isn&#x27;t set the comments refer to the channel itself.
+            &quot;canReply&quot;: True or False, # Whether the current viewer of the thread can reply to it. This is viewer specific - other viewers may see a different value for this field.
             &quot;topLevelComment&quot;: { # A *comment* represents a single YouTube comment. # The top level comment of this thread.
+              &quot;id&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the comment.
+              &quot;kind&quot;: &quot;youtube#comment&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#comment&quot;.
+              &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
               &quot;snippet&quot;: { # Basic details about a comment, such as its author and text. # The snippet object contains basic details about the comment.
-                &quot;videoId&quot;: &quot;A String&quot;, # The ID of the video the comment refers to, if any.
-                &quot;channelId&quot;: &quot;A String&quot;, # The id of the corresponding YouTube channel. In case of a channel comment this is the channel the comment refers to. In case of a video comment it&#x27;s the video&#x27;s channel.
                 &quot;authorChannelUrl&quot;: &quot;A String&quot;, # Link to the author&#x27;s YouTube channel, if any.
+                &quot;videoId&quot;: &quot;A String&quot;, # The ID of the video the comment refers to, if any.
                 &quot;updatedAt&quot;: &quot;A String&quot;, # The date and time when was last updated . The value is specified in ISO 8601 format.
-                &quot;authorDisplayName&quot;: &quot;A String&quot;, # The name of the user who posted the comment.
-                &quot;likeCount&quot;: 42, # The total number of likes this comment has received.
+                &quot;canRate&quot;: True or False, # Whether the current viewer can rate this comment.
                 &quot;publishedAt&quot;: &quot;A String&quot;, # The date and time when the comment was orignally published. The value is specified in ISO 8601 format.
-                &quot;authorProfileImageUrl&quot;: &quot;A String&quot;, # The URL for the avatar of the user who posted the comment.
-                &quot;moderationStatus&quot;: &quot;A String&quot;, # The comment&#x27;s moderation status. Will not be set if the comments were requested through the id filter.
-                &quot;textOriginal&quot;: &quot;A String&quot;, # The comment&#x27;s original raw text as initially posted or last updated. The original text will only be returned if it is accessible to the viewer, which is only guaranteed if the viewer is the comment&#x27;s author.
-                &quot;parentId&quot;: &quot;A String&quot;, # The unique id of the parent comment, only set for replies.
                 &quot;authorChannelId&quot;: { # The id of the author&#x27;s YouTube channel, if any.
                   &quot;value&quot;: &quot;A String&quot;,
                 },
-                &quot;canRate&quot;: True or False, # Whether the current viewer can rate this comment.
-                &quot;textDisplay&quot;: &quot;A String&quot;, # The comment&#x27;s text. The format is either plain text or HTML dependent on what has been requested. Even the plain text representation may differ from the text originally posted in that it may replace video links with video titles etc.
+                &quot;moderationStatus&quot;: &quot;A String&quot;, # The comment&#x27;s moderation status. Will not be set if the comments were requested through the id filter.
+                &quot;authorProfileImageUrl&quot;: &quot;A String&quot;, # The URL for the avatar of the user who posted the comment.
                 &quot;viewerRating&quot;: &quot;A String&quot;, # The rating the viewer has given to this comment. For the time being this will never return RATE_TYPE_DISLIKE and instead return RATE_TYPE_NONE. This may change in the future.
+                &quot;parentId&quot;: &quot;A String&quot;, # The unique id of the parent comment, only set for replies.
+                &quot;channelId&quot;: &quot;A String&quot;, # The id of the corresponding YouTube channel. In case of a channel comment this is the channel the comment refers to. In case of a video comment it&#x27;s the video&#x27;s channel.
+                &quot;likeCount&quot;: 42, # The total number of likes this comment has received.
+                &quot;authorDisplayName&quot;: &quot;A String&quot;, # The name of the user who posted the comment.
+                &quot;textOriginal&quot;: &quot;A String&quot;, # The comment&#x27;s original raw text as initially posted or last updated. The original text will only be returned if it is accessible to the viewer, which is only guaranteed if the viewer is the comment&#x27;s author.
+                &quot;textDisplay&quot;: &quot;A String&quot;, # The comment&#x27;s text. The format is either plain text or HTML dependent on what has been requested. Even the plain text representation may differ from the text originally posted in that it may replace video links with video titles etc.
               },
-              &quot;kind&quot;: &quot;youtube#comment&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#comment&quot;.
-              &quot;id&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the comment.
-              &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
             },
-            &quot;channelId&quot;: &quot;A String&quot;, # The YouTube channel the comments in the thread refer to or the channel with the video the comments refer to. If video_id isn&#x27;t set the comments refer to the channel itself.
-            &quot;totalReplyCount&quot;: 42, # The total number of replies (not including the top level comment).
-            &quot;canReply&quot;: True or False, # Whether the current viewer of the thread can reply to it. This is viewer specific - other viewers may see a different value for this field.
           },
           &quot;kind&quot;: &quot;youtube#commentThread&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#commentThread&quot;.
           &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
+          &quot;replies&quot;: { # Comments written in (direct or indirect) reply to the top level comment. # The replies object contains a limited number of replies (if any) to the top level comment found in the snippet.
+            &quot;comments&quot;: [ # A limited number of replies. Unless the number of replies returned equals total_reply_count in the snippet the returned replies are only a subset of the total number of replies.
+              { # A *comment* represents a single YouTube comment.
+                &quot;id&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the comment.
+                &quot;kind&quot;: &quot;youtube#comment&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#comment&quot;.
+                &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
+                &quot;snippet&quot;: { # Basic details about a comment, such as its author and text. # The snippet object contains basic details about the comment.
+                  &quot;authorChannelUrl&quot;: &quot;A String&quot;, # Link to the author&#x27;s YouTube channel, if any.
+                  &quot;videoId&quot;: &quot;A String&quot;, # The ID of the video the comment refers to, if any.
+                  &quot;updatedAt&quot;: &quot;A String&quot;, # The date and time when was last updated . The value is specified in ISO 8601 format.
+                  &quot;canRate&quot;: True or False, # Whether the current viewer can rate this comment.
+                  &quot;publishedAt&quot;: &quot;A String&quot;, # The date and time when the comment was orignally published. The value is specified in ISO 8601 format.
+                  &quot;authorChannelId&quot;: { # The id of the author&#x27;s YouTube channel, if any.
+                    &quot;value&quot;: &quot;A String&quot;,
+                  },
+                  &quot;moderationStatus&quot;: &quot;A String&quot;, # The comment&#x27;s moderation status. Will not be set if the comments were requested through the id filter.
+                  &quot;authorProfileImageUrl&quot;: &quot;A String&quot;, # The URL for the avatar of the user who posted the comment.
+                  &quot;viewerRating&quot;: &quot;A String&quot;, # The rating the viewer has given to this comment. For the time being this will never return RATE_TYPE_DISLIKE and instead return RATE_TYPE_NONE. This may change in the future.
+                  &quot;parentId&quot;: &quot;A String&quot;, # The unique id of the parent comment, only set for replies.
+                  &quot;channelId&quot;: &quot;A String&quot;, # The id of the corresponding YouTube channel. In case of a channel comment this is the channel the comment refers to. In case of a video comment it&#x27;s the video&#x27;s channel.
+                  &quot;likeCount&quot;: 42, # The total number of likes this comment has received.
+                  &quot;authorDisplayName&quot;: &quot;A String&quot;, # The name of the user who posted the comment.
+                  &quot;textOriginal&quot;: &quot;A String&quot;, # The comment&#x27;s original raw text as initially posted or last updated. The original text will only be returned if it is accessible to the viewer, which is only guaranteed if the viewer is the comment&#x27;s author.
+                  &quot;textDisplay&quot;: &quot;A String&quot;, # The comment&#x27;s text. The format is either plain text or HTML dependent on what has been requested. Even the plain text representation may differ from the text originally posted in that it may replace video links with video titles etc.
+                },
+              },
+            ],
+          },
           &quot;id&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the comment thread.
         },
     ],
-    &quot;pageInfo&quot;: { # Paging details for lists of resources, including total number of items available and number of resources returned in a single page. # General pagination information.
-      &quot;resultsPerPage&quot;: 42, # The number of results included in the API response.
-      &quot;totalResults&quot;: 42, # The total number of results in the result set.
-    },
-    &quot;kind&quot;: &quot;youtube#commentThreadListResponse&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#commentThreadListResponse&quot;.
-    &quot;tokenPagination&quot;: { # Stub token pagination template to suppress results.
-    },
-    &quot;visitorId&quot;: &quot;A String&quot;, # The visitorId identifies the visitor.
+    &quot;eventId&quot;: &quot;A String&quot;, # Serialized EventId of the request which produced this response.
   }</pre>
 </div>
 
@@ -385,67 +385,67 @@
     The object takes the form of:
 
 { # A *comment thread* represents information that applies to a top level comment and all its replies. It can also include the top level comment itself and some of the replies.
-    &quot;replies&quot;: { # Comments written in (direct or indirect) reply to the top level comment. # The replies object contains a limited number of replies (if any) to the top level comment found in the snippet.
-      &quot;comments&quot;: [ # A limited number of replies. Unless the number of replies returned equals total_reply_count in the snippet the returned replies are only a subset of the total number of replies.
-        { # A *comment* represents a single YouTube comment.
-          &quot;snippet&quot;: { # Basic details about a comment, such as its author and text. # The snippet object contains basic details about the comment.
-            &quot;videoId&quot;: &quot;A String&quot;, # The ID of the video the comment refers to, if any.
-            &quot;channelId&quot;: &quot;A String&quot;, # The id of the corresponding YouTube channel. In case of a channel comment this is the channel the comment refers to. In case of a video comment it&#x27;s the video&#x27;s channel.
-            &quot;authorChannelUrl&quot;: &quot;A String&quot;, # Link to the author&#x27;s YouTube channel, if any.
-            &quot;updatedAt&quot;: &quot;A String&quot;, # The date and time when was last updated . The value is specified in ISO 8601 format.
-            &quot;authorDisplayName&quot;: &quot;A String&quot;, # The name of the user who posted the comment.
-            &quot;likeCount&quot;: 42, # The total number of likes this comment has received.
-            &quot;publishedAt&quot;: &quot;A String&quot;, # The date and time when the comment was orignally published. The value is specified in ISO 8601 format.
-            &quot;authorProfileImageUrl&quot;: &quot;A String&quot;, # The URL for the avatar of the user who posted the comment.
-            &quot;moderationStatus&quot;: &quot;A String&quot;, # The comment&#x27;s moderation status. Will not be set if the comments were requested through the id filter.
-            &quot;textOriginal&quot;: &quot;A String&quot;, # The comment&#x27;s original raw text as initially posted or last updated. The original text will only be returned if it is accessible to the viewer, which is only guaranteed if the viewer is the comment&#x27;s author.
-            &quot;parentId&quot;: &quot;A String&quot;, # The unique id of the parent comment, only set for replies.
-            &quot;authorChannelId&quot;: { # The id of the author&#x27;s YouTube channel, if any.
-              &quot;value&quot;: &quot;A String&quot;,
-            },
-            &quot;canRate&quot;: True or False, # Whether the current viewer can rate this comment.
-            &quot;textDisplay&quot;: &quot;A String&quot;, # The comment&#x27;s text. The format is either plain text or HTML dependent on what has been requested. Even the plain text representation may differ from the text originally posted in that it may replace video links with video titles etc.
-            &quot;viewerRating&quot;: &quot;A String&quot;, # The rating the viewer has given to this comment. For the time being this will never return RATE_TYPE_DISLIKE and instead return RATE_TYPE_NONE. This may change in the future.
-          },
-          &quot;kind&quot;: &quot;youtube#comment&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#comment&quot;.
-          &quot;id&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the comment.
-          &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
-        },
-      ],
-    },
     &quot;snippet&quot;: { # Basic details about a comment thread. # The snippet object contains basic details about the comment thread and also the top level comment.
-      &quot;videoId&quot;: &quot;A String&quot;, # The ID of the video the comments refer to, if any. No video_id implies a channel discussion comment.
+      &quot;totalReplyCount&quot;: 42, # The total number of replies (not including the top level comment).
       &quot;isPublic&quot;: True or False, # Whether the thread (and therefore all its comments) is visible to all YouTube users.
+      &quot;videoId&quot;: &quot;A String&quot;, # The ID of the video the comments refer to, if any. No video_id implies a channel discussion comment.
+      &quot;channelId&quot;: &quot;A String&quot;, # The YouTube channel the comments in the thread refer to or the channel with the video the comments refer to. If video_id isn&#x27;t set the comments refer to the channel itself.
+      &quot;canReply&quot;: True or False, # Whether the current viewer of the thread can reply to it. This is viewer specific - other viewers may see a different value for this field.
       &quot;topLevelComment&quot;: { # A *comment* represents a single YouTube comment. # The top level comment of this thread.
+        &quot;id&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the comment.
+        &quot;kind&quot;: &quot;youtube#comment&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#comment&quot;.
+        &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
         &quot;snippet&quot;: { # Basic details about a comment, such as its author and text. # The snippet object contains basic details about the comment.
-          &quot;videoId&quot;: &quot;A String&quot;, # The ID of the video the comment refers to, if any.
-          &quot;channelId&quot;: &quot;A String&quot;, # The id of the corresponding YouTube channel. In case of a channel comment this is the channel the comment refers to. In case of a video comment it&#x27;s the video&#x27;s channel.
           &quot;authorChannelUrl&quot;: &quot;A String&quot;, # Link to the author&#x27;s YouTube channel, if any.
+          &quot;videoId&quot;: &quot;A String&quot;, # The ID of the video the comment refers to, if any.
           &quot;updatedAt&quot;: &quot;A String&quot;, # The date and time when was last updated . The value is specified in ISO 8601 format.
-          &quot;authorDisplayName&quot;: &quot;A String&quot;, # The name of the user who posted the comment.
-          &quot;likeCount&quot;: 42, # The total number of likes this comment has received.
+          &quot;canRate&quot;: True or False, # Whether the current viewer can rate this comment.
           &quot;publishedAt&quot;: &quot;A String&quot;, # The date and time when the comment was orignally published. The value is specified in ISO 8601 format.
-          &quot;authorProfileImageUrl&quot;: &quot;A String&quot;, # The URL for the avatar of the user who posted the comment.
-          &quot;moderationStatus&quot;: &quot;A String&quot;, # The comment&#x27;s moderation status. Will not be set if the comments were requested through the id filter.
-          &quot;textOriginal&quot;: &quot;A String&quot;, # The comment&#x27;s original raw text as initially posted or last updated. The original text will only be returned if it is accessible to the viewer, which is only guaranteed if the viewer is the comment&#x27;s author.
-          &quot;parentId&quot;: &quot;A String&quot;, # The unique id of the parent comment, only set for replies.
           &quot;authorChannelId&quot;: { # The id of the author&#x27;s YouTube channel, if any.
             &quot;value&quot;: &quot;A String&quot;,
           },
-          &quot;canRate&quot;: True or False, # Whether the current viewer can rate this comment.
-          &quot;textDisplay&quot;: &quot;A String&quot;, # The comment&#x27;s text. The format is either plain text or HTML dependent on what has been requested. Even the plain text representation may differ from the text originally posted in that it may replace video links with video titles etc.
+          &quot;moderationStatus&quot;: &quot;A String&quot;, # The comment&#x27;s moderation status. Will not be set if the comments were requested through the id filter.
+          &quot;authorProfileImageUrl&quot;: &quot;A String&quot;, # The URL for the avatar of the user who posted the comment.
           &quot;viewerRating&quot;: &quot;A String&quot;, # The rating the viewer has given to this comment. For the time being this will never return RATE_TYPE_DISLIKE and instead return RATE_TYPE_NONE. This may change in the future.
+          &quot;parentId&quot;: &quot;A String&quot;, # The unique id of the parent comment, only set for replies.
+          &quot;channelId&quot;: &quot;A String&quot;, # The id of the corresponding YouTube channel. In case of a channel comment this is the channel the comment refers to. In case of a video comment it&#x27;s the video&#x27;s channel.
+          &quot;likeCount&quot;: 42, # The total number of likes this comment has received.
+          &quot;authorDisplayName&quot;: &quot;A String&quot;, # The name of the user who posted the comment.
+          &quot;textOriginal&quot;: &quot;A String&quot;, # The comment&#x27;s original raw text as initially posted or last updated. The original text will only be returned if it is accessible to the viewer, which is only guaranteed if the viewer is the comment&#x27;s author.
+          &quot;textDisplay&quot;: &quot;A String&quot;, # The comment&#x27;s text. The format is either plain text or HTML dependent on what has been requested. Even the plain text representation may differ from the text originally posted in that it may replace video links with video titles etc.
         },
-        &quot;kind&quot;: &quot;youtube#comment&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#comment&quot;.
-        &quot;id&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the comment.
-        &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
       },
-      &quot;channelId&quot;: &quot;A String&quot;, # The YouTube channel the comments in the thread refer to or the channel with the video the comments refer to. If video_id isn&#x27;t set the comments refer to the channel itself.
-      &quot;totalReplyCount&quot;: 42, # The total number of replies (not including the top level comment).
-      &quot;canReply&quot;: True or False, # Whether the current viewer of the thread can reply to it. This is viewer specific - other viewers may see a different value for this field.
     },
     &quot;kind&quot;: &quot;youtube#commentThread&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#commentThread&quot;.
     &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
+    &quot;replies&quot;: { # Comments written in (direct or indirect) reply to the top level comment. # The replies object contains a limited number of replies (if any) to the top level comment found in the snippet.
+      &quot;comments&quot;: [ # A limited number of replies. Unless the number of replies returned equals total_reply_count in the snippet the returned replies are only a subset of the total number of replies.
+        { # A *comment* represents a single YouTube comment.
+          &quot;id&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the comment.
+          &quot;kind&quot;: &quot;youtube#comment&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#comment&quot;.
+          &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
+          &quot;snippet&quot;: { # Basic details about a comment, such as its author and text. # The snippet object contains basic details about the comment.
+            &quot;authorChannelUrl&quot;: &quot;A String&quot;, # Link to the author&#x27;s YouTube channel, if any.
+            &quot;videoId&quot;: &quot;A String&quot;, # The ID of the video the comment refers to, if any.
+            &quot;updatedAt&quot;: &quot;A String&quot;, # The date and time when was last updated . The value is specified in ISO 8601 format.
+            &quot;canRate&quot;: True or False, # Whether the current viewer can rate this comment.
+            &quot;publishedAt&quot;: &quot;A String&quot;, # The date and time when the comment was orignally published. The value is specified in ISO 8601 format.
+            &quot;authorChannelId&quot;: { # The id of the author&#x27;s YouTube channel, if any.
+              &quot;value&quot;: &quot;A String&quot;,
+            },
+            &quot;moderationStatus&quot;: &quot;A String&quot;, # The comment&#x27;s moderation status. Will not be set if the comments were requested through the id filter.
+            &quot;authorProfileImageUrl&quot;: &quot;A String&quot;, # The URL for the avatar of the user who posted the comment.
+            &quot;viewerRating&quot;: &quot;A String&quot;, # The rating the viewer has given to this comment. For the time being this will never return RATE_TYPE_DISLIKE and instead return RATE_TYPE_NONE. This may change in the future.
+            &quot;parentId&quot;: &quot;A String&quot;, # The unique id of the parent comment, only set for replies.
+            &quot;channelId&quot;: &quot;A String&quot;, # The id of the corresponding YouTube channel. In case of a channel comment this is the channel the comment refers to. In case of a video comment it&#x27;s the video&#x27;s channel.
+            &quot;likeCount&quot;: 42, # The total number of likes this comment has received.
+            &quot;authorDisplayName&quot;: &quot;A String&quot;, # The name of the user who posted the comment.
+            &quot;textOriginal&quot;: &quot;A String&quot;, # The comment&#x27;s original raw text as initially posted or last updated. The original text will only be returned if it is accessible to the viewer, which is only guaranteed if the viewer is the comment&#x27;s author.
+            &quot;textDisplay&quot;: &quot;A String&quot;, # The comment&#x27;s text. The format is either plain text or HTML dependent on what has been requested. Even the plain text representation may differ from the text originally posted in that it may replace video links with video titles etc.
+          },
+        },
+      ],
+    },
     &quot;id&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the comment thread.
   }
 
@@ -458,67 +458,67 @@
   An object of the form:
 
     { # A *comment thread* represents information that applies to a top level comment and all its replies. It can also include the top level comment itself and some of the replies.
-      &quot;replies&quot;: { # Comments written in (direct or indirect) reply to the top level comment. # The replies object contains a limited number of replies (if any) to the top level comment found in the snippet.
-        &quot;comments&quot;: [ # A limited number of replies. Unless the number of replies returned equals total_reply_count in the snippet the returned replies are only a subset of the total number of replies.
-          { # A *comment* represents a single YouTube comment.
-            &quot;snippet&quot;: { # Basic details about a comment, such as its author and text. # The snippet object contains basic details about the comment.
-              &quot;videoId&quot;: &quot;A String&quot;, # The ID of the video the comment refers to, if any.
-              &quot;channelId&quot;: &quot;A String&quot;, # The id of the corresponding YouTube channel. In case of a channel comment this is the channel the comment refers to. In case of a video comment it&#x27;s the video&#x27;s channel.
-              &quot;authorChannelUrl&quot;: &quot;A String&quot;, # Link to the author&#x27;s YouTube channel, if any.
-              &quot;updatedAt&quot;: &quot;A String&quot;, # The date and time when was last updated . The value is specified in ISO 8601 format.
-              &quot;authorDisplayName&quot;: &quot;A String&quot;, # The name of the user who posted the comment.
-              &quot;likeCount&quot;: 42, # The total number of likes this comment has received.
-              &quot;publishedAt&quot;: &quot;A String&quot;, # The date and time when the comment was orignally published. The value is specified in ISO 8601 format.
-              &quot;authorProfileImageUrl&quot;: &quot;A String&quot;, # The URL for the avatar of the user who posted the comment.
-              &quot;moderationStatus&quot;: &quot;A String&quot;, # The comment&#x27;s moderation status. Will not be set if the comments were requested through the id filter.
-              &quot;textOriginal&quot;: &quot;A String&quot;, # The comment&#x27;s original raw text as initially posted or last updated. The original text will only be returned if it is accessible to the viewer, which is only guaranteed if the viewer is the comment&#x27;s author.
-              &quot;parentId&quot;: &quot;A String&quot;, # The unique id of the parent comment, only set for replies.
-              &quot;authorChannelId&quot;: { # The id of the author&#x27;s YouTube channel, if any.
-                &quot;value&quot;: &quot;A String&quot;,
-              },
-              &quot;canRate&quot;: True or False, # Whether the current viewer can rate this comment.
-              &quot;textDisplay&quot;: &quot;A String&quot;, # The comment&#x27;s text. The format is either plain text or HTML dependent on what has been requested. Even the plain text representation may differ from the text originally posted in that it may replace video links with video titles etc.
-              &quot;viewerRating&quot;: &quot;A String&quot;, # The rating the viewer has given to this comment. For the time being this will never return RATE_TYPE_DISLIKE and instead return RATE_TYPE_NONE. This may change in the future.
-            },
-            &quot;kind&quot;: &quot;youtube#comment&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#comment&quot;.
-            &quot;id&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the comment.
-            &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
-          },
-        ],
-      },
       &quot;snippet&quot;: { # Basic details about a comment thread. # The snippet object contains basic details about the comment thread and also the top level comment.
-        &quot;videoId&quot;: &quot;A String&quot;, # The ID of the video the comments refer to, if any. No video_id implies a channel discussion comment.
+        &quot;totalReplyCount&quot;: 42, # The total number of replies (not including the top level comment).
         &quot;isPublic&quot;: True or False, # Whether the thread (and therefore all its comments) is visible to all YouTube users.
+        &quot;videoId&quot;: &quot;A String&quot;, # The ID of the video the comments refer to, if any. No video_id implies a channel discussion comment.
+        &quot;channelId&quot;: &quot;A String&quot;, # The YouTube channel the comments in the thread refer to or the channel with the video the comments refer to. If video_id isn&#x27;t set the comments refer to the channel itself.
+        &quot;canReply&quot;: True or False, # Whether the current viewer of the thread can reply to it. This is viewer specific - other viewers may see a different value for this field.
         &quot;topLevelComment&quot;: { # A *comment* represents a single YouTube comment. # The top level comment of this thread.
+          &quot;id&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the comment.
+          &quot;kind&quot;: &quot;youtube#comment&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#comment&quot;.
+          &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
           &quot;snippet&quot;: { # Basic details about a comment, such as its author and text. # The snippet object contains basic details about the comment.
-            &quot;videoId&quot;: &quot;A String&quot;, # The ID of the video the comment refers to, if any.
-            &quot;channelId&quot;: &quot;A String&quot;, # The id of the corresponding YouTube channel. In case of a channel comment this is the channel the comment refers to. In case of a video comment it&#x27;s the video&#x27;s channel.
             &quot;authorChannelUrl&quot;: &quot;A String&quot;, # Link to the author&#x27;s YouTube channel, if any.
+            &quot;videoId&quot;: &quot;A String&quot;, # The ID of the video the comment refers to, if any.
             &quot;updatedAt&quot;: &quot;A String&quot;, # The date and time when was last updated . The value is specified in ISO 8601 format.
-            &quot;authorDisplayName&quot;: &quot;A String&quot;, # The name of the user who posted the comment.
-            &quot;likeCount&quot;: 42, # The total number of likes this comment has received.
+            &quot;canRate&quot;: True or False, # Whether the current viewer can rate this comment.
             &quot;publishedAt&quot;: &quot;A String&quot;, # The date and time when the comment was orignally published. The value is specified in ISO 8601 format.
-            &quot;authorProfileImageUrl&quot;: &quot;A String&quot;, # The URL for the avatar of the user who posted the comment.
-            &quot;moderationStatus&quot;: &quot;A String&quot;, # The comment&#x27;s moderation status. Will not be set if the comments were requested through the id filter.
-            &quot;textOriginal&quot;: &quot;A String&quot;, # The comment&#x27;s original raw text as initially posted or last updated. The original text will only be returned if it is accessible to the viewer, which is only guaranteed if the viewer is the comment&#x27;s author.
-            &quot;parentId&quot;: &quot;A String&quot;, # The unique id of the parent comment, only set for replies.
             &quot;authorChannelId&quot;: { # The id of the author&#x27;s YouTube channel, if any.
               &quot;value&quot;: &quot;A String&quot;,
             },
-            &quot;canRate&quot;: True or False, # Whether the current viewer can rate this comment.
-            &quot;textDisplay&quot;: &quot;A String&quot;, # The comment&#x27;s text. The format is either plain text or HTML dependent on what has been requested. Even the plain text representation may differ from the text originally posted in that it may replace video links with video titles etc.
+            &quot;moderationStatus&quot;: &quot;A String&quot;, # The comment&#x27;s moderation status. Will not be set if the comments were requested through the id filter.
+            &quot;authorProfileImageUrl&quot;: &quot;A String&quot;, # The URL for the avatar of the user who posted the comment.
             &quot;viewerRating&quot;: &quot;A String&quot;, # The rating the viewer has given to this comment. For the time being this will never return RATE_TYPE_DISLIKE and instead return RATE_TYPE_NONE. This may change in the future.
+            &quot;parentId&quot;: &quot;A String&quot;, # The unique id of the parent comment, only set for replies.
+            &quot;channelId&quot;: &quot;A String&quot;, # The id of the corresponding YouTube channel. In case of a channel comment this is the channel the comment refers to. In case of a video comment it&#x27;s the video&#x27;s channel.
+            &quot;likeCount&quot;: 42, # The total number of likes this comment has received.
+            &quot;authorDisplayName&quot;: &quot;A String&quot;, # The name of the user who posted the comment.
+            &quot;textOriginal&quot;: &quot;A String&quot;, # The comment&#x27;s original raw text as initially posted or last updated. The original text will only be returned if it is accessible to the viewer, which is only guaranteed if the viewer is the comment&#x27;s author.
+            &quot;textDisplay&quot;: &quot;A String&quot;, # The comment&#x27;s text. The format is either plain text or HTML dependent on what has been requested. Even the plain text representation may differ from the text originally posted in that it may replace video links with video titles etc.
           },
-          &quot;kind&quot;: &quot;youtube#comment&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#comment&quot;.
-          &quot;id&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the comment.
-          &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
         },
-        &quot;channelId&quot;: &quot;A String&quot;, # The YouTube channel the comments in the thread refer to or the channel with the video the comments refer to. If video_id isn&#x27;t set the comments refer to the channel itself.
-        &quot;totalReplyCount&quot;: 42, # The total number of replies (not including the top level comment).
-        &quot;canReply&quot;: True or False, # Whether the current viewer of the thread can reply to it. This is viewer specific - other viewers may see a different value for this field.
       },
       &quot;kind&quot;: &quot;youtube#commentThread&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#commentThread&quot;.
       &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
+      &quot;replies&quot;: { # Comments written in (direct or indirect) reply to the top level comment. # The replies object contains a limited number of replies (if any) to the top level comment found in the snippet.
+        &quot;comments&quot;: [ # A limited number of replies. Unless the number of replies returned equals total_reply_count in the snippet the returned replies are only a subset of the total number of replies.
+          { # A *comment* represents a single YouTube comment.
+            &quot;id&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the comment.
+            &quot;kind&quot;: &quot;youtube#comment&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#comment&quot;.
+            &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
+            &quot;snippet&quot;: { # Basic details about a comment, such as its author and text. # The snippet object contains basic details about the comment.
+              &quot;authorChannelUrl&quot;: &quot;A String&quot;, # Link to the author&#x27;s YouTube channel, if any.
+              &quot;videoId&quot;: &quot;A String&quot;, # The ID of the video the comment refers to, if any.
+              &quot;updatedAt&quot;: &quot;A String&quot;, # The date and time when was last updated . The value is specified in ISO 8601 format.
+              &quot;canRate&quot;: True or False, # Whether the current viewer can rate this comment.
+              &quot;publishedAt&quot;: &quot;A String&quot;, # The date and time when the comment was orignally published. The value is specified in ISO 8601 format.
+              &quot;authorChannelId&quot;: { # The id of the author&#x27;s YouTube channel, if any.
+                &quot;value&quot;: &quot;A String&quot;,
+              },
+              &quot;moderationStatus&quot;: &quot;A String&quot;, # The comment&#x27;s moderation status. Will not be set if the comments were requested through the id filter.
+              &quot;authorProfileImageUrl&quot;: &quot;A String&quot;, # The URL for the avatar of the user who posted the comment.
+              &quot;viewerRating&quot;: &quot;A String&quot;, # The rating the viewer has given to this comment. For the time being this will never return RATE_TYPE_DISLIKE and instead return RATE_TYPE_NONE. This may change in the future.
+              &quot;parentId&quot;: &quot;A String&quot;, # The unique id of the parent comment, only set for replies.
+              &quot;channelId&quot;: &quot;A String&quot;, # The id of the corresponding YouTube channel. In case of a channel comment this is the channel the comment refers to. In case of a video comment it&#x27;s the video&#x27;s channel.
+              &quot;likeCount&quot;: 42, # The total number of likes this comment has received.
+              &quot;authorDisplayName&quot;: &quot;A String&quot;, # The name of the user who posted the comment.
+              &quot;textOriginal&quot;: &quot;A String&quot;, # The comment&#x27;s original raw text as initially posted or last updated. The original text will only be returned if it is accessible to the viewer, which is only guaranteed if the viewer is the comment&#x27;s author.
+              &quot;textDisplay&quot;: &quot;A String&quot;, # The comment&#x27;s text. The format is either plain text or HTML dependent on what has been requested. Even the plain text representation may differ from the text originally posted in that it may replace video links with video titles etc.
+            },
+          },
+        ],
+      },
       &quot;id&quot;: &quot;A String&quot;, # The ID that YouTube uses to uniquely identify the comment thread.
     }</pre>
 </div>