mirror of
https://github.com/rclone/rclone.git
synced 2025-08-10 22:23:57 +02:00
vendor: update all dependencies
This commit is contained in:
10
vendor/google.golang.org/api/admin/directory/v1/admin-api.json
generated
vendored
10
vendor/google.golang.org/api/admin/directory/v1/admin-api.json
generated
vendored
@ -93,7 +93,7 @@
|
||||
"description": "Manages enterprise resources such as users and groups, administrative notifications, security features, and more.",
|
||||
"discoveryVersion": "v1",
|
||||
"documentationLink": "https://developers.google.com/admin-sdk/directory/",
|
||||
"etag": "\"Zkyw9ACJZUvcYmlFaKGChzhmtnE/cqLS0IwH2Is5IhWrKMNCt4VPtGQ\"",
|
||||
"etag": "\"Zkyw9ACJZUvcYmlFaKGChzhmtnE/v7vxOssi30MR6abOqdfvqmKaGFQ\"",
|
||||
"icons": {
|
||||
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
|
||||
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
|
||||
@ -401,7 +401,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"query": {
|
||||
"description": "Search string in the format given at http://support.google.com/chromeos/a/bin/answer.py?hl=en\u0026answer=1698333",
|
||||
"description": "Search string in the format given at http://support.google.com/chromeos/a/bin/answer.py?answer=1698333",
|
||||
"location": "query",
|
||||
"type": "string"
|
||||
},
|
||||
@ -961,7 +961,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"query": {
|
||||
"description": "Query string search. Should be of the form \"\". Complete documentation is at https://developers.google.com/admin-sdk/directory/v1/guides/search-users",
|
||||
"description": "Query string search. Should be of the form \"\". Complete documentation is at https://developers.google.com/admin-sdk/directory/v1/guides/search-groups",
|
||||
"location": "query",
|
||||
"type": "string"
|
||||
},
|
||||
@ -1542,7 +1542,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"query": {
|
||||
"description": "Search string in the format given at http://support.google.com/a/bin/answer.py?hl=en\u0026answer=1408863#search",
|
||||
"description": "Search string in the format given at http://support.google.com/a/bin/answer.py?answer=1408863#search",
|
||||
"location": "query",
|
||||
"type": "string"
|
||||
},
|
||||
@ -3969,7 +3969,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20180423",
|
||||
"revision": "20180604",
|
||||
"rootUrl": "https://www.googleapis.com/",
|
||||
"schemas": {
|
||||
"Alias": {
|
||||
|
12
vendor/google.golang.org/api/admin/directory/v1/admin-gen.go
generated
vendored
12
vendor/google.golang.org/api/admin/directory/v1/admin-gen.go
generated
vendored
@ -5172,7 +5172,7 @@ func (c *ChromeosdevicesListCall) Projection(projection string) *Chromeosdevices
|
||||
|
||||
// Query sets the optional parameter "query": Search string in the
|
||||
// format given at
|
||||
// http://support.google.com/chromeos/a/bin/answer.py?hl=en&answer=1698333
|
||||
// http://support.google.com/chromeos/a/bin/answer.py?answer=1698333
|
||||
func (c *ChromeosdevicesListCall) Query(query string) *ChromeosdevicesListCall {
|
||||
c.urlParams_.Set("query", query)
|
||||
return c
|
||||
@ -5351,7 +5351,7 @@ func (c *ChromeosdevicesListCall) Do(opts ...googleapi.CallOption) (*ChromeOsDev
|
||||
// "type": "string"
|
||||
// },
|
||||
// "query": {
|
||||
// "description": "Search string in the format given at http://support.google.com/chromeos/a/bin/answer.py?hl=en\u0026answer=1698333",
|
||||
// "description": "Search string in the format given at http://support.google.com/chromeos/a/bin/answer.py?answer=1698333",
|
||||
// "location": "query",
|
||||
// "type": "string"
|
||||
// },
|
||||
@ -7725,7 +7725,7 @@ func (c *GroupsListCall) PageToken(pageToken string) *GroupsListCall {
|
||||
|
||||
// Query sets the optional parameter "query": Query string search.
|
||||
// Should be of the form "". Complete documentation is at
|
||||
// https://developers.google.com/admin-sdk/directory/v1/guides/search-users
|
||||
// https://developers.google.com/admin-sdk/directory/v1/guides/search-groups
|
||||
func (c *GroupsListCall) Query(query string) *GroupsListCall {
|
||||
c.urlParams_.Set("query", query)
|
||||
return c
|
||||
@ -7880,7 +7880,7 @@ func (c *GroupsListCall) Do(opts ...googleapi.CallOption) (*Groups, error) {
|
||||
// "type": "string"
|
||||
// },
|
||||
// "query": {
|
||||
// "description": "Query string search. Should be of the form \"\". Complete documentation is at https://developers.google.com/admin-sdk/directory/v1/guides/search-users",
|
||||
// "description": "Query string search. Should be of the form \"\". Complete documentation is at https://developers.google.com/admin-sdk/directory/v1/guides/search-groups",
|
||||
// "location": "query",
|
||||
// "type": "string"
|
||||
// },
|
||||
@ -10079,7 +10079,7 @@ func (c *MobiledevicesListCall) Projection(projection string) *MobiledevicesList
|
||||
|
||||
// Query sets the optional parameter "query": Search string in the
|
||||
// format given at
|
||||
// http://support.google.com/a/bin/answer.py?hl=en&answer=1408863#search
|
||||
// http://support.google.com/a/bin/answer.py?answer=1408863#search
|
||||
func (c *MobiledevicesListCall) Query(query string) *MobiledevicesListCall {
|
||||
c.urlParams_.Set("query", query)
|
||||
return c
|
||||
@ -10255,7 +10255,7 @@ func (c *MobiledevicesListCall) Do(opts ...googleapi.CallOption) (*MobileDevices
|
||||
// "type": "string"
|
||||
// },
|
||||
// "query": {
|
||||
// "description": "Search string in the format given at http://support.google.com/a/bin/answer.py?hl=en\u0026answer=1408863#search",
|
||||
// "description": "Search string in the format given at http://support.google.com/a/bin/answer.py?answer=1408863#search",
|
||||
// "location": "query",
|
||||
// "type": "string"
|
||||
// },
|
||||
|
8
vendor/google.golang.org/api/admin/reports/v1/admin-api.json
generated
vendored
8
vendor/google.golang.org/api/admin/reports/v1/admin-api.json
generated
vendored
@ -18,7 +18,7 @@
|
||||
"description": "Fetches reports for the administrators of G Suite customers about the usage, collaboration, security, and risk for their users.",
|
||||
"discoveryVersion": "v1",
|
||||
"documentationLink": "https://developers.google.com/admin-sdk/reports/",
|
||||
"etag": "\"Zkyw9ACJZUvcYmlFaKGChzhmtnE/yidQnSpgj1IFF7QC_UWo1i1Etx0\"",
|
||||
"etag": "\"Zkyw9ACJZUvcYmlFaKGChzhmtnE/qLYAvJFGLfyQS5NN2Ycs-uWKdaw\"",
|
||||
"icons": {
|
||||
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
|
||||
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
|
||||
@ -95,7 +95,7 @@
|
||||
"applicationName": {
|
||||
"description": "Application name for which the events are to be retrieved.",
|
||||
"location": "path",
|
||||
"pattern": "(admin)|(calendar)|(drive)|(login)|(mobile)|(token)|(groups)|(saml)|(chat)|(gplus)|(rules)|(jamboard)",
|
||||
"pattern": "(admin)|(calendar)|(drive)|(login)|(mobile)|(token)|(groups)|(saml)|(chat)|(gplus)|(rules)|(jamboard)|(meet)",
|
||||
"required": true,
|
||||
"type": "string"
|
||||
},
|
||||
@ -174,7 +174,7 @@
|
||||
"applicationName": {
|
||||
"description": "Application name for which the events are to be retrieved.",
|
||||
"location": "path",
|
||||
"pattern": "(admin)|(calendar)|(drive)|(login)|(mobile)|(token)|(groups)|(saml)|(chat)|(gplus)|(rules)|(jamboard)",
|
||||
"pattern": "(admin)|(calendar)|(drive)|(login)|(mobile)|(token)|(groups)|(saml)|(chat)|(gplus)|(rules)|(jamboard)|(meet)",
|
||||
"required": true,
|
||||
"type": "string"
|
||||
},
|
||||
@ -443,7 +443,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20180430",
|
||||
"revision": "20180514",
|
||||
"rootUrl": "https://www.googleapis.com/",
|
||||
"schemas": {
|
||||
"Activities": {
|
||||
|
4
vendor/google.golang.org/api/admin/reports/v1/admin-gen.go
generated
vendored
4
vendor/google.golang.org/api/admin/reports/v1/admin-gen.go
generated
vendored
@ -862,7 +862,7 @@ func (c *ActivitiesListCall) Do(opts ...googleapi.CallOption) (*Activities, erro
|
||||
// "applicationName": {
|
||||
// "description": "Application name for which the events are to be retrieved.",
|
||||
// "location": "path",
|
||||
// "pattern": "(admin)|(calendar)|(drive)|(login)|(mobile)|(token)|(groups)|(saml)|(chat)|(gplus)|(rules)|(jamboard)",
|
||||
// "pattern": "(admin)|(calendar)|(drive)|(login)|(mobile)|(token)|(groups)|(saml)|(chat)|(gplus)|(rules)|(jamboard)|(meet)",
|
||||
// "required": true,
|
||||
// "type": "string"
|
||||
// },
|
||||
@ -1130,7 +1130,7 @@ func (c *ActivitiesWatchCall) Do(opts ...googleapi.CallOption) (*Channel, error)
|
||||
// "applicationName": {
|
||||
// "description": "Application name for which the events are to be retrieved.",
|
||||
// "location": "path",
|
||||
// "pattern": "(admin)|(calendar)|(drive)|(login)|(mobile)|(token)|(groups)|(saml)|(chat)|(gplus)|(rules)|(jamboard)",
|
||||
// "pattern": "(admin)|(calendar)|(drive)|(login)|(mobile)|(token)|(groups)|(saml)|(chat)|(gplus)|(rules)|(jamboard)|(meet)",
|
||||
// "required": true,
|
||||
// "type": "string"
|
||||
// },
|
||||
|
Reference in New Issue
Block a user