This repository was archived by the owner on Mar 23, 2026. It is now read-only.
Commit f0e67d8
feat: support for Table ACLs (#653)
* feat: bigquery table acls
* incremental updates
* syntax
* cleanup warnings
* add policy conversion tests
* add BigQueryImpl testing
* cleanup tests
* address mock issue
* plumb in testIamPermissions and impl test
* add integration test
* drop empty check
* allow more permissive policy conversions for (empty bindings)
* more null fun
* add clirr-ignored-differences.xml for new methods added to interfaces
Co-authored-by: stephwang <stephwang@google.com>1 parent f08becc commit f0e67d8
File tree
13 files changed
+980
-403
lines changed- google-cloud-bigquery
- src
- main/java/com/google/cloud/bigquery
- spi/v2
- test/java/com/google/cloud/bigquery
- it
13 files changed
+980
-403
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
393 | 393 | | |
394 | 394 | | |
395 | 395 | | |
| 396 | + | |
396 | 397 | | |
397 | 398 | | |
398 | 399 | | |
| |||
0 commit comments