Skip to content

feat(all): auto-regenerate discovery clients #2947

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
76 changes: 74 additions & 2 deletions analyticshub/v1/analyticshub-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1022,11 +1022,11 @@
}
}
},
"revision": "20241028",
"revision": "20241213",
"rootUrl": "https://analyticshub.googleapis.com/",
"schemas": {
"AnalyticsHubSubscriptionInfo": {
"description": "Information about an associated Analytics Hub subscription (https://cloud.google.com/bigquery/docs/analytics-hub-manage-subscriptions).",
"description": "Information about an associated [Analytics Hub subscription](https://cloud.google.com/bigquery/docs/analytics-hub-manage-subscriptions).",
"id": "AnalyticsHubSubscriptionInfo",
"properties": {
"listing": {
Expand Down Expand Up @@ -1501,6 +1501,68 @@
},
"type": "object"
},
"GoogleCloudBigqueryAnalyticshubV1ListingCommercialInfo": {
"description": "Commercial info contains the information about the commercial data products associated with the listing.",
"id": "GoogleCloudBigqueryAnalyticshubV1ListingCommercialInfo",
"properties": {
"cloudMarketplace": {
"$ref": "GoogleCloudBigqueryAnalyticshubV1ListingCommercialInfoGoogleCloudMarketplaceInfo",
"description": "Output only. Details of the Marketplace Data Product associated with the Listing.",
"readOnly": true
}
},
"type": "object"
},
"GoogleCloudBigqueryAnalyticshubV1ListingCommercialInfoGoogleCloudMarketplaceInfo": {
"description": "Specifies the details of the Marketplace Data Product associated with the Listing.",
"id": "GoogleCloudBigqueryAnalyticshubV1ListingCommercialInfoGoogleCloudMarketplaceInfo",
"properties": {
"commercialState": {
"description": "Output only. Commercial state of the Marketplace Data Product.",
"enum": [
"COMMERCIAL_STATE_UNSPECIFIED",
"ONBOARDING",
"ACTIVE"
],
"enumDescriptions": [
"Commercialization is incomplete and cannot be used.",
"Commercialization has been initialized.",
"Commercialization is complete and available for use."
],
"readOnly": true,
"type": "string"
},
"service": {
"description": "Output only. Resource name of the commercial service associated with the Marketplace Data Product. e.g. example.com",
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"GoogleCloudBigqueryAnalyticshubV1SubscriptionCommercialInfo": {
"description": "Commercial info metadata for this subscription.",
"id": "GoogleCloudBigqueryAnalyticshubV1SubscriptionCommercialInfo",
"properties": {
"cloudMarketplace": {
"$ref": "GoogleCloudBigqueryAnalyticshubV1SubscriptionCommercialInfoGoogleCloudMarketplaceInfo",
"description": "Output only. This is set when the subscription is commercialised via Cloud Marketplace.",
"readOnly": true
}
},
"type": "object"
},
"GoogleCloudBigqueryAnalyticshubV1SubscriptionCommercialInfoGoogleCloudMarketplaceInfo": {
"description": "Cloud Marketplace commercial metadata for this subscription.",
"id": "GoogleCloudBigqueryAnalyticshubV1SubscriptionCommercialInfoGoogleCloudMarketplaceInfo",
"properties": {
"order": {
"description": "Resource name of the Marketplace Order.",
"type": "string"
}
},
"type": "object"
},
"GooglePubsubV1Subscription": {
"description": "A subscription resource. If none of `push_config`, `bigquery_config`, or `cloud_storage_config` is set, then the subscriber will pull and ack messages using API methods. At most one of these fields may be set.",
"id": "GooglePubsubV1Subscription",
Expand Down Expand Up @@ -1770,6 +1832,11 @@
},
"type": "array"
},
"commercialInfo": {
"$ref": "GoogleCloudBigqueryAnalyticshubV1ListingCommercialInfo",
"description": "Output only. Commercial info contains the information about the commercial data products associated with the listing.",
"readOnly": true
},
"dataProvider": {
"$ref": "DataProvider",
"description": "Optional. Details of the data provider who owns the source data."
Expand Down Expand Up @@ -2284,6 +2351,11 @@
"description": "A subscription represents a subscribers' access to a particular set of published data. It contains references to associated listings, data exchanges, and linked datasets.",
"id": "Subscription",
"properties": {
"commercialInfo": {
"$ref": "GoogleCloudBigqueryAnalyticshubV1SubscriptionCommercialInfo",
"description": "Output only. This is set if this is a commercial subscription i.e. if this subscription was created from subscribing to a commercial listing.",
"readOnly": true
},
"creationTime": {
"description": "Output only. Timestamp when the subscription was created.",
"format": "google-datetime",
Expand Down
121 changes: 117 additions & 4 deletions analyticshub/v1/analyticshub-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 29 additions & 1 deletion analyticshub/v1beta1/analyticshub-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@
}
}
},
"revision": "20241028",
"revision": "20241213",
"rootUrl": "https://analyticshub.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -779,6 +779,18 @@
},
"type": "object"
},
"CommercialInfo": {
"description": "Commercial info metadata for this subscription.",
"id": "CommercialInfo",
"properties": {
"cloudMarketplace": {
"$ref": "GoogleCloudMarketplaceInfo",
"description": "Output only. This is set when the subscription is commercialised via Cloud Marketplace.",
"readOnly": true
}
},
"type": "object"
},
"DataExchange": {
"description": "A data exchange is a container that lets you share data. Along with the descriptive information about the data exchange, it contains listings that reference shared datasets.",
"id": "DataExchange",
Expand Down Expand Up @@ -930,6 +942,17 @@
},
"type": "object"
},
"GoogleCloudMarketplaceInfo": {
"description": "Cloud Marketplace commercial metadata for this subscription.",
"id": "GoogleCloudMarketplaceInfo",
"properties": {
"order": {
"description": "Resource name of the Marketplace Order.",
"type": "string"
}
},
"type": "object"
},
"LinkedResource": {
"description": "Reference to a linked resource tracked by this Subscription.",
"id": "LinkedResource",
Expand Down Expand Up @@ -1292,6 +1315,11 @@
"description": "A subscription represents a subscribers' access to a particular set of published data. It contains references to associated listings, data exchanges, and linked datasets.",
"id": "Subscription",
"properties": {
"commercialInfo": {
"$ref": "CommercialInfo",
"description": "Output only. This is set if this is a commercial subscription i.e. if this subscription was created from subscribing to a commercial listing.",
"readOnly": true
},
"creationTime": {
"description": "Output only. Timestamp when the subscription was created.",
"format": "google-datetime",
Expand Down
Loading