Struct google_api_proto::google::maps::mapsplatformdatasets::v1::ListDatasetsRequest
source · pub struct ListDatasetsRequest {
pub parent: String,
pub page_size: i32,
pub page_token: String,
pub tag: String,
}
Expand description
Request to list datasets for the project.
Fields§
§parent: String
Required. The name of the project to list all the datasets for. Format: projects/{project}
page_size: i32
The maximum number of datasets to return per page.
If unspecified (or zero), all datasets will be returned.
page_token: String
The page token, received from a previous ListDatasets call. Provide this to retrieve the subsequent page.
tag: String
The tag that specifies the desired version for each dataset.
Note that when pagination is also specified, some filtering can happen after pagination, which may cause the response to contain fewer datasets than the page size, even if it’s not the last page.
Tag “active”: Each dataset in the response will include the info of its latest completed version, and the dataset will be skipped if it does not have one.
Trait Implementations§
source§impl Clone for ListDatasetsRequest
impl Clone for ListDatasetsRequest
source§fn clone(&self) -> ListDatasetsRequest
fn clone(&self) -> ListDatasetsRequest
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ListDatasetsRequest
impl Debug for ListDatasetsRequest
source§impl Default for ListDatasetsRequest
impl Default for ListDatasetsRequest
source§impl Message for ListDatasetsRequest
impl Message for ListDatasetsRequest
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 ListDatasetsRequest
impl PartialEq for ListDatasetsRequest
source§fn eq(&self, other: &ListDatasetsRequest) -> bool
fn eq(&self, other: &ListDatasetsRequest) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListDatasetsRequest
Auto Trait Implementations§
impl Freeze for ListDatasetsRequest
impl RefUnwindSafe for ListDatasetsRequest
impl Send for ListDatasetsRequest
impl Sync for ListDatasetsRequest
impl Unpin for ListDatasetsRequest
impl UnwindSafe for ListDatasetsRequest
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