Struct google_datastream1::api::DestinationConfig
source · pub struct DestinationConfig {
pub bigquery_destination_config: Option<BigQueryDestinationConfig>,
pub destination_connection_profile: Option<String>,
pub gcs_destination_config: Option<GcsDestinationConfig>,
}Expand description
The configuration of the stream destination.
This type is not used in any activity, and only used as part of another schema.
Fields§
§bigquery_destination_config: Option<BigQueryDestinationConfig>BigQuery destination configuration.
destination_connection_profile: Option<String>Required. Destination connection profile resource. Format: projects/{project}/locations/{location}/connectionProfiles/{name}
gcs_destination_config: Option<GcsDestinationConfig>A configuration for how data should be loaded to Cloud Storage.
Trait Implementations§
source§impl Clone for DestinationConfig
impl Clone for DestinationConfig
source§fn clone(&self) -> DestinationConfig
fn clone(&self) -> DestinationConfig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for DestinationConfig
impl Debug for DestinationConfig
source§impl Default for DestinationConfig
impl Default for DestinationConfig
source§fn default() -> DestinationConfig
fn default() -> DestinationConfig
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for DestinationConfig
impl<'de> Deserialize<'de> for DestinationConfig
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more