vendor: update all dependencies

This commit is contained in:
Nick Craig-Wood
2018-03-19 15:51:38 +00:00
parent 940df88eb2
commit d64789528d
4309 changed files with 1327278 additions and 1001118 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2425,10 +2425,12 @@ type Write struct {
// UpdateMask: The fields to update in this write.
//
// This field can be set only when the operation is `update`.
// None of the field paths in the mask may contain a reserved name.
// If the document exists on the server and has fields not referenced in
// the
// mask, they are left unchanged.
// If the mask is not set for an `update` and the document exists,
// any
// existing data will be overwritten.
// If the mask is set and the document on the server has fields not
// covered by
// the mask, they are left unchanged.
// Fields referenced in the mask, but not present in the input document,
// are
// deleted from the document on the server.