Struct google_api_proto::google::cloud::speech::v2::ListRecognizersRequest
source · pub struct ListRecognizersRequest {
pub parent: String,
pub page_size: i32,
pub page_token: String,
pub show_deleted: bool,
}
Expand description
Request message for the [ListRecognizers][google.cloud.speech.v2.Speech.ListRecognizers] method.
Fields§
§parent: String
Required. The project and location of Recognizers to list. The expected
format is projects/{project}/locations/{location}
.
page_size: i32
The maximum number of Recognizers to return. The service may return fewer than this value. If unspecified, at most 5 Recognizers will be returned. The maximum value is 100; values above 100 will be coerced to 100.
page_token: String
A page token, received from a previous [ListRecognizers][google.cloud.speech.v2.Speech.ListRecognizers] call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to [ListRecognizers][google.cloud.speech.v2.Speech.ListRecognizers] must match the call that provided the page token.
show_deleted: bool
Whether, or not, to show resources that have been deleted.
Trait Implementations§
source§impl Clone for ListRecognizersRequest
impl Clone for ListRecognizersRequest
source§fn clone(&self) -> ListRecognizersRequest
fn clone(&self) -> ListRecognizersRequest
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ListRecognizersRequest
impl Debug for ListRecognizersRequest
source§impl Default for ListRecognizersRequest
impl Default for ListRecognizersRequest
source§impl Message for ListRecognizersRequest
impl Message for ListRecognizersRequest
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 ListRecognizersRequest
impl PartialEq for ListRecognizersRequest
source§fn eq(&self, other: &ListRecognizersRequest) -> bool
fn eq(&self, other: &ListRecognizersRequest) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListRecognizersRequest
Auto Trait Implementations§
impl Freeze for ListRecognizersRequest
impl RefUnwindSafe for ListRecognizersRequest
impl Send for ListRecognizersRequest
impl Sync for ListRecognizersRequest
impl Unpin for ListRecognizersRequest
impl UnwindSafe for ListRecognizersRequest
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