We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0401e78 + 75161fb commit fc70f60Copy full SHA for fc70f60
1 file changed
mmv1/products/bigtable/SchemaBundle.yaml
@@ -80,6 +80,14 @@ properties:
80
'The unique name of the requested schema bundle. Values are of the form
81
`projects/<project>/instances/<instance>/tables/<table>/schemaBundles/<schemaBundleId>`.'
82
output: true
83
+ - name: 'etag'
84
+ type: String
85
+ description: |
86
+ etag is used for optimistic concurrency control as a way to help prevent simultaneous
87
+ updates of a schema bundle from overwriting each other. This may be sent on update and delete
88
+ requests to ensure the client has an update-to-date value before proceeding. The server returns
89
+ an ABORTED error on a mismatched etag.
90
+ output: true
91
- name: 'protoSchema'
92
type: NestedObject
93
description: |
0 commit comments