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/firebaserules_v1.projects.html b/docs/dyn/firebaserules_v1.projects.html
index f860c39..50c4f3e 100644
--- a/docs/dyn/firebaserules_v1.projects.html
+++ b/docs/dyn/firebaserules_v1.projects.html
@@ -85,11 +85,11 @@
<p class="firstline">Returns the rulesets Resource.</p>
<p class="toc_element">
- <code><a href="#test">test(name=None, body, x__xgafv=None)</a></code></p>
+ <code><a href="#test">test(name, body, x__xgafv=None)</a></code></p>
<p class="firstline">Test `Source` for syntactic and semantic correctness. Issues present, if</p>
<h3>Method Details</h3>
<div class="method">
- <code class="details" id="test">test(name=None, body, x__xgafv=None)</code>
+ <code class="details" id="test">test(name, body, x__xgafv=None)</code>
<pre>Test `Source` for syntactic and semantic correctness. Issues present, if
any, will be returned to the caller with a description, severity, and
source location.
@@ -162,19 +162,6 @@
"A String",
],
"state": "A String", # State of the test.
- "errorPosition": { # Position in the `Source` content including its line, column number, and an # Position in the `Source` or `Ruleset` where the principle runtime error
- # occurs.
- #
- # Evaluation of an expression may result in an error. Rules are deny by
- # default, so a `DENY` expectation when an error is generated is valid.
- # When there is a `DENY` with an error, the `SourcePosition` is returned.
- #
- # E.g. `error_position { line: 19 column: 37 }`
- # index of the `File` in the `Source` message. Used for debug purposes.
- "column": 42, # First column on the source line associated with the source fragment.
- "line": 42, # Line number of the source fragment. 1-based.
- "fileName": "A String", # Name of the `File`.
- },
"functionCalls": [ # The set of function calls made to service-defined methods.
#
# Function calls are included in the order in which they are encountered
@@ -188,6 +175,19 @@
],
},
],
+ "errorPosition": { # Position in the `Source` content including its line, column number, and an # Position in the `Source` or `Ruleset` where the principle runtime error
+ # occurs.
+ #
+ # Evaluation of an expression may result in an error. Rules are deny by
+ # default, so a `DENY` expectation when an error is generated is valid.
+ # When there is a `DENY` with an error, the `SourcePosition` is returned.
+ #
+ # E.g. `error_position { line: 19 column: 37 }`
+ # index of the `File` in the `Source` message. Used for debug purposes.
+ "column": 42, # First column on the source line associated with the source fragment.
+ "line": 42, # Line number of the source fragment. 1-based.
+ "fileName": "A String", # Name of the `File`.
+ },
},
],
"issues": [ # Syntactic and semantic `Source` issues of varying severity. Issues of