cloudchannel_grpc_service_config.json 1.4 KB

1234567891011121314151617181920212223242526272829
  1. {
  2. "methodConfig": [{
  3. "name": [{ "service": "google.cloud.channel.v1.CloudChannelService" }],
  4. "timeout": "60s",
  5. "retryPolicy": {
  6. "maxAttempts": 5,
  7. "initialBackoff": "1s",
  8. "maxBackoff": "10s",
  9. "backoffMultiplier": 1.3,
  10. "retryableStatusCodes": ["UNAVAILABLE"]
  11. }
  12. },
  13. {
  14. "name": [
  15. { "service": "google.cloud.channel.v1.CloudChannelService", "method": "ProvisionCloudIdentity" },
  16. { "service": "google.cloud.channel.v1.CloudChannelService", "method": "CreateEntitlement" },
  17. { "service": "google.cloud.channel.v1.CloudChannelService", "method": "ChangeParameters" },
  18. { "service": "google.cloud.channel.v1.CloudChannelService", "method": "ChangeRenewalSettings" },
  19. { "service": "google.cloud.channel.v1.CloudChannelService", "method": "ChangeOffer" },
  20. { "service": "google.cloud.channel.v1.CloudChannelService", "method": "StartPaidService" },
  21. { "service": "google.cloud.channel.v1.CloudChannelService", "method": "SuspendEntitlement" },
  22. { "service": "google.cloud.channel.v1.CloudChannelService", "method": "CancelEntitlement" },
  23. { "service": "google.cloud.channel.v1.CloudChannelService", "method": "ActivateEntitlement" },
  24. { "service": "google.cloud.channel.v1.CloudChannelService", "method": "TransferEntitlements" },
  25. { "service": "google.cloud.channel.v1.CloudChannelService", "method": "TransferEntitlementsToGoogle" }
  26. ],
  27. "timeout": "60s"
  28. }]
  29. }