Skip to content

Commit e63fcd7

Browse files
Google APIscopybara-github
authored andcommitted
fix(privateca): publish v1beta1 LRO HTTP rules
PiperOrigin-RevId: 458248734
1 parent d1c0171 commit e63fcd7

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

google/cloud/security/privateca/v1beta1/privateca_v1beta1.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,18 @@ backend:
4545
- selector: google.longrunning.Operations.GetOperation
4646
deadline: 5.0
4747

48+
http:
49+
rules:
50+
- selector: google.longrunning.Operations.CancelOperation
51+
post: '/v1beta1/{name=projects/*/locations/*/operations/*}:cancel'
52+
body: '*'
53+
- selector: google.longrunning.Operations.DeleteOperation
54+
delete: '/v1beta1/{name=projects/*/locations/*/operations/*}'
55+
- selector: google.longrunning.Operations.GetOperation
56+
get: '/v1beta1/{name=projects/*/locations/*/operations/*}'
57+
- selector: google.longrunning.Operations.ListOperations
58+
get: '/v1beta1/{name=projects/*/locations/*}/operations'
59+
4860
authentication:
4961
rules:
5062
- selector: 'google.cloud.security.privateca.v1beta1.CertificateAuthorityService.*'

0 commit comments

Comments
 (0)