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/cloudbilling_v1.projects.html b/docs/dyn/cloudbilling_v1.projects.html
index feabbce..463e54f 100644
--- a/docs/dyn/cloudbilling_v1.projects.html
+++ b/docs/dyn/cloudbilling_v1.projects.html
@@ -75,14 +75,14 @@
<h1><a href="cloudbilling_v1.html">Google Cloud Billing API</a> . <a href="cloudbilling_v1.projects.html">projects</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
- <code><a href="#getBillingInfo">getBillingInfo(name=None, x__xgafv=None)</a></code></p>
+ <code><a href="#getBillingInfo">getBillingInfo(name, x__xgafv=None)</a></code></p>
<p class="firstline">Gets the billing information for a project. The current authenticated user</p>
<p class="toc_element">
- <code><a href="#updateBillingInfo">updateBillingInfo(name=None, body, x__xgafv=None)</a></code></p>
+ <code><a href="#updateBillingInfo">updateBillingInfo(name, body, x__xgafv=None)</a></code></p>
<p class="firstline">Sets or updates the billing account associated with a project. You specify</p>
<h3>Method Details</h3>
<div class="method">
- <code class="details" id="getBillingInfo">getBillingInfo(name=None, x__xgafv=None)</code>
+ <code class="details" id="getBillingInfo">getBillingInfo(name, x__xgafv=None)</code>
<pre>Gets the billing information for a project. The current authenticated user
must have [permission to view the
project](https://cloud.google.com/docs/permissions-overview#h.bgs0oxofvnoo
@@ -119,7 +119,7 @@
</div>
<div class="method">
- <code class="details" id="updateBillingInfo">updateBillingInfo(name=None, body, x__xgafv=None)</code>
+ <code class="details" id="updateBillingInfo">updateBillingInfo(name, body, x__xgafv=None)</code>
<pre>Sets or updates the billing account associated with a project. You specify
the new billing account by setting the `billing_account_name` in the
`ProjectBillingInfo` resource to the resource name of a billing account.