-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(bigtable): Support AuthorizedView in data and admin client #9515
Conversation
Please revert go.mod go.work.sum and go.sum as they will affect rest of the packages. To update these files, there will be an auto-generated PR by renovate-bot . Similar to https://github.com/googleapis/google-cloud-go/pull/9439/files |
ee056e2
to
309c407
Compare
Done. |
e2b3a13
to
72ebbe9
Compare
LGTM. Can be merged once vet failures are resolved |
8d97b3a
to
4d35698
Compare
Change-Id: I1c04c6abb7a0ecaaa5a95334b9e6934f638b5afb
Change-Id: Id22fe08bc0a830cab83f30d892f6d78c269d2895
Change-Id: I9781e0882f1b152228edb276f12284d5ccf64315
Change-Id: I5dc6c0c79067903fe5c71c0f9d51e40d3f5233ca
4d35698
to
78f55b2
Compare
Change-Id: Ie1e82d3a8389d26217f0fc10ffa9ca16f3b72b6d
137c23a
to
45c8fba
Compare
Please ignore conformance test failures. They were added in failed state |
45c8fba
to
44d7411
Compare
Change-Id: Ia07847f4c43197d8498ead0e225651fe2b4713d7
44d7411
to
0fb3604
Compare
9fabb83
to
36b5da3
Compare
Change-Id: I99f87a46cd96d96710aac4532a61361dcc7e2a27
36b5da3
to
8ff051b
Compare
Change-Id: I974abdf400050d65b76a2fed34685e20d2e7781f
Change-Id: I28880079e167d37cad1fc6740c089e51be10f347
…leapis#9515) * feat(bigtable): Support AuthorizedView in data and admin client Change-Id: I1c04c6abb7a0ecaaa5a95334b9e6934f638b5afb * fix: Address review comments Change-Id: Id22fe08bc0a830cab83f30d892f6d78c269d2895 * feat: Add AuthorizedView IAM Change-Id: I9781e0882f1b152228edb276f12284d5ccf64315 * fix: fix request headers for AuthorizedViews Change-Id: I5dc6c0c79067903fe5c71c0f9d51e40d3f5233ca * fix: resolve vet failures Change-Id: Ie1e82d3a8389d26217f0fc10ffa9ca16f3b72b6d * Expose FamilySubset struct and a small fix Change-Id: Ia07847f4c43197d8498ead0e225651fe2b4713d7 * Address review comments Change-Id: I99f87a46cd96d96710aac4532a61361dcc7e2a27 * Let Get method return Info struct and reordering Change-Id: I974abdf400050d65b76a2fed34685e20d2e7781f * fix: Remove GetSubsetView() and reordering Change-Id: I28880079e167d37cad1fc6740c089e51be10f347 --------- Co-authored-by: trollyxia <[email protected]>
This PR adds AuthorizedView admin CRUD methods, and allows existing data methods to work with an AuthorizedView.
Change-Id: I1c04c6abb7a0ecaaa5a95334b9e6934f638b5afb