File tree 3 files changed +197
-3
lines changed
packages/google-cloud-recaptchaenterprise
3 files changed +197
-3
lines changed Original file line number Diff line number Diff line change
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 number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change 4
4
"git": {
5
5
"name": ".",
6
6
"remote": "https://github.com/googleapis/nodejs-recaptcha-enterprise.git",
7
- "sha": "8eb79dd2b9f1eb7d4848aef63bf3bf236928fc67 "
7
+ "sha": "ec3c7200c339820a65a65365c9af44a2ee13b8d6 "
8
8
}
9
9
},
10
10
{
11
11
"git": {
12
12
"name": "googleapis",
13
13
"remote": "https://github.com/googleapis/googleapis.git",
14
- "sha": "5587028631d4d743fd906c4eb4e4e4649a7ee5ce ",
15
- "internalRef": "343187793 "
14
+ "sha": "d189e871205fea665a9648f7c4676f027495ccaf ",
15
+ "internalRef": "345596855 "
16
16
}
17
17
},
18
18
{
You can’t perform that action at this time.
0 commit comments