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/genomics_v1.references.bases.html b/docs/dyn/genomics_v1.references.bases.html
index 18fb4be..1821ccd 100644
--- a/docs/dyn/genomics_v1.references.bases.html
+++ b/docs/dyn/genomics_v1.references.bases.html
@@ -115,10 +115,10 @@
"nextPageToken": "A String", # The continuation token, which is used to page through large result sets.
# Provide this value in a subsequent request to return the next page of
# results. This field will be empty if there aren't any additional results.
+ "sequence": "A String", # A substring of the bases that make up this reference.
"offset": "A String", # The offset position (0-based) of the given `sequence` from the
# start of this `Reference`. This value will differ for each page
# in a paginated request.
- "sequence": "A String", # A substring of the bases that make up this reference.
}</pre>
</div>