chore: regens API reference docs (#889)
diff --git a/docs/dyn/safebrowsing_v4.fullHashes.html b/docs/dyn/safebrowsing_v4.fullHashes.html
index 2b6b721..53dd0bc 100644
--- a/docs/dyn/safebrowsing_v4.fullHashes.html
+++ b/docs/dyn/safebrowsing_v4.fullHashes.html
@@ -75,40 +75,34 @@
<h1><a href="safebrowsing_v4.html">Safe Browsing API</a> . <a href="safebrowsing_v4.fullHashes.html">fullHashes</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
- <code><a href="#find">find(body, x__xgafv=None)</a></code></p>
+ <code><a href="#find">find(body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Finds the full hashes that match the requested hash prefixes.</p>
<h3>Method Details</h3>
<div class="method">
- <code class="details" id="find">find(body, x__xgafv=None)</code>
+ <code class="details" id="find">find(body=None, x__xgafv=None)</code>
<pre>Finds the full hashes that match the requested hash prefixes.
Args:
- body: object, The request body. (required)
+ body: object, The request body.
The object takes the form of:
{ # 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.
"threatTypes": [ # The threat types to be checked.
"A String",
],
- "threatEntryTypes": [ # The entry types to be checked.
- "A String",
- ],
- "platformTypes": [ # The platform types to be checked.
- "A String",
- ],
"threatEntries": [ # The threat entries to be checked.
{ # An individual threat; for example, a malicious URL or its hash
# representation. Only one of these fields should be set.
@@ -120,6 +114,12 @@
# binary and hex digests. For JSON requests, digests are base64-encoded.
},
],
+ "platformTypes": [ # The platform types to be checked.
+ "A String",
+ ],
+ "threatEntryTypes": [ # The entry types to be checked.
+ "A String",
+ ],
},
"clientStates": [ # The current client states for each of the client's local threat lists.
"A String",
@@ -144,8 +144,8 @@
# to know the metadata key/value pairs associated with each threat type.
"entries": [ # The metadata entries.
{ # A single metadata entry.
- "key": "A String", # The metadata entry key. For JSON requests, the key is base64-encoded.
"value": "A String", # The metadata entry value. For JSON requests, the value is base64-encoded.
+ "key": "A String", # The metadata entry key. For JSON requests, the key is base64-encoded.
},
],
},