Skip to content

Commit

Permalink
chore: generate GAPIC metadata JSON file (#229)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/15d2fc95-8ec0-48d8-8ade-d188b4874078/targets

- [ ] To automatically regenerate this PR, check this box.

PiperOrigin-RevId: 345596855
Source-Link: googleapis/googleapis@d189e87
  • Loading branch information
yoshi-automation authored Dec 4, 2020
1 parent 00ab166 commit fd716e7
Show file tree
Hide file tree
Showing 3 changed files with 197 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
{
"schema": "1.0",
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
"language": "typescript",
"protoPackage": "google.cloud.recaptchaenterprise.v1",
"libraryPackage": "@google-cloud/recaptcha-enterprise",
"services": {
"RecaptchaEnterpriseService": {
"clients": {
"grpc": {
"libraryClient": "RecaptchaEnterpriseServiceClient",
"rpcs": {
"CreateAssessment": {
"methods": [
"createAssessment"
]
},
"AnnotateAssessment": {
"methods": [
"annotateAssessment"
]
},
"CreateKey": {
"methods": [
"createKey"
]
},
"GetKey": {
"methods": [
"getKey"
]
},
"UpdateKey": {
"methods": [
"updateKey"
]
},
"DeleteKey": {
"methods": [
"deleteKey"
]
},
"ListKeys": {
"methods": [
"listKeys",
"listKeysStream",
"listKeysAsync"
]
}
}
},
"grpc-fallback": {
"libraryClient": "RecaptchaEnterpriseServiceClient",
"rpcs": {
"CreateAssessment": {
"methods": [
"createAssessment"
]
},
"AnnotateAssessment": {
"methods": [
"annotateAssessment"
]
},
"CreateKey": {
"methods": [
"createKey"
]
},
"GetKey": {
"methods": [
"getKey"
]
},
"UpdateKey": {
"methods": [
"updateKey"
]
},
"DeleteKey": {
"methods": [
"deleteKey"
]
},
"ListKeys": {
"methods": [
"listKeys",
"listKeysStream",
"listKeysAsync"
]
}
}
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
{
"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"
]
},
"CreateKey": {
"methods": [
"createKey"
]
},
"GetKey": {
"methods": [
"getKey"
]
},
"UpdateKey": {
"methods": [
"updateKey"
]
},
"DeleteKey": {
"methods": [
"deleteKey"
]
},
"ListKeys": {
"methods": [
"listKeys",
"listKeysStream",
"listKeysAsync"
]
}
}
},
"grpc-fallback": {
"libraryClient": "RecaptchaEnterpriseServiceV1Beta1Client",
"rpcs": {
"CreateAssessment": {
"methods": [
"createAssessment"
]
},
"AnnotateAssessment": {
"methods": [
"annotateAssessment"
]
},
"CreateKey": {
"methods": [
"createKey"
]
},
"GetKey": {
"methods": [
"getKey"
]
},
"UpdateKey": {
"methods": [
"updateKey"
]
},
"DeleteKey": {
"methods": [
"deleteKey"
]
},
"ListKeys": {
"methods": [
"listKeys",
"listKeysStream",
"listKeysAsync"
]
}
}
}
}
}
}
}
6 changes: 3 additions & 3 deletions packages/google-cloud-recaptchaenterprise/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/nodejs-recaptcha-enterprise.git",
"sha": "8eb79dd2b9f1eb7d4848aef63bf3bf236928fc67"
"sha": "ec3c7200c339820a65a65365c9af44a2ee13b8d6"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "5587028631d4d743fd906c4eb4e4e4649a7ee5ce",
"internalRef": "343187793"
"sha": "d189e871205fea665a9648f7c4676f027495ccaf",
"internalRef": "345596855"
}
},
{
Expand Down

0 comments on commit fd716e7

Please sign in to comment.