Hide not yet implemented update_transforms message

PiperOrigin-RevId: 287608953
This commit is contained in:
Google APIs 2019-12-30 16:56:43 -08:00 committed by Copybara-Service
parent a202fb3b91
commit ec285d3d23
1 changed files with 0 additions and 7 deletions

View File

@ -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.