Class: Google::Cloud::Datastream::V1alpha1::DestinationConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1alpha1::DestinationConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb
Overview
The configuration of the stream destination.
Instance Attribute Summary collapse
-
#destination_connection_profile_name ⇒ ::String
Required.
- #gcs_destination_config ⇒ ::Google::Cloud::Datastream::V1alpha1::GcsDestinationConfig
Instance Attribute Details
#destination_connection_profile_name ⇒ ::String
Returns Required. Destination connection profile identifier.
548 549 550 551 |
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 548 class DestinationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#gcs_destination_config ⇒ ::Google::Cloud::Datastream::V1alpha1::GcsDestinationConfig
548 549 550 551 |
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 548 class DestinationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |