docs: update docs (#916)

* fix: re-run script

* test: fix noxfile
diff --git a/docs/dyn/container_v1.projects.locations.html b/docs/dyn/container_v1.projects.locations.html
index f049213..efbed40 100644
--- a/docs/dyn/container_v1.projects.locations.html
+++ b/docs/dyn/container_v1.projects.locations.html
@@ -114,12 +114,12 @@
     "validMasterVersions": [ # List of valid master versions.
       "A String",
     ],
-    "defaultClusterVersion": "A String", # Version of Kubernetes the service deploys by default.
     "defaultImageType": "A String", # Default image type.
-    "validNodeVersions": [ # List of valid node upgrade target versions.
+    "defaultClusterVersion": "A String", # Version of Kubernetes the service deploys by default.
+    "validImageTypes": [ # List of valid image types.
       "A String",
     ],
-    "validImageTypes": [ # List of valid image types.
+    "validNodeVersions": [ # List of valid node upgrade target versions.
       "A String",
     ],
   }</pre>