Skip to content

Commit fd716e7

Browse files
chore: generate GAPIC metadata JSON file (#229)
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
1 parent 00ab166 commit fd716e7

File tree

3 files changed

+197
-3
lines changed

3 files changed

+197
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
{
2+
"schema": "1.0",
3+
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
4+
"language": "typescript",
5+
"protoPackage": "google.cloud.recaptchaenterprise.v1",
6+
"libraryPackage": "@google-cloud/recaptcha-enterprise",
7+
"services": {
8+
"RecaptchaEnterpriseService": {
9+
"clients": {
10+
"grpc": {
11+
"libraryClient": "RecaptchaEnterpriseServiceClient",
12+
"rpcs": {
13+
"CreateAssessment": {
14+
"methods": [
15+
"createAssessment"
16+
]
17+
},
18+
"AnnotateAssessment": {
19+
"methods": [
20+
"annotateAssessment"
21+
]
22+
},
23+
"CreateKey": {
24+
"methods": [
25+
"createKey"
26+
]
27+
},
28+
"GetKey": {
29+
"methods": [
30+
"getKey"
31+
]
32+
},
33+
"UpdateKey": {
34+
"methods": [
35+
"updateKey"
36+
]
37+
},
38+
"DeleteKey": {
39+
"methods": [
40+
"deleteKey"
41+
]
42+
},
43+
"ListKeys": {
44+
"methods": [
45+
"listKeys",
46+
"listKeysStream",
47+
"listKeysAsync"
48+
]
49+
}
50+
}
51+
},
52+
"grpc-fallback": {
53+
"libraryClient": "RecaptchaEnterpriseServiceClient",
54+
"rpcs": {
55+
"CreateAssessment": {
56+
"methods": [
57+
"createAssessment"
58+
]
59+
},
60+
"AnnotateAssessment": {
61+
"methods": [
62+
"annotateAssessment"
63+
]
64+
},
65+
"CreateKey": {
66+
"methods": [
67+
"createKey"
68+
]
69+
},
70+
"GetKey": {
71+
"methods": [
72+
"getKey"
73+
]
74+
},
75+
"UpdateKey": {
76+
"methods": [
77+
"updateKey"
78+
]
79+
},
80+
"DeleteKey": {
81+
"methods": [
82+
"deleteKey"
83+
]
84+
},
85+
"ListKeys": {
86+
"methods": [
87+
"listKeys",
88+
"listKeysStream",
89+
"listKeysAsync"
90+
]
91+
}
92+
}
93+
}
94+
}
95+
}
96+
}
97+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
{
2+
"schema": "1.0",
3+
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
4+
"language": "typescript",
5+
"protoPackage": "google.cloud.recaptchaenterprise.v1beta1",
6+
"libraryPackage": "@google-cloud/recaptcha-enterprise",
7+
"services": {
8+
"RecaptchaEnterpriseServiceV1Beta1": {
9+
"clients": {
10+
"grpc": {
11+
"libraryClient": "RecaptchaEnterpriseServiceV1Beta1Client",
12+
"rpcs": {
13+
"CreateAssessment": {
14+
"methods": [
15+
"createAssessment"
16+
]
17+
},
18+
"AnnotateAssessment": {
19+
"methods": [
20+
"annotateAssessment"
21+
]
22+
},
23+
"CreateKey": {
24+
"methods": [
25+
"createKey"
26+
]
27+
},
28+
"GetKey": {
29+
"methods": [
30+
"getKey"
31+
]
32+
},
33+
"UpdateKey": {
34+
"methods": [
35+
"updateKey"
36+
]
37+
},
38+
"DeleteKey": {
39+
"methods": [
40+
"deleteKey"
41+
]
42+
},
43+
"ListKeys": {
44+
"methods": [
45+
"listKeys",
46+
"listKeysStream",
47+
"listKeysAsync"
48+
]
49+
}
50+
}
51+
},
52+
"grpc-fallback": {
53+
"libraryClient": "RecaptchaEnterpriseServiceV1Beta1Client",
54+
"rpcs": {
55+
"CreateAssessment": {
56+
"methods": [
57+
"createAssessment"
58+
]
59+
},
60+
"AnnotateAssessment": {
61+
"methods": [
62+
"annotateAssessment"
63+
]
64+
},
65+
"CreateKey": {
66+
"methods": [
67+
"createKey"
68+
]
69+
},
70+
"GetKey": {
71+
"methods": [
72+
"getKey"
73+
]
74+
},
75+
"UpdateKey": {
76+
"methods": [
77+
"updateKey"
78+
]
79+
},
80+
"DeleteKey": {
81+
"methods": [
82+
"deleteKey"
83+
]
84+
},
85+
"ListKeys": {
86+
"methods": [
87+
"listKeys",
88+
"listKeysStream",
89+
"listKeysAsync"
90+
]
91+
}
92+
}
93+
}
94+
}
95+
}
96+
}
97+
}

packages/google-cloud-recaptchaenterprise/synth.metadata

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/nodejs-recaptcha-enterprise.git",
7-
"sha": "8eb79dd2b9f1eb7d4848aef63bf3bf236928fc67"
7+
"sha": "ec3c7200c339820a65a65365c9af44a2ee13b8d6"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "5587028631d4d743fd906c4eb4e4e4649a7ee5ce",
15-
"internalRef": "343187793"
14+
"sha": "d189e871205fea665a9648f7c4676f027495ccaf",
15+
"internalRef": "345596855"
1616
}
1717
},
1818
{

0 commit comments

Comments
 (0)