1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
| { "methodConfig": [ { "name": [ { "service": "google.analytics.admin.v1alpha.AnalyticsAdminService" } ], "timeout": "60s", "retryPolicy": { "maxAttempts": 5, "initialBackoff": "1s", "maxBackoff": "60s", "backoffMultiplier": 1.3, "retryableStatusCodes": [ "UNAVAILABLE", "UNKNOWN" ] } }, { "name": [ { "service": "google.analytics.admin.v1alpha.AnalyticsAdminService", "method": "GetAccount" }, { "service": "google.analytics.admin.v1alpha.AnalyticsAdminService", "method": "ListAccounts" }, { "service": "google.analytics.admin.v1alpha.AnalyticsAdminService", "method": "DeleteAccount" } ], "timeout": "60s" } ] }
|