mirror of
https://github.com/rclone/rclone.git
synced 2025-08-15 16:22:47 +02:00
vendor: update all dependencies
This commit is contained in:
6
vendor/google.golang.org/api/gmail/v1/gmail-api.json
generated
vendored
6
vendor/google.golang.org/api/gmail/v1/gmail-api.json
generated
vendored
@ -1,11 +1,11 @@
|
||||
{
|
||||
"kind": "discovery#restDescription",
|
||||
"etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/UwagAxm_I2G-u6KLgFC6FvmGYn8\"",
|
||||
"etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/Kao4BYxqk4XjAGvTP0MqtIG26pc\"",
|
||||
"discoveryVersion": "v1",
|
||||
"id": "gmail:v1",
|
||||
"name": "gmail",
|
||||
"version": "v1",
|
||||
"revision": "20170405",
|
||||
"revision": "20170516",
|
||||
"title": "Gmail API",
|
||||
"description": "Access Gmail mailboxes including sending user email.",
|
||||
"ownerDomain": "google.com",
|
||||
@ -2138,7 +2138,7 @@
|
||||
},
|
||||
"q": {
|
||||
"type": "string",
|
||||
"description": "Only return messages matching the specified query. Supports the same query format as the Gmail search box. For example, \"from:someuser@example.com rfc822msgid: is:unread\". Parameter cannot be used when accessing the api using the gmail.metadata scope.",
|
||||
"description": "Only return messages matching the specified query. Supports the same query format as the Gmail search box. For example, \"from:someuser@example.com rfc822msgid:\u003csomemsgid@example.com\u003e is:unread\". Parameter cannot be used when accessing the api using the gmail.metadata scope.",
|
||||
"location": "query"
|
||||
},
|
||||
"userId": {
|
||||
|
8
vendor/google.golang.org/api/gmail/v1/gmail-gen.go
generated
vendored
8
vendor/google.golang.org/api/gmail/v1/gmail-gen.go
generated
vendored
@ -5856,9 +5856,9 @@ func (c *UsersMessagesListCall) PageToken(pageToken string) *UsersMessagesListCa
|
||||
|
||||
// Q sets the optional parameter "q": Only return messages matching the
|
||||
// specified query. Supports the same query format as the Gmail search
|
||||
// box. For example, "from:someuser@example.com rfc822msgid: is:unread".
|
||||
// Parameter cannot be used when accessing the api using the
|
||||
// gmail.metadata scope.
|
||||
// box. For example, "from:someuser@example.com
|
||||
// rfc822msgid:<somemsgid@example.com> is:unread". Parameter cannot be
|
||||
// used when accessing the api using the gmail.metadata scope.
|
||||
func (c *UsersMessagesListCall) Q(q string) *UsersMessagesListCall {
|
||||
c.urlParams_.Set("q", q)
|
||||
return c
|
||||
@ -5990,7 +5990,7 @@ func (c *UsersMessagesListCall) Do(opts ...googleapi.CallOption) (*ListMessagesR
|
||||
// "type": "string"
|
||||
// },
|
||||
// "q": {
|
||||
// "description": "Only return messages matching the specified query. Supports the same query format as the Gmail search box. For example, \"from:someuser@example.com rfc822msgid: is:unread\". Parameter cannot be used when accessing the api using the gmail.metadata scope.",
|
||||
// "description": "Only return messages matching the specified query. Supports the same query format as the Gmail search box. For example, \"from:someuser@example.com rfc822msgid:\u003csomemsgid@example.com\u003e is:unread\". Parameter cannot be used when accessing the api using the gmail.metadata scope.",
|
||||
// "location": "query",
|
||||
// "type": "string"
|
||||
// },
|
||||
|
Reference in New Issue
Block a user