Class: Google::Cloud::Datastream::V1::DestinationConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::DestinationConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1/datastream_resources.rb
Overview
The configuration of the stream destination.
Instance Attribute Summary collapse
-
#bigquery_destination_config ⇒ ::Google::Cloud::Datastream::V1::BigQueryDestinationConfig
BigQuery destination configuration.
-
#destination_connection_profile ⇒ ::String
Required.
-
#gcs_destination_config ⇒ ::Google::Cloud::Datastream::V1::GcsDestinationConfig
A configuration for how data should be loaded to Cloud Storage.
Instance Attribute Details
#bigquery_destination_config ⇒ ::Google::Cloud::Datastream::V1::BigQueryDestinationConfig
Returns BigQuery destination configuration.
796 797 798 799 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 796 class DestinationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#destination_connection_profile ⇒ ::String
Returns Required. Destination connection profile resource.
Format: projects/{project}/locations/{location}/connectionProfiles/{name}
.
796 797 798 799 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 796 class DestinationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#gcs_destination_config ⇒ ::Google::Cloud::Datastream::V1::GcsDestinationConfig
Returns A configuration for how data should be loaded to Cloud Storage.
796 797 798 799 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 796 class DestinationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |