Skip to content

Commit 890fa0d

Browse files
chore: generate libraries at Wed Oct 8 03:24:39 UTC 2025
1 parent 07f445a commit 890fa0d

File tree

4 files changed

+6
-205
lines changed

4 files changed

+6
-205
lines changed

google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/MessageDispatcher.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,8 @@ void stop() {
318318
case WAIT_FOR_PROCESSING:
319319
logger.log(
320320
Level.FINE,
321-
"WAIT_FOR_PROCESSING shutdown mode: Waiting for outstanding messages to complete processing.");
321+
"WAIT_FOR_PROCESSING shutdown mode: Waiting for outstanding messages to complete"
322+
+ " processing.");
322323
java.time.Duration timeout = subscriberShutdownSettings.getTimeout();
323324
if (timeout.isNegative()) {
324325
// Indefinite wait use existing blocking wait
@@ -330,7 +331,8 @@ void stop() {
330331
if (!completedWait) {
331332
logger.log(
332333
Level.WARNING,
333-
"Grace period expired for WAIT_FOR_PROCESSING shutdown. Nacking remaining messages.");
334+
"Grace period expired for WAIT_FOR_PROCESSING shutdown. Nacking remaining"
335+
+ " messages.");
334336
// Switch to NACK_IMMEDIATELY behavior for remaining messages
335337
nackAllOutstandingMessages();
336338
}

google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/Subscriber.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,8 @@ public Builder setOpenTelemetry(OpenTelemetry openTelemetry) {
796796
* SubscriberShutdownSettings#newBuilder() default settings}.
797797
*/
798798
@BetaApi(
799-
"The surface for SubscriberShutdownSettings is not stable yet and may be changed in the future.")
799+
"The surface for SubscriberShutdownSettings is not stable yet and may be changed in the"
800+
+ " future.")
800801
public Builder setSubscriberShutdownSettings(
801802
SubscriberShutdownSettings subscriberShutdownSettings) {
802803
this.subscriberShutdownSettings = Preconditions.checkNotNull(subscriberShutdownSettings);

google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/SubscriberShutdownSettings.java

Lines changed: 0 additions & 102 deletions
This file was deleted.

google-cloud-pubsub/src/test/java/com/google/cloud/pubsub/v1/SubscriberShutdownSettingsTest.java

Lines changed: 0 additions & 100 deletions
This file was deleted.

0 commit comments

Comments
 (0)