@google-cloud/recaptcha-enterprise
Version:
reCAPTCHA Enterprise API client for Node.js
44 lines (43 loc) • 1.54 kB
JSON
{
"schema": "1.0",
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
"language": "typescript",
"protoPackage": "google.cloud.recaptchaenterprise.v1beta1",
"libraryPackage": "@google-cloud/recaptcha-enterprise",
"services": {
"RecaptchaEnterpriseServiceV1Beta1": {
"clients": {
"grpc": {
"libraryClient": "RecaptchaEnterpriseServiceV1Beta1Client",
"rpcs": {
"CreateAssessment": {
"methods": [
"createAssessment"
]
},
"AnnotateAssessment": {
"methods": [
"annotateAssessment"
]
}
}
},
"grpc-fallback": {
"libraryClient": "RecaptchaEnterpriseServiceV1Beta1Client",
"rpcs": {
"CreateAssessment": {
"methods": [
"createAssessment"
]
},
"AnnotateAssessment": {
"methods": [
"annotateAssessment"
]
}
}
}
}
}
}
}