drivelabels_v2_grpc_service_config.json 435 B

12345678910111213141516
  1. {
  2. "methodConfig": [{
  3. "name": [
  4. { "service": "google.apps.drive.labels.v2.LabelService.", "method": "ListLabels" },
  5. { "service": "google.apps.drive.labels.v2.LabelService.", "method": "GetLabel" }
  6. ],
  7. "timeout": "60s",
  8. "retryPolicy": {
  9. "maxAttempts": 5,
  10. "initialBackoff": "1s",
  11. "maxBackoff": "10s",
  12. "backoffMultiplier": 1.3,
  13. "retryableStatusCodes": ["UNAVAILABLE"]
  14. }
  15. }]
  16. }