mirror of
https://github.com/rclone/rclone.git
synced 2025-08-16 00:28:09 +02:00
vendor: update all dependencies
This commit is contained in:
19
vendor/google.golang.org/api/firestore/v1beta1/firestore-api.json
generated
vendored
19
vendor/google.golang.org/api/firestore/v1beta1/firestore-api.json
generated
vendored
@ -63,11 +63,6 @@
|
||||
"location": "query",
|
||||
"type": "string"
|
||||
},
|
||||
"bearer_token": {
|
||||
"description": "OAuth bearer token.",
|
||||
"location": "query",
|
||||
"type": "string"
|
||||
},
|
||||
"callback": {
|
||||
"description": "JSONP",
|
||||
"location": "query",
|
||||
@ -88,12 +83,6 @@
|
||||
"location": "query",
|
||||
"type": "string"
|
||||
},
|
||||
"pp": {
|
||||
"default": "true",
|
||||
"description": "Pretty-print response.",
|
||||
"location": "query",
|
||||
"type": "boolean"
|
||||
},
|
||||
"prettyPrint": {
|
||||
"default": "true",
|
||||
"description": "Returns response with indentations and line breaks.",
|
||||
@ -741,7 +730,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20180418",
|
||||
"revision": "20180605",
|
||||
"rootUrl": "https://firestore.googleapis.com/",
|
||||
"schemas": {
|
||||
"ArrayValue": {
|
||||
@ -1245,12 +1234,14 @@
|
||||
"enum": [
|
||||
"MODE_UNSPECIFIED",
|
||||
"ASCENDING",
|
||||
"DESCENDING"
|
||||
"DESCENDING",
|
||||
"ARRAY_CONTAINS"
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"The mode is unspecified.",
|
||||
"The field's values are indexed so as to support sequencing in\nascending order and also query by \u003c, \u003e, \u003c=, \u003e=, and =.",
|
||||
"The field's values are indexed so as to support sequencing in\ndescending order and also query by \u003c, \u003e, \u003c=, \u003e=, and =."
|
||||
"The field's values are indexed so as to support sequencing in\ndescending order and also query by \u003c, \u003e, \u003c=, \u003e=, and =.",
|
||||
"The field's array values are indexed so as to support membership using\nARRAY_CONTAINS queries."
|
||||
],
|
||||
"type": "string"
|
||||
}
|
||||
|
3
vendor/google.golang.org/api/firestore/v1beta1/firestore-gen.go
generated
vendored
3
vendor/google.golang.org/api/firestore/v1beta1/firestore-gen.go
generated
vendored
@ -1133,6 +1133,9 @@ type IndexField struct {
|
||||
// "DESCENDING" - The field's values are indexed so as to support
|
||||
// sequencing in
|
||||
// descending order and also query by <, >, <=, >=, and =.
|
||||
// "ARRAY_CONTAINS" - The field's array values are indexed so as to
|
||||
// support membership using
|
||||
// ARRAY_CONTAINS queries.
|
||||
Mode string `json:"mode,omitempty"`
|
||||
|
||||
// ForceSendFields is a list of field names (e.g. "FieldPath") to
|
||||
|
Reference in New Issue
Block a user