Struct google_api_proto::google::cloud::bigquery::storage::v1beta1::ReadRowsResponse
source · pub struct ReadRowsResponse {
pub row_count: i64,
pub status: Option<StreamStatus>,
pub throttle_status: Option<ThrottleStatus>,
pub rows: Option<Rows>,
pub schema: Option<Schema>,
}
Expand description
Response from calling ReadRows
may include row data, progress and
throttling information.
Fields§
§row_count: i64
Number of serialized rows in the rows block. This value is recorded here,
in addition to the row_count values in the output-specific messages in
rows
, so that code which needs to record progress through the stream can
do so in an output format-independent way.
status: Option<StreamStatus>
Estimated stream statistics.
throttle_status: Option<ThrottleStatus>
Throttling status. If unset, the latest response still describes the current throttling status.
rows: Option<Rows>
Row data is returned in format specified during session creation.
schema: Option<Schema>
The schema for the read. If read_options.selected_fields is set, the schema may be different from the table schema as it will only contain the selected fields. This schema is equivalent to the one returned by CreateSession. This field is only populated in the first ReadRowsResponse RPC.
Trait Implementations§
source§impl Clone for ReadRowsResponse
impl Clone for ReadRowsResponse
source§fn clone(&self) -> ReadRowsResponse
fn clone(&self) -> ReadRowsResponse
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ReadRowsResponse
impl Debug for ReadRowsResponse
source§impl Default for ReadRowsResponse
impl Default for ReadRowsResponse
source§impl Message for ReadRowsResponse
impl Message for ReadRowsResponse
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
. Read moresource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
.source§impl PartialEq for ReadRowsResponse
impl PartialEq for ReadRowsResponse
source§fn eq(&self, other: &ReadRowsResponse) -> bool
fn eq(&self, other: &ReadRowsResponse) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ReadRowsResponse
Auto Trait Implementations§
impl !Freeze for ReadRowsResponse
impl RefUnwindSafe for ReadRowsResponse
impl Send for ReadRowsResponse
impl Sync for ReadRowsResponse
impl Unpin for ReadRowsResponse
impl UnwindSafe for ReadRowsResponse
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
§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>
T
in a tonic::Request