Struct google_api_proto::google::analytics::data::v1alpha::QueryAudienceListRequest
source · pub struct QueryAudienceListRequest {
pub name: String,
pub offset: i64,
pub limit: i64,
}
Expand description
A request to list users in an audience list.
Fields§
§name: String
Required. The name of the audience list to retrieve users from.
Format: properties/{property}/audienceLists/{audience_list}
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 QueryAudienceListRequest
impl Clone for QueryAudienceListRequest
source§fn clone(&self) -> QueryAudienceListRequest
fn clone(&self) -> QueryAudienceListRequest
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for QueryAudienceListRequest
impl Debug for QueryAudienceListRequest
source§impl Default for QueryAudienceListRequest
impl Default for QueryAudienceListRequest
source§impl Message for QueryAudienceListRequest
impl Message for QueryAudienceListRequest
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 QueryAudienceListRequest
impl PartialEq for QueryAudienceListRequest
source§fn eq(&self, other: &QueryAudienceListRequest) -> bool
fn eq(&self, other: &QueryAudienceListRequest) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for QueryAudienceListRequest
Auto Trait Implementations§
impl Freeze for QueryAudienceListRequest
impl RefUnwindSafe for QueryAudienceListRequest
impl Send for QueryAudienceListRequest
impl Sync for QueryAudienceListRequest
impl Unpin for QueryAudienceListRequest
impl UnwindSafe for QueryAudienceListRequest
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