• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "methodConfig": [{
3    "name": [
4      { "service": "google.cloud.timeseriesinsights.v1.TimeseriesInsightsController", "method": "ListDataSets" },
5      { "service": "google.cloud.timeseriesinsights.v1.TimeseriesInsightsController", "method": "QueryDataSet" },
6      { "service": "google.cloud.timeseriesinsights.v1.TimeseriesInsightsController", "method": "EvaluateSlice" }
7    ],
8    "timeout": "60s",
9    "retryPolicy": {
10      "maxAttempts": 5,
11      "initialBackoff": "1s",
12      "maxBackoff": "10s",
13      "backoffMultiplier": 1.3,
14      "retryableStatusCodes": ["UNAVAILABLE"]
15    }
16  },
17  {
18    "name": [
19      { "service": "google.cloud.timeseriesinsights.v1.TimeseriesInsightsController", "method": "CreateDataSet" },
20      { "service": "google.cloud.timeseriesinsights.v1.TimeseriesInsightsController", "method": "DeleteDataSet" },
21      { "service": "google.cloud.timeseriesinsights.v1.TimeseriesInsightsController", "method": "AppendEvents" }
22    ],
23    "timeout": "60s"
24  }]
25}
26