Class CreateListingRequest (0.5.11)

CreateListingRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Message for creating a listing.

Attributes

NameDescription
parent str
Required. The parent resource path of the listing. e.g. projects/myproject/locations/US/dataExchanges/123.
listing_id str
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.
listing google.cloud.bigquery_data_exchange_v1beta1.types.Listing
Required. The listing to create.