{
  "methodConfig": [
    {
      "name": [
        {
          "service": "google.chromeos.moblab.v1beta1.BuildService",
          "method": "CheckBuildStageStatus"
        },
        {
          "service": "google.chromeos.moblab.v1beta1.BuildService",
          "method": "ListBuilds"
        }
      ],
      "timeout": "60s",
      "retryPolicy": {
        "maxAttempts": 5,
        "initialBackoff": "1s",
        "maxBackoff": "10s",
        "backoffMultiplier": 1.3,
        "retryableStatusCodes": [
          "UNAVAILABLE"
        ]
      }
    },
    {
      "name": [
        {
          "service": "google.chromeos.moblab.v1beta1.BuildService",
          "method": "StageBuild"
        }
      ],
      "timeout": "60s"
    }
  ]
}