Skip to content

Commit 3be880e

Browse files
1 parent 58aa25d commit 3be880e

File tree

7 files changed

+19
-19
lines changed

7 files changed

+19
-19
lines changed

clients/google-api-services-pubsub/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-pubsub</artifactId>
25-
<version>v1-rev20250208-2.0.0</version>
25+
<version>v1-rev20250218-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-pubsub:v1-rev20250208-2.0.0'
38+
implementation 'com.google.apis:google-api-services-pubsub:v1-rev20250218-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-pubsub/v1/2.0.0/com/google/api/services/pubsub/model/CloudStorageConfig.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public final class CloudStorageConfig extends com.google.api.client.json.Generic
8181

8282
/**
8383
* Optional. The maximum duration that can elapse before a new Cloud Storage file is created. Min
84-
* 1 minute, max 10 minutes, default 5 minutes. May not exceed the subscription's acknowledgement
84+
* 1 minute, max 10 minutes, default 5 minutes. May not exceed the subscription's acknowledgment
8585
* deadline.
8686
* The value may be {@code null}.
8787
*/
@@ -242,7 +242,7 @@ public CloudStorageConfig setMaxBytes(java.lang.Long maxBytes) {
242242

243243
/**
244244
* Optional. The maximum duration that can elapse before a new Cloud Storage file is created. Min
245-
* 1 minute, max 10 minutes, default 5 minutes. May not exceed the subscription's acknowledgement
245+
* 1 minute, max 10 minutes, default 5 minutes. May not exceed the subscription's acknowledgment
246246
* deadline.
247247
* @return value or {@code null} for none
248248
*/
@@ -252,7 +252,7 @@ public String getMaxDuration() {
252252

253253
/**
254254
* Optional. The maximum duration that can elapse before a new Cloud Storage file is created. Min
255-
* 1 minute, max 10 minutes, default 5 minutes. May not exceed the subscription's acknowledgement
255+
* 1 minute, max 10 minutes, default 5 minutes. May not exceed the subscription's acknowledgment
256256
* deadline.
257257
* @param maxDuration maxDuration or {@code null} for none
258258
*/

clients/google-api-services-pubsub/v1/2.0.0/com/google/api/services/pubsub/model/DeadLetterPolicy.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public final class DeadLetterPolicy extends com.google.api.client.json.GenericJs
4646
/**
4747
* Optional. The maximum number of delivery attempts for any message. The value must be between 5
4848
* and 100. The number of delivery attempts is defined as 1 + (the sum of number of NACKs and
49-
* number of times the acknowledgement deadline has been exceeded for the message). A NACK is any
49+
* number of times the acknowledgment deadline has been exceeded for the message). A NACK is any
5050
* call to ModifyAckDeadline with a 0 deadline. Note that client libraries may automatically
5151
* extend ack_deadlines. This field will be honored on a best effort basis. If this parameter is
5252
* 0, a default value of 5 is used.
@@ -85,7 +85,7 @@ public DeadLetterPolicy setDeadLetterTopic(java.lang.String deadLetterTopic) {
8585
/**
8686
* Optional. The maximum number of delivery attempts for any message. The value must be between 5
8787
* and 100. The number of delivery attempts is defined as 1 + (the sum of number of NACKs and
88-
* number of times the acknowledgement deadline has been exceeded for the message). A NACK is any
88+
* number of times the acknowledgment deadline has been exceeded for the message). A NACK is any
8989
* call to ModifyAckDeadline with a 0 deadline. Note that client libraries may automatically
9090
* extend ack_deadlines. This field will be honored on a best effort basis. If this parameter is
9191
* 0, a default value of 5 is used.
@@ -98,7 +98,7 @@ public java.lang.Integer getMaxDeliveryAttempts() {
9898
/**
9999
* Optional. The maximum number of delivery attempts for any message. The value must be between 5
100100
* and 100. The number of delivery attempts is defined as 1 + (the sum of number of NACKs and
101-
* number of times the acknowledgement deadline has been exceeded for the message). A NACK is any
101+
* number of times the acknowledgment deadline has been exceeded for the message). A NACK is any
102102
* call to ModifyAckDeadline with a 0 deadline. Note that client libraries may automatically
103103
* extend ack_deadlines. This field will be honored on a best effort basis. If this parameter is
104104
* 0, a default value of 5 is used.

clients/google-api-services-pubsub/v1/2.0.0/com/google/api/services/pubsub/model/RetryPolicy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* A policy that specifies how Pub/Sub retries message delivery. Retry delay will be exponential
2121
* based on provided minimum and maximum backoffs.
2222
* https://en.wikipedia.org/wiki/Exponential_backoff. RetryPolicy will be triggered on NACKs or
23-
* acknowledgement deadline exceeded events for a given message. Retry Policy is implemented on a
23+
* acknowledgment deadline exceeded events for a given message. Retry Policy is implemented on a
2424
* best effort basis. At times, the delay between consecutive deliveries may not match the
2525
* configuration. That is, delay can be more or less than configured backoff.
2626
*

clients/google-api-services-pubsub/v1/2.0.0/com/google/api/services/pubsub/model/Subscription.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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) {

clients/google-api-services-pubsub/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-pubsub</artifactId>
11-
<version>v1-rev20250208-2.0.0</version>
12-
<name>Cloud Pub/Sub API v1-rev20250208-2.0.0</name>
11+
<version>v1-rev20250218-2.0.0</version>
12+
<name>Cloud Pub/Sub API v1-rev20250218-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-pubsub/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-pubsub</artifactId>
25-
<version>v1-rev20250208-2.0.0</version>
25+
<version>v1-rev20250218-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-pubsub:v1-rev20250208-2.0.0'
38+
implementation 'com.google.apis:google-api-services-pubsub:v1-rev20250218-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)