Fix method doc signatures for multiline required parameters (#374)
* Fix method doc signatures for multiline required parameters.
Existing doc generator failed to recognize parameters as required when parameter descriptions
extended over more than one line. Besides presenting incorrect information, resulting
inconsistencies broke checks for automated sample generation.
* Regen docs
diff --git a/docs/dyn/proximitybeacon_v1beta1.namespaces.html b/docs/dyn/proximitybeacon_v1beta1.namespaces.html
index def3fb8..6b3aaa4 100644
--- a/docs/dyn/proximitybeacon_v1beta1.namespaces.html
+++ b/docs/dyn/proximitybeacon_v1beta1.namespaces.html
@@ -78,7 +78,7 @@
<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</p>
<p class="toc_element">
- <code><a href="#update">update(namespaceName=None, body, projectId=None, x__xgafv=None)</a></code></p>
+ <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</p>
<h3>Method Details</h3>
<div class="method">
@@ -107,17 +107,17 @@
{ # 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.
- "servingVisibility": "A String", # Specifies what clients may receive attachments under this namespace
- # via `beaconinfo.getforobserved`.
"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=None, body, projectId=None, x__xgafv=None)</code>
+ <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.
@@ -130,10 +130,10 @@
{ # 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.
- "servingVisibility": "A String", # Specifies what clients may receive attachments under this namespace
- # via `beaconinfo.getforobserved`.
"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
@@ -151,10 +151,10 @@
{ # 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.
- "servingVisibility": "A String", # Specifies what clients may receive attachments under this namespace
- # via `beaconinfo.getforobserved`.
"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>