@@ -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.
0 commit comments