build: run docs regen in synth.py (#1059)
diff --git a/docs/dyn/blogger_v2.blogs.html b/docs/dyn/blogger_v2.blogs.html
index 26ce26f..9303f71 100644
--- a/docs/dyn/blogger_v2.blogs.html
+++ b/docs/dyn/blogger_v2.blogs.html
@@ -104,28 +104,76 @@
An object of the form:
{
- "kind": "A String", # The kind of this entry. Always blogger#blog.
- "selfLink": "A String", # The API REST URL to fetch this resource from.
"published": "A String", # RFC 3339 date-time when this blog was published.
- "name": "A String", # The name of this blog. This is displayed as the title.
- "pages": { # The container of pages in this blog.
- "selfLink": "A String", # The URL of the container for pages in this blog.
- "totalItems": 42, # The count of pages in this blog.
- },
- "updated": "A String", # RFC 3339 date-time when this blog was last updated.
"locale": { # The locale this Blog is set to.
"country": "A String", # The country this blog's locale is set to.
"variant": "A String", # The language variant this blog is authored in.
"language": "A String", # The language this blog is authored in.
},
- "url": "A String", # The URL where this blog is published.
- "customMetaData": "A String", # The JSON custom meta-data for the Blog.
"description": "A String", # The description of this blog. This is displayed underneath the title.
"id": "A String", # The identifier for this resource.
+ "customMetaData": "A String", # The JSON custom meta-data for the Blog.
"status": "A String", # The status of the blog.
+ "selfLink": "A String", # The API REST URL to fetch this resource from.
"posts": { # The container of posts in this blog.
"items": [ # The List of Posts for this Blog.
{
+ "etag": "A String", # Etag of the resource.
+ "titleLink": "A String", # The title link URL, similar to atom's related link.
+ "selfLink": "A String", # The API REST URL to fetch this resource from.
+ "customMetaData": "A String", # The JSON meta-data for the Post.
+ "blog": { # Data about the blog containing this Post.
+ "id": "A String", # The identifier of the Blog that contains this Post.
+ },
+ "labels": [ # The list of labels this Post was tagged with.
+ "A String",
+ ],
+ "replies": { # The container of comments on this Post.
+ "totalItems": "A String", # The count of comments on this post.
+ "selfLink": "A String", # The URL of the comments on this post.
+ "items": [ # The List of Comments for this Post.
+ {
+ "id": "A String", # The identifier for this resource.
+ "blog": { # Data about the blog containing this comment.
+ "id": "A String", # The identifier of the blog containing this comment.
+ },
+ "content": "A String", # The actual content of the comment. May include HTML markup.
+ "published": "A String", # RFC 3339 date-time when this comment was published.
+ "status": "A String", # The status of the comment (only populated for admin users).
+ "selfLink": "A String", # The API REST URL to fetch this resource from.
+ "author": { # The author of this Comment.
+ "image": { # The creator's avatar.
+ "url": "A String", # The creator's avatar URL.
+ },
+ "url": "A String", # The URL of the creator's Profile page.
+ "displayName": "A String", # The display name.
+ "id": "A String", # The identifier of the creator.
+ },
+ "inReplyTo": { # Data about the comment this is in reply to.
+ "id": "A String", # The identified of the parent of this comment.
+ },
+ "kind": "A String", # The kind of this entry. Always blogger#comment.
+ "post": { # Data about the post containing this comment.
+ "id": "A String", # The identifier of the post containing this comment.
+ },
+ "updated": "A String", # RFC 3339 date-time when this comment was last updated.
+ },
+ ],
+ },
+ "kind": "A String", # The kind of this entity. Always blogger#post.
+ "updated": "A String", # RFC 3339 date-time when this Post was last updated.
+ "images": [ # Display image for the Post.
+ {
+ "url": "A String",
+ },
+ ],
+ "title": "A String", # The title of the Post.
+ "readerComments": "A String", # Comment control and display setting for readers of this post.
+ "published": "A String", # RFC 3339 date-time when this Post was published.
+ "status": "A String", # Status of the post. Only set for admin-level requests.
+ "id": "A String", # The identifier of this Post.
+ "url": "A String", # The URL where this Post is displayed.
+ "content": "A String", # The content of the Post. May contain HTML markup.
"author": { # The author of this Post.
"displayName": "A String", # The display name.
"url": "A String", # The URL of the creator's Profile page.
@@ -134,73 +182,25 @@
"url": "A String", # The creator's avatar URL.
},
},
- "published": "A String", # RFC 3339 date-time when this Post was published.
- "images": [ # Display image for the Post.
- {
- "url": "A String",
- },
- ],
- "updated": "A String", # RFC 3339 date-time when this Post was last updated.
- "labels": [ # The list of labels this Post was tagged with.
- "A String",
- ],
- "customMetaData": "A String", # The JSON meta-data for the Post.
- "titleLink": "A String", # The title link URL, similar to atom's related link.
- "url": "A String", # The URL where this Post is displayed.
- "blog": { # Data about the blog containing this Post.
- "id": "A String", # The identifier of the Blog that contains this Post.
- },
"location": { # The location for geotagged posts.
- "name": "A String", # Location name.
- "lng": 3.14, # Location's longitude.
"span": "A String", # Location's viewport span. Can be used when rendering a map preview.
+ "lng": 3.14, # Location's longitude.
"lat": 3.14, # Location's latitude.
+ "name": "A String", # Location name.
},
- "content": "A String", # The content of the Post. May contain HTML markup.
- "selfLink": "A String", # The API REST URL to fetch this resource from.
- "replies": { # The container of comments on this Post.
- "totalItems": "A String", # The count of comments on this post.
- "selfLink": "A String", # The URL of the comments on this post.
- "items": [ # The List of Comments for this Post.
- {
- "author": { # The author of this Comment.
- "displayName": "A String", # The display name.
- "id": "A String", # The identifier of the creator.
- "url": "A String", # The URL of the creator's Profile page.
- "image": { # The creator's avatar.
- "url": "A String", # The creator's avatar URL.
- },
- },
- "content": "A String", # The actual content of the comment. May include HTML markup.
- "id": "A String", # The identifier for this resource.
- "updated": "A String", # RFC 3339 date-time when this comment was last updated.
- "published": "A String", # RFC 3339 date-time when this comment was published.
- "status": "A String", # The status of the comment (only populated for admin users).
- "blog": { # Data about the blog containing this comment.
- "id": "A String", # The identifier of the blog containing this comment.
- },
- "kind": "A String", # The kind of this entry. Always blogger#comment.
- "inReplyTo": { # Data about the comment this is in reply to.
- "id": "A String", # The identified of the parent of this comment.
- },
- "selfLink": "A String", # The API REST URL to fetch this resource from.
- "post": { # Data about the post containing this comment.
- "id": "A String", # The identifier of the post containing this comment.
- },
- },
- ],
- },
- "title": "A String", # The title of the Post.
- "id": "A String", # The identifier of this Post.
- "status": "A String", # Status of the post. Only set for admin-level requests.
- "etag": "A String", # Etag of the resource.
- "kind": "A String", # The kind of this entity. Always blogger#post.
- "readerComments": "A String", # Comment control and display setting for readers of this post.
},
],
- "totalItems": 42, # The count of posts in this blog.
"selfLink": "A String", # The URL of the container for posts in this blog.
+ "totalItems": 42, # The count of posts in this blog.
},
+ "kind": "A String", # The kind of this entry. Always blogger#blog.
+ "pages": { # The container of pages in this blog.
+ "totalItems": 42, # The count of pages in this blog.
+ "selfLink": "A String", # The URL of the container for pages in this blog.
+ },
+ "name": "A String", # The name of this blog. This is displayed as the title.
+ "url": "A String", # The URL where this blog is published.
+ "updated": "A String", # RFC 3339 date-time when this blog was last updated.
}</pre>
</div>
@@ -221,37 +221,77 @@
{
"blogUserInfos": [ # Admin level list of blog per-user information.
{
- "blog_user_info": { # Information about a User for the Blog.
- "role": "A String", # Access permissions that the user has for the blog (ADMIN, AUTHOR, or READER).
- "hasAdminAccess": True or False, # True if the user has Admin level access to the blog.
- "kind": "A String", # The kind of this entity. Always blogger#blogPerUserInfo.
- "userId": "A String", # ID of the User.
- "blogId": "A String", # ID of the Blog resource.
- "photosAlbumKey": "A String", # The Photo Album Key for the user when adding photos to the blog.
- },
"blog": { # The Blog resource.
- "kind": "A String", # The kind of this entry. Always blogger#blog.
- "selfLink": "A String", # The API REST URL to fetch this resource from.
"published": "A String", # RFC 3339 date-time when this blog was published.
- "name": "A String", # The name of this blog. This is displayed as the title.
- "pages": { # The container of pages in this blog.
- "selfLink": "A String", # The URL of the container for pages in this blog.
- "totalItems": 42, # The count of pages in this blog.
- },
- "updated": "A String", # RFC 3339 date-time when this blog was last updated.
"locale": { # The locale this Blog is set to.
"country": "A String", # The country this blog's locale is set to.
"variant": "A String", # The language variant this blog is authored in.
"language": "A String", # The language this blog is authored in.
},
- "url": "A String", # The URL where this blog is published.
- "customMetaData": "A String", # The JSON custom meta-data for the Blog.
"description": "A String", # The description of this blog. This is displayed underneath the title.
"id": "A String", # The identifier for this resource.
+ "customMetaData": "A String", # The JSON custom meta-data for the Blog.
"status": "A String", # The status of the blog.
+ "selfLink": "A String", # The API REST URL to fetch this resource from.
"posts": { # The container of posts in this blog.
"items": [ # The List of Posts for this Blog.
{
+ "etag": "A String", # Etag of the resource.
+ "titleLink": "A String", # The title link URL, similar to atom's related link.
+ "selfLink": "A String", # The API REST URL to fetch this resource from.
+ "customMetaData": "A String", # The JSON meta-data for the Post.
+ "blog": { # Data about the blog containing this Post.
+ "id": "A String", # The identifier of the Blog that contains this Post.
+ },
+ "labels": [ # The list of labels this Post was tagged with.
+ "A String",
+ ],
+ "replies": { # The container of comments on this Post.
+ "totalItems": "A String", # The count of comments on this post.
+ "selfLink": "A String", # The URL of the comments on this post.
+ "items": [ # The List of Comments for this Post.
+ {
+ "id": "A String", # The identifier for this resource.
+ "blog": { # Data about the blog containing this comment.
+ "id": "A String", # The identifier of the blog containing this comment.
+ },
+ "content": "A String", # The actual content of the comment. May include HTML markup.
+ "published": "A String", # RFC 3339 date-time when this comment was published.
+ "status": "A String", # The status of the comment (only populated for admin users).
+ "selfLink": "A String", # The API REST URL to fetch this resource from.
+ "author": { # The author of this Comment.
+ "image": { # The creator's avatar.
+ "url": "A String", # The creator's avatar URL.
+ },
+ "url": "A String", # The URL of the creator's Profile page.
+ "displayName": "A String", # The display name.
+ "id": "A String", # The identifier of the creator.
+ },
+ "inReplyTo": { # Data about the comment this is in reply to.
+ "id": "A String", # The identified of the parent of this comment.
+ },
+ "kind": "A String", # The kind of this entry. Always blogger#comment.
+ "post": { # Data about the post containing this comment.
+ "id": "A String", # The identifier of the post containing this comment.
+ },
+ "updated": "A String", # RFC 3339 date-time when this comment was last updated.
+ },
+ ],
+ },
+ "kind": "A String", # The kind of this entity. Always blogger#post.
+ "updated": "A String", # RFC 3339 date-time when this Post was last updated.
+ "images": [ # Display image for the Post.
+ {
+ "url": "A String",
+ },
+ ],
+ "title": "A String", # The title of the Post.
+ "readerComments": "A String", # Comment control and display setting for readers of this post.
+ "published": "A String", # RFC 3339 date-time when this Post was published.
+ "status": "A String", # Status of the post. Only set for admin-level requests.
+ "id": "A String", # The identifier of this Post.
+ "url": "A String", # The URL where this Post is displayed.
+ "content": "A String", # The content of the Post. May contain HTML markup.
"author": { # The author of this Post.
"displayName": "A String", # The display name.
"url": "A String", # The URL of the creator's Profile page.
@@ -260,101 +300,110 @@
"url": "A String", # The creator's avatar URL.
},
},
- "published": "A String", # RFC 3339 date-time when this Post was published.
- "images": [ # Display image for the Post.
- {
- "url": "A String",
- },
- ],
- "updated": "A String", # RFC 3339 date-time when this Post was last updated.
- "labels": [ # The list of labels this Post was tagged with.
- "A String",
- ],
- "customMetaData": "A String", # The JSON meta-data for the Post.
- "titleLink": "A String", # The title link URL, similar to atom's related link.
- "url": "A String", # The URL where this Post is displayed.
- "blog": { # Data about the blog containing this Post.
- "id": "A String", # The identifier of the Blog that contains this Post.
- },
"location": { # The location for geotagged posts.
- "name": "A String", # Location name.
- "lng": 3.14, # Location's longitude.
"span": "A String", # Location's viewport span. Can be used when rendering a map preview.
+ "lng": 3.14, # Location's longitude.
"lat": 3.14, # Location's latitude.
+ "name": "A String", # Location name.
},
- "content": "A String", # The content of the Post. May contain HTML markup.
- "selfLink": "A String", # The API REST URL to fetch this resource from.
- "replies": { # The container of comments on this Post.
- "totalItems": "A String", # The count of comments on this post.
- "selfLink": "A String", # The URL of the comments on this post.
- "items": [ # The List of Comments for this Post.
- {
- "author": { # The author of this Comment.
- "displayName": "A String", # The display name.
- "id": "A String", # The identifier of the creator.
- "url": "A String", # The URL of the creator's Profile page.
- "image": { # The creator's avatar.
- "url": "A String", # The creator's avatar URL.
- },
- },
- "content": "A String", # The actual content of the comment. May include HTML markup.
- "id": "A String", # The identifier for this resource.
- "updated": "A String", # RFC 3339 date-time when this comment was last updated.
- "published": "A String", # RFC 3339 date-time when this comment was published.
- "status": "A String", # The status of the comment (only populated for admin users).
- "blog": { # Data about the blog containing this comment.
- "id": "A String", # The identifier of the blog containing this comment.
- },
- "kind": "A String", # The kind of this entry. Always blogger#comment.
- "inReplyTo": { # Data about the comment this is in reply to.
- "id": "A String", # The identified of the parent of this comment.
- },
- "selfLink": "A String", # The API REST URL to fetch this resource from.
- "post": { # Data about the post containing this comment.
- "id": "A String", # The identifier of the post containing this comment.
- },
- },
- ],
- },
- "title": "A String", # The title of the Post.
- "id": "A String", # The identifier of this Post.
- "status": "A String", # Status of the post. Only set for admin-level requests.
- "etag": "A String", # Etag of the resource.
- "kind": "A String", # The kind of this entity. Always blogger#post.
- "readerComments": "A String", # Comment control and display setting for readers of this post.
},
],
- "totalItems": 42, # The count of posts in this blog.
"selfLink": "A String", # The URL of the container for posts in this blog.
+ "totalItems": 42, # The count of posts in this blog.
},
+ "kind": "A String", # The kind of this entry. Always blogger#blog.
+ "pages": { # The container of pages in this blog.
+ "totalItems": 42, # The count of pages in this blog.
+ "selfLink": "A String", # The URL of the container for pages in this blog.
+ },
+ "name": "A String", # The name of this blog. This is displayed as the title.
+ "url": "A String", # The URL where this blog is published.
+ "updated": "A String", # RFC 3339 date-time when this blog was last updated.
},
"kind": "A String", # The kind of this entity. Always blogger#blogUserInfo.
+ "blog_user_info": { # Information about a User for the Blog.
+ "kind": "A String", # The kind of this entity. Always blogger#blogPerUserInfo.
+ "userId": "A String", # ID of the User.
+ "blogId": "A String", # ID of the Blog resource.
+ "photosAlbumKey": "A String", # The Photo Album Key for the user when adding photos to the blog.
+ "role": "A String", # Access permissions that the user has for the blog (ADMIN, AUTHOR, or READER).
+ "hasAdminAccess": True or False, # True if the user has Admin level access to the blog.
+ },
},
],
+ "kind": "A String", # The kind of this entity. Always blogger#blogList.
"items": [ # The list of Blogs this user has Authorship or Admin rights over.
{
- "kind": "A String", # The kind of this entry. Always blogger#blog.
- "selfLink": "A String", # The API REST URL to fetch this resource from.
"published": "A String", # RFC 3339 date-time when this blog was published.
- "name": "A String", # The name of this blog. This is displayed as the title.
- "pages": { # The container of pages in this blog.
- "selfLink": "A String", # The URL of the container for pages in this blog.
- "totalItems": 42, # The count of pages in this blog.
- },
- "updated": "A String", # RFC 3339 date-time when this blog was last updated.
"locale": { # The locale this Blog is set to.
"country": "A String", # The country this blog's locale is set to.
"variant": "A String", # The language variant this blog is authored in.
"language": "A String", # The language this blog is authored in.
},
- "url": "A String", # The URL where this blog is published.
- "customMetaData": "A String", # The JSON custom meta-data for the Blog.
"description": "A String", # The description of this blog. This is displayed underneath the title.
"id": "A String", # The identifier for this resource.
+ "customMetaData": "A String", # The JSON custom meta-data for the Blog.
"status": "A String", # The status of the blog.
+ "selfLink": "A String", # The API REST URL to fetch this resource from.
"posts": { # The container of posts in this blog.
"items": [ # The List of Posts for this Blog.
{
+ "etag": "A String", # Etag of the resource.
+ "titleLink": "A String", # The title link URL, similar to atom's related link.
+ "selfLink": "A String", # The API REST URL to fetch this resource from.
+ "customMetaData": "A String", # The JSON meta-data for the Post.
+ "blog": { # Data about the blog containing this Post.
+ "id": "A String", # The identifier of the Blog that contains this Post.
+ },
+ "labels": [ # The list of labels this Post was tagged with.
+ "A String",
+ ],
+ "replies": { # The container of comments on this Post.
+ "totalItems": "A String", # The count of comments on this post.
+ "selfLink": "A String", # The URL of the comments on this post.
+ "items": [ # The List of Comments for this Post.
+ {
+ "id": "A String", # The identifier for this resource.
+ "blog": { # Data about the blog containing this comment.
+ "id": "A String", # The identifier of the blog containing this comment.
+ },
+ "content": "A String", # The actual content of the comment. May include HTML markup.
+ "published": "A String", # RFC 3339 date-time when this comment was published.
+ "status": "A String", # The status of the comment (only populated for admin users).
+ "selfLink": "A String", # The API REST URL to fetch this resource from.
+ "author": { # The author of this Comment.
+ "image": { # The creator's avatar.
+ "url": "A String", # The creator's avatar URL.
+ },
+ "url": "A String", # The URL of the creator's Profile page.
+ "displayName": "A String", # The display name.
+ "id": "A String", # The identifier of the creator.
+ },
+ "inReplyTo": { # Data about the comment this is in reply to.
+ "id": "A String", # The identified of the parent of this comment.
+ },
+ "kind": "A String", # The kind of this entry. Always blogger#comment.
+ "post": { # Data about the post containing this comment.
+ "id": "A String", # The identifier of the post containing this comment.
+ },
+ "updated": "A String", # RFC 3339 date-time when this comment was last updated.
+ },
+ ],
+ },
+ "kind": "A String", # The kind of this entity. Always blogger#post.
+ "updated": "A String", # RFC 3339 date-time when this Post was last updated.
+ "images": [ # Display image for the Post.
+ {
+ "url": "A String",
+ },
+ ],
+ "title": "A String", # The title of the Post.
+ "readerComments": "A String", # Comment control and display setting for readers of this post.
+ "published": "A String", # RFC 3339 date-time when this Post was published.
+ "status": "A String", # Status of the post. Only set for admin-level requests.
+ "id": "A String", # The identifier of this Post.
+ "url": "A String", # The URL where this Post is displayed.
+ "content": "A String", # The content of the Post. May contain HTML markup.
"author": { # The author of this Post.
"displayName": "A String", # The display name.
"url": "A String", # The URL of the creator's Profile page.
@@ -363,76 +412,27 @@
"url": "A String", # The creator's avatar URL.
},
},
- "published": "A String", # RFC 3339 date-time when this Post was published.
- "images": [ # Display image for the Post.
- {
- "url": "A String",
- },
- ],
- "updated": "A String", # RFC 3339 date-time when this Post was last updated.
- "labels": [ # The list of labels this Post was tagged with.
- "A String",
- ],
- "customMetaData": "A String", # The JSON meta-data for the Post.
- "titleLink": "A String", # The title link URL, similar to atom's related link.
- "url": "A String", # The URL where this Post is displayed.
- "blog": { # Data about the blog containing this Post.
- "id": "A String", # The identifier of the Blog that contains this Post.
- },
"location": { # The location for geotagged posts.
- "name": "A String", # Location name.
- "lng": 3.14, # Location's longitude.
"span": "A String", # Location's viewport span. Can be used when rendering a map preview.
+ "lng": 3.14, # Location's longitude.
"lat": 3.14, # Location's latitude.
+ "name": "A String", # Location name.
},
- "content": "A String", # The content of the Post. May contain HTML markup.
- "selfLink": "A String", # The API REST URL to fetch this resource from.
- "replies": { # The container of comments on this Post.
- "totalItems": "A String", # The count of comments on this post.
- "selfLink": "A String", # The URL of the comments on this post.
- "items": [ # The List of Comments for this Post.
- {
- "author": { # The author of this Comment.
- "displayName": "A String", # The display name.
- "id": "A String", # The identifier of the creator.
- "url": "A String", # The URL of the creator's Profile page.
- "image": { # The creator's avatar.
- "url": "A String", # The creator's avatar URL.
- },
- },
- "content": "A String", # The actual content of the comment. May include HTML markup.
- "id": "A String", # The identifier for this resource.
- "updated": "A String", # RFC 3339 date-time when this comment was last updated.
- "published": "A String", # RFC 3339 date-time when this comment was published.
- "status": "A String", # The status of the comment (only populated for admin users).
- "blog": { # Data about the blog containing this comment.
- "id": "A String", # The identifier of the blog containing this comment.
- },
- "kind": "A String", # The kind of this entry. Always blogger#comment.
- "inReplyTo": { # Data about the comment this is in reply to.
- "id": "A String", # The identified of the parent of this comment.
- },
- "selfLink": "A String", # The API REST URL to fetch this resource from.
- "post": { # Data about the post containing this comment.
- "id": "A String", # The identifier of the post containing this comment.
- },
- },
- ],
- },
- "title": "A String", # The title of the Post.
- "id": "A String", # The identifier of this Post.
- "status": "A String", # Status of the post. Only set for admin-level requests.
- "etag": "A String", # Etag of the resource.
- "kind": "A String", # The kind of this entity. Always blogger#post.
- "readerComments": "A String", # Comment control and display setting for readers of this post.
},
],
- "totalItems": 42, # The count of posts in this blog.
"selfLink": "A String", # The URL of the container for posts in this blog.
+ "totalItems": 42, # The count of posts in this blog.
},
+ "kind": "A String", # The kind of this entry. Always blogger#blog.
+ "pages": { # The container of pages in this blog.
+ "totalItems": 42, # The count of pages in this blog.
+ "selfLink": "A String", # The URL of the container for pages in this blog.
+ },
+ "name": "A String", # The name of this blog. This is displayed as the title.
+ "url": "A String", # The URL where this blog is published.
+ "updated": "A String", # RFC 3339 date-time when this blog was last updated.
},
],
- "kind": "A String", # The kind of this entity. Always blogger#blogList.
}</pre>
</div>