Skip to content

Commit 1b9abf7

Browse files
feat(all): auto-regenerate discovery clients (#3058)
1 parent af5a977 commit 1b9abf7

17 files changed

+3122
-400
lines changed

analyticshub/v1/analyticshub-api.json

+15-5
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,11 @@
526526
"name"
527527
],
528528
"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+
},
529534
"name": {
530535
"description": "Required. Resource name of the listing to delete. e.g. `projects/myproject/locations/US/dataExchanges/123/listings/456`.",
531536
"location": "path",
@@ -1022,7 +1027,7 @@
10221027
}
10231028
}
10241029
},
1025-
"revision": "20250217",
1030+
"revision": "20250303",
10261031
"rootUrl": "https://analyticshub.googleapis.com/",
10271032
"schemas": {
10281033
"AnalyticsHubSubscriptionInfo": {
@@ -1804,7 +1809,7 @@
18041809
"properties": {
18051810
"bigqueryDataset": {
18061811
"$ref": "BigQueryDatasetSource",
1807-
"description": "Required. Shared dataset i.e. BigQuery dataset source."
1812+
"description": "Shared dataset i.e. BigQuery dataset source."
18081813
},
18091814
"categories": {
18101815
"description": "Optional. Categories of the listing. Up to two categories are allowed.",
@@ -1916,7 +1921,7 @@
19161921
},
19171922
"pubsubTopic": {
19181923
"$ref": "PubSubTopicSource",
1919-
"description": "Required. Pub/Sub topic source."
1924+
"description": "Pub/Sub topic source."
19201925
},
19211926
"requestAccess": {
19221927
"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,7 +2258,12 @@
22532258
"RevokeSubscriptionRequest": {
22542259
"description": "Message for revoking a subscription.",
22552260
"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+
},
22572267
"type": "object"
22582268
},
22592269
"RevokeSubscriptionResponse": {
@@ -2379,7 +2389,7 @@
23792389
},
23802390
"destinationPubsubSubscription": {
23812391
"$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."
23832393
}
23842394
},
23852395
"type": "object"

analyticshub/v1/analyticshub-gen.go

+33-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)