Skip to content

Commit c48d41d

Browse files
1 parent c312eab commit c48d41d

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

clients/google-api-services-analyticshub/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-analyticshub</artifactId>
25-
<version>v1-rev20240826-2.0.0</version>
25+
<version>v1-rev20240925-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-analyticshub:v1-rev20240826-2.0.0'
38+
implementation 'com.google.apis:google-api-services-analyticshub:v1-rev20240925-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-analyticshub/v1/2.0.0/com/google/api/services/analyticshub/v1/model/GooglePubsubV1Subscription.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ public final class GooglePubsubV1Subscription extends com.google.api.client.json
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
@@ -474,7 +474,7 @@ public GooglePubsubV1Subscription setLabels(java.util.Map<String, java.lang.Stri
474474
* Optional. How long to retain unacknowledged messages in the subscription's backlog, from the
475475
* moment a message is published. If `retain_acked_messages` is true, then this also configures
476476
* the retention of acknowledged messages, and thus configures how far back in time a `Seek` can
477-
* be done. Defaults to 7 days. Cannot be more than 7 days or less than 10 minutes.
477+
* be done. Defaults to 7 days. Cannot be more than 31 days or less than 10 minutes.
478478
* @return value or {@code null} for none
479479
*/
480480
public String getMessageRetentionDuration() {
@@ -485,7 +485,7 @@ public String getMessageRetentionDuration() {
485485
* Optional. How long to retain unacknowledged messages in the subscription's backlog, from the
486486
* moment a message is published. If `retain_acked_messages` is true, then this also configures
487487
* the retention of acknowledged messages, and thus configures how far back in time a `Seek` can
488-
* be done. Defaults to 7 days. Cannot be more than 7 days or less than 10 minutes.
488+
* be done. Defaults to 7 days. Cannot be more than 31 days or less than 10 minutes.
489489
* @param messageRetentionDuration messageRetentionDuration or {@code null} for none
490490
*/
491491
public GooglePubsubV1Subscription setMessageRetentionDuration(String messageRetentionDuration) {

clients/google-api-services-analyticshub/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-analyticshub</artifactId>
11-
<version>v1-rev20240826-2.0.0</version>
12-
<name>Analytics Hub API v1-rev20240826-2.0.0</name>
11+
<version>v1-rev20240925-2.0.0</version>
12+
<name>Analytics Hub API v1-rev20240925-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-analyticshub/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-analyticshub</artifactId>
25-
<version>v1-rev20240826-2.0.0</version>
25+
<version>v1-rev20240925-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-analyticshub:v1-rev20240826-2.0.0'
38+
implementation 'com.google.apis:google-api-services-analyticshub:v1-rev20240925-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)