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 ObjectAccessControl operations #1818

Merged
merged 1 commit into from
Dec 16, 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. Blob#createAcl
  7. Blob#getAcl
  8. Blob#listAcl
  9. Blob#updateAcl
  10. Blob#deleteAcl

Newly implemented methods (including any overloads):
1. GrpcStorageImpl#createAcl
2. GrpcStorageImpl#getAcl
3. GrpcStorageImpl#listAcl
4. GrpcStorageImpl#updateAcl
5. GrpcStorageImpl#deleteAcl
6. Blob#createAcl
7. Blob#getAcl
8. Blob#listAcl
9. Blob#updateAcl
10. Blob#deleteAcl
@BenWhitehead BenWhitehead requested a review from a team as a code owner December 15, 2022 21:21
@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 added the owlbot:ignore instruct owl-bot to ignore a PR label Dec 15, 2022
@BenWhitehead BenWhitehead merged commit 2eec791 into main Dec 16, 2022
@BenWhitehead BenWhitehead deleted the grpc/objectAcl branch December 16, 2022 17:43
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