View Source GoogleApi.Datastream.V1.Model.DestinationConfig (google_api_datastream v0.4.0)

The configuration of the stream destination.

Attributes

  • bigqueryDestinationConfig (type: GoogleApi.Datastream.V1.Model.BigQueryDestinationConfig.t, default: nil) - BigQuery destination configuration.
  • destinationConnectionProfile (type: String.t, default: nil) - Required. Destination connection profile resource. Format: projects/{project}/locations/{location}/connectionProfiles/{name}
  • gcsDestinationConfig (type: GoogleApi.Datastream.V1.Model.GcsDestinationConfig.t, default: nil) - A configuration for how data should be loaded to Cloud Storage.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Datastream.V1.Model.DestinationConfig{
  bigqueryDestinationConfig:
    GoogleApi.Datastream.V1.Model.BigQueryDestinationConfig.t() | nil,
  destinationConnectionProfile: String.t() | nil,
  gcsDestinationConfig:
    GoogleApi.Datastream.V1.Model.GcsDestinationConfig.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.