|
1022 | 1022 | }
|
1023 | 1023 | }
|
1024 | 1024 | },
|
1025 |
| - "revision": "20250203", |
| 1025 | + "revision": "20250217", |
1026 | 1026 | "rootUrl": "https://analyticshub.googleapis.com/",
|
1027 | 1027 | "schemas": {
|
1028 | 1028 | "AnalyticsHubSubscriptionInfo": {
|
|
1229 | 1229 | "type": "string"
|
1230 | 1230 | },
|
1231 | 1231 | "maxDuration": {
|
1232 |
| - "description": "Optional. The maximum duration that can elapse before a new Cloud Storage file is created. Min 1 minute, max 10 minutes, default 5 minutes. May not exceed the subscription's acknowledgement deadline.", |
| 1232 | + "description": "Optional. The maximum duration that can elapse before a new Cloud Storage file is created. Min 1 minute, max 10 minutes, default 5 minutes. May not exceed the subscription's acknowledgment deadline.", |
1233 | 1233 | "format": "google-duration",
|
1234 | 1234 | "type": "string"
|
1235 | 1235 | },
|
|
1311 | 1311 | "readOnly": true,
|
1312 | 1312 | "type": "integer"
|
1313 | 1313 | },
|
| 1314 | + "logLinkedDatasetQueryUserEmail": { |
| 1315 | + "description": "Optional. By default, false. If true, the DataExchange has an email sharing mandate enabled.", |
| 1316 | + "type": "boolean" |
| 1317 | + }, |
1314 | 1318 | "name": {
|
1315 | 1319 | "description": "Output only. The resource name of the data exchange. e.g. `projects/myproject/locations/US/dataExchanges/123`.",
|
1316 | 1320 | "readOnly": true,
|
|
1368 | 1372 | "type": "string"
|
1369 | 1373 | },
|
1370 | 1374 | "maxDeliveryAttempts": {
|
1371 |
| - "description": "Optional. The maximum number of delivery attempts for any message. The value must be between 5 and 100. The number of delivery attempts is defined as 1 + (the sum of number of NACKs and number of times the acknowledgement deadline has been exceeded for the message). A NACK is any call to ModifyAckDeadline with a 0 deadline. Note that client libraries may automatically extend ack_deadlines. This field will be honored on a best effort basis. If this parameter is 0, a default value of 5 is used.", |
| 1375 | + "description": "Optional. The maximum number of delivery attempts for any message. The value must be between 5 and 100. The number of delivery attempts is defined as 1 + (the sum of number of NACKs and number of times the acknowledgment deadline has been exceeded for the message). A NACK is any call to ModifyAckDeadline with a 0 deadline. Note that client libraries may automatically extend ack_deadlines. This field will be honored on a best effort basis. If this parameter is 0, a default value of 5 is used.", |
1372 | 1376 | "format": "int32",
|
1373 | 1377 | "type": "integer"
|
1374 | 1378 | }
|
|
1593 | 1597 | "type": "boolean"
|
1594 | 1598 | },
|
1595 | 1599 | "enableExactlyOnceDelivery": {
|
1596 |
| - "description": "Optional. If true, Pub/Sub provides the following guarantees for the delivery of a message with a given value of `message_id` on this subscription: * The message sent to a subscriber is guaranteed not to be resent before the message's acknowledgement deadline expires. * An acknowledged message will not be resent to a subscriber. Note that subscribers may still receive multiple copies of a message when `enable_exactly_once_delivery` is true if the message was published multiple times by a publisher client. These copies are considered distinct by Pub/Sub and have distinct `message_id` values.", |
| 1600 | + "description": "Optional. If true, Pub/Sub provides the following guarantees for the delivery of a message with a given value of `message_id` on this subscription: * The message sent to a subscriber is guaranteed not to be resent before the message's acknowledgment deadline expires. * An acknowledged message will not be resent to a subscriber. Note that subscribers may still receive multiple copies of a message when `enable_exactly_once_delivery` is true if the message was published multiple times by a publisher client. These copies are considered distinct by Pub/Sub and have distinct `message_id` values.", |
1597 | 1601 | "type": "boolean"
|
1598 | 1602 | },
|
1599 | 1603 | "enableMessageOrdering": {
|
|
1641 | 1645 | },
|
1642 | 1646 | "retryPolicy": {
|
1643 | 1647 | "$ref": "RetryPolicy",
|
1644 |
| - "description": "Optional. A policy that specifies how Pub/Sub retries message delivery for this subscription. If not set, the default retry policy is applied. This generally implies that messages will be retried as soon as possible for healthy subscribers. RetryPolicy will be triggered on NACKs or acknowledgement deadline exceeded events for a given message." |
| 1648 | + "description": "Optional. A policy that specifies how Pub/Sub retries message delivery for this subscription. If not set, the default retry policy is applied. This generally implies that messages will be retried as soon as possible for healthy subscribers. RetryPolicy will be triggered on NACKs or acknowledgment deadline exceeded events for a given message." |
1645 | 1649 | },
|
1646 | 1650 | "state": {
|
1647 | 1651 | "description": "Output only. An output-only field indicating whether or not the subscription can receive messages.",
|
|
1893 | 1897 | "format": "byte",
|
1894 | 1898 | "type": "string"
|
1895 | 1899 | },
|
| 1900 | + "logLinkedDatasetQueryUserEmail": { |
| 1901 | + "description": "Optional. By default, false. If true, the Listing has an email sharing mandate enabled.", |
| 1902 | + "type": "boolean" |
| 1903 | + }, |
1896 | 1904 | "name": {
|
1897 | 1905 | "description": "Output only. The resource name of the listing. e.g. `projects/myproject/locations/US/dataExchanges/123/listings/456`",
|
1898 | 1906 | "readOnly": true,
|
|
2226 | 2234 | "type": "object"
|
2227 | 2235 | },
|
2228 | 2236 | "RetryPolicy": {
|
2229 |
| - "description": "A policy that specifies how Pub/Sub retries message delivery. Retry delay will be exponential based on provided minimum and maximum backoffs. https://en.wikipedia.org/wiki/Exponential_backoff. RetryPolicy will be triggered on NACKs or acknowledgement deadline exceeded events for a given message. Retry Policy is implemented on a best effort basis. At times, the delay between consecutive deliveries may not match the configuration. That is, delay can be more or less than configured backoff.", |
| 2237 | + "description": "A policy that specifies how Pub/Sub retries message delivery. Retry delay will be exponential based on provided minimum and maximum backoffs. https://en.wikipedia.org/wiki/Exponential_backoff. RetryPolicy will be triggered on NACKs or acknowledgment deadline exceeded events for a given message. Retry Policy is implemented on a best effort basis. At times, the delay between consecutive deliveries may not match the configuration. That is, delay can be more or less than configured backoff.", |
2230 | 2238 | "id": "RetryPolicy",
|
2231 | 2239 | "properties": {
|
2232 | 2240 | "maximumBackoff": {
|
|
2434 | 2442 | "readOnly": true,
|
2435 | 2443 | "type": "string"
|
2436 | 2444 | },
|
| 2445 | + "logLinkedDatasetQueryUserEmail": { |
| 2446 | + "description": "Output only. By default, false. If true, the Subscriber agreed to the email sharing mandate that is enabled for DataExchange/Listing.", |
| 2447 | + "readOnly": true, |
| 2448 | + "type": "boolean" |
| 2449 | + }, |
2437 | 2450 | "name": {
|
2438 | 2451 | "description": "Output only. The resource name of the subscription. e.g. `projects/myproject/locations/US/subscriptions/123`.",
|
2439 | 2452 | "readOnly": true,
|
|
0 commit comments