Struct google_api_proto::google::streetview::publish::v1::ListPhotoSequencesRequest
source · pub struct ListPhotoSequencesRequest {
pub page_size: i32,
pub page_token: String,
pub filter: String,
}
Expand description
Request to list all photo sequences that belong to the user sending the request.
Parameters:
pageSize
determines the maximum number of photo sequences to return.pageToken
is the next page token value returned from a previous [ListPhotoSequences][google.streetview.publish.v1.StreetViewPublishService.ListPhotoSequences] request, if any.
Fields§
§page_size: i32
Optional. The maximum number of photo sequences to return.
pageSize
must be non-negative. If pageSize
is zero or is not
provided, the default page size of 100 is used.
The number of photo sequences returned in the response may be less than
pageSize
if the number of matches is less than pageSize
.
This is currently unimplemented but is in process.
page_token: String
Optional. The [nextPageToken][google.streetview.publish.v1.ListPhotosResponse.next_page_token] value returned from a previous [ListPhotoSequences][google.streetview.publish.v1.StreetViewPublishService.ListPhotoSequences] request, if any.
filter: String
Optional. The filter expression. For example: imagery_type=SPHERICAL
.
The filters supported are: imagery_type
, processing_state
,
min_latitude
, max_latitude
, min_longitude
, max_longitude
,
filename_query
, min_capture_time_seconds
, `max_capture_time_seconds.
See https://google.aip.dev/160 for more information. Filename queries
should sent as a Phrase in order to support multiple words and special
characters by adding escaped quotes. Ex: filename_query=“example of a
phrase.mp4”
Trait Implementations§
source§impl Clone for ListPhotoSequencesRequest
impl Clone for ListPhotoSequencesRequest
source§fn clone(&self) -> ListPhotoSequencesRequest
fn clone(&self) -> ListPhotoSequencesRequest
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ListPhotoSequencesRequest
impl Debug for ListPhotoSequencesRequest
source§impl Default for ListPhotoSequencesRequest
impl Default for ListPhotoSequencesRequest
source§impl Message for ListPhotoSequencesRequest
impl Message for ListPhotoSequencesRequest
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 ListPhotoSequencesRequest
impl PartialEq for ListPhotoSequencesRequest
source§fn eq(&self, other: &ListPhotoSequencesRequest) -> bool
fn eq(&self, other: &ListPhotoSequencesRequest) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListPhotoSequencesRequest
Auto Trait Implementations§
impl Freeze for ListPhotoSequencesRequest
impl RefUnwindSafe for ListPhotoSequencesRequest
impl Send for ListPhotoSequencesRequest
impl Sync for ListPhotoSequencesRequest
impl Unpin for ListPhotoSequencesRequest
impl UnwindSafe for ListPhotoSequencesRequest
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