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/toolresults_v1beta3.projects.html b/docs/dyn/toolresults_v1beta3.projects.html
index a563198..72d4fef 100644
--- a/docs/dyn/toolresults_v1beta3.projects.html
+++ b/docs/dyn/toolresults_v1beta3.projects.html
@@ -80,14 +80,14 @@
<p class="firstline">Returns the histories Resource.</p>
<p class="toc_element">
- <code><a href="#getSettings">getSettings(projectId=None)</a></code></p>
+ <code><a href="#getSettings">getSettings(projectId)</a></code></p>
<p class="firstline">Gets the Tool Results settings for a project.</p>
<p class="toc_element">
- <code><a href="#initializeSettings">initializeSettings(projectId=None)</a></code></p>
+ <code><a href="#initializeSettings">initializeSettings(projectId)</a></code></p>
<p class="firstline">Creates resources for settings which have not yet been set.</p>
<h3>Method Details</h3>
<div class="method">
- <code class="details" id="getSettings">getSettings(projectId=None)</code>
+ <code class="details" id="getSettings">getSettings(projectId)</code>
<pre>Gets the Tool Results settings for a project.
May return any of the following canonical error codes:
@@ -117,7 +117,7 @@
</div>
<div class="method">
- <code class="details" id="initializeSettings">initializeSettings(projectId=None)</code>
+ <code class="details" id="initializeSettings">initializeSettings(projectId)</code>
<pre>Creates resources for settings which have not yet been set.
Currently, this creates a single resource: a Google Cloud Storage bucket, to be used as the default bucket for this project. The bucket is created in the name of the user calling. Except in rare cases, calling this method in parallel from multiple clients will only create a single bucket. In order to avoid unnecessary storage charges, the bucket is configured to automatically delete objects older than 90 days.