Regen docs (#373)

diff --git a/docs/dyn/safebrowsing_v4.fullHashes.html b/docs/dyn/safebrowsing_v4.fullHashes.html
index 3281c1a..2647d59 100644
--- a/docs/dyn/safebrowsing_v4.fullHashes.html
+++ b/docs/dyn/safebrowsing_v4.fullHashes.html
@@ -103,12 +103,6 @@
       "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",
@@ -142,8 +142,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.
             },
           ],
         },