This repository was archived by the owner on Mar 23, 2026. It is now read-only.
feat(bigquery): support IAM conditions in datasets in Java client.#3602
Merged
Conversation
shollyman
reviewed
Dec 11, 2024
| bqExpr.getExpression(), bqExpr.getTitle(), bqExpr.getDescription(), bqExpr.getLocation()); | ||
| } | ||
|
|
||
| @Override |
Contributor
There was a problem hiding this comment.
Include toString() as well as the normal methods like equals and hashcode?
This PR enables the use of IAM conditions when accessing a dataset through the create, update, and get API endpoints. The following changes are necessary:
Exprtype in theAclclass for expressing the access conditionsDatasetOptionfield to set the access policy versionBuganizer link: b/374156746