Enum google_api_proto::google::cloud::datastream::v1::big_query_destination_config::DatasetConfig
source · pub enum DatasetConfig {
SingleTargetDataset(SingleTargetDataset),
SourceHierarchyDatasets(SourceHierarchyDatasets),
}
Expand description
Target dataset(s) configuration.
Variants§
SingleTargetDataset(SingleTargetDataset)
Single destination dataset.
SourceHierarchyDatasets(SourceHierarchyDatasets)
Source hierarchy datasets.
Implementations§
source§impl DatasetConfig
impl DatasetConfig
sourcepub fn merge(
field: &mut Option<DatasetConfig>,
tag: u32,
wire_type: WireType,
buf: &mut impl Buf,
ctx: DecodeContext,
) -> Result<(), DecodeError>
pub fn merge( field: &mut Option<DatasetConfig>, tag: u32, wire_type: WireType, buf: &mut impl Buf, ctx: DecodeContext, ) -> Result<(), DecodeError>
Decodes an instance of the message from a buffer, and merges it into self.
sourcepub fn encoded_len(&self) -> usize
pub fn encoded_len(&self) -> usize
Returns the encoded length of the message without a length delimiter.
Trait Implementations§
source§impl Clone for DatasetConfig
impl Clone for DatasetConfig
source§fn clone(&self) -> DatasetConfig
fn clone(&self) -> DatasetConfig
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 DatasetConfig
impl Debug for DatasetConfig
source§impl PartialEq for DatasetConfig
impl PartialEq for DatasetConfig
source§fn eq(&self, other: &DatasetConfig) -> bool
fn eq(&self, other: &DatasetConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DatasetConfig
Auto Trait Implementations§
impl Freeze for DatasetConfig
impl RefUnwindSafe for DatasetConfig
impl Send for DatasetConfig
impl Sync for DatasetConfig
impl Unpin for DatasetConfig
impl UnwindSafe for DatasetConfig
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request