docs: update generated docs (#1053)

Updates for both discovery docs and epydoc API Documentation

Fixes: #1049
diff --git a/docs/dyn/blogger_v3.pages.html b/docs/dyn/blogger_v3.pages.html
index b50a9c6..c248f0f 100644
--- a/docs/dyn/blogger_v3.pages.html
+++ b/docs/dyn/blogger_v3.pages.html
@@ -75,6 +75,9 @@
 <h1><a href="blogger_v3.html">Blogger API v3</a> . <a href="blogger_v3.pages.html">pages</a></h1>
 <h2>Instance Methods</h2>
 <p class="toc_element">
+  <code><a href="#close">close()</a></code></p>
+<p class="firstline">Close httplib2 connections.</p>
+<p class="toc_element">
   <code><a href="#delete">delete(blogId, pageId, x__xgafv=None)</a></code></p>
 <p class="firstline">Deletes a page by blog id and page id.</p>
 <p class="toc_element">
@@ -84,7 +87,7 @@
   <code><a href="#insert">insert(blogId, body=None, isDraft=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Inserts a page.</p>
 <p class="toc_element">
-  <code><a href="#list">list(blogId, status=None, view=None, maxResults=None, fetchBodies=None, pageToken=None, x__xgafv=None)</a></code></p>
+  <code><a href="#list">list(blogId, fetchBodies=None, view=None, pageToken=None, maxResults=None, status=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Lists pages.</p>
 <p class="toc_element">
   <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -103,6 +106,11 @@
 <p class="firstline">Updates a page by blog id and page id.</p>
 <h3>Method Details</h3>
 <div class="method">
+    <code class="details" id="close">close()</code>
+  <pre>Close httplib2 connections.</pre>
+</div>
+
+<div class="method">
     <code class="details" id="delete">delete(blogId, pageId, x__xgafv=None)</code>
   <pre>Deletes a page by blog id and page id.
 
@@ -124,6 +132,11 @@
   blogId: string, A parameter (required)
   pageId: string, A parameter (required)
   view: string, A parameter
+    Allowed values
+      VIEW_TYPE_UNSPECIFIED - 
+      READER - 
+      AUTHOR - 
+      ADMIN - 
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -133,28 +146,27 @@
   An object of the form:
 
     {
-      &quot;blog&quot;: { # Data about the blog containing this Page.
-        &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this page.
-      },
-      &quot;status&quot;: &quot;A String&quot;, # The status of the page for admin resources (either LIVE or DRAFT).
-      &quot;url&quot;: &quot;A String&quot;, # The URL that this Page is displayed at.
-      &quot;title&quot;: &quot;A String&quot;, # The title of this entity. This is the name displayed in the Admin user
-          # interface.
-      &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
-      &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
+      &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was last updated.
+      &quot;title&quot;: &quot;A String&quot;, # The title of this entity. This is the name displayed in the Admin user interface.
+      &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
       &quot;author&quot;: { # The author of this Page.
+        &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
         &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
         &quot;displayName&quot;: &quot;A String&quot;, # The display name.
         &quot;image&quot;: { # The creator&#x27;s avatar.
           &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
         },
-        &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
       },
-      &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was published.
-      &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was last updated.
+      &quot;blog&quot;: { # Data about the blog containing this Page.
+        &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this page.
+      },
+      &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
       &quot;content&quot;: &quot;A String&quot;, # The body content of this Page, in HTML.
-      &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
+      &quot;url&quot;: &quot;A String&quot;, # The URL that this Page is displayed at.
       &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#page.
+      &quot;status&quot;: &quot;A String&quot;, # The status of the page for admin resources (either LIVE or DRAFT).
+      &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
+      &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was published.
     }</pre>
 </div>
 
@@ -168,28 +180,27 @@
     The object takes the form of:
 
 {
-    &quot;blog&quot;: { # Data about the blog containing this Page.
-      &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this page.
-    },
-    &quot;status&quot;: &quot;A String&quot;, # The status of the page for admin resources (either LIVE or DRAFT).
-    &quot;url&quot;: &quot;A String&quot;, # The URL that this Page is displayed at.
-    &quot;title&quot;: &quot;A String&quot;, # The title of this entity. This is the name displayed in the Admin user
-        # interface.
-    &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
-    &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
+    &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was last updated.
+    &quot;title&quot;: &quot;A String&quot;, # The title of this entity. This is the name displayed in the Admin user interface.
+    &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
     &quot;author&quot;: { # The author of this Page.
+      &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
       &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
       &quot;displayName&quot;: &quot;A String&quot;, # The display name.
       &quot;image&quot;: { # The creator&#x27;s avatar.
         &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
       },
-      &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
     },
-    &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was published.
-    &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was last updated.
+    &quot;blog&quot;: { # Data about the blog containing this Page.
+      &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this page.
+    },
+    &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
     &quot;content&quot;: &quot;A String&quot;, # The body content of this Page, in HTML.
-    &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
+    &quot;url&quot;: &quot;A String&quot;, # The URL that this Page is displayed at.
     &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#page.
+    &quot;status&quot;: &quot;A String&quot;, # The status of the page for admin resources (either LIVE or DRAFT).
+    &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
+    &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was published.
   }
 
   isDraft: boolean, A parameter
@@ -202,42 +213,49 @@
   An object of the form:
 
     {
-      &quot;blog&quot;: { # Data about the blog containing this Page.
-        &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this page.
-      },
-      &quot;status&quot;: &quot;A String&quot;, # The status of the page for admin resources (either LIVE or DRAFT).
-      &quot;url&quot;: &quot;A String&quot;, # The URL that this Page is displayed at.
-      &quot;title&quot;: &quot;A String&quot;, # The title of this entity. This is the name displayed in the Admin user
-          # interface.
-      &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
-      &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
+      &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was last updated.
+      &quot;title&quot;: &quot;A String&quot;, # The title of this entity. This is the name displayed in the Admin user interface.
+      &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
       &quot;author&quot;: { # The author of this Page.
+        &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
         &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
         &quot;displayName&quot;: &quot;A String&quot;, # The display name.
         &quot;image&quot;: { # The creator&#x27;s avatar.
           &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
         },
-        &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
       },
-      &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was published.
-      &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was last updated.
+      &quot;blog&quot;: { # Data about the blog containing this Page.
+        &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this page.
+      },
+      &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
       &quot;content&quot;: &quot;A String&quot;, # The body content of this Page, in HTML.
-      &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
+      &quot;url&quot;: &quot;A String&quot;, # The URL that this Page is displayed at.
       &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#page.
+      &quot;status&quot;: &quot;A String&quot;, # The status of the page for admin resources (either LIVE or DRAFT).
+      &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
+      &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was published.
     }</pre>
 </div>
 
 <div class="method">
-    <code class="details" id="list">list(blogId, status=None, view=None, maxResults=None, fetchBodies=None, pageToken=None, x__xgafv=None)</code>
+    <code class="details" id="list">list(blogId, fetchBodies=None, view=None, pageToken=None, maxResults=None, status=None, x__xgafv=None)</code>
   <pre>Lists pages.
 
 Args:
   blogId: string, A parameter (required)
-  status: string, A parameter (repeated)
-  view: string, A parameter
-  maxResults: integer, A parameter
   fetchBodies: boolean, A parameter
+  view: string, A parameter
+    Allowed values
+      VIEW_TYPE_UNSPECIFIED - 
+      READER - 
+      AUTHOR - 
+      ADMIN - 
   pageToken: string, A parameter
+  maxResults: integer, A parameter
+  status: string, A parameter (repeated)
+    Allowed values
+      LIVE - 
+      DRAFT - 
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -247,35 +265,34 @@
   An object of the form:
 
     {
-    &quot;nextPageToken&quot;: &quot;A String&quot;, # Pagination token to fetch the next page, if one exists.
     &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#pageList.
+    &quot;nextPageToken&quot;: &quot;A String&quot;, # Pagination token to fetch the next page, if one exists.
+    &quot;etag&quot;: &quot;A String&quot;, # Etag of the response.
     &quot;items&quot;: [ # The list of Pages for a Blog.
       {
-          &quot;blog&quot;: { # Data about the blog containing this Page.
-            &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this page.
-          },
-          &quot;status&quot;: &quot;A String&quot;, # The status of the page for admin resources (either LIVE or DRAFT).
-          &quot;url&quot;: &quot;A String&quot;, # The URL that this Page is displayed at.
-          &quot;title&quot;: &quot;A String&quot;, # The title of this entity. This is the name displayed in the Admin user
-              # interface.
-          &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
-          &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
+          &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was last updated.
+          &quot;title&quot;: &quot;A String&quot;, # The title of this entity. This is the name displayed in the Admin user interface.
+          &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
           &quot;author&quot;: { # The author of this Page.
+            &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
             &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
             &quot;displayName&quot;: &quot;A String&quot;, # The display name.
             &quot;image&quot;: { # The creator&#x27;s avatar.
               &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
             },
-            &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
           },
-          &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was published.
-          &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was last updated.
+          &quot;blog&quot;: { # Data about the blog containing this Page.
+            &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this page.
+          },
+          &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
           &quot;content&quot;: &quot;A String&quot;, # The body content of this Page, in HTML.
-          &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
+          &quot;url&quot;: &quot;A String&quot;, # The URL that this Page is displayed at.
           &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#page.
+          &quot;status&quot;: &quot;A String&quot;, # The status of the page for admin resources (either LIVE or DRAFT).
+          &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
+          &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was published.
         },
     ],
-    &quot;etag&quot;: &quot;A String&quot;, # Etag of the response.
   }</pre>
 </div>
 
@@ -304,28 +321,27 @@
     The object takes the form of:
 
 {
-    &quot;blog&quot;: { # Data about the blog containing this Page.
-      &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this page.
-    },
-    &quot;status&quot;: &quot;A String&quot;, # The status of the page for admin resources (either LIVE or DRAFT).
-    &quot;url&quot;: &quot;A String&quot;, # The URL that this Page is displayed at.
-    &quot;title&quot;: &quot;A String&quot;, # The title of this entity. This is the name displayed in the Admin user
-        # interface.
-    &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
-    &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
+    &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was last updated.
+    &quot;title&quot;: &quot;A String&quot;, # The title of this entity. This is the name displayed in the Admin user interface.
+    &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
     &quot;author&quot;: { # The author of this Page.
+      &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
       &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
       &quot;displayName&quot;: &quot;A String&quot;, # The display name.
       &quot;image&quot;: { # The creator&#x27;s avatar.
         &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
       },
-      &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
     },
-    &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was published.
-    &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was last updated.
+    &quot;blog&quot;: { # Data about the blog containing this Page.
+      &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this page.
+    },
+    &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
     &quot;content&quot;: &quot;A String&quot;, # The body content of this Page, in HTML.
-    &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
+    &quot;url&quot;: &quot;A String&quot;, # The URL that this Page is displayed at.
     &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#page.
+    &quot;status&quot;: &quot;A String&quot;, # The status of the page for admin resources (either LIVE or DRAFT).
+    &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
+    &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was published.
   }
 
   publish: boolean, A parameter
@@ -339,28 +355,27 @@
   An object of the form:
 
     {
-      &quot;blog&quot;: { # Data about the blog containing this Page.
-        &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this page.
-      },
-      &quot;status&quot;: &quot;A String&quot;, # The status of the page for admin resources (either LIVE or DRAFT).
-      &quot;url&quot;: &quot;A String&quot;, # The URL that this Page is displayed at.
-      &quot;title&quot;: &quot;A String&quot;, # The title of this entity. This is the name displayed in the Admin user
-          # interface.
-      &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
-      &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
+      &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was last updated.
+      &quot;title&quot;: &quot;A String&quot;, # The title of this entity. This is the name displayed in the Admin user interface.
+      &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
       &quot;author&quot;: { # The author of this Page.
+        &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
         &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
         &quot;displayName&quot;: &quot;A String&quot;, # The display name.
         &quot;image&quot;: { # The creator&#x27;s avatar.
           &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
         },
-        &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
       },
-      &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was published.
-      &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was last updated.
+      &quot;blog&quot;: { # Data about the blog containing this Page.
+        &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this page.
+      },
+      &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
       &quot;content&quot;: &quot;A String&quot;, # The body content of this Page, in HTML.
-      &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
+      &quot;url&quot;: &quot;A String&quot;, # The URL that this Page is displayed at.
       &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#page.
+      &quot;status&quot;: &quot;A String&quot;, # The status of the page for admin resources (either LIVE or DRAFT).
+      &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
+      &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was published.
     }</pre>
 </div>
 
@@ -380,28 +395,27 @@
   An object of the form:
 
     {
-      &quot;blog&quot;: { # Data about the blog containing this Page.
-        &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this page.
-      },
-      &quot;status&quot;: &quot;A String&quot;, # The status of the page for admin resources (either LIVE or DRAFT).
-      &quot;url&quot;: &quot;A String&quot;, # The URL that this Page is displayed at.
-      &quot;title&quot;: &quot;A String&quot;, # The title of this entity. This is the name displayed in the Admin user
-          # interface.
-      &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
-      &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
+      &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was last updated.
+      &quot;title&quot;: &quot;A String&quot;, # The title of this entity. This is the name displayed in the Admin user interface.
+      &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
       &quot;author&quot;: { # The author of this Page.
+        &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
         &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
         &quot;displayName&quot;: &quot;A String&quot;, # The display name.
         &quot;image&quot;: { # The creator&#x27;s avatar.
           &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
         },
-        &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
       },
-      &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was published.
-      &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was last updated.
+      &quot;blog&quot;: { # Data about the blog containing this Page.
+        &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this page.
+      },
+      &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
       &quot;content&quot;: &quot;A String&quot;, # The body content of this Page, in HTML.
-      &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
+      &quot;url&quot;: &quot;A String&quot;, # The URL that this Page is displayed at.
       &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#page.
+      &quot;status&quot;: &quot;A String&quot;, # The status of the page for admin resources (either LIVE or DRAFT).
+      &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
+      &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was published.
     }</pre>
 </div>
 
@@ -421,28 +435,27 @@
   An object of the form:
 
     {
-      &quot;blog&quot;: { # Data about the blog containing this Page.
-        &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this page.
-      },
-      &quot;status&quot;: &quot;A String&quot;, # The status of the page for admin resources (either LIVE or DRAFT).
-      &quot;url&quot;: &quot;A String&quot;, # The URL that this Page is displayed at.
-      &quot;title&quot;: &quot;A String&quot;, # The title of this entity. This is the name displayed in the Admin user
-          # interface.
-      &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
-      &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
+      &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was last updated.
+      &quot;title&quot;: &quot;A String&quot;, # The title of this entity. This is the name displayed in the Admin user interface.
+      &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
       &quot;author&quot;: { # The author of this Page.
+        &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
         &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
         &quot;displayName&quot;: &quot;A String&quot;, # The display name.
         &quot;image&quot;: { # The creator&#x27;s avatar.
           &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
         },
-        &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
       },
-      &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was published.
-      &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was last updated.
+      &quot;blog&quot;: { # Data about the blog containing this Page.
+        &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this page.
+      },
+      &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
       &quot;content&quot;: &quot;A String&quot;, # The body content of this Page, in HTML.
-      &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
+      &quot;url&quot;: &quot;A String&quot;, # The URL that this Page is displayed at.
       &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#page.
+      &quot;status&quot;: &quot;A String&quot;, # The status of the page for admin resources (either LIVE or DRAFT).
+      &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
+      &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was published.
     }</pre>
 </div>
 
@@ -457,28 +470,27 @@
     The object takes the form of:
 
 {
-    &quot;blog&quot;: { # Data about the blog containing this Page.
-      &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this page.
-    },
-    &quot;status&quot;: &quot;A String&quot;, # The status of the page for admin resources (either LIVE or DRAFT).
-    &quot;url&quot;: &quot;A String&quot;, # The URL that this Page is displayed at.
-    &quot;title&quot;: &quot;A String&quot;, # The title of this entity. This is the name displayed in the Admin user
-        # interface.
-    &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
-    &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
+    &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was last updated.
+    &quot;title&quot;: &quot;A String&quot;, # The title of this entity. This is the name displayed in the Admin user interface.
+    &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
     &quot;author&quot;: { # The author of this Page.
+      &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
       &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
       &quot;displayName&quot;: &quot;A String&quot;, # The display name.
       &quot;image&quot;: { # The creator&#x27;s avatar.
         &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
       },
-      &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
     },
-    &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was published.
-    &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was last updated.
+    &quot;blog&quot;: { # Data about the blog containing this Page.
+      &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this page.
+    },
+    &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
     &quot;content&quot;: &quot;A String&quot;, # The body content of this Page, in HTML.
-    &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
+    &quot;url&quot;: &quot;A String&quot;, # The URL that this Page is displayed at.
     &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#page.
+    &quot;status&quot;: &quot;A String&quot;, # The status of the page for admin resources (either LIVE or DRAFT).
+    &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
+    &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was published.
   }
 
   revert: boolean, A parameter
@@ -492,28 +504,27 @@
   An object of the form:
 
     {
-      &quot;blog&quot;: { # Data about the blog containing this Page.
-        &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this page.
-      },
-      &quot;status&quot;: &quot;A String&quot;, # The status of the page for admin resources (either LIVE or DRAFT).
-      &quot;url&quot;: &quot;A String&quot;, # The URL that this Page is displayed at.
-      &quot;title&quot;: &quot;A String&quot;, # The title of this entity. This is the name displayed in the Admin user
-          # interface.
-      &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
-      &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
+      &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was last updated.
+      &quot;title&quot;: &quot;A String&quot;, # The title of this entity. This is the name displayed in the Admin user interface.
+      &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
       &quot;author&quot;: { # The author of this Page.
+        &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
         &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
         &quot;displayName&quot;: &quot;A String&quot;, # The display name.
         &quot;image&quot;: { # The creator&#x27;s avatar.
           &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
         },
-        &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
       },
-      &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was published.
-      &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was last updated.
+      &quot;blog&quot;: { # Data about the blog containing this Page.
+        &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this page.
+      },
+      &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
       &quot;content&quot;: &quot;A String&quot;, # The body content of this Page, in HTML.
-      &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
+      &quot;url&quot;: &quot;A String&quot;, # The URL that this Page is displayed at.
       &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#page.
+      &quot;status&quot;: &quot;A String&quot;, # The status of the page for admin resources (either LIVE or DRAFT).
+      &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
+      &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was published.
     }</pre>
 </div>