feat: add http annotations for operations calls
PiperOrigin-RevId: 283384331
This commit is contained in:
parent
366caab949
commit
38dc36a2a4
|
|
@ -51,6 +51,11 @@ backend:
|
|||
- selector: 'google.longrunning.Operations.*'
|
||||
deadline: 30.0
|
||||
|
||||
http:
|
||||
rules:
|
||||
- selector: google.longrunning.Operations.GetOperation
|
||||
get: '/v4beta1/{name=projects/*/operations/*}'
|
||||
|
||||
authentication:
|
||||
rules:
|
||||
- selector: 'google.cloud.talent.v4beta1.ApplicationService.*'
|
||||
|
|
|
|||
Loading…
Reference in New Issue