@@ -296,6 +296,20 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
296296 'required ' => true ,
297297 ],
298298 ],
299+ ],'getIamPolicy ' => [
300+ 'path ' => 'v1/{+resource}:getIamPolicy ' ,
301+ 'httpMethod ' => 'GET ' ,
302+ 'parameters ' => [
303+ 'resource ' => [
304+ 'location ' => 'path ' ,
305+ 'type ' => 'string ' ,
306+ 'required ' => true ,
307+ ],
308+ 'options.requestedPolicyVersion ' => [
309+ 'location ' => 'query ' ,
310+ 'type ' => 'integer ' ,
311+ ],
312+ ],
299313 ],'list ' => [
300314 'path ' => 'v1/{+parent}/reservations ' ,
301315 'httpMethod ' => 'GET ' ,
@@ -328,6 +342,26 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
328342 'type ' => 'string ' ,
329343 ],
330344 ],
345+ ],'setIamPolicy ' => [
346+ 'path ' => 'v1/{+resource}:setIamPolicy ' ,
347+ 'httpMethod ' => 'POST ' ,
348+ 'parameters ' => [
349+ 'resource ' => [
350+ 'location ' => 'path ' ,
351+ 'type ' => 'string ' ,
352+ 'required ' => true ,
353+ ],
354+ ],
355+ ],'testIamPermissions ' => [
356+ 'path ' => 'v1/{+resource}:testIamPermissions ' ,
357+ 'httpMethod ' => 'POST ' ,
358+ 'parameters ' => [
359+ 'resource ' => [
360+ 'location ' => 'path ' ,
361+ 'type ' => 'string ' ,
362+ 'required ' => true ,
363+ ],
364+ ],
331365 ],
332366 ]
333367 ]
@@ -362,6 +396,20 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
362396 'required ' => true ,
363397 ],
364398 ],
399+ ],'getIamPolicy ' => [
400+ 'path ' => 'v1/{+resource}:getIamPolicy ' ,
401+ 'httpMethod ' => 'GET ' ,
402+ 'parameters ' => [
403+ 'resource ' => [
404+ 'location ' => 'path ' ,
405+ 'type ' => 'string ' ,
406+ 'required ' => true ,
407+ ],
408+ 'options.requestedPolicyVersion ' => [
409+ 'location ' => 'query ' ,
410+ 'type ' => 'integer ' ,
411+ ],
412+ ],
365413 ],'list ' => [
366414 'path ' => 'v1/{+parent}/assignments ' ,
367415 'httpMethod ' => 'GET ' ,
@@ -404,6 +452,26 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
404452 'type ' => 'string ' ,
405453 ],
406454 ],
455+ ],'setIamPolicy ' => [
456+ 'path ' => 'v1/{+resource}:setIamPolicy ' ,
457+ 'httpMethod ' => 'POST ' ,
458+ 'parameters ' => [
459+ 'resource ' => [
460+ 'location ' => 'path ' ,
461+ 'type ' => 'string ' ,
462+ 'required ' => true ,
463+ ],
464+ ],
465+ ],'testIamPermissions ' => [
466+ 'path ' => 'v1/{+resource}:testIamPermissions ' ,
467+ 'httpMethod ' => 'POST ' ,
468+ 'parameters ' => [
469+ 'resource ' => [
470+ 'location ' => 'path ' ,
471+ 'type ' => 'string ' ,
472+ 'required ' => true ,
473+ ],
474+ ],
407475 ],
408476 ]
409477 ]
0 commit comments