Regen docs (#364)

diff --git a/docs/dyn/proximitybeacon_v1beta1.namespaces.html b/docs/dyn/proximitybeacon_v1beta1.namespaces.html
index 50ef262..33dce03 100644
--- a/docs/dyn/proximitybeacon_v1beta1.namespaces.html
+++ b/docs/dyn/proximitybeacon_v1beta1.namespaces.html
@@ -76,55 +76,85 @@
 <h2>Instance Methods</h2>
 <p class="toc_element">
   <code><a href="#list">list(projectId=None, x__xgafv=None)</a></code></p>
-<p class="firstline">Lists all attachment namespaces owned by your Google Developers Console project. Attachment data associated with a beacon must include a namespaced type, and the namespace must be owned by your project. Authenticate using an [OAuth access token](https://developers.google.com/identity/protocols/OAuth2) from a signed-in user with **viewer**, **Is owner** or **Can edit** permissions in the Google Developers Console project.</p>
+<p class="firstline">Lists all attachment namespaces owned by your Google Developers Console</p>
 <p class="toc_element">
-  <code><a href="#update">update(namespaceName, body, projectId=None, x__xgafv=None)</a></code></p>
-<p class="firstline">Updates the information about the specified namespace. Only the namespace visibility can be updated.</p>
+  <code><a href="#update">update(namespaceName=None, body, projectId=None, x__xgafv=None)</a></code></p>
+<p class="firstline">Updates the information about the specified namespace. Only the namespace</p>
 <h3>Method Details</h3>
 <div class="method">
     <code class="details" id="list">list(projectId=None, x__xgafv=None)</code>
-  <pre>Lists all attachment namespaces owned by your Google Developers Console project. Attachment data associated with a beacon must include a namespaced type, and the namespace must be owned by your project. Authenticate using an [OAuth access token](https://developers.google.com/identity/protocols/OAuth2) from a signed-in user with **viewer**, **Is owner** or **Can edit** permissions in the Google Developers Console project.
+  <pre>Lists all attachment namespaces owned by your Google Developers Console
+project. Attachment data associated with a beacon must include a
+namespaced type, and the namespace must be owned by your project.
+
+Authenticate using an [OAuth access token](https://developers.google.com/identity/protocols/OAuth2)
+from a signed-in user with **viewer**, **Is owner** or **Can edit**
+permissions in the Google Developers Console project.
 
 Args:
-  projectId: string, The project id to list namespaces under. Optional.
+  projectId: string, The project id to list namespaces under.
+Optional.
   x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
     { # Response to ListNamespacesRequest that contains all the project's namespaces.
     "namespaces": [ # The attachments that corresponded to the request params.
-      { # An attachment namespace defines read and write access for all the attachments created under it. Each namespace is globally unique, and owned by one project which is the only project that can create attachments under it.
-        "namespaceName": "A String", # Resource name of this namespace. Namespaces names have the format: namespaces/namespace.
-        "servingVisibility": "A String", # Specifies what clients may receive attachments under this namespace via `beaconinfo.getforobserved`.
+      { # An attachment namespace defines read and write access for all the attachments
+          # created under it. Each namespace is globally unique, and owned by one
+          # project which is the only project that can create attachments under it.
+        "namespaceName": "A String", # Resource name of this namespace. Namespaces names have the format:
+            # <code>namespaces/<var>namespace</var></code>.
+        "servingVisibility": "A String", # Specifies what clients may receive attachments under this namespace
+            # via `beaconinfo.getforobserved`.
       },
     ],
   }</pre>
 </div>
 
 <div class="method">
-    <code class="details" id="update">update(namespaceName, body, projectId=None, x__xgafv=None)</code>
-  <pre>Updates the information about the specified namespace. Only the namespace visibility can be updated.
+    <code class="details" id="update">update(namespaceName=None, body, projectId=None, x__xgafv=None)</code>
+  <pre>Updates the information about the specified namespace. Only the namespace
+visibility can be updated.
 
 Args:
-  namespaceName: string, Resource name of this namespace. Namespaces names have the format: namespaces/namespace. (required)
+  namespaceName: string, Resource name of this namespace. Namespaces names have the format:
+<code>namespaces/<var>namespace</var></code>. (required)
   body: object, The request body. (required)
     The object takes the form of:
 
-{ # An attachment namespace defines read and write access for all the attachments created under it. Each namespace is globally unique, and owned by one project which is the only project that can create attachments under it.
-  "namespaceName": "A String", # Resource name of this namespace. Namespaces names have the format: namespaces/namespace.
-  "servingVisibility": "A String", # Specifies what clients may receive attachments under this namespace via `beaconinfo.getforobserved`.
+{ # An attachment namespace defines read and write access for all the attachments
+    # created under it. Each namespace is globally unique, and owned by one
+    # project which is the only project that can create attachments under it.
+  "namespaceName": "A String", # Resource name of this namespace. Namespaces names have the format:
+      # <code>namespaces/<var>namespace</var></code>.
+  "servingVisibility": "A String", # Specifies what clients may receive attachments under this namespace
+      # via `beaconinfo.getforobserved`.
 }
 
-  projectId: string, The project id of the namespace to update. If the project id is not specified then the project making the request is used. The project id must match the project that owns the beacon. Optional.
+  projectId: string, The project id of the namespace to update. If the project id is not
+specified then the project making the request is used. The project id
+must match the project that owns the beacon.
+Optional.
   x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
 
-    { # An attachment namespace defines read and write access for all the attachments created under it. Each namespace is globally unique, and owned by one project which is the only project that can create attachments under it.
-    "namespaceName": "A String", # Resource name of this namespace. Namespaces names have the format: namespaces/namespace.
-    "servingVisibility": "A String", # Specifies what clients may receive attachments under this namespace via `beaconinfo.getforobserved`.
+    { # An attachment namespace defines read and write access for all the attachments
+      # created under it. Each namespace is globally unique, and owned by one
+      # project which is the only project that can create attachments under it.
+    "namespaceName": "A String", # Resource name of this namespace. Namespaces names have the format:
+        # <code>namespaces/<var>namespace</var></code>.
+    "servingVisibility": "A String", # Specifies what clients may receive attachments under this namespace
+        # via `beaconinfo.getforobserved`.
   }</pre>
 </div>