SubscribeDataExchangeRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
Message for subscribing to a Data Exchange.
Attributes |
|
---|---|
Name | Description |
name |
str
Required. Resource name of the Data Exchange. e.g. projects/publisherproject/locations/US/dataExchanges/123
|
destination |
str
Required. The parent resource path of the Subscription. e.g. projects/subscriberproject/locations/US
|
destination_dataset |
google.cloud.bigquery_analyticshub_v1.types.DestinationDataset
Optional. BigQuery destination dataset to create for the subscriber. |
subscription |
str
Required. Name of the subscription to create. e.g. subscription1
|
subscriber_contact |
str
Email of the subscriber. |