DestinationConfigResponse

data class DestinationConfigResponse(val bigqueryDestinationConfig: BigQueryDestinationConfigResponse, val destinationConnectionProfile: String, val gcsDestinationConfig: GcsDestinationConfigResponse)

The configuration of the stream destination.

Constructors

Link copied to clipboard
fun DestinationConfigResponse(bigqueryDestinationConfig: BigQueryDestinationConfigResponse, destinationConnectionProfile: String, gcsDestinationConfig: GcsDestinationConfigResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

BigQuery destination configuration.

Link copied to clipboard

Destination connection profile resource. Format: projects/{project}/locations/{location}/connectionProfiles/{name}

Link copied to clipboard

A configuration for how data should be loaded to Cloud Storage.