Class CreateDataExchangeRequest (0.1.1)

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

Message for creating a data exchange.

Attributes

NameDescription
parent str
Required. The parent resource path of the data exchange. e.g. ``projects/myproject/locations/US``.
data_exchange_id str
Required. The ID of the data exchange. 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.
data_exchange google.cloud.bigquery.analyticshub_v1.types.DataExchange
Required. The data exchange to create.

Inheritance

builtins.object > proto.message.Message > CreateDataExchangeRequest