Skip to content

Commit

Permalink
fix: Update the stub to avoid the deprecated *Map method (#1002)
Browse files Browse the repository at this point in the history
* fix: Update the stub to avoid the deprecated *Map method

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Ben Creech <bpcreech@google.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed Aug 18, 2022
1 parent 342157f commit 49bf5b4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -331,7 +331,7 @@ public ApiFuture<ListLogsPagedResponse> getFuturePagedResponse(
@Override
public PartitionKey getBatchPartitionKey(WriteLogEntriesRequest request) {
return new PartitionKey(
request.getLogName(), request.getResource(), request.getLabels());
request.getLogName(), request.getResource(), request.getLabelsMap());
}

@Override
Expand Down

0 comments on commit 49bf5b4

Please sign in to comment.