DestinationConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The configuration of the stream destination.
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes | |
---|---|
Name | Description |
destination_connection_profile |
str
Required. Destination connection profile resource. Format: projects/{project}/locations/{location}/connectionProfiles/{name}
|
gcs_destination_config |
google.cloud.datastream_v1.types.GcsDestinationConfig
A configuration for how data should be loaded to Cloud Storage. This field is a member of oneof _ destination_stream_config .
|
bigquery_destination_config |
google.cloud.datastream_v1.types.BigQueryDestinationConfig
BigQuery destination configuration. This field is a member of oneof _ destination_stream_config .
|