Commit 24d4f37
authored
feat: [google-cloud-apihub] Introduce new services for data collection (ApiHubCollect) and curation (ApiHubCurate) (#14404)
BEGIN_COMMIT_OVERRIDE
feat: Introduce new services for data collection (ApiHubCollect) and
curation (ApiHubCurate)
feat: Add full lifecycle management for API Operations within API
Versions (Create, Update, Delete)
feat: Significantly expand Plugin and Plugin Instance management
capabilities, including creation, execution, and lifecycle control
feat: Enable Deletion of ApiHub Instances via the Provisioning service
feat: Enhance list filtering options across various resources (APIs,
Versions, Specs, Operations, Deployments) with support for user-defined
attributes
feat: Add new fields and enums to resources to support richer metadata,
including source tracking (SourceMetadata), plugin configurations
(AuthConfig, ConfigVariable), new attributes, and additional deployment
details
feat: Make CMEK configuration optional for ApiHub Instances, defaulting
to GMEK
docs: Update field descriptions, comments, and links in existing
services
END_COMMIT_OVERRIDE
- [ ] Regenerate this pull request now.
feat: Add full lifecycle management for API Operations within API
Versions (Create, Update, Delete)
feat: Significantly expand Plugin and Plugin Instance management
capabilities, including creation, execution, and lifecycle control
feat: Enable Deletion of ApiHub Instances via the Provisioning service
feat: Enhance list filtering options across various resources (APIs,
Versions, Specs, Operations, Deployments) with support for user-defined
attributes
feat: Add new fields and enums to resources to support richer metadata,
including source tracking (SourceMetadata), plugin configurations
(AuthConfig, ConfigVariable), new attributes, and additional deployment
details
feat: Make CMEK configuration optional for ApiHub Instances, defaulting
to GMEK
docs: Update field descriptions, comments, and links in existing
services
PiperOrigin-RevId: 805646287
Source-Link:
googleapis/googleapis@6b78856
Source-Link:
googleapis/googleapis-gen@c6df0ec
Copy-Tag:
eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWFwaWh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYzZkZjBlY2ZkYmEyNzEwZjk3ZjhlMDc4ZWM4MDkzZWZhMGQ1OWQxOCJ9
---------
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>1 parent 6292106 commit 24d4f37
File tree
93 files changed
+45895
-2616
lines changed- packages/google-cloud-apihub
- docs/apihub_v1
- google/cloud
- apihub_v1
- services
- api_hub_collect
- transports
- api_hub_curate
- transports
- api_hub_dependencies
- transports
- api_hub_discovery
- transports
- api_hub_plugin
- transports
- api_hub
- transports
- linting_service
- transports
- provisioning
- transports
- types
- apihub
- samples/generated_samples
- scripts
- tests/unit/gapic/apihub_v1
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
93 files changed
+45895
-2616
lines changedLines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
| 10 | + | |
8 | 11 | | |
9 | 12 | | |
10 | 13 | | |
| |||
Lines changed: 144 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
25 | 30 | | |
26 | 31 | | |
27 | 32 | | |
| |||
33 | 38 | | |
34 | 39 | | |
35 | 40 | | |
| 41 | + | |
36 | 42 | | |
37 | 43 | | |
38 | 44 | | |
39 | 45 | | |
40 | 46 | | |
41 | 47 | | |
42 | 48 | | |
| 49 | + | |
43 | 50 | | |
44 | 51 | | |
45 | 52 | | |
| |||
76 | 83 | | |
77 | 84 | | |
78 | 85 | | |
| 86 | + | |
79 | 87 | | |
80 | 88 | | |
81 | 89 | | |
| |||
84 | 92 | | |
85 | 93 | | |
86 | 94 | | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
87 | 106 | | |
88 | 107 | | |
89 | 108 | | |
90 | 109 | | |
91 | 110 | | |
92 | 111 | | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
93 | 117 | | |
94 | 118 | | |
95 | 119 | | |
96 | 120 | | |
97 | 121 | | |
| 122 | + | |
| 123 | + | |
98 | 124 | | |
99 | 125 | | |
| 126 | + | |
100 | 127 | | |
| 128 | + | |
101 | 129 | | |
102 | 130 | | |
103 | 131 | | |
| |||
107 | 135 | | |
108 | 136 | | |
109 | 137 | | |
| 138 | + | |
110 | 139 | | |
111 | 140 | | |
112 | 141 | | |
| 142 | + | |
113 | 143 | | |
| 144 | + | |
114 | 145 | | |
115 | 146 | | |
116 | 147 | | |
117 | 148 | | |
118 | 149 | | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
119 | 169 | | |
120 | 170 | | |
121 | 171 | | |
| |||
132 | 182 | | |
133 | 183 | | |
134 | 184 | | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
135 | 195 | | |
| 196 | + | |
| 197 | + | |
136 | 198 | | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
137 | 204 | | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
138 | 209 | | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
139 | 214 | | |
140 | 215 | | |
141 | 216 | | |
| 217 | + | |
142 | 218 | | |
143 | 219 | | |
144 | 220 | | |
| |||
156 | 232 | | |
157 | 233 | | |
158 | 234 | | |
| 235 | + | |
| 236 | + | |
159 | 237 | | |
| 238 | + | |
160 | 239 | | |
161 | 240 | | |
162 | 241 | | |
163 | 242 | | |
164 | 243 | | |
165 | 244 | | |
| 245 | + | |
166 | 246 | | |
167 | 247 | | |
168 | 248 | | |
169 | 249 | | |
170 | 250 | | |
171 | 251 | | |
172 | 252 | | |
| 253 | + | |
173 | 254 | | |
174 | 255 | | |
175 | 256 | | |
| |||
206 | 287 | | |
207 | 288 | | |
208 | 289 | | |
| 290 | + | |
209 | 291 | | |
210 | 292 | | |
211 | 293 | | |
212 | 294 | | |
213 | 295 | | |
214 | 296 | | |
215 | 297 | | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
216 | 307 | | |
217 | 308 | | |
218 | 309 | | |
219 | 310 | | |
220 | 311 | | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
221 | 316 | | |
222 | 317 | | |
223 | 318 | | |
224 | 319 | | |
225 | 320 | | |
| 321 | + | |
| 322 | + | |
226 | 323 | | |
227 | 324 | | |
| 325 | + | |
228 | 326 | | |
| 327 | + | |
229 | 328 | | |
230 | 329 | | |
231 | 330 | | |
| |||
236 | 335 | | |
237 | 336 | | |
238 | 337 | | |
| 338 | + | |
| 339 | + | |
239 | 340 | | |
240 | 341 | | |
241 | 342 | | |
242 | 343 | | |
| 344 | + | |
243 | 345 | | |
244 | 346 | | |
| 347 | + | |
245 | 348 | | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
246 | 364 | | |
247 | 365 | | |
248 | 366 | | |
| |||
254 | 372 | | |
255 | 373 | | |
256 | 374 | | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
257 | 383 | | |
| 384 | + | |
| 385 | + | |
258 | 386 | | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
259 | 391 | | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
260 | 396 | | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
261 | 404 | | |
| 405 | + | |
262 | 406 | | |
263 | 407 | | |
264 | 408 | | |
| |||
0 commit comments