Reference documentation and code samples for the Datastream V1 API class Google::Cloud::Datastream::V1::DestinationConfig.
The configuration of the stream destination.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#bigquery_destination_config
def bigquery_destination_config() -> ::Google::Cloud::Datastream::V1::BigQueryDestinationConfig
-
(::Google::Cloud::Datastream::V1::BigQueryDestinationConfig) — BigQuery destination configuration.
Note: The following fields are mutually exclusive:
bigquery_destination_config
,gcs_destination_config
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#bigquery_destination_config=
def bigquery_destination_config=(value) -> ::Google::Cloud::Datastream::V1::BigQueryDestinationConfig
-
value (::Google::Cloud::Datastream::V1::BigQueryDestinationConfig) — BigQuery destination configuration.
Note: The following fields are mutually exclusive:
bigquery_destination_config
,gcs_destination_config
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Datastream::V1::BigQueryDestinationConfig) — BigQuery destination configuration.
Note: The following fields are mutually exclusive:
bigquery_destination_config
,gcs_destination_config
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#destination_connection_profile
def destination_connection_profile() -> ::String
-
(::String) — Required. Destination connection profile resource.
Format:
projects/{project}/locations/{location}/connectionProfiles/{name}
#destination_connection_profile=
def destination_connection_profile=(value) -> ::String
-
value (::String) — Required. Destination connection profile resource.
Format:
projects/{project}/locations/{location}/connectionProfiles/{name}
-
(::String) — Required. Destination connection profile resource.
Format:
projects/{project}/locations/{location}/connectionProfiles/{name}
#gcs_destination_config
def gcs_destination_config() -> ::Google::Cloud::Datastream::V1::GcsDestinationConfig
-
(::Google::Cloud::Datastream::V1::GcsDestinationConfig) — A configuration for how data should be loaded to Cloud Storage.
Note: The following fields are mutually exclusive:
gcs_destination_config
,bigquery_destination_config
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#gcs_destination_config=
def gcs_destination_config=(value) -> ::Google::Cloud::Datastream::V1::GcsDestinationConfig
-
value (::Google::Cloud::Datastream::V1::GcsDestinationConfig) — A configuration for how data should be loaded to Cloud Storage.
Note: The following fields are mutually exclusive:
gcs_destination_config
,bigquery_destination_config
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Datastream::V1::GcsDestinationConfig) — A configuration for how data should be loaded to Cloud Storage.
Note: The following fields are mutually exclusive:
gcs_destination_config
,bigquery_destination_config
. If a field in that set is populated, all other fields in the set will automatically be cleared.