recaptchaenterprise_grpc_service_config.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "methodConfig": [
  3. {
  4. "name": [
  5. {
  6. "service": "google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseService",
  7. "method": "CreateAssessment"
  8. },
  9. {
  10. "service": "google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseService",
  11. "method": "AnnotateAssessment"
  12. },
  13. {
  14. "service": "google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseService",
  15. "method": "CreateKey"
  16. },
  17. {
  18. "service": "google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseService",
  19. "method": "ListKeys"
  20. },
  21. {
  22. "service": "google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseService",
  23. "method": "GetKey"
  24. },
  25. {
  26. "service": "google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseService",
  27. "method": "DeleteKey"
  28. },
  29. {
  30. "service": "google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseService",
  31. "method": "UpdateKey"
  32. }
  33. ],
  34. "timeout": "600s"
  35. }
  36. ]
  37. }