@@ -97,7 +97,7 @@ public final class Subscription extends com.google.api.client.json.GenericJson {
97
97
/**
98
98
* Optional. If true, Pub/Sub provides the following guarantees for the delivery of a message with
99
99
* a given value of `message_id` on this subscription: * The message sent to a subscriber is
100
- * guaranteed not to be resent before the message's acknowledgement deadline expires. * An
100
+ * guaranteed not to be resent before the message's acknowledgment deadline expires. * An
101
101
* acknowledged message will not be resent to a subscriber. Note that subscribers may still
102
102
* receive multiple copies of a message when `enable_exactly_once_delivery` is true if the message
103
103
* was published multiple times by a publisher client. These copies are considered distinct by
@@ -202,7 +202,7 @@ public final class Subscription extends com.google.api.client.json.GenericJson {
202
202
* Optional. A policy that specifies how Pub/Sub retries message delivery for this subscription.
203
203
* If not set, the default retry policy is applied. This generally implies that messages will be
204
204
* retried as soon as possible for healthy subscribers. RetryPolicy will be triggered on NACKs or
205
- * acknowledgement deadline exceeded events for a given message.
205
+ * acknowledgment deadline exceeded events for a given message.
206
206
* The value may be {@code null}.
207
207
*/
208
208
@ com .google .api .client .util .Key
@@ -383,7 +383,7 @@ public Subscription setDetached(java.lang.Boolean detached) {
383
383
/**
384
384
* Optional. If true, Pub/Sub provides the following guarantees for the delivery of a message with
385
385
* a given value of `message_id` on this subscription: * The message sent to a subscriber is
386
- * guaranteed not to be resent before the message's acknowledgement deadline expires. * An
386
+ * guaranteed not to be resent before the message's acknowledgment deadline expires. * An
387
387
* acknowledged message will not be resent to a subscriber. Note that subscribers may still
388
388
* receive multiple copies of a message when `enable_exactly_once_delivery` is true if the message
389
389
* was published multiple times by a publisher client. These copies are considered distinct by
@@ -397,7 +397,7 @@ public java.lang.Boolean getEnableExactlyOnceDelivery() {
397
397
/**
398
398
* Optional. If true, Pub/Sub provides the following guarantees for the delivery of a message with
399
399
* a given value of `message_id` on this subscription: * The message sent to a subscriber is
400
- * guaranteed not to be resent before the message's acknowledgement deadline expires. * An
400
+ * guaranteed not to be resent before the message's acknowledgment deadline expires. * An
401
401
* acknowledged message will not be resent to a subscriber. Note that subscribers may still
402
402
* receive multiple copies of a message when `enable_exactly_once_delivery` is true if the message
403
403
* was published multiple times by a publisher client. These copies are considered distinct by
@@ -610,7 +610,7 @@ public Subscription setRetainAckedMessages(java.lang.Boolean retainAckedMessages
610
610
* Optional. A policy that specifies how Pub/Sub retries message delivery for this subscription.
611
611
* If not set, the default retry policy is applied. This generally implies that messages will be
612
612
* retried as soon as possible for healthy subscribers. RetryPolicy will be triggered on NACKs or
613
- * acknowledgement deadline exceeded events for a given message.
613
+ * acknowledgment deadline exceeded events for a given message.
614
614
* @return value or {@code null} for none
615
615
*/
616
616
public RetryPolicy getRetryPolicy () {
@@ -621,7 +621,7 @@ public RetryPolicy getRetryPolicy() {
621
621
* Optional. A policy that specifies how Pub/Sub retries message delivery for this subscription.
622
622
* If not set, the default retry policy is applied. This generally implies that messages will be
623
623
* retried as soon as possible for healthy subscribers. RetryPolicy will be triggered on NACKs or
624
- * acknowledgement deadline exceeded events for a given message.
624
+ * acknowledgment deadline exceeded events for a given message.
625
625
* @param retryPolicy retryPolicy or {@code null} for none
626
626
*/
627
627
public Subscription setRetryPolicy (RetryPolicy retryPolicy ) {
0 commit comments