Skip to content

Commit fc70f60

Browse files
committed
2 parents 0401e78 + 75161fb commit fc70f60

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

mmv1/products/bigtable/SchemaBundle.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,14 @@ properties:
8080
'The unique name of the requested schema bundle. Values are of the form
8181
`projects/<project>/instances/<instance>/tables/<table>/schemaBundles/<schemaBundleId>`.'
8282
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
8391
- name: 'protoSchema'
8492
type: NestedObject
8593
description: |

0 commit comments

Comments
 (0)