Struct google_api_proto::google::api::cloudquotas::v1::ListQuotaPreferencesRequest
source · pub struct ListQuotaPreferencesRequest {
pub parent: String,
pub page_size: i32,
pub page_token: String,
pub filter: String,
pub order_by: String,
}
Expand description
Message for requesting list of QuotaPreferences
Fields§
§parent: String
Required. Parent value of QuotaPreference resources. Listing across different resource containers (such as ‘projects/-’) is not allowed.
When the value starts with ‘folders’ or ‘organizations’, it lists the QuotaPreferences for org quotas in the container. It does not list the QuotaPreferences in the descendant projects of the container.
Example parents:
projects/123/locations/global
page_size: i32
Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
page_token: String
Optional. A token identifying a page of results the server should return.
filter: String
Optional. Filter result QuotaPreferences by their state, type, create/update time range.
Example filters:
reconciling=true AND request_type=CLOUD_CONSOLE
,
reconciling=true OR creation_time>2022-12-03T10:30:00
order_by: String
Optional. How to order of the results. By default, the results are ordered by create time.
Example orders:
quota_id
,
service, create_time
Trait Implementations§
source§impl Clone for ListQuotaPreferencesRequest
impl Clone for ListQuotaPreferencesRequest
source§fn clone(&self) -> ListQuotaPreferencesRequest
fn clone(&self) -> ListQuotaPreferencesRequest
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ListQuotaPreferencesRequest
impl Debug for ListQuotaPreferencesRequest
source§impl Message for ListQuotaPreferencesRequest
impl Message for ListQuotaPreferencesRequest
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 ListQuotaPreferencesRequest
impl PartialEq for ListQuotaPreferencesRequest
source§fn eq(&self, other: &ListQuotaPreferencesRequest) -> bool
fn eq(&self, other: &ListQuotaPreferencesRequest) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListQuotaPreferencesRequest
Auto Trait Implementations§
impl Freeze for ListQuotaPreferencesRequest
impl RefUnwindSafe for ListQuotaPreferencesRequest
impl Send for ListQuotaPreferencesRequest
impl Sync for ListQuotaPreferencesRequest
impl Unpin for ListQuotaPreferencesRequest
impl UnwindSafe for ListQuotaPreferencesRequest
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