File tree Expand file tree Collapse file tree
google/cloud/security/privateca/v1beta1 Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
4860authentication :
4961 rules :
5062 - selector : ' google.cloud.security.privateca.v1beta1.CertificateAuthorityService.*'
You can’t perform that action at this time.
0 commit comments