Skip to content

Commit

Permalink
fix(analyticshub): update the API
Browse files Browse the repository at this point in the history
#### analyticshub:v1

The following keys were changed:
- schemas.GooglePubsubV1Subscription.properties.messageRetentionDuration.description
  • Loading branch information
yoshi-automation authored and sofisl committed Oct 10, 2024
1 parent 7a7a7d4 commit e82f3d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/analyticshub-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@
}
}
},
"revision": "20240826",
"revision": "20240925",
"rootUrl": "https://analyticshub.googleapis.com/",
"schemas": {
"AnalyticsHubSubscriptionInfo": {
Expand Down Expand Up @@ -1555,7 +1555,7 @@
"type": "object"
},
"messageRetentionDuration": {
"description": "Optional. How long to retain unacknowledged messages in the subscription's backlog, from the moment a message is published. If `retain_acked_messages` is true, then this also configures the retention of acknowledged messages, and thus configures how far back in time a `Seek` can be done. Defaults to 7 days. Cannot be more than 7 days or less than 10 minutes.",
"description": "Optional. How long to retain unacknowledged messages in the subscription's backlog, from the moment a message is published. If `retain_acked_messages` is true, then this also configures the retention of acknowledged messages, and thus configures how far back in time a `Seek` can be done. Defaults to 7 days. Cannot be more than 31 days or less than 10 minutes.",
"format": "google-duration",
"type": "string"
},
Expand Down
2 changes: 1 addition & 1 deletion src/apis/analyticshub/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ export namespace analyticshub_v1 {
*/
labels?: {[key: string]: string} | null;
/**
* Optional. How long to retain unacknowledged messages in the subscription's backlog, from the moment a message is published. If `retain_acked_messages` is true, then this also configures the retention of acknowledged messages, and thus configures how far back in time a `Seek` can be done. Defaults to 7 days. Cannot be more than 7 days or less than 10 minutes.
* Optional. How long to retain unacknowledged messages in the subscription's backlog, from the moment a message is published. If `retain_acked_messages` is true, then this also configures the retention of acknowledged messages, and thus configures how far back in time a `Seek` can be done. Defaults to 7 days. Cannot be more than 31 days or less than 10 minutes.
*/
messageRetentionDuration?: string | null;
/**
Expand Down

0 comments on commit e82f3d3

Please sign in to comment.