12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "methodConfig": [
- {
- "name": [{"service": "google.devtools.cloudprofiler.v2.ProfilerService"}],
- "timeout": "30s",
- "retryPolicy": {
- "maxAttempts": 5,
- "initialBackoff": "1s",
- "maxBackoff": "10s",
- "backoffMultiplier": 1.3,
- "retryableStatusCodes": ["UNAVAILABLE"]
- }
- },
- {
- "name": [
- {
- "service": "google.devtools.cloudprofiler.v2.ProfilerService",
- "method": "CreateProfile"
- }
- ],
- "timeout": "3600s"
- },
- {
- "name": [
- {
- "service": "google.devtools.cloudprofiler.v2.ProfilerService",
- "method": "CreateOfflineProfile"
- },
- {
- "service": "google.devtools.cloudprofiler.v2.ProfilerService",
- "method": "UpdateProfile"
- }
- ],
- "timeout": "30s"
- }
- ]
- }
|