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/spanner_v1.projects.instanceConfigs.html b/docs/dyn/spanner_v1.projects.instanceConfigs.html
index 56e3e7b..5ccb037 100644
--- a/docs/dyn/spanner_v1.projects.instanceConfigs.html
+++ b/docs/dyn/spanner_v1.projects.instanceConfigs.html
@@ -107,15 +107,15 @@
   An object of the form:
 
     { # A possible configuration for a Cloud Spanner instance. Configurations define the geographic placement of nodes and their replication.
+    "name": "A String", # A unique identifier for the instance configuration. Values are of the form `projects//instanceConfigs/a-z*`
     "replicas": [ # The geographic placement of nodes in this instance configuration and their replication properties.
       {
-        "type": "A String", # The type of replica.
         "defaultLeaderLocation": True or False, # If true, this location is designated as the default leader location where leader replicas are placed. See the [region types documentation](https://cloud.google.com/spanner/docs/instances#region_types) for more details.
         "location": "A String", # The location of the serving resources, e.g. "us-central1".
+        "type": "A String", # The type of replica.
       },
     ],
     "displayName": "A String", # The name of this instance configuration as it appears in UIs.
-    "name": "A String", # A unique identifier for the instance configuration. Values are of the form `projects//instanceConfigs/a-z*`
   }</pre>
 </div>
 
@@ -136,20 +136,20 @@
   An object of the form:
 
     { # The response for ListInstanceConfigs.
+    &quot;nextPageToken&quot;: &quot;A String&quot;, # `next_page_token` can be sent in a subsequent ListInstanceConfigs call to fetch more of the matching instance configurations.
     &quot;instanceConfigs&quot;: [ # The list of requested instance configurations.
       { # A possible configuration for a Cloud Spanner instance. Configurations define the geographic placement of nodes and their replication.
+        &quot;name&quot;: &quot;A String&quot;, # A unique identifier for the instance configuration. Values are of the form `projects//instanceConfigs/a-z*`
         &quot;replicas&quot;: [ # The geographic placement of nodes in this instance configuration and their replication properties.
           {
-            &quot;type&quot;: &quot;A String&quot;, # The type of replica.
             &quot;defaultLeaderLocation&quot;: True or False, # If true, this location is designated as the default leader location where leader replicas are placed. See the [region types documentation](https://cloud.google.com/spanner/docs/instances#region_types) for more details.
             &quot;location&quot;: &quot;A String&quot;, # The location of the serving resources, e.g. &quot;us-central1&quot;.
+            &quot;type&quot;: &quot;A String&quot;, # The type of replica.
           },
         ],
         &quot;displayName&quot;: &quot;A String&quot;, # The name of this instance configuration as it appears in UIs.
-        &quot;name&quot;: &quot;A String&quot;, # A unique identifier for the instance configuration. Values are of the form `projects//instanceConfigs/a-z*`
       },
     ],
-    &quot;nextPageToken&quot;: &quot;A String&quot;, # `next_page_token` can be sent in a subsequent ListInstanceConfigs call to fetch more of the matching instance configurations.
   }</pre>
 </div>