You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-analyticshub/v1/2.0.0/com/google/api/services/analyticshub/v1/model/GooglePubsubV1Subscription.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -149,7 +149,7 @@ public final class GooglePubsubV1Subscription extends com.google.api.client.json
149
149
* Optional. How long to retain unacknowledged messages in the subscription's backlog, from the
150
150
* moment a message is published. If `retain_acked_messages` is true, then this also configures
151
151
* 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.
153
153
* The value may be {@code null}.
154
154
*/
155
155
@com.google.api.client.util.Key
@@ -474,7 +474,7 @@ public GooglePubsubV1Subscription setLabels(java.util.Map<String, java.lang.Stri
474
474
* Optional. How long to retain unacknowledged messages in the subscription's backlog, from the
475
475
* moment a message is published. If `retain_acked_messages` is true, then this also configures
476
476
* 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.
478
478
* @return value or {@code null} for none
479
479
*/
480
480
publicStringgetMessageRetentionDuration() {
@@ -485,7 +485,7 @@ public String getMessageRetentionDuration() {
485
485
* Optional. How long to retain unacknowledged messages in the subscription's backlog, from the
486
486
* moment a message is published. If `retain_acked_messages` is true, then this also configures
487
487
* 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.
489
489
* @param messageRetentionDuration messageRetentionDuration or {@code null} for none
0 commit comments