Struct google_api_proto::google::cloud::commerce::consumer::procurement::v1alpha1::ListOrdersRequest
source · pub struct ListOrdersRequest {
pub parent: String,
pub page_size: i32,
pub page_token: String,
pub filter: String,
}
Expand description
Request message for [ConsumerProcurementService.ListOrders][google.cloud.commerce.consumer.procurement.v1alpha1.ConsumerProcurementService.ListOrders].
Fields§
§parent: String
Required. The parent resource to query for orders.
This field has the form billingAccounts/{billing-account-id}
.
page_size: i32
The maximum number of entries requested. The default page size is 25 and the maximum page size is 200.
page_token: String
The token for fetching the next page.
filter: String
Filter that you can use to limit the list request.
A query string that can match a selected set of attributes
with string values. For example, display_name=abc
.
Supported query attributes are
display_name
If the query contains special characters other than letters,
underscore, or digits, the phrase must be quoted with double quotes. For
example, display_name="foo:bar"
, where the display name needs to be
quoted because it contains special character colon.
Queries can be combined with OR
, and NOT
to form more complex queries.
You can also group them to force a desired evaluation order.
For example, display_name=abc OR display_name=def
.
Trait Implementations§
source§impl Clone for ListOrdersRequest
impl Clone for ListOrdersRequest
source§fn clone(&self) -> ListOrdersRequest
fn clone(&self) -> ListOrdersRequest
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ListOrdersRequest
impl Debug for ListOrdersRequest
source§impl Default for ListOrdersRequest
impl Default for ListOrdersRequest
source§impl Message for ListOrdersRequest
impl Message for ListOrdersRequest
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 ListOrdersRequest
impl PartialEq for ListOrdersRequest
source§fn eq(&self, other: &ListOrdersRequest) -> bool
fn eq(&self, other: &ListOrdersRequest) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListOrdersRequest
Auto Trait Implementations§
impl Freeze for ListOrdersRequest
impl RefUnwindSafe for ListOrdersRequest
impl Send for ListOrdersRequest
impl Sync for ListOrdersRequest
impl Unpin for ListOrdersRequest
impl UnwindSafe for ListOrdersRequest
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