You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclass="firstline">Retrieves the next page of results.</p>
@@ -133,7 +133,7 @@ <h3>Method Details</h3>
133
133
"leaderOptions": [ # Allowed values of the "default_leader" schema option for databases in instances that use this instance configuration.
134
134
"A String",
135
135
],
136
-
"name": "A String", # A unique identifier for the instance configuration. Values are of the form `projects//instanceConfigs/a-z*`.
136
+
"name": "A String", # A unique identifier for the instance configuration. Values are of the form `projects//instanceConfigs/a-z*`. User instance config must start with `custom-`.
137
137
"optionalReplicas": [ # Output only. The available optional replicas to choose from for user managed configurations. Populated for Google managed configurations.
138
138
{
139
139
"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.
@@ -143,7 +143,7 @@ <h3>Method Details</h3>
143
143
],
144
144
"quorumType": "A String", # Output only. The `QuorumType` of the instance configuration.
145
145
"reconciling": True or False, # Output only. If true, the instance config is being created or updated. If false, there are no ongoing operations for the instance config.
146
-
"replicas": [ # The geographic placement of nodes in this instance configuration and their replication properties.
146
+
"replicas": [ # The geographic placement of nodes in this instance configuration and their replication properties. To create user managed configurations, input `replicas` must include all replicas in `replicas` of the `base_config` and include one or more replicas in the `optional_replicas` of the `base_config`.
147
147
{
148
148
"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.
149
149
"location": "A String", # The location of the serving resources, e.g., "us-central1".
@@ -232,7 +232,7 @@ <h3>Method Details</h3>
232
232
"leaderOptions": [ # Allowed values of the "default_leader" schema option for databases in instances that use this instance configuration.
233
233
"A String",
234
234
],
235
-
"name": "A String", # A unique identifier for the instance configuration. Values are of the form `projects//instanceConfigs/a-z*`.
235
+
"name": "A String", # A unique identifier for the instance configuration. Values are of the form `projects//instanceConfigs/a-z*`. User instance config must start with `custom-`.
236
236
"optionalReplicas": [ # Output only. The available optional replicas to choose from for user managed configurations. Populated for Google managed configurations.
237
237
{
238
238
"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.
@@ -242,7 +242,7 @@ <h3>Method Details</h3>
242
242
],
243
243
"quorumType": "A String", # Output only. The `QuorumType` of the instance configuration.
244
244
"reconciling": True or False, # Output only. If true, the instance config is being created or updated. If false, there are no ongoing operations for the instance config.
245
-
"replicas": [ # The geographic placement of nodes in this instance configuration and their replication properties.
245
+
"replicas": [ # The geographic placement of nodes in this instance configuration and their replication properties. To create user managed configurations, input `replicas` must include all replicas in `replicas` of the `base_config` and include one or more replicas in the `optional_replicas` of the `base_config`.
246
246
{
247
247
"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.
248
248
"location": "A String", # The location of the serving resources, e.g., "us-central1".
<pre>Lists the supported instance configurations for a given project.
259
+
<pre>Lists the supported instance configurations for a given project. Returns both Google managed configs and user managed configs.
260
260
261
261
Args:
262
262
parent: string, Required. The name of the project for which a list of supported instance configurations is requested. Values are of the form `projects/`. (required)
@@ -284,7 +284,7 @@ <h3>Method Details</h3>
284
284
"leaderOptions": [ # Allowed values of the "default_leader" schema option for databases in instances that use this instance configuration.
285
285
"A String",
286
286
],
287
-
"name": "A String", # A unique identifier for the instance configuration. Values are of the form `projects//instanceConfigs/a-z*`.
287
+
"name": "A String", # A unique identifier for the instance configuration. Values are of the form `projects//instanceConfigs/a-z*`. User instance config must start with `custom-`.
288
288
"optionalReplicas": [ # Output only. The available optional replicas to choose from for user managed configurations. Populated for Google managed configurations.
289
289
{
290
290
"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.
@@ -294,7 +294,7 @@ <h3>Method Details</h3>
294
294
],
295
295
"quorumType": "A String", # Output only. The `QuorumType` of the instance configuration.
296
296
"reconciling": True or False, # Output only. If true, the instance config is being created or updated. If false, there are no ongoing operations for the instance config.
297
-
"replicas": [ # The geographic placement of nodes in this instance configuration and their replication properties.
297
+
"replicas": [ # The geographic placement of nodes in this instance configuration and their replication properties. To create user managed configurations, input `replicas` must include all replicas in `replicas` of the `base_config` and include one or more replicas in the `optional_replicas` of the `base_config`.
298
298
{
299
299
"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.
300
300
"location": "A String", # The location of the serving resources, e.g., "us-central1".
@@ -328,7 +328,7 @@ <h3>Method Details</h3>
328
328
<pre>Updates an instance config. The returned long-running operation can be used to track the progress of updating the instance. If the named instance config does not exist, returns `NOT_FOUND`. Only user managed configurations can be updated. Immediately after the request returns: * The instance config's reconciling field is set to true. While the operation is pending: * Cancelling the operation sets its metadata's cancel_time. The operation is guaranteed to succeed at undoing all changes, after which point it terminates with a `CANCELLED` status. * All other attempts to modify the instance config are rejected. * Reading the instance config via the API continues to give the pre-request values. Upon completion of the returned operation: * Creating instances using the instance configuration uses the new values. * The instance config's new values are readable via the API. * The instance config's reconciling field becomes false. The returned long-running operation will have a name of the format `/operations/` and can be used to track the instance config modification. The metadata field type is UpdateInstanceConfigMetadata. The response field type is InstanceConfig, if successful. Authorization requires `spanner.instanceConfigs.update` permission on the resource name.
329
329
330
330
Args:
331
-
name: string, A unique identifier for the instance configuration. Values are of the form `projects//instanceConfigs/a-z*`. (required)
331
+
name: string, A unique identifier for the instance configuration. Values are of the form `projects//instanceConfigs/a-z*`. User instance config must start with `custom-`. (required)
332
332
body: object, The request body.
333
333
The object takes the form of:
334
334
@@ -345,7 +345,7 @@ <h3>Method Details</h3>
345
345
"leaderOptions": [ # Allowed values of the "default_leader" schema option for databases in instances that use this instance configuration.
346
346
"A String",
347
347
],
348
-
"name": "A String", # A unique identifier for the instance configuration. Values are of the form `projects//instanceConfigs/a-z*`.
348
+
"name": "A String", # A unique identifier for the instance configuration. Values are of the form `projects//instanceConfigs/a-z*`. User instance config must start with `custom-`.
349
349
"optionalReplicas": [ # Output only. The available optional replicas to choose from for user managed configurations. Populated for Google managed configurations.
350
350
{
351
351
"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.
@@ -355,7 +355,7 @@ <h3>Method Details</h3>
355
355
],
356
356
"quorumType": "A String", # Output only. The `QuorumType` of the instance configuration.
357
357
"reconciling": True or False, # Output only. If true, the instance config is being created or updated. If false, there are no ongoing operations for the instance config.
358
-
"replicas": [ # The geographic placement of nodes in this instance configuration and their replication properties.
358
+
"replicas": [ # The geographic placement of nodes in this instance configuration and their replication properties. To create user managed configurations, input `replicas` must include all replicas in `replicas` of the `base_config` and include one or more replicas in the `optional_replicas` of the `base_config`.
359
359
{
360
360
"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.
361
361
"location": "A String", # The location of the serving resources, e.g., "us-central1".
0 commit comments