|
|
|
@ -45,6 +45,18 @@ backend: |
|
|
|
|
- selector: google.longrunning.Operations.GetOperation |
|
|
|
|
deadline: 5.0 |
|
|
|
|
|
|
|
|
|
http: |
|
|
|
|
rules: |
|
|
|
|
- selector: google.longrunning.Operations.CancelOperation |
|
|
|
|
post: '/v1beta1/{name=projects/*/locations/*/operations/*}:cancel' |
|
|
|
|
body: '*' |
|
|
|
|
- selector: google.longrunning.Operations.DeleteOperation |
|
|
|
|
delete: '/v1beta1/{name=projects/*/locations/*/operations/*}' |
|
|
|
|
- selector: google.longrunning.Operations.GetOperation |
|
|
|
|
get: '/v1beta1/{name=projects/*/locations/*/operations/*}' |
|
|
|
|
- selector: google.longrunning.Operations.ListOperations |
|
|
|
|
get: '/v1beta1/{name=projects/*/locations/*}/operations' |
|
|
|
|
|
|
|
|
|
authentication: |
|
|
|
|
rules: |
|
|
|
|
- selector: 'google.cloud.security.privateca.v1beta1.CertificateAuthorityService.*' |
|
|
|
|