summaryrefslogtreecommitdiff
path: root/third_party/googleapis/google/longrunning/longrunning_grpc_service_config.json
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/googleapis/google/longrunning/longrunning_grpc_service_config.json')
-rw-r--r--third_party/googleapis/google/longrunning/longrunning_grpc_service_config.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/third_party/googleapis/google/longrunning/longrunning_grpc_service_config.json b/third_party/googleapis/google/longrunning/longrunning_grpc_service_config.json
new file mode 100644
index 0000000..a5a9ae9
--- /dev/null
+++ b/third_party/googleapis/google/longrunning/longrunning_grpc_service_config.json
@@ -0,0 +1,34 @@
+{
+ "methodConfig": [
+ {
+ "name": [
+ {
+ "service": "google.longrunning.Operations",
+ "method": "GetOperation"
+ },
+ {
+ "service": "google.longrunning.Operations",
+ "method": "ListOperations"
+ },
+ {
+ "service": "google.longrunning.Operations",
+ "method": "CancelOperation"
+ },
+ {
+ "service": "google.longrunning.Operations",
+ "method": "DeleteOperation"
+ }
+ ],
+ "timeout": "10s",
+ "retryPolicy": {
+ "maxAttempts": 5,
+ "initialBackoff": "0.5s",
+ "maxBackoff": "10s",
+ "backoffMultiplier": 2.0,
+ "retryableStatusCodes": [
+ "UNAVAILABLE"
+ ]
+ }
+ }
+ ]
+}