pub struct GoogleCloudRetailV2OutputConfig {
pub bigquery_destination: Option<GoogleCloudRetailV2OutputConfigBigQueryDestination>,
pub gcs_destination: Option<GoogleCloudRetailV2OutputConfigGcsDestination>,
}Expand description
The output configuration setting.
This type is not used in any activity, and only used as part of another schema.
Fields§
§bigquery_destination: Option<GoogleCloudRetailV2OutputConfigBigQueryDestination>The BigQuery location where the output is to be written to.
gcs_destination: Option<GoogleCloudRetailV2OutputConfigGcsDestination>The Google Cloud Storage location where the output is to be written to.
Trait Implementations§
Source§impl Clone for GoogleCloudRetailV2OutputConfig
impl Clone for GoogleCloudRetailV2OutputConfig
Source§fn clone(&self) -> GoogleCloudRetailV2OutputConfig
fn clone(&self) -> GoogleCloudRetailV2OutputConfig
Returns a duplicate 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 Default for GoogleCloudRetailV2OutputConfig
impl Default for GoogleCloudRetailV2OutputConfig
Source§fn default() -> GoogleCloudRetailV2OutputConfig
fn default() -> GoogleCloudRetailV2OutputConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudRetailV2OutputConfig
impl<'de> Deserialize<'de> for GoogleCloudRetailV2OutputConfig
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
impl Part for GoogleCloudRetailV2OutputConfig
Auto Trait Implementations§
impl Freeze for GoogleCloudRetailV2OutputConfig
impl RefUnwindSafe for GoogleCloudRetailV2OutputConfig
impl Send for GoogleCloudRetailV2OutputConfig
impl Sync for GoogleCloudRetailV2OutputConfig
impl Unpin for GoogleCloudRetailV2OutputConfig
impl UnwindSafe for GoogleCloudRetailV2OutputConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more