|
526 | 526 | "name" |
527 | 527 | ], |
528 | 528 | "parameters": { |
| 529 | + "deleteCommercial": { |
| 530 | + "description": "Optional. If the listing is commercial then this field must be set to true, otherwise a failure is thrown. This acts as a safety guard to avoid deleting commercial listings accidentally.", |
| 531 | + "location": "query", |
| 532 | + "type": "boolean" |
| 533 | + }, |
529 | 534 | "name": { |
530 | 535 | "description": "Required. Resource name of the listing to delete. e.g. `projects/myproject/locations/US/dataExchanges/123/listings/456`.", |
531 | 536 | "location": "path", |
|
1022 | 1027 | } |
1023 | 1028 | } |
1024 | 1029 | }, |
1025 | | - "revision": "20250217", |
| 1030 | + "revision": "20250303", |
1026 | 1031 | "rootUrl": "https://analyticshub.googleapis.com/", |
1027 | 1032 | "schemas": { |
1028 | 1033 | "AnalyticsHubSubscriptionInfo": { |
|
1804 | 1809 | "properties": { |
1805 | 1810 | "bigqueryDataset": { |
1806 | 1811 | "$ref": "BigQueryDatasetSource", |
1807 | | - "description": "Required. Shared dataset i.e. BigQuery dataset source." |
| 1812 | + "description": "Shared dataset i.e. BigQuery dataset source." |
1808 | 1813 | }, |
1809 | 1814 | "categories": { |
1810 | 1815 | "description": "Optional. Categories of the listing. Up to two categories are allowed.", |
|
1916 | 1921 | }, |
1917 | 1922 | "pubsubTopic": { |
1918 | 1923 | "$ref": "PubSubTopicSource", |
1919 | | - "description": "Required. Pub/Sub topic source." |
| 1924 | + "description": "Pub/Sub topic source." |
1920 | 1925 | }, |
1921 | 1926 | "requestAccess": { |
1922 | 1927 | "description": "Optional. Email or URL of the request access of the listing. Subscribers can use this reference to request access. Max Length: 1000 bytes.", |
|
2253 | 2258 | "RevokeSubscriptionRequest": { |
2254 | 2259 | "description": "Message for revoking a subscription.", |
2255 | 2260 | "id": "RevokeSubscriptionRequest", |
2256 | | - "properties": {}, |
| 2261 | + "properties": { |
| 2262 | + "revokeCommercial": { |
| 2263 | + "description": "Optional. If the subscription is commercial then this field must be set to true, otherwise a failure is thrown. This acts as a safety guard to avoid revoking commercial subscriptions accidentally.", |
| 2264 | + "type": "boolean" |
| 2265 | + } |
| 2266 | + }, |
2257 | 2267 | "type": "object" |
2258 | 2268 | }, |
2259 | 2269 | "RevokeSubscriptionResponse": { |
|
2379 | 2389 | }, |
2380 | 2390 | "destinationPubsubSubscription": { |
2381 | 2391 | "$ref": "DestinationPubSubSubscription", |
2382 | | - "description": "Required. Input only. Destination Pub/Sub subscription to create for the subscriber." |
| 2392 | + "description": "Input only. Destination Pub/Sub subscription to create for the subscriber." |
2383 | 2393 | } |
2384 | 2394 | }, |
2385 | 2395 | "type": "object" |
|
0 commit comments