Skip to content

Commit 1c3e968

Browse files
authored
feat(gkeconnect/gateway): start generating apiv1beta1 (#4235)
1 parent 7a57aac commit 1c3e968

File tree

7 files changed

+609
-1
lines changed

7 files changed

+609
-1
lines changed

gkeconnect/gateway/apiv1beta1/doc.go

Lines changed: 119 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"schema": "1.0",
3+
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods.",
4+
"language": "go",
5+
"protoPackage": "google.cloud.gkeconnect.gateway.v1beta1",
6+
"libraryPackage": "cloud.google.com/go/gkeconnect/gateway/apiv1beta1",
7+
"services": {
8+
"GatewayService": {
9+
"clients": {
10+
"grpc": {
11+
"libraryClient": "Client",
12+
"rpcs": {
13+
"DeleteResource": {
14+
"methods": [
15+
"DeleteResource"
16+
]
17+
},
18+
"GetResource": {
19+
"methods": [
20+
"GetResource"
21+
]
22+
},
23+
"PatchResource": {
24+
"methods": [
25+
"PatchResource"
26+
]
27+
},
28+
"PostResource": {
29+
"methods": [
30+
"PostResource"
31+
]
32+
},
33+
"PutResource": {
34+
"methods": [
35+
"PutResource"
36+
]
37+
}
38+
}
39+
}
40+
}
41+
}
42+
}
43+
}

0 commit comments

Comments
 (0)