@@ -99,7 +99,27 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
99
99
'operations ' ,
100
100
[
101
101
'methods ' => [
102
- 'get ' => [
102
+ 'cancel ' => [
103
+ 'path ' => 'v2/{+name}:cancel ' ,
104
+ 'httpMethod ' => 'POST ' ,
105
+ 'parameters ' => [
106
+ 'name ' => [
107
+ 'location ' => 'path ' ,
108
+ 'type ' => 'string ' ,
109
+ 'required ' => true ,
110
+ ],
111
+ ],
112
+ ],'delete ' => [
113
+ 'path ' => 'v2/{+name} ' ,
114
+ 'httpMethod ' => 'DELETE ' ,
115
+ 'parameters ' => [
116
+ 'name ' => [
117
+ 'location ' => 'path ' ,
118
+ 'type ' => 'string ' ,
119
+ 'required ' => true ,
120
+ ],
121
+ ],
122
+ ],'get ' => [
103
123
'path ' => 'v2/{+name} ' ,
104
124
'httpMethod ' => 'GET ' ,
105
125
'parameters ' => [
@@ -589,7 +609,45 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
589
609
'logicalViews ' ,
590
610
[
591
611
'methods ' => [
592
- 'getIamPolicy ' => [
612
+ 'create ' => [
613
+ 'path ' => 'v2/{+parent}/logicalViews ' ,
614
+ 'httpMethod ' => 'POST ' ,
615
+ 'parameters ' => [
616
+ 'parent ' => [
617
+ 'location ' => 'path ' ,
618
+ 'type ' => 'string ' ,
619
+ 'required ' => true ,
620
+ ],
621
+ 'logicalViewId ' => [
622
+ 'location ' => 'query ' ,
623
+ 'type ' => 'string ' ,
624
+ ],
625
+ ],
626
+ ],'delete ' => [
627
+ 'path ' => 'v2/{+name} ' ,
628
+ 'httpMethod ' => 'DELETE ' ,
629
+ 'parameters ' => [
630
+ 'name ' => [
631
+ 'location ' => 'path ' ,
632
+ 'type ' => 'string ' ,
633
+ 'required ' => true ,
634
+ ],
635
+ 'etag ' => [
636
+ 'location ' => 'query ' ,
637
+ 'type ' => 'string ' ,
638
+ ],
639
+ ],
640
+ ],'get ' => [
641
+ 'path ' => 'v2/{+name} ' ,
642
+ 'httpMethod ' => 'GET ' ,
643
+ 'parameters ' => [
644
+ 'name ' => [
645
+ 'location ' => 'path ' ,
646
+ 'type ' => 'string ' ,
647
+ 'required ' => true ,
648
+ ],
649
+ ],
650
+ ],'getIamPolicy ' => [
593
651
'path ' => 'v2/{+resource}:getIamPolicy ' ,
594
652
'httpMethod ' => 'POST ' ,
595
653
'parameters ' => [
@@ -599,6 +657,38 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
599
657
'required ' => true ,
600
658
],
601
659
],
660
+ ],'list ' => [
661
+ 'path ' => 'v2/{+parent}/logicalViews ' ,
662
+ 'httpMethod ' => 'GET ' ,
663
+ 'parameters ' => [
664
+ 'parent ' => [
665
+ 'location ' => 'path ' ,
666
+ 'type ' => 'string ' ,
667
+ 'required ' => true ,
668
+ ],
669
+ 'pageSize ' => [
670
+ 'location ' => 'query ' ,
671
+ 'type ' => 'integer ' ,
672
+ ],
673
+ 'pageToken ' => [
674
+ 'location ' => 'query ' ,
675
+ 'type ' => 'string ' ,
676
+ ],
677
+ ],
678
+ ],'patch ' => [
679
+ 'path ' => 'v2/{+name} ' ,
680
+ 'httpMethod ' => 'PATCH ' ,
681
+ 'parameters ' => [
682
+ 'name ' => [
683
+ 'location ' => 'path ' ,
684
+ 'type ' => 'string ' ,
685
+ 'required ' => true ,
686
+ ],
687
+ 'updateMask ' => [
688
+ 'location ' => 'query ' ,
689
+ 'type ' => 'string ' ,
690
+ ],
691
+ ],
602
692
],'setIamPolicy ' => [
603
693
'path ' => 'v2/{+resource}:setIamPolicy ' ,
604
694
'httpMethod ' => 'POST ' ,
@@ -629,7 +719,45 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
629
719
'materializedViews ' ,
630
720
[
631
721
'methods ' => [
632
- 'getIamPolicy ' => [
722
+ 'create ' => [
723
+ 'path ' => 'v2/{+parent}/materializedViews ' ,
724
+ 'httpMethod ' => 'POST ' ,
725
+ 'parameters ' => [
726
+ 'parent ' => [
727
+ 'location ' => 'path ' ,
728
+ 'type ' => 'string ' ,
729
+ 'required ' => true ,
730
+ ],
731
+ 'materializedViewId ' => [
732
+ 'location ' => 'query ' ,
733
+ 'type ' => 'string ' ,
734
+ ],
735
+ ],
736
+ ],'delete ' => [
737
+ 'path ' => 'v2/{+name} ' ,
738
+ 'httpMethod ' => 'DELETE ' ,
739
+ 'parameters ' => [
740
+ 'name ' => [
741
+ 'location ' => 'path ' ,
742
+ 'type ' => 'string ' ,
743
+ 'required ' => true ,
744
+ ],
745
+ 'etag ' => [
746
+ 'location ' => 'query ' ,
747
+ 'type ' => 'string ' ,
748
+ ],
749
+ ],
750
+ ],'get ' => [
751
+ 'path ' => 'v2/{+name} ' ,
752
+ 'httpMethod ' => 'GET ' ,
753
+ 'parameters ' => [
754
+ 'name ' => [
755
+ 'location ' => 'path ' ,
756
+ 'type ' => 'string ' ,
757
+ 'required ' => true ,
758
+ ],
759
+ ],
760
+ ],'getIamPolicy ' => [
633
761
'path ' => 'v2/{+resource}:getIamPolicy ' ,
634
762
'httpMethod ' => 'POST ' ,
635
763
'parameters ' => [
@@ -639,6 +767,38 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
639
767
'required ' => true ,
640
768
],
641
769
],
770
+ ],'list ' => [
771
+ 'path ' => 'v2/{+parent}/materializedViews ' ,
772
+ 'httpMethod ' => 'GET ' ,
773
+ 'parameters ' => [
774
+ 'parent ' => [
775
+ 'location ' => 'path ' ,
776
+ 'type ' => 'string ' ,
777
+ 'required ' => true ,
778
+ ],
779
+ 'pageSize ' => [
780
+ 'location ' => 'query ' ,
781
+ 'type ' => 'integer ' ,
782
+ ],
783
+ 'pageToken ' => [
784
+ 'location ' => 'query ' ,
785
+ 'type ' => 'string ' ,
786
+ ],
787
+ ],
788
+ ],'patch ' => [
789
+ 'path ' => 'v2/{+name} ' ,
790
+ 'httpMethod ' => 'PATCH ' ,
791
+ 'parameters ' => [
792
+ 'name ' => [
793
+ 'location ' => 'path ' ,
794
+ 'type ' => 'string ' ,
795
+ 'required ' => true ,
796
+ ],
797
+ 'updateMask ' => [
798
+ 'location ' => 'query ' ,
799
+ 'type ' => 'string ' ,
800
+ ],
801
+ ],
642
802
],'setIamPolicy ' => [
643
803
'path ' => 'v2/{+resource}:setIamPolicy ' ,
644
804
'httpMethod ' => 'POST ' ,
@@ -784,6 +944,10 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
784
944
'type ' => 'string ' ,
785
945
'required ' => true ,
786
946
],
947
+ 'ignoreWarnings ' => [
948
+ 'location ' => 'query ' ,
949
+ 'type ' => 'boolean ' ,
950
+ ],
787
951
'updateMask ' => [
788
952
'location ' => 'query ' ,
789
953
'type ' => 'string ' ,
@@ -961,7 +1125,17 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
961
1125
'locations ' ,
962
1126
[
963
1127
'methods ' => [
964
- 'list ' => [
1128
+ 'get ' => [
1129
+ 'path ' => 'v2/{+name} ' ,
1130
+ 'httpMethod ' => 'GET ' ,
1131
+ 'parameters ' => [
1132
+ 'name ' => [
1133
+ 'location ' => 'path ' ,
1134
+ 'type ' => 'string ' ,
1135
+ 'required ' => true ,
1136
+ ],
1137
+ ],
1138
+ ],'list ' => [
965
1139
'path ' => 'v2/{+name}/locations ' ,
966
1140
'httpMethod ' => 'GET ' ,
967
1141
'parameters ' => [
@@ -970,6 +1144,11 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
970
1144
'type ' => 'string ' ,
971
1145
'required ' => true ,
972
1146
],
1147
+ 'extraLocationTypes ' => [
1148
+ 'location ' => 'query ' ,
1149
+ 'type ' => 'string ' ,
1150
+ 'repeated ' => true ,
1151
+ ],
973
1152
'filter ' => [
974
1153
'location ' => 'query ' ,
975
1154
'type ' => 'string ' ,
0 commit comments