Struct google_api_proto::google::cloud::workflows::v1::ListWorkflowsRequest
source · pub struct ListWorkflowsRequest {
pub parent: String,
pub page_size: i32,
pub page_token: String,
pub filter: String,
pub order_by: String,
}
Expand description
Request for the [ListWorkflows][google.cloud.workflows.v1.Workflows.ListWorkflows] method.
Fields§
§parent: String
Required. Project and location from which the workflows should be listed. Format: projects/{project}/locations/{location}
page_size: i32
Maximum number of workflows to return per call. The service might return fewer than this value even if not at the end of the collection. If a value is not specified, a default value of 500 is used. The maximum permitted value is 1000 and values greater than 1000 are coerced down to 1000.
page_token: String
A page token, received from a previous ListWorkflows
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListWorkflows
must
match the call that provided the page token.
filter: String
Filter to restrict results to specific workflows.
order_by: String
Comma-separated list of fields that specify the order of the results. Default sorting order for a field is ascending. To specify descending order for a field, append a “desc” suffix. If not specified, the results are returned in an unspecified order.
Trait Implementations§
source§impl Clone for ListWorkflowsRequest
impl Clone for ListWorkflowsRequest
source§fn clone(&self) -> ListWorkflowsRequest
fn clone(&self) -> ListWorkflowsRequest
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ListWorkflowsRequest
impl Debug for ListWorkflowsRequest
source§impl Default for ListWorkflowsRequest
impl Default for ListWorkflowsRequest
source§impl Message for ListWorkflowsRequest
impl Message for ListWorkflowsRequest
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 ListWorkflowsRequest
impl PartialEq for ListWorkflowsRequest
source§fn eq(&self, other: &ListWorkflowsRequest) -> bool
fn eq(&self, other: &ListWorkflowsRequest) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListWorkflowsRequest
Auto Trait Implementations§
impl Freeze for ListWorkflowsRequest
impl RefUnwindSafe for ListWorkflowsRequest
impl Send for ListWorkflowsRequest
impl Sync for ListWorkflowsRequest
impl Unpin for ListWorkflowsRequest
impl UnwindSafe for ListWorkflowsRequest
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