chore: update docs/dyn (#1106)
diff --git a/docs/dyn/spanner_v1.projects.instanceConfigs.html b/docs/dyn/spanner_v1.projects.instanceConfigs.html
index e898626..56e3e7b 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.
{
- "location": "A String", # The location of the serving resources, e.g. "us-central1".
"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".
},
],
"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>
@@ -138,15 +138,15 @@
{ # The response for ListInstanceConfigs.
"instanceConfigs": [ # The list of requested instance configurations.
{ # 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.
{
- "location": "A String", # The location of the serving resources, e.g. "us-central1".
"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".
},
],
"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*`
},
],
"nextPageToken": "A String", # `next_page_token` can be sent in a subsequent ListInstanceConfigs call to fetch more of the matching instance configurations.