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/safebrowsing_v4.fullHashes.html b/docs/dyn/safebrowsing_v4.fullHashes.html
index 2647d59..4e1ab19 100644
--- a/docs/dyn/safebrowsing_v4.fullHashes.html
+++ b/docs/dyn/safebrowsing_v4.fullHashes.html
@@ -88,15 +88,15 @@
{ # Request to return full hashes matched by the provided hash prefixes.
"client": { # The client metadata associated with Safe Browsing API requests. # The client metadata.
- "clientVersion": "A String", # The version of the client implementation.
"clientId": "A String", # A client ID that (hopefully) uniquely identifies the client implementation
# of the Safe Browsing API.
+ "clientVersion": "A String", # The version of the client implementation.
},
"apiClient": { # The client metadata associated with Safe Browsing API requests. # Client metadata associated with callers of higher-level APIs built on top
# of the client's implementation.
- "clientVersion": "A String", # The version of the client implementation.
"clientId": "A String", # A client ID that (hopefully) uniquely identifies the client implementation
# of the Safe Browsing API.
+ "clientVersion": "A String", # The version of the client implementation.
},
"threatInfo": { # The information regarding one or more threats that a client submits when # The lists and hashes to be checked.
# checking for matches in threat lists.