chore: update docs/dyn , add static discovery files to discovery_cache/documents (#1111)

This PR was generated using Autosynth. :rainbow:

Synth log will be available here:
https://source.cloud.google.com/results/invocations/78f53313-0c78-4a29-8841-f031665a4c6a/targets

- [ ] To automatically regenerate this PR, check this box.

Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/docs/dyn/sqladmin_v1beta4.flags.html b/docs/dyn/sqladmin_v1beta4.flags.html
index 2b32da5..81c3cfc 100644
--- a/docs/dyn/sqladmin_v1beta4.flags.html
+++ b/docs/dyn/sqladmin_v1beta4.flags.html
@@ -103,22 +103,22 @@
     { # Flags list response.
     "items": [ # List of flags.
       { # A flag resource.
-        "type": "A String", # The type of the flag. Flags are typed to being *BOOLEAN*, *STRING*, *INTEGER* or *NONE*. *NONE* is used for flags which do not take a value, such as *skip_grant_tables*.
         "appliesTo": [ # The database version this flag applies to. Can be *MYSQL_8_0*, *MYSQL_5_6*, or *MYSQL_5_7*.
           "A String",
         ],
+        "kind": "A String", # This is always *sql#flag*.
+        "inBeta": True or False, # Whether or not the flag is considered in beta.
         "allowedStringValues": [ # For *STRING* flags, a list of strings that the value can be set to.
           "A String",
         ],
-        "kind": "A String", # This is always *sql#flag*.
         "name": "A String", # This is the name of the flag. Flag names always use underscores, not hyphens, for example: *max_allowed_packet*
-        "inBeta": True or False, # Whether or not the flag is considered in beta.
         "requiresRestart": True or False, # Indicates whether changing this flag will trigger a database restart. Only applicable to Second Generation instances.
+        "minValue": "A String", # For *INTEGER* flags, the minimum allowed value.
         "maxValue": "A String", # For *INTEGER* flags, the maximum allowed value.
+        "type": "A String", # The type of the flag. Flags are typed to being *BOOLEAN*, *STRING*, *INTEGER* or *NONE*. *NONE* is used for flags which do not take a value, such as *skip_grant_tables*.
         "allowedIntValues": [ # Use this field if only certain integers are accepted. Can be combined with min_value and max_value to add additional values.
           "A String",
         ],
-        "minValue": "A String", # For *INTEGER* flags, the minimum allowed value.
       },
     ],
     "kind": "A String", # This is always *sql#flagsList*.