@@ -124,6 +124,32 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
124124 'type ' => 'string ' ,
125125 ],
126126 ],
127+ ],'queryUserRootContents ' => [
128+ 'path ' => 'v1/{+location}:queryUserRootContents ' ,
129+ 'httpMethod ' => 'GET ' ,
130+ 'parameters ' => [
131+ 'location ' => [
132+ 'location ' => 'path ' ,
133+ 'type ' => 'string ' ,
134+ 'required ' => true ,
135+ ],
136+ 'filter ' => [
137+ 'location ' => 'query ' ,
138+ 'type ' => 'string ' ,
139+ ],
140+ 'orderBy ' => [
141+ 'location ' => 'query ' ,
142+ 'type ' => 'string ' ,
143+ ],
144+ 'pageSize ' => [
145+ 'location ' => 'query ' ,
146+ 'type ' => 'integer ' ,
147+ ],
148+ 'pageToken ' => [
149+ 'location ' => 'query ' ,
150+ 'type ' => 'string ' ,
151+ ],
152+ ],
127153 ],'updateConfig ' => [
128154 'path ' => 'v1/{+name} ' ,
129155 'httpMethod ' => 'PATCH ' ,
@@ -148,7 +174,47 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
148174 'folders ' ,
149175 [
150176 'methods ' => [
151- 'getIamPolicy ' => [
177+ 'create ' => [
178+ 'path ' => 'v1/{+parent}/folders ' ,
179+ 'httpMethod ' => 'POST ' ,
180+ 'parameters ' => [
181+ 'parent ' => [
182+ 'location ' => 'path ' ,
183+ 'type ' => 'string ' ,
184+ 'required ' => true ,
185+ ],
186+ ],
187+ ],'delete ' => [
188+ 'path ' => 'v1/{+name} ' ,
189+ 'httpMethod ' => 'DELETE ' ,
190+ 'parameters ' => [
191+ 'name ' => [
192+ 'location ' => 'path ' ,
193+ 'type ' => 'string ' ,
194+ 'required ' => true ,
195+ ],
196+ ],
197+ ],'deleteTree ' => [
198+ 'path ' => 'v1/{+name}:deleteTree ' ,
199+ 'httpMethod ' => 'POST ' ,
200+ 'parameters ' => [
201+ 'name ' => [
202+ 'location ' => 'path ' ,
203+ 'type ' => 'string ' ,
204+ 'required ' => true ,
205+ ],
206+ ],
207+ ],'get ' => [
208+ 'path ' => 'v1/{+name} ' ,
209+ 'httpMethod ' => 'GET ' ,
210+ 'parameters ' => [
211+ 'name ' => [
212+ 'location ' => 'path ' ,
213+ 'type ' => 'string ' ,
214+ 'required ' => true ,
215+ ],
216+ ],
217+ ],'getIamPolicy ' => [
152218 'path ' => 'v1/{+resource}:getIamPolicy ' ,
153219 'httpMethod ' => 'GET ' ,
154220 'parameters ' => [
@@ -162,6 +228,56 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
162228 'type ' => 'integer ' ,
163229 ],
164230 ],
231+ ],'move ' => [
232+ 'path ' => 'v1/{+name}:move ' ,
233+ 'httpMethod ' => 'POST ' ,
234+ 'parameters ' => [
235+ 'name ' => [
236+ 'location ' => 'path ' ,
237+ 'type ' => 'string ' ,
238+ 'required ' => true ,
239+ ],
240+ ],
241+ ],'patch ' => [
242+ 'path ' => 'v1/{+name} ' ,
243+ 'httpMethod ' => 'PATCH ' ,
244+ 'parameters ' => [
245+ 'name ' => [
246+ 'location ' => 'path ' ,
247+ 'type ' => 'string ' ,
248+ 'required ' => true ,
249+ ],
250+ 'updateMask ' => [
251+ 'location ' => 'query ' ,
252+ 'type ' => 'string ' ,
253+ ],
254+ ],
255+ ],'queryFolderContents ' => [
256+ 'path ' => 'v1/{+folder}:queryFolderContents ' ,
257+ 'httpMethod ' => 'GET ' ,
258+ 'parameters ' => [
259+ 'folder ' => [
260+ 'location ' => 'path ' ,
261+ 'type ' => 'string ' ,
262+ 'required ' => true ,
263+ ],
264+ 'filter ' => [
265+ 'location ' => 'query ' ,
266+ 'type ' => 'string ' ,
267+ ],
268+ 'orderBy ' => [
269+ 'location ' => 'query ' ,
270+ 'type ' => 'string ' ,
271+ ],
272+ 'pageSize ' => [
273+ 'location ' => 'query ' ,
274+ 'type ' => 'integer ' ,
275+ ],
276+ 'pageToken ' => [
277+ 'location ' => 'query ' ,
278+ 'type ' => 'string ' ,
279+ ],
280+ ],
165281 ],'setIamPolicy ' => [
166282 'path ' => 'v1/{+resource}:setIamPolicy ' ,
167283 'httpMethod ' => 'POST ' ,
@@ -384,6 +500,16 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
384500 'type ' => 'string ' ,
385501 ],
386502 ],
503+ ],'move ' => [
504+ 'path ' => 'v1/{+name}:move ' ,
505+ 'httpMethod ' => 'POST ' ,
506+ 'parameters ' => [
507+ 'name ' => [
508+ 'location ' => 'path ' ,
509+ 'type ' => 'string ' ,
510+ 'required ' => true ,
511+ ],
512+ ],
387513 ],'patch ' => [
388514 'path ' => 'v1/{+name} ' ,
389515 'httpMethod ' => 'PATCH ' ,
@@ -1114,7 +1240,47 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
11141240 'teamFolders ' ,
11151241 [
11161242 'methods ' => [
1117- 'getIamPolicy ' => [
1243+ 'create ' => [
1244+ 'path ' => 'v1/{+parent}/teamFolders ' ,
1245+ 'httpMethod ' => 'POST ' ,
1246+ 'parameters ' => [
1247+ 'parent ' => [
1248+ 'location ' => 'path ' ,
1249+ 'type ' => 'string ' ,
1250+ 'required ' => true ,
1251+ ],
1252+ ],
1253+ ],'delete ' => [
1254+ 'path ' => 'v1/{+name} ' ,
1255+ 'httpMethod ' => 'DELETE ' ,
1256+ 'parameters ' => [
1257+ 'name ' => [
1258+ 'location ' => 'path ' ,
1259+ 'type ' => 'string ' ,
1260+ 'required ' => true ,
1261+ ],
1262+ ],
1263+ ],'deleteTree ' => [
1264+ 'path ' => 'v1/{+name}:deleteTree ' ,
1265+ 'httpMethod ' => 'POST ' ,
1266+ 'parameters ' => [
1267+ 'name ' => [
1268+ 'location ' => 'path ' ,
1269+ 'type ' => 'string ' ,
1270+ 'required ' => true ,
1271+ ],
1272+ ],
1273+ ],'get ' => [
1274+ 'path ' => 'v1/{+name} ' ,
1275+ 'httpMethod ' => 'GET ' ,
1276+ 'parameters ' => [
1277+ 'name ' => [
1278+ 'location ' => 'path ' ,
1279+ 'type ' => 'string ' ,
1280+ 'required ' => true ,
1281+ ],
1282+ ],
1283+ ],'getIamPolicy ' => [
11181284 'path ' => 'v1/{+resource}:getIamPolicy ' ,
11191285 'httpMethod ' => 'GET ' ,
11201286 'parameters ' => [
@@ -1128,6 +1294,72 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
11281294 'type ' => 'integer ' ,
11291295 ],
11301296 ],
1297+ ],'patch ' => [
1298+ 'path ' => 'v1/{+name} ' ,
1299+ 'httpMethod ' => 'PATCH ' ,
1300+ 'parameters ' => [
1301+ 'name ' => [
1302+ 'location ' => 'path ' ,
1303+ 'type ' => 'string ' ,
1304+ 'required ' => true ,
1305+ ],
1306+ 'updateMask ' => [
1307+ 'location ' => 'query ' ,
1308+ 'type ' => 'string ' ,
1309+ ],
1310+ ],
1311+ ],'queryContents ' => [
1312+ 'path ' => 'v1/{+teamFolder}:queryContents ' ,
1313+ 'httpMethod ' => 'GET ' ,
1314+ 'parameters ' => [
1315+ 'teamFolder ' => [
1316+ 'location ' => 'path ' ,
1317+ 'type ' => 'string ' ,
1318+ 'required ' => true ,
1319+ ],
1320+ 'filter ' => [
1321+ 'location ' => 'query ' ,
1322+ 'type ' => 'string ' ,
1323+ ],
1324+ 'orderBy ' => [
1325+ 'location ' => 'query ' ,
1326+ 'type ' => 'string ' ,
1327+ ],
1328+ 'pageSize ' => [
1329+ 'location ' => 'query ' ,
1330+ 'type ' => 'integer ' ,
1331+ ],
1332+ 'pageToken ' => [
1333+ 'location ' => 'query ' ,
1334+ 'type ' => 'string ' ,
1335+ ],
1336+ ],
1337+ ],'search ' => [
1338+ 'path ' => 'v1/{+location}/teamFolders:search ' ,
1339+ 'httpMethod ' => 'GET ' ,
1340+ 'parameters ' => [
1341+ 'location ' => [
1342+ 'location ' => 'path ' ,
1343+ 'type ' => 'string ' ,
1344+ 'required ' => true ,
1345+ ],
1346+ 'filter ' => [
1347+ 'location ' => 'query ' ,
1348+ 'type ' => 'string ' ,
1349+ ],
1350+ 'orderBy ' => [
1351+ 'location ' => 'query ' ,
1352+ 'type ' => 'string ' ,
1353+ ],
1354+ 'pageSize ' => [
1355+ 'location ' => 'query ' ,
1356+ 'type ' => 'integer ' ,
1357+ ],
1358+ 'pageToken ' => [
1359+ 'location ' => 'query ' ,
1360+ 'type ' => 'string ' ,
1361+ ],
1362+ ],
11311363 ],'setIamPolicy ' => [
11321364 'path ' => 'v1/{+resource}:setIamPolicy ' ,
11331365 'httpMethod ' => 'POST ' ,
0 commit comments