Clean and regen docs (#401)
diff --git a/docs/dyn/safebrowsing_v4.fullHashes.html b/docs/dyn/safebrowsing_v4.fullHashes.html
index 4e1ab19..0544105 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.
@@ -135,6 +135,8 @@
An object of the form:
{
+ "negativeCacheDuration": "A String", # For requested entities that did not match the threat list, how long to
+ # cache the response.
"matches": [ # The full hashes that matched the requested prefixes.
{ # A match when checking a threat entry in the Safe Browsing threat lists.
"threatType": "A String", # The threat type matching this threat.
@@ -162,8 +164,6 @@
"platformType": "A String", # The platform type matching this threat.
},
],
- "negativeCacheDuration": "A String", # For requested entities that did not match the threat list, how long to
- # cache the response.
"minimumWaitDuration": "A String", # The minimum duration the client must wait before issuing any find hashes
# request. If this field is not set, clients can issue a request as soon as
# they want.