Method: projects.locations.dataExchanges.listings.create

Creates a new listing.

HTTP request

POST https://analyticshub.googleapis.com/v1beta1/{parent=projects/*/locations/*/dataExchanges/*}/listings

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent resource path of the listing. e.g. projects/myproject/locations/US/dataExchanges/123.

Query parameters

Parameters
listingId

string

Required. The ID of the listing to create. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Max length: 100 bytes.

Request body

The request body contains an instance of Listing.

Response body

If successful, the response body contains a newly created instance of Listing.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/bigquery
  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the parent resource:

  • analyticshub.listings.create

For more information, see the IAM documentation.