vendor: update all dependencies

This commit is contained in:
Nick Craig-Wood
2018-06-17 17:59:12 +01:00
parent 3f0789e2db
commit 08021c4636
2474 changed files with 435818 additions and 282709 deletions

View File

@ -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"
}

View File

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