Struct google_api_proto::google::analytics::data::v1beta::QueryAudienceExportResponse
source · pub struct QueryAudienceExportResponse {
pub audience_export: Option<AudienceExport>,
pub audience_rows: Vec<AudienceRow>,
pub row_count: Option<i32>,
}
Expand description
A list of users in an audience export.
Fields§
§audience_export: Option<AudienceExport>
Configuration data about AudienceExport being queried. Returned to help interpret the audience rows in this response. For example, the dimensions in this AudienceExport correspond to the columns in the AudienceRows.
audience_rows: Vec<AudienceRow>
Rows for each user in an audience export. The number of rows in this response will be less than or equal to request’s page size.
row_count: Option<i32>
The total number of rows in the AudienceExport result. rowCount
is
independent of the number of rows returned in the response, the limit
request parameter, and the offset
request parameter. For example if a
query returns 175 rows and includes limit
of 50 in the API request, the
response will contain rowCount
of 175 but only 50 rows.
To learn more about this pagination parameter, see Pagination.
Implementations§
Trait Implementations§
source§impl Clone for QueryAudienceExportResponse
impl Clone for QueryAudienceExportResponse
source§fn clone(&self) -> QueryAudienceExportResponse
fn clone(&self) -> QueryAudienceExportResponse
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for QueryAudienceExportResponse
impl Debug for QueryAudienceExportResponse
source§impl Message for QueryAudienceExportResponse
impl Message for QueryAudienceExportResponse
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 QueryAudienceExportResponse
impl PartialEq for QueryAudienceExportResponse
source§fn eq(&self, other: &QueryAudienceExportResponse) -> bool
fn eq(&self, other: &QueryAudienceExportResponse) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for QueryAudienceExportResponse
Auto Trait Implementations§
impl Freeze for QueryAudienceExportResponse
impl RefUnwindSafe for QueryAudienceExportResponse
impl Send for QueryAudienceExportResponse
impl Sync for QueryAudienceExportResponse
impl Unpin for QueryAudienceExportResponse
impl UnwindSafe for QueryAudienceExportResponse
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