Skip to content

Commit e55a016

Browse files
authored
chore(all): bulk gen (#4484)
Bulk generate APIs. Changes: feat(iap): start generating apiv1 feat(datafusion): start generating apiv1
1 parent a126004 commit e55a016

12 files changed

+2619
-1
lines changed

datafusion/apiv1/data_fusion_client.go

Lines changed: 846 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datafusion/apiv1/data_fusion_client_example_test.go

Lines changed: 200 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datafusion/apiv1/doc.go

Lines changed: 124 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
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.datafusion.v1",
6+
"libraryPackage": "cloud.google.com/go/datafusion/apiv1",
7+
"services": {
8+
"DataFusion": {
9+
"clients": {
10+
"grpc": {
11+
"libraryClient": "Client",
12+
"rpcs": {
13+
"CreateInstance": {
14+
"methods": [
15+
"CreateInstance"
16+
]
17+
},
18+
"DeleteInstance": {
19+
"methods": [
20+
"DeleteInstance"
21+
]
22+
},
23+
"GetInstance": {
24+
"methods": [
25+
"GetInstance"
26+
]
27+
},
28+
"ListAvailableVersions": {
29+
"methods": [
30+
"ListAvailableVersions"
31+
]
32+
},
33+
"ListInstances": {
34+
"methods": [
35+
"ListInstances"
36+
]
37+
},
38+
"RestartInstance": {
39+
"methods": [
40+
"RestartInstance"
41+
]
42+
},
43+
"UpdateInstance": {
44+
"methods": [
45+
"UpdateInstance"
46+
]
47+
}
48+
}
49+
}
50+
}
51+
}
52+
}
53+
}

0 commit comments

Comments
 (0)