@@ -131,6 +131,11 @@ documentation:
131131 permission-aware UIs and command-line tools, not for authorization
132132 checking. This operation may "fail open" without warning.
133133
134+ - selector : google.longrunning.Operations.ListOperations
135+ description : |-
136+ Lists operations that match the specified filter in the request. If
137+ the server doesn't support this method, it returns `UNIMPLEMENTED`.
138+
134139backend :
135140 rules :
136141 - selector : ' google.cloud.aiplatform.v1.DatasetService.*'
@@ -190,6 +195,7 @@ http:
190195 - post : ' /v1/{resource=projects/*/locations/*/featurestores/*/entityTypes/*}:getIamPolicy'
191196 - post : ' /ui/{resource=projects/*/locations/*/featurestores/*}:getIamPolicy'
192197 - post : ' /ui/{resource=projects/*/locations/*/featurestores/*/entityTypes/*}:getIamPolicy'
198+ - post : ' /ui/{resource=projects/*/locations/*/models/*}:getIamPolicy'
193199 - selector : google.iam.v1.IAMPolicy.SetIamPolicy
194200 post : ' /v1/{resource=projects/*/locations/*/featurestores/*}:setIamPolicy'
195201 body : ' *'
@@ -200,12 +206,15 @@ http:
200206 body : ' *'
201207 - post : ' /ui/{resource=projects/*/locations/*/featurestores/*/entityTypes/*}:setIamPolicy'
202208 body : ' *'
209+ - post : ' /ui/{resource=projects/*/locations/*/models/*}:setIamPolicy'
210+ body : ' *'
203211 - selector : google.iam.v1.IAMPolicy.TestIamPermissions
204212 post : ' /v1/{resource=projects/*/locations/*/featurestores/*}:testIamPermissions'
205213 additional_bindings :
206214 - post : ' /v1/{resource=projects/*/locations/*/featurestores/*/entityTypes/*}:testIamPermissions'
207215 - post : ' /ui/{resource=projects/*/locations/*/featurestores/*}:testIamPermissions'
208216 - post : ' /ui/{resource=projects/*/locations/*/featurestores/*/entityTypes/*}:testIamPermissions'
217+ - post : ' /ui/{resource=projects/*/locations/*/models/*}:testIamPermissions'
209218 - selector : google.longrunning.Operations.CancelOperation
210219 post : ' /ui/{name=projects/*/locations/*/operations/*}:cancel'
211220 additional_bindings :
@@ -226,6 +235,7 @@ http:
226235 - post : ' /ui/{name=projects/*/locations/*/indexes/*/operations/*}:cancel'
227236 - post : ' /ui/{name=projects/*/locations/*/indexEndpoints/*/operations/*}:cancel'
228237 - post : ' /ui/{name=projects/*/locations/*/modelDeploymentMonitoringJobs/*/operations/*}:cancel'
238+ - post : ' /ui/{name=projects/*/locations/*/modelMonitors/*/operations/*}:cancel'
229239 - post : ' /ui/{name=projects/*/locations/*/migratableResources/*/operations/*}:cancel'
230240 - post : ' /ui/{name=projects/*/locations/*/models/*/operations/*}:cancel'
231241 - post : ' /ui/{name=projects/*/locations/*/models/*/evaluations/*/operations/*}:cancel'
@@ -288,6 +298,7 @@ http:
288298 - delete : ' /ui/{name=projects/*/locations/*/indexes/*/operations/*}'
289299 - delete : ' /ui/{name=projects/*/locations/*/indexEndpoints/*/operations/*}'
290300 - delete : ' /ui/{name=projects/*/locations/*/modelDeploymentMonitoringJobs/*/operations/*}'
301+ - delete : ' /ui/{name=projects/*/locations/*/modelMonitors/*/operations/*}'
291302 - delete : ' /ui/{name=projects/*/locations/*/migratableResources/*/operations/*}'
292303 - delete : ' /ui/{name=projects/*/locations/*/models/*/operations/*}'
293304 - delete : ' /ui/{name=projects/*/locations/*/models/*/evaluations/*/operations/*}'
@@ -351,6 +362,7 @@ http:
351362 - get : ' /ui/{name=projects/*/locations/*/indexes/*/operations/*}'
352363 - get : ' /ui/{name=projects/*/locations/*/indexEndpoints/*/operations/*}'
353364 - get : ' /ui/{name=projects/*/locations/*/modelDeploymentMonitoringJobs/*/operations/*}'
365+ - get : ' /ui/{name=projects/*/locations/*/modelMonitors/*/operations/*}'
354366 - get : ' /ui/{name=projects/*/locations/*/migratableResources/*/operations/*}'
355367 - get : ' /ui/{name=projects/*/locations/*/models/*/operations/*}'
356368 - get : ' /ui/{name=projects/*/locations/*/models/*/evaluations/*/operations/*}'
@@ -413,6 +425,7 @@ http:
413425 - get : ' /ui/{name=projects/*/locations/*/indexes/*}/operations'
414426 - get : ' /ui/{name=projects/*/locations/*/indexEndpoints/*}/operations'
415427 - get : ' /ui/{name=projects/*/locations/*/modelDeploymentMonitoringJobs/*}/operations'
428+ - get : ' /ui/{name=projects/*/locations/*/modelMonitors/*}/operations'
416429 - get : ' /ui/{name=projects/*/locations/*/migratableResources/*}/operations'
417430 - get : ' /ui/{name=projects/*/locations/*/models/*}/operations'
418431 - get : ' /ui/{name=projects/*/locations/*/models/*/evaluations/*}/operations'
@@ -475,6 +488,7 @@ http:
475488 - post : ' /ui/{name=projects/*/locations/*/indexes/*/operations/*}:wait'
476489 - post : ' /ui/{name=projects/*/locations/*/indexEndpoints/*/operations/*}:wait'
477490 - post : ' /ui/{name=projects/*/locations/*/modelDeploymentMonitoringJobs/*/operations/*}:wait'
491+ - post : ' /ui/{name=projects/*/locations/*/modelMonitors/*/operations/*}:wait'
478492 - post : ' /ui/{name=projects/*/locations/*/migratableResources/*/operations/*}:wait'
479493 - post : ' /ui/{name=projects/*/locations/*/models/*/operations/*}:wait'
480494 - post : ' /ui/{name=projects/*/locations/*/models/*/evaluations/*/operations/*}:wait'
0 commit comments