@@ -97,7 +97,7 @@ public final class Subscription extends com.google.api.client.json.GenericJson {
9797 /**
9898 * Optional. If true, Pub/Sub provides the following guarantees for the delivery of a message with
9999 * 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
101101 * acknowledged message will not be resent to a subscriber. Note that subscribers may still
102102 * receive multiple copies of a message when `enable_exactly_once_delivery` is true if the message
103103 * 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 {
202202 * Optional. A policy that specifies how Pub/Sub retries message delivery for this subscription.
203203 * If not set, the default retry policy is applied. This generally implies that messages will be
204204 * 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.
206206 * The value may be {@code null}.
207207 */
208208 @ com .google .api .client .util .Key
@@ -383,7 +383,7 @@ public Subscription setDetached(java.lang.Boolean detached) {
383383 /**
384384 * Optional. If true, Pub/Sub provides the following guarantees for the delivery of a message with
385385 * 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
387387 * acknowledged message will not be resent to a subscriber. Note that subscribers may still
388388 * receive multiple copies of a message when `enable_exactly_once_delivery` is true if the message
389389 * was published multiple times by a publisher client. These copies are considered distinct by
@@ -397,7 +397,7 @@ public java.lang.Boolean getEnableExactlyOnceDelivery() {
397397 /**
398398 * Optional. If true, Pub/Sub provides the following guarantees for the delivery of a message with
399399 * 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
401401 * acknowledged message will not be resent to a subscriber. Note that subscribers may still
402402 * receive multiple copies of a message when `enable_exactly_once_delivery` is true if the message
403403 * 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
610610 * Optional. A policy that specifies how Pub/Sub retries message delivery for this subscription.
611611 * If not set, the default retry policy is applied. This generally implies that messages will be
612612 * 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.
614614 * @return value or {@code null} for none
615615 */
616616 public RetryPolicy getRetryPolicy () {
@@ -621,7 +621,7 @@ public RetryPolicy getRetryPolicy() {
621621 * Optional. A policy that specifies how Pub/Sub retries message delivery for this subscription.
622622 * If not set, the default retry policy is applied. This generally implies that messages will be
623623 * 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.
625625 * @param retryPolicy retryPolicy or {@code null} for none
626626 */
627627 public Subscription setRetryPolicy (RetryPolicy retryPolicy ) {
0 commit comments