Skip to content

Commit c8c38b1

Browse files
1 parent b9eed71 commit c8c38b1

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
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-rev20240730-2.0.0</version>
25+
<version>v1-rev20240912-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-rev20240730-2.0.0'
38+
implementation 'com.google.apis:google-api-services-pubsub:v1-rev20240912-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ public final class Subscription extends com.google.api.client.json.GenericJson {
149149
* Optional. How long to retain unacknowledged messages in the subscription's backlog, from the
150150
* moment a message is published. If `retain_acked_messages` is true, then this also configures
151151
* the retention of acknowledged messages, and thus configures how far back in time a `Seek` can
152-
* be done. Defaults to 7 days. Cannot be more than 7 days or less than 10 minutes.
152+
* be done. Defaults to 7 days. Cannot be more than 31 days or less than 10 minutes.
153153
* The value may be {@code null}.
154154
*/
155155
@com.google.api.client.util.Key
@@ -487,7 +487,7 @@ public Subscription setLabels(java.util.Map<String, java.lang.String> labels) {
487487
* Optional. How long to retain unacknowledged messages in the subscription's backlog, from the
488488
* moment a message is published. If `retain_acked_messages` is true, then this also configures
489489
* the retention of acknowledged messages, and thus configures how far back in time a `Seek` can
490-
* be done. Defaults to 7 days. Cannot be more than 7 days or less than 10 minutes.
490+
* be done. Defaults to 7 days. Cannot be more than 31 days or less than 10 minutes.
491491
* @return value or {@code null} for none
492492
*/
493493
public String getMessageRetentionDuration() {
@@ -498,7 +498,7 @@ public String getMessageRetentionDuration() {
498498
* Optional. How long to retain unacknowledged messages in the subscription's backlog, from the
499499
* moment a message is published. If `retain_acked_messages` is true, then this also configures
500500
* the retention of acknowledged messages, and thus configures how far back in time a `Seek` can
501-
* be done. Defaults to 7 days. Cannot be more than 7 days or less than 10 minutes.
501+
* be done. Defaults to 7 days. Cannot be more than 31 days or less than 10 minutes.
502502
* @param messageRetentionDuration messageRetentionDuration or {@code null} for none
503503
*/
504504
public Subscription setMessageRetentionDuration(String messageRetentionDuration) {

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-rev20240730-2.0.0</version>
12-
<name>Cloud Pub/Sub API v1-rev20240730-2.0.0</name>
11+
<version>v1-rev20240912-2.0.0</version>
12+
<name>Cloud Pub/Sub API v1-rev20240912-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-rev20240730-2.0.0</version>
25+
<version>v1-rev20240912-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-rev20240730-2.0.0'
38+
implementation 'com.google.apis:google-api-services-pubsub:v1-rev20240912-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)