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} 34