pub struct StreamingWriteClient { /* private fields */ }Implementations§
source§impl StreamingWriteClient
impl StreamingWriteClient
pub fn new(inner: BigQueryWriteClient<Channel>) -> Self
pub async fn append_rows( &mut self, req: impl IntoStreamingRequest<Message = AppendRowsRequest>, ) -> Result<Response<Streaming<AppendRowsResponse>>, Status>
pub async fn create_write_stream( &mut self, req: CreateWriteStreamRequest, retry: Option<RetrySetting>, ) -> Result<Response<WriteStream>, Status>
pub async fn get_write_stream( &mut self, req: GetWriteStreamRequest, retry: Option<RetrySetting>, ) -> Result<Response<WriteStream>, Status>
pub async fn finalize_write_stream( &mut self, req: FinalizeWriteStreamRequest, retry: Option<RetrySetting>, ) -> Result<Response<FinalizeWriteStreamResponse>, Status>
pub async fn batch_commit_write_streams( &mut self, req: BatchCommitWriteStreamsRequest, retry: Option<RetrySetting>, ) -> Result<Response<BatchCommitWriteStreamsResponse>, Status>
pub async fn flush_rows( &mut self, req: FlushRowsRequest, retry: Option<RetrySetting>, ) -> Result<Response<FlushRowsResponse>, Status>
Trait Implementations§
source§impl Clone for StreamingWriteClient
impl Clone for StreamingWriteClient
source§fn clone(&self) -> StreamingWriteClient
fn clone(&self) -> StreamingWriteClient
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 moreAuto Trait Implementations§
impl !Freeze for StreamingWriteClient
impl !RefUnwindSafe for StreamingWriteClient
impl Send for StreamingWriteClient
impl Sync for StreamingWriteClient
impl Unpin for StreamingWriteClient
impl !UnwindSafe for StreamingWriteClient
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§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