@maxim_mazurok/gapi.client.analyticshub-v1 0.0.20240826 → 0.0.20241007
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +2 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://analyticshub.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20241007
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -211,7 +211,7 @@ declare namespace gapi.client {
|
|
|
211
211
|
filter?: string;
|
|
212
212
|
/** Optional. See [Creating and managing labels](https://cloud.google.com/pubsub/docs/labels). */
|
|
213
213
|
labels?: {[P in string]: string};
|
|
214
|
-
/** 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
|
|
214
|
+
/** 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. */
|
|
215
215
|
messageRetentionDuration?: string;
|
|
216
216
|
/** Required. Name of the subscription. Format is `projects/{project}/subscriptions/{sub}`. */
|
|
217
217
|
name?: string;
|