@@ -589,7 +589,45 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
589
589
'logicalViews ' ,
590
590
[
591
591
'methods ' => [
592
- 'getIamPolicy ' => [
592
+ 'create ' => [
593
+ 'path ' => 'v2/{+parent}/logicalViews ' ,
594
+ 'httpMethod ' => 'POST ' ,
595
+ 'parameters ' => [
596
+ 'parent ' => [
597
+ 'location ' => 'path ' ,
598
+ 'type ' => 'string ' ,
599
+ 'required ' => true ,
600
+ ],
601
+ 'logicalViewId ' => [
602
+ 'location ' => 'query ' ,
603
+ 'type ' => 'string ' ,
604
+ ],
605
+ ],
606
+ ],'delete ' => [
607
+ 'path ' => 'v2/{+name} ' ,
608
+ 'httpMethod ' => 'DELETE ' ,
609
+ 'parameters ' => [
610
+ 'name ' => [
611
+ 'location ' => 'path ' ,
612
+ 'type ' => 'string ' ,
613
+ 'required ' => true ,
614
+ ],
615
+ 'etag ' => [
616
+ 'location ' => 'query ' ,
617
+ 'type ' => 'string ' ,
618
+ ],
619
+ ],
620
+ ],'get ' => [
621
+ 'path ' => 'v2/{+name} ' ,
622
+ 'httpMethod ' => 'GET ' ,
623
+ 'parameters ' => [
624
+ 'name ' => [
625
+ 'location ' => 'path ' ,
626
+ 'type ' => 'string ' ,
627
+ 'required ' => true ,
628
+ ],
629
+ ],
630
+ ],'getIamPolicy ' => [
593
631
'path ' => 'v2/{+resource}:getIamPolicy ' ,
594
632
'httpMethod ' => 'POST ' ,
595
633
'parameters ' => [
@@ -599,6 +637,38 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
599
637
'required ' => true ,
600
638
],
601
639
],
640
+ ],'list ' => [
641
+ 'path ' => 'v2/{+parent}/logicalViews ' ,
642
+ 'httpMethod ' => 'GET ' ,
643
+ 'parameters ' => [
644
+ 'parent ' => [
645
+ 'location ' => 'path ' ,
646
+ 'type ' => 'string ' ,
647
+ 'required ' => true ,
648
+ ],
649
+ 'pageSize ' => [
650
+ 'location ' => 'query ' ,
651
+ 'type ' => 'integer ' ,
652
+ ],
653
+ 'pageToken ' => [
654
+ 'location ' => 'query ' ,
655
+ 'type ' => 'string ' ,
656
+ ],
657
+ ],
658
+ ],'patch ' => [
659
+ 'path ' => 'v2/{+name} ' ,
660
+ 'httpMethod ' => 'PATCH ' ,
661
+ 'parameters ' => [
662
+ 'name ' => [
663
+ 'location ' => 'path ' ,
664
+ 'type ' => 'string ' ,
665
+ 'required ' => true ,
666
+ ],
667
+ 'updateMask ' => [
668
+ 'location ' => 'query ' ,
669
+ 'type ' => 'string ' ,
670
+ ],
671
+ ],
602
672
],'setIamPolicy ' => [
603
673
'path ' => 'v2/{+resource}:setIamPolicy ' ,
604
674
'httpMethod ' => 'POST ' ,
@@ -629,7 +699,45 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
629
699
'materializedViews ' ,
630
700
[
631
701
'methods ' => [
632
- 'getIamPolicy ' => [
702
+ 'create ' => [
703
+ 'path ' => 'v2/{+parent}/materializedViews ' ,
704
+ 'httpMethod ' => 'POST ' ,
705
+ 'parameters ' => [
706
+ 'parent ' => [
707
+ 'location ' => 'path ' ,
708
+ 'type ' => 'string ' ,
709
+ 'required ' => true ,
710
+ ],
711
+ 'materializedViewId ' => [
712
+ 'location ' => 'query ' ,
713
+ 'type ' => 'string ' ,
714
+ ],
715
+ ],
716
+ ],'delete ' => [
717
+ 'path ' => 'v2/{+name} ' ,
718
+ 'httpMethod ' => 'DELETE ' ,
719
+ 'parameters ' => [
720
+ 'name ' => [
721
+ 'location ' => 'path ' ,
722
+ 'type ' => 'string ' ,
723
+ 'required ' => true ,
724
+ ],
725
+ 'etag ' => [
726
+ 'location ' => 'query ' ,
727
+ 'type ' => 'string ' ,
728
+ ],
729
+ ],
730
+ ],'get ' => [
731
+ 'path ' => 'v2/{+name} ' ,
732
+ 'httpMethod ' => 'GET ' ,
733
+ 'parameters ' => [
734
+ 'name ' => [
735
+ 'location ' => 'path ' ,
736
+ 'type ' => 'string ' ,
737
+ 'required ' => true ,
738
+ ],
739
+ ],
740
+ ],'getIamPolicy ' => [
633
741
'path ' => 'v2/{+resource}:getIamPolicy ' ,
634
742
'httpMethod ' => 'POST ' ,
635
743
'parameters ' => [
@@ -639,6 +747,38 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
639
747
'required ' => true ,
640
748
],
641
749
],
750
+ ],'list ' => [
751
+ 'path ' => 'v2/{+parent}/materializedViews ' ,
752
+ 'httpMethod ' => 'GET ' ,
753
+ 'parameters ' => [
754
+ 'parent ' => [
755
+ 'location ' => 'path ' ,
756
+ 'type ' => 'string ' ,
757
+ 'required ' => true ,
758
+ ],
759
+ 'pageSize ' => [
760
+ 'location ' => 'query ' ,
761
+ 'type ' => 'integer ' ,
762
+ ],
763
+ 'pageToken ' => [
764
+ 'location ' => 'query ' ,
765
+ 'type ' => 'string ' ,
766
+ ],
767
+ ],
768
+ ],'patch ' => [
769
+ 'path ' => 'v2/{+name} ' ,
770
+ 'httpMethod ' => 'PATCH ' ,
771
+ 'parameters ' => [
772
+ 'name ' => [
773
+ 'location ' => 'path ' ,
774
+ 'type ' => 'string ' ,
775
+ 'required ' => true ,
776
+ ],
777
+ 'updateMask ' => [
778
+ 'location ' => 'query ' ,
779
+ 'type ' => 'string ' ,
780
+ ],
781
+ ],
642
782
],'setIamPolicy ' => [
643
783
'path ' => 'v2/{+resource}:setIamPolicy ' ,
644
784
'httpMethod ' => 'POST ' ,
@@ -784,6 +924,10 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
784
924
'type ' => 'string ' ,
785
925
'required ' => true ,
786
926
],
927
+ 'ignoreWarnings ' => [
928
+ 'location ' => 'query ' ,
929
+ 'type ' => 'boolean ' ,
930
+ ],
787
931
'updateMask ' => [
788
932
'location ' => 'query ' ,
789
933
'type ' => 'string ' ,
@@ -970,6 +1114,11 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
970
1114
'type ' => 'string ' ,
971
1115
'required ' => true ,
972
1116
],
1117
+ 'extraLocationTypes ' => [
1118
+ 'location ' => 'query ' ,
1119
+ 'type ' => 'string ' ,
1120
+ 'repeated ' => true ,
1121
+ ],
973
1122
'filter ' => [
974
1123
'location ' => 'query ' ,
975
1124
'type ' => 'string ' ,
0 commit comments