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.

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.

Returns:

  • (::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.



1403
1404
1405
1406
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1403

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}



1403
1404
1405
1406
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1403

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.

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.

Returns:

  • (::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.



1403
1404
1405
1406
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1403

class DestinationConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end