compute_small_grpc_service_config.json 900 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "methodConfig" : [ {
  3. "name" : [ {
  4. "service" : "google.cloud.compute.v1small.Addresses",
  5. "method" : "AggregatedList"
  6. }, {
  7. "service" : "google.cloud.compute.v1small.Addresses",
  8. "method" : "List"
  9. }, {
  10. "service" : "google.cloud.compute.v1small.RegionOperations",
  11. "method" : "Get"
  12. } ],
  13. "timeout" : "600s",
  14. "retryPolicy" : {
  15. "initialBackoff" : "0.100s",
  16. "maxBackoff" : "60s",
  17. "backoffMultiplier" : 1.3,
  18. "retryableStatusCodes" : [ "DEADLINE_EXCEEDED", "UNAVAILABLE" ]
  19. }
  20. }, {
  21. "name" : [ {
  22. "service" : "google.cloud.compute.v1small.Addresses",
  23. "method" : "Delete"
  24. }, {
  25. "service" : "google.cloud.compute.v1small.Addresses",
  26. "method" : "Insert"
  27. }, {
  28. "service" : "google.cloud.compute.v1small.RegionOperations",
  29. "method" : "Wait"
  30. } ],
  31. "timeout" : "600s"
  32. } ]
  33. }