Regen docs (#373)

diff --git a/docs/dyn/safebrowsing_v4.threatMatches.html b/docs/dyn/safebrowsing_v4.threatMatches.html
index cd7242a..3379a46 100644
--- a/docs/dyn/safebrowsing_v4.threatMatches.html
+++ b/docs/dyn/safebrowsing_v4.threatMatches.html
@@ -97,12 +97,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.
@@ -114,6 +108,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",
+      ],
     },
   }
 
@@ -133,8 +133,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.
             },
           ],
         },