Clean and regen docs (#401)

diff --git a/docs/dyn/runtimeconfig_v1beta1.projects.configs.html b/docs/dyn/runtimeconfig_v1beta1.projects.configs.html
index 52faa4f..d13d181 100644
--- a/docs/dyn/runtimeconfig_v1beta1.projects.configs.html
+++ b/docs/dyn/runtimeconfig_v1beta1.projects.configs.html
@@ -72,7 +72,7 @@
 
 </style>
 
-<h1><a href="runtimeconfig_v1beta1.html">Google Cloud RuntimeConfig API</a> . <a href="runtimeconfig_v1beta1.projects.html">projects</a> . <a href="runtimeconfig_v1beta1.projects.configs.html">configs</a></h1>
+<h1><a href="runtimeconfig_v1beta1.html">Google Cloud Runtime Configuration API</a> . <a href="runtimeconfig_v1beta1.projects.html">projects</a> . <a href="runtimeconfig_v1beta1.projects.configs.html">configs</a></h1>
 <h2>Instance Methods</h2>
 <p class="toc_element">
   <code><a href="runtimeconfig_v1beta1.projects.configs.operations.html">operations()</a></code>
@@ -102,7 +102,7 @@
   <code><a href="#getIamPolicy">getIamPolicy(resource, x__xgafv=None)</a></code></p>
 <p class="firstline">Gets the access control policy for a resource.</p>
 <p class="toc_element">
-  <code><a href="#list">list(parent, pageToken=None, x__xgafv=None, pageSize=None)</a></code></p>
+  <code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Lists all the RuntimeConfig resources within project.</p>
 <p class="toc_element">
   <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -131,6 +131,7 @@
 { # A RuntimeConfig resource is the primary resource in the Cloud RuntimeConfig
     # service. A RuntimeConfig resource consists of metadata and a hierarchy of
     # variables.
+  "description": "A String", # An optional description of the RuntimeConfig object.
   "name": "A String", # The resource name of a runtime config. The name must have the format:
       # 
       #     projects/[PROJECT_ID]/configs/[CONFIG_NAME]
@@ -142,7 +143,6 @@
       # You pick the RuntimeConfig resource name, but the server will validate that
       # the name adheres to this format. After you create the resource, you cannot
       # change the resource's name.
-  "description": "A String", # An optional description of the RuntimeConfig object.
 }
 
   requestId: string, An optional but recommended unique `request_id`. If the server
@@ -166,6 +166,7 @@
     { # A RuntimeConfig resource is the primary resource in the Cloud RuntimeConfig
       # service. A RuntimeConfig resource consists of metadata and a hierarchy of
       # variables.
+    "description": "A String", # An optional description of the RuntimeConfig object.
     "name": "A String", # The resource name of a runtime config. The name must have the format:
         #
         #     projects/[PROJECT_ID]/configs/[CONFIG_NAME]
@@ -177,7 +178,6 @@
         # You pick the RuntimeConfig resource name, but the server will validate that
         # the name adheres to this format. After you create the resource, you cannot
         # change the resource's name.
-    "description": "A String", # An optional description of the RuntimeConfig object.
   }</pre>
 </div>
 
@@ -228,6 +228,7 @@
     { # A RuntimeConfig resource is the primary resource in the Cloud RuntimeConfig
       # service. A RuntimeConfig resource consists of metadata and a hierarchy of
       # variables.
+    "description": "A String", # An optional description of the RuntimeConfig object.
     "name": "A String", # The resource name of a runtime config. The name must have the format:
         #
         #     projects/[PROJECT_ID]/configs/[CONFIG_NAME]
@@ -239,7 +240,6 @@
         # You pick the RuntimeConfig resource name, but the server will validate that
         # the name adheres to this format. After you create the resource, you cannot
         # change the resource's name.
-    "description": "A String", # An optional description of the RuntimeConfig object.
   }</pre>
 </div>
 
@@ -317,6 +317,7 @@
             # * `group:{emailid}`: An email address that represents a Google group.
             #    For example, `admins@example.com`.
             #
+            #
             # * `domain:{domain}`: A Google Apps domain name that represents all the
             #    users of that domain. For example, `google.com` or `example.com`.
             #
@@ -324,7 +325,6 @@
         ],
       },
     ],
-    "version": 42, # Version of the `Policy`. The default version is 0.
     "etag": "A String", # `etag` is used for optimistic concurrency control as a way to help
         # prevent simultaneous updates of a policy from overwriting each other.
         # It is strongly suggested that systems make use of the `etag` in the
@@ -335,24 +335,25 @@
         #
         # If no `etag` is provided in the call to `setIamPolicy`, then the existing
         # policy is overwritten blindly.
+    "version": 42, # Version of the `Policy`. The default version is 0.
   }</pre>
 </div>
 
 <div class="method">
-    <code class="details" id="list">list(parent, pageToken=None, x__xgafv=None, pageSize=None)</code>
+    <code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
   <pre>Lists all the RuntimeConfig resources within project.
 
 Args:
   parent: string, The [project ID](https://support.google.com/cloud/answer/6158840?hl=en&ref_topic=6158848)
 for this request, in the format `projects/[PROJECT_ID]`. (required)
+  pageSize: integer, Specifies the number of results to return per page. If there are fewer
+elements than the specified number, returns all elements.
   pageToken: string, Specifies a page token to use. Set `pageToken` to a `nextPageToken`
 returned by a previous list request to get the next page of results.
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
       2 - v2 error format
-  pageSize: integer, Specifies the number of results to return per page. If there are fewer
-elements than the specified number, returns all elements.
 
 Returns:
   An object of the form:
@@ -369,6 +370,7 @@
       { # A RuntimeConfig resource is the primary resource in the Cloud RuntimeConfig
           # service. A RuntimeConfig resource consists of metadata and a hierarchy of
           # variables.
+        "description": "A String", # An optional description of the RuntimeConfig object.
         "name": "A String", # The resource name of a runtime config. The name must have the format:
             #
             #     projects/[PROJECT_ID]/configs/[CONFIG_NAME]
@@ -380,7 +382,6 @@
             # You pick the RuntimeConfig resource name, but the server will validate that
             # the name adheres to this format. After you create the resource, you cannot
             # change the resource's name.
-        "description": "A String", # An optional description of the RuntimeConfig object.
       },
     ],
   }</pre>
@@ -472,6 +473,7 @@
               # * `group:{emailid}`: An email address that represents a Google group.
               #    For example, `admins@example.com`.
               #
+              #
               # * `domain:{domain}`: A Google Apps domain name that represents all the
               #    users of that domain. For example, `google.com` or `example.com`.
               #
@@ -479,7 +481,6 @@
           ],
         },
       ],
-      "version": 42, # Version of the `Policy`. The default version is 0.
       "etag": "A String", # `etag` is used for optimistic concurrency control as a way to help
           # prevent simultaneous updates of a policy from overwriting each other.
           # It is strongly suggested that systems make use of the `etag` in the
@@ -490,6 +491,7 @@
           #
           # If no `etag` is provided in the call to `setIamPolicy`, then the existing
           # policy is overwritten blindly.
+      "version": 42, # Version of the `Policy`. The default version is 0.
     },
   }
 
@@ -558,6 +560,7 @@
             # * `group:{emailid}`: An email address that represents a Google group.
             #    For example, `admins@example.com`.
             #
+            #
             # * `domain:{domain}`: A Google Apps domain name that represents all the
             #    users of that domain. For example, `google.com` or `example.com`.
             #
@@ -565,7 +568,6 @@
         ],
       },
     ],
-    "version": 42, # Version of the `Policy`. The default version is 0.
     "etag": "A String", # `etag` is used for optimistic concurrency control as a way to help
         # prevent simultaneous updates of a policy from overwriting each other.
         # It is strongly suggested that systems make use of the `etag` in the
@@ -576,6 +578,7 @@
         #
         # If no `etag` is provided in the call to `setIamPolicy`, then the existing
         # policy is overwritten blindly.
+    "version": 42, # Version of the `Policy`. The default version is 0.
   }</pre>
 </div>
 
@@ -634,6 +637,7 @@
 { # A RuntimeConfig resource is the primary resource in the Cloud RuntimeConfig
     # service. A RuntimeConfig resource consists of metadata and a hierarchy of
     # variables.
+  "description": "A String", # An optional description of the RuntimeConfig object.
   "name": "A String", # The resource name of a runtime config. The name must have the format:
       # 
       #     projects/[PROJECT_ID]/configs/[CONFIG_NAME]
@@ -645,7 +649,6 @@
       # You pick the RuntimeConfig resource name, but the server will validate that
       # the name adheres to this format. After you create the resource, you cannot
       # change the resource's name.
-  "description": "A String", # An optional description of the RuntimeConfig object.
 }
 
   x__xgafv: string, V1 error format.
@@ -659,6 +662,7 @@
     { # A RuntimeConfig resource is the primary resource in the Cloud RuntimeConfig
       # service. A RuntimeConfig resource consists of metadata and a hierarchy of
       # variables.
+    "description": "A String", # An optional description of the RuntimeConfig object.
     "name": "A String", # The resource name of a runtime config. The name must have the format:
         #
         #     projects/[PROJECT_ID]/configs/[CONFIG_NAME]
@@ -670,7 +674,6 @@
         # You pick the RuntimeConfig resource name, but the server will validate that
         # the name adheres to this format. After you create the resource, you cannot
         # change the resource's name.
-    "description": "A String", # An optional description of the RuntimeConfig object.
   }</pre>
 </div>