Skip to content

Commit feb7d7d

Browse files
authored
feat(bigquery/analyticshub): start generating apiv1 (#6707)
1 parent 402eb24 commit feb7d7d

File tree

11 files changed

+6481
-11
lines changed

11 files changed

+6481
-11
lines changed

bigquery/analyticshub/apiv1/analytics_hub_client.go

+2,169
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bigquery/analyticshub/apiv1/analytics_hub_client_example_test.go

+449
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bigquery/analyticshub/apiv1/analyticshubpb/analyticshub.pb.go

+3,433
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bigquery/analyticshub/apiv1/doc.go

+200
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,173 @@
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.bigquery.analyticshub.v1",
6+
"libraryPackage": "cloud.google.com/go/bigquery/analyticshub/apiv1",
7+
"services": {
8+
"AnalyticsHubService": {
9+
"clients": {
10+
"grpc": {
11+
"libraryClient": "Client",
12+
"rpcs": {
13+
"CreateDataExchange": {
14+
"methods": [
15+
"CreateDataExchange"
16+
]
17+
},
18+
"CreateListing": {
19+
"methods": [
20+
"CreateListing"
21+
]
22+
},
23+
"DeleteDataExchange": {
24+
"methods": [
25+
"DeleteDataExchange"
26+
]
27+
},
28+
"DeleteListing": {
29+
"methods": [
30+
"DeleteListing"
31+
]
32+
},
33+
"GetDataExchange": {
34+
"methods": [
35+
"GetDataExchange"
36+
]
37+
},
38+
"GetIamPolicy": {
39+
"methods": [
40+
"GetIamPolicy"
41+
]
42+
},
43+
"GetListing": {
44+
"methods": [
45+
"GetListing"
46+
]
47+
},
48+
"ListDataExchanges": {
49+
"methods": [
50+
"ListDataExchanges"
51+
]
52+
},
53+
"ListListings": {
54+
"methods": [
55+
"ListListings"
56+
]
57+
},
58+
"ListOrgDataExchanges": {
59+
"methods": [
60+
"ListOrgDataExchanges"
61+
]
62+
},
63+
"SetIamPolicy": {
64+
"methods": [
65+
"SetIamPolicy"
66+
]
67+
},
68+
"SubscribeListing": {
69+
"methods": [
70+
"SubscribeListing"
71+
]
72+
},
73+
"TestIamPermissions": {
74+
"methods": [
75+
"TestIamPermissions"
76+
]
77+
},
78+
"UpdateDataExchange": {
79+
"methods": [
80+
"UpdateDataExchange"
81+
]
82+
},
83+
"UpdateListing": {
84+
"methods": [
85+
"UpdateListing"
86+
]
87+
}
88+
}
89+
},
90+
"rest": {
91+
"libraryClient": "Client",
92+
"rpcs": {
93+
"CreateDataExchange": {
94+
"methods": [
95+
"CreateDataExchange"
96+
]
97+
},
98+
"CreateListing": {
99+
"methods": [
100+
"CreateListing"
101+
]
102+
},
103+
"DeleteDataExchange": {
104+
"methods": [
105+
"DeleteDataExchange"
106+
]
107+
},
108+
"DeleteListing": {
109+
"methods": [
110+
"DeleteListing"
111+
]
112+
},
113+
"GetDataExchange": {
114+
"methods": [
115+
"GetDataExchange"
116+
]
117+
},
118+
"GetIamPolicy": {
119+
"methods": [
120+
"GetIamPolicy"
121+
]
122+
},
123+
"GetListing": {
124+
"methods": [
125+
"GetListing"
126+
]
127+
},
128+
"ListDataExchanges": {
129+
"methods": [
130+
"ListDataExchanges"
131+
]
132+
},
133+
"ListListings": {
134+
"methods": [
135+
"ListListings"
136+
]
137+
},
138+
"ListOrgDataExchanges": {
139+
"methods": [
140+
"ListOrgDataExchanges"
141+
]
142+
},
143+
"SetIamPolicy": {
144+
"methods": [
145+
"SetIamPolicy"
146+
]
147+
},
148+
"SubscribeListing": {
149+
"methods": [
150+
"SubscribeListing"
151+
]
152+
},
153+
"TestIamPermissions": {
154+
"methods": [
155+
"TestIamPermissions"
156+
]
157+
},
158+
"UpdateDataExchange": {
159+
"methods": [
160+
"UpdateDataExchange"
161+
]
162+
},
163+
"UpdateListing": {
164+
"methods": [
165+
"UpdateListing"
166+
]
167+
}
168+
}
169+
}
170+
}
171+
}
172+
}
173+
}

bigquery/analyticshub/apiv1/version.go

+23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)