Hide not yet implemented update_transforms message
PiperOrigin-RevId: 287608953
This commit is contained in:
parent
a202fb3b91
commit
ec285d3d23
|
|
@ -60,13 +60,6 @@ message Write {
|
|||
// The field paths in this mask must not contain a reserved field name.
|
||||
DocumentMask update_mask = 3;
|
||||
|
||||
// The transforms to perform after update.
|
||||
//
|
||||
// This field can be set only when the operation is `update`. If present, this
|
||||
// write is equivalent to performing `update` and `transform` to the same
|
||||
// document atomically and in order.
|
||||
repeated DocumentTransform.FieldTransform update_transforms = 7;
|
||||
|
||||
// An optional precondition on the document.
|
||||
//
|
||||
// The write will fail if this is set and not met by the target document.
|
||||
|
|
|
|||
Loading…
Reference in New Issue