Skip to content
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: implement GrpcStorageImpl BucketAccessControl operations #1816

Merged
merged 1 commit into from
Dec 15, 2022

Conversation

BenWhitehead
Copy link
Collaborator

Newly implemented methods (including any overloads):

  1. GrpcStorageImpl#createAcl
  2. GrpcStorageImpl#getAcl
  3. GrpcStorageImpl#listAcl
  4. GrpcStorageImpl#updateAcl
  5. GrpcStorageImpl#deleteAcl
  6. Bucket#createAcl
  7. Bucket#getAcl
  8. Bucket#listAcl
  9. Bucket#updateAcl
  10. Bucket#deleteAcl

Newly implemented methods (including any overloads):
1. GrpcStorageImpl#createAcl
2. GrpcStorageImpl#getAcl
3. GrpcStorageImpl#listAcl
4. GrpcStorageImpl#updateAcl
5. GrpcStorageImpl#deleteAcl
6. Bucket#createAcl
7. Bucket#getAcl
8. Bucket#listAcl
9. Bucket#updateAcl
10. Bucket#deleteAcl
@BenWhitehead BenWhitehead added the owlbot:ignore instruct owl-bot to ignore a PR label Dec 15, 2022
@BenWhitehead BenWhitehead requested a review from a team as a code owner December 15, 2022 19:33
@product-auto-label product-auto-label bot added size: l Pull request size is large. api: storage Issues related to the googleapis/java-storage API. labels Dec 15, 2022
@BenWhitehead BenWhitehead merged commit 5c52079 into main Dec 15, 2022
@BenWhitehead BenWhitehead deleted the grpc/bucketAcl branch December 15, 2022 21:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the googleapis/java-storage API. owlbot:ignore instruct owl-bot to ignore a PR size: l Pull request size is large.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants