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
Returns
- (::Google::Cloud::Datastream::V1::BigQueryDestinationConfig) — BigQuery destination configuration.
#bigquery_destination_config=
def bigquery_destination_config=(value) -> ::Google::Cloud::Datastream::V1::BigQueryDestinationConfig
Parameter
- value (::Google::Cloud::Datastream::V1::BigQueryDestinationConfig) — BigQuery destination configuration.
Returns
- (::Google::Cloud::Datastream::V1::BigQueryDestinationConfig) — BigQuery destination configuration.
#destination_connection_profile
def destination_connection_profile() -> ::String
Returns
-
(::String) — Required. Destination connection profile resource.
Format:
projects/{project}/locations/{location}/connectionProfiles/{name}
#destination_connection_profile=
def destination_connection_profile=(value) -> ::String
Parameter
-
value (::String) — Required. Destination connection profile resource.
Format:
projects/{project}/locations/{location}/connectionProfiles/{name}
Returns
-
(::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
Returns
- (::Google::Cloud::Datastream::V1::GcsDestinationConfig) — A configuration for how data should be loaded to Cloud Storage.
#gcs_destination_config=
def gcs_destination_config=(value) -> ::Google::Cloud::Datastream::V1::GcsDestinationConfig
Parameter
- value (::Google::Cloud::Datastream::V1::GcsDestinationConfig) — A configuration for how data should be loaded to Cloud Storage.
Returns
- (::Google::Cloud::Datastream::V1::GcsDestinationConfig) — A configuration for how data should be loaded to Cloud Storage.