@@ -196,6 +196,7 @@ http:
196196 - post : ' /ui/{resource=projects/*/locations/*/publishers/*/models/*}:getIamPolicy'
197197 - post : ' /ui/{resource=projects/*/locations/*/featureOnlineStores/*}:getIamPolicy'
198198 - post : ' /ui/{resource=projects/*/locations/*/featureOnlineStores/*/featureViews/*}:getIamPolicy'
199+ - post : ' /ui/{resource=projects/*/locations/*/featureGroups/*}:getIamPolicy'
199200 - selector : google.iam.v1.IAMPolicy.SetIamPolicy
200201 post : ' /v1/{resource=projects/*/locations/*/featurestores/*}:setIamPolicy'
201202 body : ' *'
@@ -224,6 +225,8 @@ http:
224225 body : ' *'
225226 - post : ' /ui/{resource=projects/*/locations/*/featureOnlineStores/*/featureViews/*}:setIamPolicy'
226227 body : ' *'
228+ - post : ' /ui/{resource=projects/*/locations/*/featureGroups/*}:setIamPolicy'
229+ body : ' *'
227230 - selector : google.iam.v1.IAMPolicy.TestIamPermissions
228231 post : ' /v1/{resource=projects/*/locations/*/featurestores/*}:testIamPermissions'
229232 additional_bindings :
@@ -239,6 +242,7 @@ http:
239242 - post : ' /ui/{resource=projects/*/locations/*/notebookRuntimeTemplates/*}:testIamPermissions'
240243 - post : ' /ui/{resource=projects/*/locations/*/featureOnlineStores/*}:testIamPermissions'
241244 - post : ' /ui/{resource=projects/*/locations/*/featureOnlineStores/*/featureViews/*}:testIamPermissions'
245+ - post : ' /ui/{resource=projects/*/locations/*/featureGroups/*}:testIamPermissions'
242246 - selector : google.longrunning.Operations.CancelOperation
243247 post : ' /ui/{name=projects/*/locations/*/operations/*}:cancel'
244248 additional_bindings :
@@ -377,6 +381,7 @@ http:
377381 - delete : ' /ui/{name=projects/*/locations/*/featureOnlineStores/*/operations/*}'
378382 - delete : ' /ui/{name=projects/*/locations/*/featureGroups/*/operations/*}'
379383 - delete : ' /ui/{name=projects/*/locations/*/featureGroups/*/features/*/operations/*}'
384+ - delete : ' /ui/{name=projects/*/locations/*/featureGroups/*/featureMonitors/*/operations/*}'
380385 - delete : ' /ui/{name=projects/*/locations/*/featureOnlineStores/*/featureViews/*/operations/*}'
381386 - delete : ' /v1/{name=projects/*/locations/*/operations/*}'
382387 - delete : ' /v1/{name=projects/*/locations/*/datasets/*/operations/*}'
@@ -475,6 +480,7 @@ http:
475480 - get : ' /ui/{name=projects/*/locations/*/featureOnlineStores/*/featureViews/*/operations/*}'
476481 - get : ' /ui/{name=projects/*/locations/*/featureGroups/*/operations/*}'
477482 - get : ' /ui/{name=projects/*/locations/*/featureGroups/*/features/*/operations/*}'
483+ - get : ' /ui/{name=projects/*/locations/*/featureGroups/*/featureMonitors/*/operations/*}'
478484 - get : ' /v1/{name=projects/*/locations/*/operations/*}'
479485 - get : ' /v1/{name=projects/*/locations/*/datasets/*/operations/*}'
480486 - get : ' /v1/{name=projects/*/locations/*/datasets/*/dataItems/*/operations/*}'
@@ -572,6 +578,7 @@ http:
572578 - get : ' /ui/{name=projects/*/locations/*/featureOnlineStores/*/featureViews/*/operations/*}:wait'
573579 - get : ' /ui/{name=projects/*/locations/*/featureGroups/*/operations/*}:wait'
574580 - get : ' /ui/{name=projects/*/locations/*/featureGroups/*/features/*/operations/*}:wait'
581+ - get : ' /ui/{name=projects/*/locations/*/featureGroups/*/featureMonitors/*/operations/*}:wait'
575582 - get : ' /v1/{name=projects/*/locations/*}/operations'
576583 - get : ' /v1/{name=projects/*/locations/*/datasets/*}/operations'
577584 - get : ' /v1/{name=projects/*/locations/*/datasets/*/dataItems/*}/operations'
@@ -669,6 +676,7 @@ http:
669676 - post : ' /ui/{name=projects/*/locations/*/featureOnlineStores/*/featureViews/*/operations/*}:wait'
670677 - post : ' /ui/{name=projects/*/locations/*/featureGroups/*/operations/*}:wait'
671678 - post : ' /ui/{name=projects/*/locations/*/featureGroups/*/features/*/operations/*}:wait'
679+ - post : ' /ui/{name=projects/*/locations/*/featureGroups/*/featureMonitors/*/operations/*}:wait'
672680 - post : ' /v1/{name=projects/*/locations/*/operations/*}:wait'
673681 - post : ' /v1/{name=projects/*/locations/*/datasets/*/operations/*}:wait'
674682 - post : ' /v1/{name=projects/*/locations/*/datasets/*/dataItems/*/operations/*}:wait'
0 commit comments