{
  "methodConfig": [
    {
      "name": [{"service": "google.devtools.cloudprofiler.v2.ProfilerService"}],
      "timeout": "60s",
      "retryPolicy": {
        "maxAttempts": 5,
        "initialBackoff": "1s",
        "maxBackoff": "10s",
        "backoffMultiplier": 1.3,
        "retryableStatusCodes": ["UNAVAILABLE"]
      }
    },
    {
      "name": [{"service": "google.devtools.cloudprofiler.v2.ExportService"}],
      "timeout": "130s",
      "retryPolicy": {
        "maxAttempts": 3,
        "initialBackoff": "1s",
        "maxBackoff": "10s",
        "backoffMultiplier": 1.3,
        "retryableStatusCodes": ["UNAVAILABLE"]
      }
    },
    {
      "name": [
        {
          "service": "google.devtools.cloudprofiler.v2.ProfilerService",
          "method": "CreateProfile"
        }
      ],
      "timeout": "3610s"
    },
    {
      "name": [
        {
          "service": "google.devtools.cloudprofiler.v2.ProfilerService",
          "method": "CreateOfflineProfile"
        },
        {
          "service": "google.devtools.cloudprofiler.v2.ProfilerService",
          "method": "UpdateProfile"
        }
      ],
      "timeout": "30s"
    }
  ]
}
