Skip to content

Commit a289c08

Browse files
build: upgrade Java microgenerator to v2.2.1 (googleapis#726)
* build: upgrade Java microgenerator to v2.2.1 # v2.2.1 ## Bug Fixes - gax batching regression (googleapis#863) (3a6f168) # v2.2.0 ## Features - Add REST AIP-151 LRO suport (cb1b534) - enable self signed JWT for http (googleapis#850) (aba0ec0) - Implement DIREGAPIC LRO annotations (googleapis#832) (d7b29e0) - REGAPIC initial implementation (googleapis#824) (fdcfe70) - REGAPIC Multitransport implementation (grpc+rest) (googleapis#833) (445daf4) ## Bug Fixes - [bazel] fix rest transport handling in assembly rule (googleapis#835) (92f7c1c) - DIREGAPIC LRO generated tests logic (googleapis#838) (8ae8e6f) - fix diregapic-lro logic (googleapis#834) (957f69a) PiperOrigin-RevId: 405492216 Source-Link: googleapis/googleapis@4381242 Source-Link: https://github.com/googleapis/googleapis-gen/commit/8d1ecc73009d949803fe1745f4617546a8cb74fc Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOGQxZWNjNzMwMDlkOTQ5ODAzZmUxNzQ1ZjQ2MTc1NDZhOGNiNzRmYyJ9 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 5a8cedf commit a289c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-cloud-logging/src/main/java/com/google/cloud/logging/v2/stub/GrpcLoggingServiceV2Stub.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ protected GrpcLoggingServiceV2Stub(
231231
callableFactory.createUnaryCallable(
232232
deleteLogTransportSettings, settings.deleteLogSettings(), clientContext);
233233
this.writeLogEntriesCallable =
234-
callableFactory.createUnaryCallable(
234+
callableFactory.createBatchingCallable(
235235
writeLogEntriesTransportSettings, settings.writeLogEntriesSettings(), clientContext);
236236
this.listLogEntriesCallable =
237237
callableFactory.createUnaryCallable(

0 commit comments

Comments
 (0)