|
3529 | 3529 | "extend": "google.protobuf.MethodOptions" |
3530 | 3530 | }, |
3531 | 3531 | "Operations": { |
| 3532 | + "options": { |
| 3533 | + "(google.api.default_host)": "longrunning.googleapis.com" |
| 3534 | + }, |
3532 | 3535 | "methods": { |
3533 | 3536 | "ListOperations": { |
3534 | 3537 | "requestType": "ListOperationsRequest", |
3535 | 3538 | "responseType": "ListOperationsResponse", |
3536 | 3539 | "options": { |
3537 | | - "(google.api.http).get": "/v1/{name=operations}" |
| 3540 | + "(google.api.http).get": "/v1/{name=operations}", |
| 3541 | + "(google.api.method_signature)": "name,filter" |
3538 | 3542 | } |
3539 | 3543 | }, |
3540 | 3544 | "GetOperation": { |
3541 | 3545 | "requestType": "GetOperationRequest", |
3542 | 3546 | "responseType": "Operation", |
3543 | 3547 | "options": { |
3544 | | - "(google.api.http).get": "/v1/{name=operations/**}" |
| 3548 | + "(google.api.http).get": "/v1/{name=operations/**}", |
| 3549 | + "(google.api.method_signature)": "name" |
3545 | 3550 | } |
3546 | 3551 | }, |
3547 | 3552 | "DeleteOperation": { |
3548 | 3553 | "requestType": "DeleteOperationRequest", |
3549 | 3554 | "responseType": "google.protobuf.Empty", |
3550 | 3555 | "options": { |
3551 | | - "(google.api.http).delete": "/v1/{name=operations/**}" |
| 3556 | + "(google.api.http).delete": "/v1/{name=operations/**}", |
| 3557 | + "(google.api.method_signature)": "name" |
3552 | 3558 | } |
3553 | 3559 | }, |
3554 | 3560 | "CancelOperation": { |
3555 | 3561 | "requestType": "CancelOperationRequest", |
3556 | 3562 | "responseType": "google.protobuf.Empty", |
3557 | 3563 | "options": { |
3558 | 3564 | "(google.api.http).post": "/v1/{name=operations/**}:cancel", |
3559 | | - "(google.api.http).body": "*" |
| 3565 | + "(google.api.http).body": "*", |
| 3566 | + "(google.api.method_signature)": "name" |
3560 | 3567 | } |
3561 | 3568 | }, |
3562 | 3569 | "WaitOperation": { |
|
3682 | 3689 | }, |
3683 | 3690 | "rpc": { |
3684 | 3691 | "options": { |
| 3692 | + "cc_enable_arenas": true, |
3685 | 3693 | "go_package": "google.golang.org/genproto/googleapis/rpc/code;code", |
3686 | 3694 | "java_multiple_files": true, |
3687 | 3695 | "java_outer_classname": "CodeProto", |
|
0 commit comments