build: run docs regen in synth.py (#1059)
diff --git a/docs/dyn/youtube_v3.comments.html b/docs/dyn/youtube_v3.comments.html
index 3f7b98d..353c227 100644
--- a/docs/dyn/youtube_v3.comments.html
+++ b/docs/dyn/youtube_v3.comments.html
@@ -84,7 +84,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, id=None, textFormat=None, parentId=None, pageToken=None, maxResults=None, x__xgafv=None)</a></code></p>
+ <code><a href="#list">list(part, pageToken=None, maxResults=None, id=None, parentId=None, textFormat=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>
@@ -128,27 +128,27 @@
{ # A *comment* represents a single YouTube comment.
"snippet": { # Basic details about a comment, such as its author and text. # The snippet object contains basic details about the comment.
- "videoId": "A String", # The ID of the video the comment refers to, if any.
- "publishedAt": "A String", # The date and time when the comment was orignally published. The value is specified in ISO 8601 format.
- "canRate": True or False, # Whether the current viewer can rate this comment.
- "moderationStatus": "A String", # The comment's moderation status. Will not be set if the comments were requested through the id filter.
+ "textDisplay": "A String", # The comment'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.
+ "viewerRating": "A String", # 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.
+ "authorDisplayName": "A String", # The name of the user who posted the comment.
+ "authorChannelUrl": "A String", # Link to the author's YouTube channel, if any.
"likeCount": 42, # The total number of likes this comment has received.
"channelId": "A String", # 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's the video's channel.
"updatedAt": "A String", # The date and time when was last updated . The value is specified in ISO 8601 format.
- "viewerRating": "A String", # 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.
- "textDisplay": "A String", # The comment'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.
- "authorProfileImageUrl": "A String", # The URL for the avatar of the user who posted the comment.
"parentId": "A String", # The unique id of the parent comment, only set for replies.
- "authorDisplayName": "A String", # The name of the user who posted the comment.
- "textOriginal": "A String", # The comment'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's author.
- "authorChannelUrl": "A String", # Link to the author's YouTube channel, if any.
"authorChannelId": { # The id of the author's YouTube channel, if any.
"value": "A String",
},
+ "canRate": True or False, # Whether the current viewer can rate this comment.
+ "moderationStatus": "A String", # The comment's moderation status. Will not be set if the comments were requested through the id filter.
+ "authorProfileImageUrl": "A String", # The URL for the avatar of the user who posted the comment.
+ "videoId": "A String", # The ID of the video the comment refers to, if any.
+ "textOriginal": "A String", # The comment'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's author.
+ "publishedAt": "A String", # The date and time when the comment was orignally published. The value is specified in ISO 8601 format.
},
- "etag": "A String", # Etag of this resource.
"id": "A String", # The ID that YouTube uses to uniquely identify the comment.
"kind": "youtube#comment", # Identifies what kind of resource this is. Value: the fixed string "youtube#comment".
+ "etag": "A String", # Etag of this resource.
}
x__xgafv: string, V1 error format.
@@ -161,45 +161,45 @@
{ # A *comment* represents a single YouTube comment.
"snippet": { # Basic details about a comment, such as its author and text. # The snippet object contains basic details about the comment.
- "videoId": "A String", # The ID of the video the comment refers to, if any.
- "publishedAt": "A String", # The date and time when the comment was orignally published. The value is specified in ISO 8601 format.
- "canRate": True or False, # Whether the current viewer can rate this comment.
- "moderationStatus": "A String", # The comment's moderation status. Will not be set if the comments were requested through the id filter.
+ "textDisplay": "A String", # The comment'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.
+ "viewerRating": "A String", # 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.
+ "authorDisplayName": "A String", # The name of the user who posted the comment.
+ "authorChannelUrl": "A String", # Link to the author's YouTube channel, if any.
"likeCount": 42, # The total number of likes this comment has received.
"channelId": "A String", # 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's the video's channel.
"updatedAt": "A String", # The date and time when was last updated . The value is specified in ISO 8601 format.
- "viewerRating": "A String", # 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.
- "textDisplay": "A String", # The comment'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.
- "authorProfileImageUrl": "A String", # The URL for the avatar of the user who posted the comment.
"parentId": "A String", # The unique id of the parent comment, only set for replies.
- "authorDisplayName": "A String", # The name of the user who posted the comment.
- "textOriginal": "A String", # The comment'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's author.
- "authorChannelUrl": "A String", # Link to the author's YouTube channel, if any.
"authorChannelId": { # The id of the author's YouTube channel, if any.
"value": "A String",
},
+ "canRate": True or False, # Whether the current viewer can rate this comment.
+ "moderationStatus": "A String", # The comment's moderation status. Will not be set if the comments were requested through the id filter.
+ "authorProfileImageUrl": "A String", # The URL for the avatar of the user who posted the comment.
+ "videoId": "A String", # The ID of the video the comment refers to, if any.
+ "textOriginal": "A String", # The comment'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's author.
+ "publishedAt": "A String", # The date and time when the comment was orignally published. The value is specified in ISO 8601 format.
},
- "etag": "A String", # Etag of this resource.
"id": "A String", # The ID that YouTube uses to uniquely identify the comment.
"kind": "youtube#comment", # Identifies what kind of resource this is. Value: the fixed string "youtube#comment".
+ "etag": "A String", # Etag of this resource.
}</pre>
</div>
<div class="method">
- <code class="details" id="list">list(part, id=None, textFormat=None, parentId=None, pageToken=None, maxResults=None, x__xgafv=None)</code>
+ <code class="details" id="list">list(part, pageToken=None, maxResults=None, id=None, parentId=None, textFormat=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 comment resource properties that the API response will include. (required) (repeated)
+ 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.
+ maxResults: integer, The *maxResults* parameter specifies the maximum number of items that should be returned in the result set.
id: string, Returns the comments with the given IDs for One Platform. (repeated)
+ parentId: string, Returns replies to the specified comment. Note, currently YouTube features only one level of replies (ie replies to top level comments). However replies to replies may be supported in the future.
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.
- parentId: string, Returns replies to the specified comment. Note, currently YouTube features only one level of replies (ie replies to top level comments). However replies to replies may be supported in the future.
- 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.
- maxResults: integer, The *maxResults* parameter specifies the maximum number of items that should be returned in the result set.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -209,43 +209,43 @@
An object of the form:
{
- "items": [ # A list of comments that match the request criteria.
- { # A *comment* represents a single YouTube comment.
- "snippet": { # Basic details about a comment, such as its author and text. # The snippet object contains basic details about the comment.
- "videoId": "A String", # The ID of the video the comment refers to, if any.
- "publishedAt": "A String", # The date and time when the comment was orignally published. The value is specified in ISO 8601 format.
- "canRate": True or False, # Whether the current viewer can rate this comment.
- "moderationStatus": "A String", # The comment's moderation status. Will not be set if the comments were requested through the id filter.
- "likeCount": 42, # The total number of likes this comment has received.
- "channelId": "A String", # 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's the video's channel.
- "updatedAt": "A String", # The date and time when was last updated . The value is specified in ISO 8601 format.
- "viewerRating": "A String", # 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.
- "textDisplay": "A String", # The comment'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.
- "authorProfileImageUrl": "A String", # The URL for the avatar of the user who posted the comment.
- "parentId": "A String", # The unique id of the parent comment, only set for replies.
- "authorDisplayName": "A String", # The name of the user who posted the comment.
- "textOriginal": "A String", # The comment'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's author.
- "authorChannelUrl": "A String", # Link to the author's YouTube channel, if any.
- "authorChannelId": { # The id of the author's YouTube channel, if any.
- "value": "A String",
- },
- },
- "etag": "A String", # Etag of this resource.
- "id": "A String", # The ID that YouTube uses to uniquely identify the comment.
- "kind": "youtube#comment", # Identifies what kind of resource this is. Value: the fixed string "youtube#comment".
- },
- ],
"visitorId": "A String", # The visitorId identifies the visitor.
- "tokenPagination": { # Stub token pagination template to suppress results.
- },
- "eventId": "A String", # Serialized EventId of the request which produced this response.
- "pageInfo": { # Paging details for lists of resources, including total number of items available and number of resources returned in a single page. # General pagination information.
- "resultsPerPage": 42, # The number of results included in the API response.
- "totalResults": 42, # The total number of results in the result set.
- },
"nextPageToken": "A String", # The token that can be used as the value of the pageToken parameter to retrieve the next page in the result set.
"etag": "A String", # Etag of this resource.
"kind": "youtube#commentListResponse", # Identifies what kind of resource this is. Value: the fixed string "youtube#commentListResponse".
+ "tokenPagination": { # Stub token pagination template to suppress results.
+ },
+ "pageInfo": { # Paging details for lists of resources, including total number of items available and number of resources returned in a single page. # General pagination information.
+ "totalResults": 42, # The total number of results in the result set.
+ "resultsPerPage": 42, # The number of results included in the API response.
+ },
+ "items": [ # A list of comments that match the request criteria.
+ { # A *comment* represents a single YouTube comment.
+ "snippet": { # Basic details about a comment, such as its author and text. # The snippet object contains basic details about the comment.
+ "textDisplay": "A String", # The comment'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.
+ "viewerRating": "A String", # 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.
+ "authorDisplayName": "A String", # The name of the user who posted the comment.
+ "authorChannelUrl": "A String", # Link to the author's YouTube channel, if any.
+ "likeCount": 42, # The total number of likes this comment has received.
+ "channelId": "A String", # 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's the video's channel.
+ "updatedAt": "A String", # The date and time when was last updated . The value is specified in ISO 8601 format.
+ "parentId": "A String", # The unique id of the parent comment, only set for replies.
+ "authorChannelId": { # The id of the author's YouTube channel, if any.
+ "value": "A String",
+ },
+ "canRate": True or False, # Whether the current viewer can rate this comment.
+ "moderationStatus": "A String", # The comment's moderation status. Will not be set if the comments were requested through the id filter.
+ "authorProfileImageUrl": "A String", # The URL for the avatar of the user who posted the comment.
+ "videoId": "A String", # The ID of the video the comment refers to, if any.
+ "textOriginal": "A String", # The comment'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's author.
+ "publishedAt": "A String", # The date and time when the comment was orignally published. The value is specified in ISO 8601 format.
+ },
+ "id": "A String", # The ID that YouTube uses to uniquely identify the comment.
+ "kind": "youtube#comment", # Identifies what kind of resource this is. Value: the fixed string "youtube#comment".
+ "etag": "A String", # Etag of this resource.
+ },
+ ],
+ "eventId": "A String", # Serialized EventId of the request which produced this response.
}</pre>
</div>
@@ -307,27 +307,27 @@
{ # A *comment* represents a single YouTube comment.
"snippet": { # Basic details about a comment, such as its author and text. # The snippet object contains basic details about the comment.
- "videoId": "A String", # The ID of the video the comment refers to, if any.
- "publishedAt": "A String", # The date and time when the comment was orignally published. The value is specified in ISO 8601 format.
- "canRate": True or False, # Whether the current viewer can rate this comment.
- "moderationStatus": "A String", # The comment's moderation status. Will not be set if the comments were requested through the id filter.
+ "textDisplay": "A String", # The comment'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.
+ "viewerRating": "A String", # 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.
+ "authorDisplayName": "A String", # The name of the user who posted the comment.
+ "authorChannelUrl": "A String", # Link to the author's YouTube channel, if any.
"likeCount": 42, # The total number of likes this comment has received.
"channelId": "A String", # 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's the video's channel.
"updatedAt": "A String", # The date and time when was last updated . The value is specified in ISO 8601 format.
- "viewerRating": "A String", # 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.
- "textDisplay": "A String", # The comment'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.
- "authorProfileImageUrl": "A String", # The URL for the avatar of the user who posted the comment.
"parentId": "A String", # The unique id of the parent comment, only set for replies.
- "authorDisplayName": "A String", # The name of the user who posted the comment.
- "textOriginal": "A String", # The comment'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's author.
- "authorChannelUrl": "A String", # Link to the author's YouTube channel, if any.
"authorChannelId": { # The id of the author's YouTube channel, if any.
"value": "A String",
},
+ "canRate": True or False, # Whether the current viewer can rate this comment.
+ "moderationStatus": "A String", # The comment's moderation status. Will not be set if the comments were requested through the id filter.
+ "authorProfileImageUrl": "A String", # The URL for the avatar of the user who posted the comment.
+ "videoId": "A String", # The ID of the video the comment refers to, if any.
+ "textOriginal": "A String", # The comment'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's author.
+ "publishedAt": "A String", # The date and time when the comment was orignally published. The value is specified in ISO 8601 format.
},
- "etag": "A String", # Etag of this resource.
"id": "A String", # The ID that YouTube uses to uniquely identify the comment.
"kind": "youtube#comment", # Identifies what kind of resource this is. Value: the fixed string "youtube#comment".
+ "etag": "A String", # Etag of this resource.
}
x__xgafv: string, V1 error format.
@@ -340,27 +340,27 @@
{ # A *comment* represents a single YouTube comment.
"snippet": { # Basic details about a comment, such as its author and text. # The snippet object contains basic details about the comment.
- "videoId": "A String", # The ID of the video the comment refers to, if any.
- "publishedAt": "A String", # The date and time when the comment was orignally published. The value is specified in ISO 8601 format.
- "canRate": True or False, # Whether the current viewer can rate this comment.
- "moderationStatus": "A String", # The comment's moderation status. Will not be set if the comments were requested through the id filter.
+ "textDisplay": "A String", # The comment'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.
+ "viewerRating": "A String", # 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.
+ "authorDisplayName": "A String", # The name of the user who posted the comment.
+ "authorChannelUrl": "A String", # Link to the author's YouTube channel, if any.
"likeCount": 42, # The total number of likes this comment has received.
"channelId": "A String", # 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's the video's channel.
"updatedAt": "A String", # The date and time when was last updated . The value is specified in ISO 8601 format.
- "viewerRating": "A String", # 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.
- "textDisplay": "A String", # The comment'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.
- "authorProfileImageUrl": "A String", # The URL for the avatar of the user who posted the comment.
"parentId": "A String", # The unique id of the parent comment, only set for replies.
- "authorDisplayName": "A String", # The name of the user who posted the comment.
- "textOriginal": "A String", # The comment'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's author.
- "authorChannelUrl": "A String", # Link to the author's YouTube channel, if any.
"authorChannelId": { # The id of the author's YouTube channel, if any.
"value": "A String",
},
+ "canRate": True or False, # Whether the current viewer can rate this comment.
+ "moderationStatus": "A String", # The comment's moderation status. Will not be set if the comments were requested through the id filter.
+ "authorProfileImageUrl": "A String", # The URL for the avatar of the user who posted the comment.
+ "videoId": "A String", # The ID of the video the comment refers to, if any.
+ "textOriginal": "A String", # The comment'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's author.
+ "publishedAt": "A String", # The date and time when the comment was orignally published. The value is specified in ISO 8601 format.
},
- "etag": "A String", # Etag of this resource.
"id": "A String", # The ID that YouTube uses to uniquely identify the comment.
"kind": "youtube#comment", # Identifies what kind of resource this is. Value: the fixed string "youtube#comment".
+ "etag": "A String", # Etag of this resource.
}</pre>
</div>