Class: Google::Cloud::Datastream::V1::DestinationConfig

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#bigquery_destination_config::Google::Cloud::Datastream::V1::BigQueryDestinationConfig

Returns BigQuery destination configuration.

Returns:



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}.

Returns:

  • (::String)

    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.

Returns:



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