Struct google_api_proto::google::analytics::data::v1beta::QueryAudienceExportRequest
source · pub struct QueryAudienceExportRequest {
pub name: String,
pub offset: i64,
pub limit: i64,
}
Expand description
A request to list users in an audience export.
Fields§
§name: String
Required. The name of the audience export to retrieve users from.
Format: properties/{property}/audienceExports/{audience_export}
offset: i64
Optional. The row count of the start row. The first row is counted as row 0.
When paging, the first request does not specify offset; or equivalently,
sets offset to 0; the first request returns the first limit
of rows. The
second request sets offset to the limit
of the first request; the second
request returns the second limit
of rows.
To learn more about this pagination parameter, see Pagination.
limit: i64
Optional. The number of rows to return. If unspecified, 10,000 rows are
returned. The API returns a maximum of 250,000 rows per request, no matter
how many you ask for. limit
must be positive.
The API can also return fewer rows than the requested limit
, if there
aren’t as many dimension values as the limit
.
To learn more about this pagination parameter, see Pagination.
Trait Implementations§
source§impl Clone for QueryAudienceExportRequest
impl Clone for QueryAudienceExportRequest
source§fn clone(&self) -> QueryAudienceExportRequest
fn clone(&self) -> QueryAudienceExportRequest
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for QueryAudienceExportRequest
impl Debug for QueryAudienceExportRequest
source§impl Default for QueryAudienceExportRequest
impl Default for QueryAudienceExportRequest
source§impl Message for QueryAudienceExportRequest
impl Message for QueryAudienceExportRequest
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 QueryAudienceExportRequest
impl PartialEq for QueryAudienceExportRequest
source§fn eq(&self, other: &QueryAudienceExportRequest) -> bool
fn eq(&self, other: &QueryAudienceExportRequest) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for QueryAudienceExportRequest
Auto Trait Implementations§
impl Freeze for QueryAudienceExportRequest
impl RefUnwindSafe for QueryAudienceExportRequest
impl Send for QueryAudienceExportRequest
impl Sync for QueryAudienceExportRequest
impl Unpin for QueryAudienceExportRequest
impl UnwindSafe for QueryAudienceExportRequest
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