Skip to content

Commit 21deff3

Browse files
chore: generate GAPIC metadata JSON file (#81)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/86075bca-3db9-4047-98b6-39dbe4174275/targets - [ ] To automatically regenerate this PR, check this box. PiperOrigin-RevId: 345596855 Source-Link: googleapis/googleapis@d189e87
1 parent 4a1063f commit 21deff3

2 files changed

Lines changed: 100 additions & 3 deletions

File tree

Lines changed: 97 additions & 0 deletions
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.memcache.v1beta2",
6+
"libraryPackage": "@google-cloud/memcache",
7+
"services": {
8+
"CloudMemcache": {
9+
"clients": {
10+
"grpc": {
11+
"libraryClient": "CloudMemcacheClient",
12+
"rpcs": {
13+
"GetInstance": {
14+
"methods": [
15+
"getInstance"
16+
]
17+
},
18+
"CreateInstance": {
19+
"methods": [
20+
"createInstance"
21+
]
22+
},
23+
"UpdateInstance": {
24+
"methods": [
25+
"updateInstance"
26+
]
27+
},
28+
"UpdateParameters": {
29+
"methods": [
30+
"updateParameters"
31+
]
32+
},
33+
"DeleteInstance": {
34+
"methods": [
35+
"deleteInstance"
36+
]
37+
},
38+
"ApplyParameters": {
39+
"methods": [
40+
"applyParameters"
41+
]
42+
},
43+
"ListInstances": {
44+
"methods": [
45+
"listInstances",
46+
"listInstancesStream",
47+
"listInstancesAsync"
48+
]
49+
}
50+
}
51+
},
52+
"grpc-fallback": {
53+
"libraryClient": "CloudMemcacheClient",
54+
"rpcs": {
55+
"GetInstance": {
56+
"methods": [
57+
"getInstance"
58+
]
59+
},
60+
"CreateInstance": {
61+
"methods": [
62+
"createInstance"
63+
]
64+
},
65+
"UpdateInstance": {
66+
"methods": [
67+
"updateInstance"
68+
]
69+
},
70+
"UpdateParameters": {
71+
"methods": [
72+
"updateParameters"
73+
]
74+
},
75+
"DeleteInstance": {
76+
"methods": [
77+
"deleteInstance"
78+
]
79+
},
80+
"ApplyParameters": {
81+
"methods": [
82+
"applyParameters"
83+
]
84+
},
85+
"ListInstances": {
86+
"methods": [
87+
"listInstances",
88+
"listInstancesStream",
89+
"listInstancesAsync"
90+
]
91+
}
92+
}
93+
}
94+
}
95+
}
96+
}
97+
}

packages/google-cloud-memcache/synth.metadata

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/nodejs-memcache.git",
7-
"sha": "8d54934fcd7d4ef97f6adbbff383414bd0c23c58"
7+
"sha": "b647fe4776d15c7f9bd9e7a9f70a87c3a9e1dd50"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "2f019bf70bfe06f1e2af1b04011b0a2405190e43",
15-
"internalRef": "343202295"
14+
"sha": "d189e871205fea665a9648f7c4676f027495ccaf",
15+
"internalRef": "345596855"
1616
}
1717
},
1818
{

0 commit comments

Comments
 (0)