Struct google_api_proto::google::analytics::admin::v1alpha::ListPropertiesRequest
source · pub struct ListPropertiesRequest {
pub filter: String,
pub page_size: i32,
pub page_token: String,
pub show_deleted: bool,
}
Expand description
Request message for ListProperties RPC.
Fields§
§filter: String
Required. An expression for filtering the results of the request.
Fields eligible for filtering are:
parent:
(The resource name of the parent account/property) or
ancestor:
(The resource name of the parent account) or
firebase_project:
(The id or number of the linked firebase project).
Some examples of filters:
| Filter | Description |
|-----------------------------|-------------------------------------------|
| parent:accounts/123 | The account with account id: 123. |
| parent:properties/123 | The property with property id: 123. |
| ancestor:accounts/123 | The account with account id: 123. |
| firebase_project:project-id | The firebase project with id: project-id. |
| firebase_project:123 | The firebase project with number: 123. |
page_size: i32
The maximum number of resources to return. The service may return fewer than this value, even if there are additional pages. If unspecified, at most 50 resources will be returned. The maximum value is 200; (higher values will be coerced to the maximum)
page_token: String
A page token, received from a previous ListProperties
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListProperties
must
match the call that provided the page token.
show_deleted: bool
Whether to include soft-deleted (ie: “trashed”) Properties in the results. Properties can be inspected to determine whether they are deleted or not.
Trait Implementations§
source§impl Clone for ListPropertiesRequest
impl Clone for ListPropertiesRequest
source§fn clone(&self) -> ListPropertiesRequest
fn clone(&self) -> ListPropertiesRequest
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ListPropertiesRequest
impl Debug for ListPropertiesRequest
source§impl Default for ListPropertiesRequest
impl Default for ListPropertiesRequest
source§impl Message for ListPropertiesRequest
impl Message for ListPropertiesRequest
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 ListPropertiesRequest
impl PartialEq for ListPropertiesRequest
source§fn eq(&self, other: &ListPropertiesRequest) -> bool
fn eq(&self, other: &ListPropertiesRequest) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListPropertiesRequest
Auto Trait Implementations§
impl Freeze for ListPropertiesRequest
impl RefUnwindSafe for ListPropertiesRequest
impl Send for ListPropertiesRequest
impl Sync for ListPropertiesRequest
impl Unpin for ListPropertiesRequest
impl UnwindSafe for ListPropertiesRequest
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