Struct google_api_proto::google::cloud::bigquery::v2::ListRoutinesRequest
source · pub struct ListRoutinesRequest {
pub project_id: String,
pub dataset_id: String,
pub max_results: Option<u32>,
pub page_token: String,
pub read_mask: Option<FieldMask>,
pub filter: String,
}
Expand description
Describes the format for listing routines.
Fields§
§project_id: String
Required. Project ID of the routines to list
dataset_id: String
Required. Dataset ID of the routines to list
max_results: Option<u32>
The maximum number of results to return in a single response page. Leverage the page tokens to iterate through the entire collection.
page_token: String
Page token, returned by a previous call, to request the next page of results
read_mask: Option<FieldMask>
If set, then only the Routine fields in the field mask, as well as project_id, dataset_id and routine_id, are returned in the response. If unset, then the following Routine fields are returned: etag, project_id, dataset_id, routine_id, routine_type, creation_time, last_modified_time, and language.
filter: String
If set, then only the Routines matching this filter are returned.
The supported format is routineType:{RoutineType}
, where {RoutineType}
is a RoutineType enum. For example: routineType:SCALAR_FUNCTION
.
Trait Implementations§
source§impl Clone for ListRoutinesRequest
impl Clone for ListRoutinesRequest
source§fn clone(&self) -> ListRoutinesRequest
fn clone(&self) -> ListRoutinesRequest
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ListRoutinesRequest
impl Debug for ListRoutinesRequest
source§impl Default for ListRoutinesRequest
impl Default for ListRoutinesRequest
source§impl Message for ListRoutinesRequest
impl Message for ListRoutinesRequest
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 ListRoutinesRequest
impl PartialEq for ListRoutinesRequest
source§fn eq(&self, other: &ListRoutinesRequest) -> bool
fn eq(&self, other: &ListRoutinesRequest) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListRoutinesRequest
Auto Trait Implementations§
impl Freeze for ListRoutinesRequest
impl RefUnwindSafe for ListRoutinesRequest
impl Send for ListRoutinesRequest
impl Sync for ListRoutinesRequest
impl Unpin for ListRoutinesRequest
impl UnwindSafe for ListRoutinesRequest
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