12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "methodConfig": [
- {
- "name": [
- {
- "service": "google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseService",
- "method": "CreateAssessment"
- },
- {
- "service": "google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseService",
- "method": "AnnotateAssessment"
- },
- {
- "service": "google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseService",
- "method": "CreateKey"
- },
- {
- "service": "google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseService",
- "method": "ListKeys"
- },
- {
- "service": "google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseService",
- "method": "GetKey"
- },
- {
- "service": "google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseService",
- "method": "DeleteKey"
- },
- {
- "service": "google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseService",
- "method": "UpdateKey"
- }
- ],
- "timeout": "600s"
- }
- ]
- }
|