Clean and regen docs (#401)

diff --git a/docs/dyn/safebrowsing_v4.encodedFullHashes.html b/docs/dyn/safebrowsing_v4.encodedFullHashes.html
index b6fba52..df075b3 100644
--- a/docs/dyn/safebrowsing_v4.encodedFullHashes.html
+++ b/docs/dyn/safebrowsing_v4.encodedFullHashes.html
@@ -96,6 +96,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.
@@ -123,8 +125,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.