Upgrade to latest API versions + code regen

This commit is contained in:
Sebastian Thiel
2017-12-12 14:30:54 +01:00
parent dc30217711
commit 357a0e650e
776 changed files with 356718 additions and 104442 deletions

View File

@@ -1,11 +1,11 @@
{
"kind": "discovery#restDescription",
"etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/IQ6IlDF_Rs6vMZyFSA6V8uvh46Q\"",
"etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/dokL7JnoHyUOqrzu7Ur837tSd0s\"",
"discoveryVersion": "v1",
"id": "drive:v3",
"name": "drive",
"version": "v3",
"revision": "20170915",
"revision": "20171201",
"title": "Drive API",
"description": "Manages files in Drive including uploading, downloading, searching, detecting changes, and updating sharing permissions.",
"ownerDomain": "google.com",
@@ -1324,6 +1324,11 @@
"type": "string",
"description": "The color of this Team Drive as an RGB hex string. It can only be set on a drive.teamdrives.update request that does not set themeId."
},
"createdTime": {
"type": "string",
"description": "The time at which the Team Drive was created (RFC 3339 date-time).",
"format": "date-time"
},
"id": {
"type": "string",
"description": "The ID of this Team Drive which is also the ID of the top level folder for this Team Drive."
@@ -2337,6 +2342,12 @@
"description": "Whether to transfer ownership to the specified user and downgrade the current owner to a writer. This parameter is required as an acknowledgement of the side effect.",
"default": "false",
"location": "query"
},
"useDomainAdminAccess": {
"type": "boolean",
"description": "Whether the request should be treated as if it was issued by a domain administrator; if set to true, then the requester will be granted access if they are an administrator of the domain to which the item belongs.",
"default": "false",
"location": "query"
}
},
"parameterOrder": [
@@ -2376,6 +2387,12 @@
"description": "Whether the requesting application supports Team Drives.",
"default": "false",
"location": "query"
},
"useDomainAdminAccess": {
"type": "boolean",
"description": "Whether the request should be treated as if it was issued by a domain administrator; if set to true, then the requester will be granted access if they are an administrator of the domain to which the item belongs.",
"default": "false",
"location": "query"
}
},
"parameterOrder": [
@@ -2410,6 +2427,12 @@
"description": "Whether the requesting application supports Team Drives.",
"default": "false",
"location": "query"
},
"useDomainAdminAccess": {
"type": "boolean",
"description": "Whether the request should be treated as if it was issued by a domain administrator; if set to true, then the requester will be granted access if they are an administrator of the domain to which the item belongs.",
"default": "false",
"location": "query"
}
},
"parameterOrder": [
@@ -2458,6 +2481,12 @@
"description": "Whether the requesting application supports Team Drives.",
"default": "false",
"location": "query"
},
"useDomainAdminAccess": {
"type": "boolean",
"description": "Whether the request should be treated as if it was issued by a domain administrator; if set to true, then the requester will be granted access if they are an administrator of the domain to which the item belongs.",
"default": "false",
"location": "query"
}
},
"parameterOrder": [
@@ -2510,6 +2539,12 @@
"description": "Whether to transfer ownership to the specified user and downgrade the current owner to a writer. This parameter is required as an acknowledgement of the side effect.",
"default": "false",
"location": "query"
},
"useDomainAdminAccess": {
"type": "boolean",
"description": "Whether the request should be treated as if it was issued by a domain administrator; if set to true, then the requester will be granted access if they are an administrator of the domain to which the item belongs.",
"default": "false",
"location": "query"
}
},
"parameterOrder": [
@@ -2954,6 +2989,12 @@
"description": "The ID of the Team Drive",
"required": true,
"location": "path"
},
"useDomainAdminAccess": {
"type": "boolean",
"description": "Whether the request should be treated as if it was issued by a domain administrator; if set to true, then the requester will be granted access if they are an administrator of the domain to which the Team Drive belongs.",
"default": "false",
"location": "query"
}
},
"parameterOrder": [
@@ -2986,6 +3027,17 @@
"type": "string",
"description": "Page token for Team Drives.",
"location": "query"
},
"q": {
"type": "string",
"description": "Query string for searching Team Drives.",
"location": "query"
},
"useDomainAdminAccess": {
"type": "boolean",
"description": "Whether the request should be treated as if it was issued by a domain administrator; if set to true, then all Team Drives of the domain in which the requester is an administrator are returned.",
"default": "false",
"location": "query"
}
},
"response": {