Skip to content

Commit 36d03e8

Browse files
feat: Automated regeneration of pubsub v1 client (googleapis#21937)
Auto-created at 2025-03-02 10:30:04 +0000 using the toys pull request generator.
1 parent bac3ec9 commit 36d03e8

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

generated/google-apis-pubsub_v1/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Release history for google-apis-pubsub_v1
22

3-
### v0.59.0 (2025-02-26)
3+
### v0.59.0 (2025-03-02)
44

5-
* Regenerated from discovery document revision 20250208
5+
* Regenerated from discovery document revision 20250218
66
* Regenerated using generator version 0.16.0
77

88
### v0.58.0 (2025-01-07)

generated/google-apis-pubsub_v1/lib/google/apis/pubsub_v1/classes.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ class CloudStorageConfig
576576

577577
# Optional. The maximum duration that can elapse before a new Cloud Storage file
578578
# is created. Min 1 minute, max 10 minutes, default 5 minutes. May not exceed
579-
# the subscription's acknowledgement deadline.
579+
# the subscription's acknowledgment deadline.
580580
# Corresponds to the JSON property `maxDuration`
581581
# @return [String]
582582
attr_accessor :max_duration
@@ -754,11 +754,11 @@ class DeadLetterPolicy
754754

755755
# Optional. The maximum number of delivery attempts for any message. The value
756756
# must be between 5 and 100. The number of delivery attempts is defined as 1 + (
757-
# the sum of number of NACKs and number of times the acknowledgement deadline
758-
# has been exceeded for the message). A NACK is any call to ModifyAckDeadline
759-
# with a 0 deadline. Note that client libraries may automatically extend
760-
# ack_deadlines. This field will be honored on a best effort basis. If this
761-
# parameter is 0, a default value of 5 is used.
757+
# the sum of number of NACKs and number of times the acknowledgment deadline has
758+
# been exceeded for the message). A NACK is any call to ModifyAckDeadline with a
759+
# 0 deadline. Note that client libraries may automatically extend ack_deadlines.
760+
# This field will be honored on a best effort basis. If this parameter is 0, a
761+
# default value of 5 is used.
762762
# Corresponds to the JSON property `maxDeliveryAttempts`
763763
# @return [Fixnum]
764764
attr_accessor :max_delivery_attempts
@@ -1730,7 +1730,7 @@ def update!(**args)
17301730
# A policy that specifies how Pub/Sub retries message delivery. Retry delay will
17311731
# be exponential based on provided minimum and maximum backoffs. https://en.
17321732
# wikipedia.org/wiki/Exponential_backoff. RetryPolicy will be triggered on NACKs
1733-
# or acknowledgement deadline exceeded events for a given message. Retry Policy
1733+
# or acknowledgment deadline exceeded events for a given message. Retry Policy
17341734
# is implemented on a best effort basis. At times, the delay between consecutive
17351735
# deliveries may not match the configuration. That is, delay can be more or less
17361736
# than configured backoff.
@@ -2074,7 +2074,7 @@ class Subscription
20742074
# Optional. If true, Pub/Sub provides the following guarantees for the delivery
20752075
# of a message with a given value of `message_id` on this subscription: * The
20762076
# message sent to a subscriber is guaranteed not to be resent before the message'
2077-
# s acknowledgement deadline expires. * An acknowledged message will not be
2077+
# s acknowledgment deadline expires. * An acknowledged message will not be
20782078
# resent to a subscriber. Note that subscribers may still receive multiple
20792079
# copies of a message when `enable_exactly_once_delivery` is true if the message
20802080
# was published multiple times by a publisher client. These copies are
@@ -2157,7 +2157,7 @@ class Subscription
21572157
# A policy that specifies how Pub/Sub retries message delivery. Retry delay will
21582158
# be exponential based on provided minimum and maximum backoffs. https://en.
21592159
# wikipedia.org/wiki/Exponential_backoff. RetryPolicy will be triggered on NACKs
2160-
# or acknowledgement deadline exceeded events for a given message. Retry Policy
2160+
# or acknowledgment deadline exceeded events for a given message. Retry Policy
21612161
# is implemented on a best effort basis. At times, the delay between consecutive
21622162
# deliveries may not match the configuration. That is, delay can be more or less
21632163
# than configured backoff.

generated/google-apis-pubsub_v1/lib/google/apis/pubsub_v1/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module PubsubV1
2222
GENERATOR_VERSION = "0.16.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250208"
25+
REVISION = "20250218"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)