Skip to content

Commit 164169f

Browse files
chore(spanner): update the api
1 parent ae7b9b5 commit 164169f

6 files changed

+72
-72
lines changed

docs/dyn/spanner_v1.projects.instanceConfigs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ <h3>Method Details</h3>
108108

109109
{ # A possible configuration for a Cloud Spanner instance. Configurations define the geographic placement of nodes and their replication.
110110
&quot;displayName&quot;: &quot;A String&quot;, # The name of this instance configuration as it appears in UIs.
111-
&quot;leaderOptions&quot;: [ # Allowed values of the default_leader schema option for databases in instances that use this instance configuration.
111+
&quot;leaderOptions&quot;: [ # Allowed values of the &quot;default_leader&quot; schema option for databases in instances that use this instance configuration.
112112
&quot;A String&quot;,
113113
],
114114
&quot;name&quot;: &quot;A String&quot;, # A unique identifier for the instance configuration. Values are of the form `projects//instanceConfigs/a-z*`.
@@ -142,7 +142,7 @@ <h3>Method Details</h3>
142142
&quot;instanceConfigs&quot;: [ # The list of requested instance configurations.
143143
{ # A possible configuration for a Cloud Spanner instance. Configurations define the geographic placement of nodes and their replication.
144144
&quot;displayName&quot;: &quot;A String&quot;, # The name of this instance configuration as it appears in UIs.
145-
&quot;leaderOptions&quot;: [ # Allowed values of the default_leader schema option for databases in instances that use this instance configuration.
145+
&quot;leaderOptions&quot;: [ # Allowed values of the &quot;default_leader&quot; schema option for databases in instances that use this instance configuration.
146146
&quot;A String&quot;,
147147
],
148148
&quot;name&quot;: &quot;A String&quot;, # A unique identifier for the instance configuration. Values are of the form `projects//instanceConfigs/a-z*`.

0 commit comments

Comments
 (0)