Skip to content

Commit 4941c29

Browse files
feat: [BigQueryAnalyticsHub] Add support for Analytics Hub & Marketplace Integration (#8303)
* feat: Add support for Analytics Hub & Marketplace Integration feat: Adding CommercialInfo message to the Listing and Subscription resources feat: Adding allow_only_metadata_sharing to Listing resource feat: Adding routine field to the SharedResource message feat: Adding DestinationDataset to the Subscription resource feat: Adding delete_commercial and revoke_commercial to DeleteListingRequest and RevokeSubscriptionRequest PiperOrigin-RevId: 758114056 Source-Link: googleapis/googleapis@1270a1b Source-Link: googleapis/googleapis-gen@9db5fb8 Copy-Tag: eyJwIjoiQmlnUXVlcnlBbmFseXRpY3NIdWIvLk93bEJvdC55YW1sIiwiaCI6IjlkYjVmYjg0MTQxMDhmNmZkNTdlMDI2YTRhOTkxZTc1ZGI2NzAwOTgifQ== * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent a8adac7 commit 4941c29

47 files changed

Lines changed: 953 additions & 173 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
1.27 KB
Binary file not shown.

BigQueryAnalyticsHub/samples/V1/AnalyticsHubServiceClient/create_data_exchange.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
* Creates a new data exchange.
3333
*
3434
* @param string $formattedParent The parent resource path of the data exchange.
35-
* e.g. `projects/myproject/locations/US`. Please see
35+
* e.g. `projects/myproject/locations/us`. Please see
3636
* {@see AnalyticsHubServiceClient::locationName()} for help formatting this field.
3737
* @param string $dataExchangeId The ID of the data exchange.
38-
* Must contain only ASCII letters, numbers (0-9), underscores (_).
38+
* Must contain only Unicode letters, numbers (0-9), underscores (_).
3939
* Max length: 100 bytes.
4040
* @param string $dataExchangeDisplayName Human-readable display name of the data exchange. The display
4141
* name must contain only Unicode letters, numbers (0-9), underscores (_),

BigQueryAnalyticsHub/samples/V1/AnalyticsHubServiceClient/create_listing.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
* Creates a new listing.
3333
*
3434
* @param string $formattedParent The parent resource path of the listing.
35-
* e.g. `projects/myproject/locations/US/dataExchanges/123`. Please see
35+
* e.g. `projects/myproject/locations/us/dataExchanges/123`. Please see
3636
* {@see AnalyticsHubServiceClient::dataExchangeName()} for help formatting this field.
3737
* @param string $listingId The ID of the listing to create.
38-
* Must contain only ASCII letters, numbers (0-9), underscores (_).
38+
* Must contain only Unicode letters, numbers (0-9), underscores (_).
3939
* Max length: 100 bytes.
4040
* @param string $listingDisplayName Human-readable display name of the listing. The display name must
4141
* contain only Unicode letters, numbers (0-9), underscores (_), dashes (-),

BigQueryAnalyticsHub/samples/V1/AnalyticsHubServiceClient/delete_data_exchange.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* Deletes an existing data exchange.
3232
*
3333
* @param string $formattedName The full name of the data exchange resource that you want to
34-
* delete. For example, `projects/myproject/locations/US/dataExchanges/123`. Please see
34+
* delete. For example, `projects/myproject/locations/us/dataExchanges/123`. Please see
3535
* {@see AnalyticsHubServiceClient::dataExchangeName()} for help formatting this field.
3636
*/
3737
function delete_data_exchange_sample(string $formattedName): void

BigQueryAnalyticsHub/samples/V1/AnalyticsHubServiceClient/delete_listing.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* Deletes a listing.
3232
*
3333
* @param string $formattedName Resource name of the listing to delete.
34-
* e.g. `projects/myproject/locations/US/dataExchanges/123/listings/456`. Please see
34+
* e.g. `projects/myproject/locations/us/dataExchanges/123/listings/456`. Please see
3535
* {@see AnalyticsHubServiceClient::listingName()} for help formatting this field.
3636
*/
3737
function delete_listing_sample(string $formattedName): void

BigQueryAnalyticsHub/samples/V1/AnalyticsHubServiceClient/delete_subscription.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* Deletes a subscription.
3434
*
3535
* @param string $formattedName Resource name of the subscription to delete.
36-
* e.g. projects/123/locations/US/subscriptions/456
36+
* e.g. projects/123/locations/us/subscriptions/456
3737
* Please see {@see AnalyticsHubServiceClient::subscriptionName()} for help formatting this field.
3838
*/
3939
function delete_subscription_sample(string $formattedName): void

BigQueryAnalyticsHub/samples/V1/AnalyticsHubServiceClient/get_data_exchange.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* Gets the details of a data exchange.
3333
*
3434
* @param string $formattedName The resource name of the data exchange.
35-
* e.g. `projects/myproject/locations/US/dataExchanges/123`. Please see
35+
* e.g. `projects/myproject/locations/us/dataExchanges/123`. Please see
3636
* {@see AnalyticsHubServiceClient::dataExchangeName()} for help formatting this field.
3737
*/
3838
function get_data_exchange_sample(string $formattedName): void

BigQueryAnalyticsHub/samples/V1/AnalyticsHubServiceClient/get_listing.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* Gets the details of a listing.
3333
*
3434
* @param string $formattedName The resource name of the listing.
35-
* e.g. `projects/myproject/locations/US/dataExchanges/123/listings/456`. Please see
35+
* e.g. `projects/myproject/locations/us/dataExchanges/123/listings/456`. Please see
3636
* {@see AnalyticsHubServiceClient::listingName()} for help formatting this field.
3737
*/
3838
function get_listing_sample(string $formattedName): void

BigQueryAnalyticsHub/samples/V1/AnalyticsHubServiceClient/get_subscription.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* Gets the details of a Subscription.
3333
*
3434
* @param string $formattedName Resource name of the subscription.
35-
* e.g. projects/123/locations/US/subscriptions/456
35+
* e.g. projects/123/locations/us/subscriptions/456
3636
* Please see {@see AnalyticsHubServiceClient::subscriptionName()} for help formatting this field.
3737
*/
3838
function get_subscription_sample(string $formattedName): void

BigQueryAnalyticsHub/samples/V1/AnalyticsHubServiceClient/list_data_exchanges.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* Lists all data exchanges in a given project and location.
3434
*
3535
* @param string $formattedParent The parent resource path of the data exchanges.
36-
* e.g. `projects/myproject/locations/US`. Please see
36+
* e.g. `projects/myproject/locations/us`. Please see
3737
* {@see AnalyticsHubServiceClient::locationName()} for help formatting this field.
3838
*/
3939
function list_data_exchanges_sample(string $formattedParent): void

0 commit comments

Comments
 (0)