@@ -44,6 +44,10 @@ class CloudObservability extends \Google\Service
4444 public $ organizations_locations ;
4545 public $ organizations_locations_operations ;
4646 public $ projects_locations ;
47+ public $ projects_locations_buckets ;
48+ public $ projects_locations_buckets_datasets ;
49+ public $ projects_locations_buckets_datasets_links ;
50+ public $ projects_locations_buckets_datasets_views ;
4751 public $ projects_locations_operations ;
4852 public $ projects_locations_scopes ;
4953 public $ projects_locations_traceScopes ;
@@ -339,6 +343,204 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
339343 ]
340344 ]
341345 );
346+ $ this ->projects_locations_buckets = new CloudObservability \Resource \ProjectsLocationsBuckets (
347+ $ this ,
348+ $ this ->serviceName ,
349+ 'buckets ' ,
350+ [
351+ 'methods ' => [
352+ 'get ' => [
353+ 'path ' => 'v1/{+name} ' ,
354+ 'httpMethod ' => 'GET ' ,
355+ 'parameters ' => [
356+ 'name ' => [
357+ 'location ' => 'path ' ,
358+ 'type ' => 'string ' ,
359+ 'required ' => true ,
360+ ],
361+ ],
362+ ],'list ' => [
363+ 'path ' => 'v1/{+parent}/buckets ' ,
364+ 'httpMethod ' => 'GET ' ,
365+ 'parameters ' => [
366+ 'parent ' => [
367+ 'location ' => 'path ' ,
368+ 'type ' => 'string ' ,
369+ 'required ' => true ,
370+ ],
371+ 'pageSize ' => [
372+ 'location ' => 'query ' ,
373+ 'type ' => 'integer ' ,
374+ ],
375+ 'pageToken ' => [
376+ 'location ' => 'query ' ,
377+ 'type ' => 'string ' ,
378+ ],
379+ 'showDeleted ' => [
380+ 'location ' => 'query ' ,
381+ 'type ' => 'boolean ' ,
382+ ],
383+ ],
384+ ],
385+ ]
386+ ]
387+ );
388+ $ this ->projects_locations_buckets_datasets = new CloudObservability \Resource \ProjectsLocationsBucketsDatasets (
389+ $ this ,
390+ $ this ->serviceName ,
391+ 'datasets ' ,
392+ [
393+ 'methods ' => [
394+ 'get ' => [
395+ 'path ' => 'v1/{+name} ' ,
396+ 'httpMethod ' => 'GET ' ,
397+ 'parameters ' => [
398+ 'name ' => [
399+ 'location ' => 'path ' ,
400+ 'type ' => 'string ' ,
401+ 'required ' => true ,
402+ ],
403+ ],
404+ ],'list ' => [
405+ 'path ' => 'v1/{+parent}/datasets ' ,
406+ 'httpMethod ' => 'GET ' ,
407+ 'parameters ' => [
408+ 'parent ' => [
409+ 'location ' => 'path ' ,
410+ 'type ' => 'string ' ,
411+ 'required ' => true ,
412+ ],
413+ 'pageSize ' => [
414+ 'location ' => 'query ' ,
415+ 'type ' => 'integer ' ,
416+ ],
417+ 'pageToken ' => [
418+ 'location ' => 'query ' ,
419+ 'type ' => 'string ' ,
420+ ],
421+ 'showDeleted ' => [
422+ 'location ' => 'query ' ,
423+ 'type ' => 'boolean ' ,
424+ ],
425+ ],
426+ ],
427+ ]
428+ ]
429+ );
430+ $ this ->projects_locations_buckets_datasets_links = new CloudObservability \Resource \ProjectsLocationsBucketsDatasetsLinks (
431+ $ this ,
432+ $ this ->serviceName ,
433+ 'links ' ,
434+ [
435+ 'methods ' => [
436+ 'create ' => [
437+ 'path ' => 'v1/{+parent}/links ' ,
438+ 'httpMethod ' => 'POST ' ,
439+ 'parameters ' => [
440+ 'parent ' => [
441+ 'location ' => 'path ' ,
442+ 'type ' => 'string ' ,
443+ 'required ' => true ,
444+ ],
445+ 'linkId ' => [
446+ 'location ' => 'query ' ,
447+ 'type ' => 'string ' ,
448+ ],
449+ ],
450+ ],'delete ' => [
451+ 'path ' => 'v1/{+name} ' ,
452+ 'httpMethod ' => 'DELETE ' ,
453+ 'parameters ' => [
454+ 'name ' => [
455+ 'location ' => 'path ' ,
456+ 'type ' => 'string ' ,
457+ 'required ' => true ,
458+ ],
459+ ],
460+ ],'get ' => [
461+ 'path ' => 'v1/{+name} ' ,
462+ 'httpMethod ' => 'GET ' ,
463+ 'parameters ' => [
464+ 'name ' => [
465+ 'location ' => 'path ' ,
466+ 'type ' => 'string ' ,
467+ 'required ' => true ,
468+ ],
469+ ],
470+ ],'list ' => [
471+ 'path ' => 'v1/{+parent}/links ' ,
472+ 'httpMethod ' => 'GET ' ,
473+ 'parameters ' => [
474+ 'parent ' => [
475+ 'location ' => 'path ' ,
476+ 'type ' => 'string ' ,
477+ 'required ' => true ,
478+ ],
479+ 'pageSize ' => [
480+ 'location ' => 'query ' ,
481+ 'type ' => 'integer ' ,
482+ ],
483+ 'pageToken ' => [
484+ 'location ' => 'query ' ,
485+ 'type ' => 'string ' ,
486+ ],
487+ ],
488+ ],'patch ' => [
489+ 'path ' => 'v1/{+name} ' ,
490+ 'httpMethod ' => 'PATCH ' ,
491+ 'parameters ' => [
492+ 'name ' => [
493+ 'location ' => 'path ' ,
494+ 'type ' => 'string ' ,
495+ 'required ' => true ,
496+ ],
497+ 'updateMask ' => [
498+ 'location ' => 'query ' ,
499+ 'type ' => 'string ' ,
500+ ],
501+ ],
502+ ],
503+ ]
504+ ]
505+ );
506+ $ this ->projects_locations_buckets_datasets_views = new CloudObservability \Resource \ProjectsLocationsBucketsDatasetsViews (
507+ $ this ,
508+ $ this ->serviceName ,
509+ 'views ' ,
510+ [
511+ 'methods ' => [
512+ 'get ' => [
513+ 'path ' => 'v1/{+name} ' ,
514+ 'httpMethod ' => 'GET ' ,
515+ 'parameters ' => [
516+ 'name ' => [
517+ 'location ' => 'path ' ,
518+ 'type ' => 'string ' ,
519+ 'required ' => true ,
520+ ],
521+ ],
522+ ],'list ' => [
523+ 'path ' => 'v1/{+parent}/views ' ,
524+ 'httpMethod ' => 'GET ' ,
525+ 'parameters ' => [
526+ 'parent ' => [
527+ 'location ' => 'path ' ,
528+ 'type ' => 'string ' ,
529+ 'required ' => true ,
530+ ],
531+ 'pageSize ' => [
532+ 'location ' => 'query ' ,
533+ 'type ' => 'integer ' ,
534+ ],
535+ 'pageToken ' => [
536+ 'location ' => 'query ' ,
537+ 'type ' => 'string ' ,
538+ ],
539+ ],
540+ ],
541+ ]
542+ ]
543+ );
342544 $ this ->projects_locations_operations = new CloudObservability \Resource \ProjectsLocationsOperations (
343545 $ this ,
344546 $ this ->serviceName ,
0 commit comments