Skip to content

Commit

Permalink
feat(spanner): update the api
Browse files Browse the repository at this point in the history
#### spanner:v1

The following keys were added:
- resources.projects.resources.instances.resources.instancePartitions.resources.operations.methods.cancel (Total Keys: 11)
- resources.projects.resources.instances.resources.instancePartitions.resources.operations.methods.delete (Total Keys: 11)
- resources.projects.resources.instances.resources.instancePartitions.resources.operations.methods.get (Total Keys: 11)
- resources.projects.resources.instances.resources.instancePartitions.resources.operations.methods.list (Total Keys: 18)
  • Loading branch information
yoshi-automation committed May 24, 2023
1 parent d2db422 commit 55c2f04
Show file tree
Hide file tree
Showing 6 changed files with 533 additions and 48 deletions.
8 changes: 4 additions & 4 deletions docs/dyn/spanner_v1.projects.instanceConfigs.html
Expand Up @@ -144,7 +144,7 @@ <h3>Method Details</h3>
&quot;type&quot;: &quot;A String&quot;, # The type of replica.
},
],
&quot;state&quot;: &quot;A String&quot;, # Output only. The current instance config state.
&quot;state&quot;: &quot;A String&quot;, # Output only. The current instance config state. Applicable only for USER_MANAGED configs.
},
&quot;instanceConfigId&quot;: &quot;A String&quot;, # Required. The ID of the instance config to create. Valid identifiers are of the form `custom-[-a-z0-9]*[a-z0-9]` and must be between 2 and 64 characters in length. The `custom-` prefix is required to avoid name conflicts with Google managed configurations.
&quot;validateOnly&quot;: True or False, # An option to validate, but not actually execute, a request, and provide the same response.
Expand Down Expand Up @@ -241,7 +241,7 @@ <h3>Method Details</h3>
&quot;type&quot;: &quot;A String&quot;, # The type of replica.
},
],
&quot;state&quot;: &quot;A String&quot;, # Output only. The current instance config state.
&quot;state&quot;: &quot;A String&quot;, # Output only. The current instance config state. Applicable only for USER_MANAGED configs.
}</pre>
</div>

Expand Down Expand Up @@ -291,7 +291,7 @@ <h3>Method Details</h3>
&quot;type&quot;: &quot;A String&quot;, # The type of replica.
},
],
&quot;state&quot;: &quot;A String&quot;, # Output only. The current instance config state.
&quot;state&quot;: &quot;A String&quot;, # Output only. The current instance config state. Applicable only for USER_MANAGED configs.
},
],
&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.
Expand Down Expand Up @@ -350,7 +350,7 @@ <h3>Method Details</h3>
&quot;type&quot;: &quot;A String&quot;, # The type of replica.
},
],
&quot;state&quot;: &quot;A String&quot;, # Output only. The current instance config state.
&quot;state&quot;: &quot;A String&quot;, # Output only. The current instance config state. Applicable only for USER_MANAGED configs.
},
&quot;updateMask&quot;: &quot;A String&quot;, # Required. A mask specifying which fields in InstanceConfig should be updated. The field mask must always be specified; this prevents any future fields in InstanceConfig from being erased accidentally by clients that do not know about them. Only display_name and labels can be updated.
&quot;validateOnly&quot;: True or False, # An option to validate, but not actually execute, a request, and provide the same response.
Expand Down

0 comments on commit 55c2f04

Please sign in to comment.