Skip to content

Commit

Permalink
chore: remove ZOpt replacing with UnifiedOpts (#1568)
Browse files Browse the repository at this point in the history
* chore: remove ZOpt

Replace usages of ZOpt with new UnifiedOpts

* chore: remove ZOpt#USER_PROJECT

* chore: remove ZOptTest

* chore: remove ZOpt options related to List Operations

* chore: remove ZOpt and update all outstanding Metadata operations

* chore: Update UnifiedOpts for media operations

* test: add UnifiedOptsGrpcTest.java

Implement unit tests for each of the *Extractor Opts

* chore: implement remaning Opt tests
  • Loading branch information
BenWhitehead authored Aug 19, 2022
1 parent 727254d commit 317d3ec
Show file tree
Hide file tree
Showing 7 changed files with 2,121 additions and 557 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -1319,6 +1319,7 @@ public List<Acl> listAcls(final BlobId blob) {
.collect(ImmutableList.toImmutableList()));
}

@Override
public HmacKey createHmacKey(
final ServiceAccount serviceAccount, final CreateHmacKeyOption... options) {
String pb = serviceAccount.getEmail();
Expand Down
Loading

0 comments on commit 317d3ec

Please sign in to comment.