Commit 859099b
authored
feat(artifact): add admin RPCs for knowledge base consolidation migration (#723)
**Because**
- The KB consolidation migration (convert000070) needs to move files
from legacy/duplicate KBs to the primary default KB
- Files can belong to multiple KBs (many-to-many relationship via
junction table)
- After consolidating files, legacy KBs need to be deleted without
affecting the files themselves
**This commit**
- Adds `AddFilesToKnowledgeBaseAdmin` RPC that accepts file resource
names (`namespaces/{namespace}/files/{file}`) and adds associations to a
target KB, skipping duplicates
- Adds `DeleteKnowledgeBaseAdmin` RPC that force-deletes a KB even if it
has file associations (files remain orphaned until re-associated)
- Adds corresponding request/response message types with proper AIP
annotations (`google.api.resource_reference`,
`google.api.field_behavior`)1 parent 5c8b4db commit 859099b
File tree
2 files changed
+57
-0
lines changed- artifact/v1alpha
2 files changed
+57
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
128 | 142 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
0 commit comments