@@ -44,7 +44,10 @@ class CloudResourceManager extends \Google\Service
4444
4545 public $ effectiveTags ;
4646 public $ folders ;
47+ public $ folders_capabilities ;
4748 public $ liens ;
49+ public $ locations_effectiveTagBindingCollections ;
50+ public $ locations_tagBindingCollections ;
4851 public $ operations ;
4952 public $ organizations ;
5053 public $ projects ;
@@ -234,6 +237,40 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
234237 ]
235238 ]
236239 );
240+ $ this ->folders_capabilities = new CloudResourceManager \Resource \FoldersCapabilities (
241+ $ this ,
242+ $ this ->serviceName ,
243+ 'capabilities ' ,
244+ [
245+ 'methods ' => [
246+ 'get ' => [
247+ 'path ' => 'v3/{+name} ' ,
248+ 'httpMethod ' => 'GET ' ,
249+ 'parameters ' => [
250+ 'name ' => [
251+ 'location ' => 'path ' ,
252+ 'type ' => 'string ' ,
253+ 'required ' => true ,
254+ ],
255+ ],
256+ ],'patch ' => [
257+ 'path ' => 'v3/{+name} ' ,
258+ 'httpMethod ' => 'PATCH ' ,
259+ 'parameters ' => [
260+ 'name ' => [
261+ 'location ' => 'path ' ,
262+ 'type ' => 'string ' ,
263+ 'required ' => true ,
264+ ],
265+ 'updateMask ' => [
266+ 'location ' => 'query ' ,
267+ 'type ' => 'string ' ,
268+ ],
269+ ],
270+ ],
271+ ]
272+ ]
273+ );
237274 $ this ->liens = new CloudResourceManager \Resource \Liens (
238275 $ this ,
239276 $ this ->serviceName ,
@@ -285,6 +322,60 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
285322 ]
286323 ]
287324 );
325+ $ this ->locations_effectiveTagBindingCollections = new CloudResourceManager \Resource \LocationsEffectiveTagBindingCollections (
326+ $ this ,
327+ $ this ->serviceName ,
328+ 'effectiveTagBindingCollections ' ,
329+ [
330+ 'methods ' => [
331+ 'get ' => [
332+ 'path ' => 'v3/{+name} ' ,
333+ 'httpMethod ' => 'GET ' ,
334+ 'parameters ' => [
335+ 'name ' => [
336+ 'location ' => 'path ' ,
337+ 'type ' => 'string ' ,
338+ 'required ' => true ,
339+ ],
340+ ],
341+ ],
342+ ]
343+ ]
344+ );
345+ $ this ->locations_tagBindingCollections = new CloudResourceManager \Resource \LocationsTagBindingCollections (
346+ $ this ,
347+ $ this ->serviceName ,
348+ 'tagBindingCollections ' ,
349+ [
350+ 'methods ' => [
351+ 'get ' => [
352+ 'path ' => 'v3/{+name} ' ,
353+ 'httpMethod ' => 'GET ' ,
354+ 'parameters ' => [
355+ 'name ' => [
356+ 'location ' => 'path ' ,
357+ 'type ' => 'string ' ,
358+ 'required ' => true ,
359+ ],
360+ ],
361+ ],'patch ' => [
362+ 'path ' => 'v3/{+name} ' ,
363+ 'httpMethod ' => 'PATCH ' ,
364+ 'parameters ' => [
365+ 'name ' => [
366+ 'location ' => 'path ' ,
367+ 'type ' => 'string ' ,
368+ 'required ' => true ,
369+ ],
370+ 'updateMask ' => [
371+ 'location ' => 'query ' ,
372+ 'type ' => 'string ' ,
373+ ],
374+ ],
375+ ],
376+ ]
377+ ]
378+ );
288379 $ this ->operations = new CloudResourceManager \Resource \Operations (
289380 $ this ,
290381 $ this ->serviceName ,
0 commit comments