Skip to content

Commit ac12f33

Browse files
Google APIscopybara-github
authored andcommitted
fix(datalabeling): add ancillary service bindings to service_yaml
PiperOrigin-RevId: 421098303
1 parent 4c13e8f commit ac12f33

1 file changed

Lines changed: 14 additions & 3 deletions

File tree

google/cloud/datalabeling/v1beta1/datalabeling_v1beta1.yaml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ documentation:
3939
Sets the access control policy on the specified resource. Replaces
4040
any existing policy.
4141
42-
Can return Public Errors: NOT_FOUND, INVALID_ARGUMENT and
43-
PERMISSION_DENIED
42+
Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED`
43+
errors.
4444
4545
- selector: google.iam.v1.IAMPolicy.TestIamPermissions
4646
description: |-
4747
Returns permissions that a caller has on the specified resource. If the
4848
resource does not exist, this will return an empty set of
49-
permissions, not a NOT_FOUND error.
49+
permissions, not a `NOT_FOUND` error.
5050
5151
Note: This operation is designed to be used for building
5252
permission-aware UIs and command-line tools, not for authorization
@@ -61,6 +61,17 @@ backend:
6161
- selector: 'google.longrunning.Operations.*'
6262
deadline: 60.0
6363

64+
http:
65+
rules:
66+
- selector: google.longrunning.Operations.CancelOperation
67+
get: '/v1beta1/{name=projects/*/operations/*}:cancel'
68+
- selector: google.longrunning.Operations.DeleteOperation
69+
delete: '/v1beta1/{name=projects/*/operations/*}'
70+
- selector: google.longrunning.Operations.GetOperation
71+
get: '/v1beta1/{name=projects/*/operations/*}'
72+
- selector: google.longrunning.Operations.ListOperations
73+
get: '/v1beta1/{name=projects/*}/operations'
74+
6475
authentication:
6576
rules:
6677
- selector: 'google.cloud.datalabeling.v1beta1.DataLabelingService.*'

0 commit comments

Comments
 (0)