mirror of
https://github.com/rclone/rclone.git
synced 2025-08-17 00:51:34 +02:00
vendor: update all dependencies
This commit is contained in:
3142
vendor/google.golang.org/api/firestore/v1beta1/firestore-api.json
generated
vendored
3142
vendor/google.golang.org/api/firestore/v1beta1/firestore-api.json
generated
vendored
File diff suppressed because it is too large
Load Diff
10
vendor/google.golang.org/api/firestore/v1beta1/firestore-gen.go
generated
vendored
10
vendor/google.golang.org/api/firestore/v1beta1/firestore-gen.go
generated
vendored
@ -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.
|
||||
|
Reference in New Issue
Block a user