Struct google_api_proto::google::bigtable::admin::v2::ListHotTabletsRequest
source · pub struct ListHotTabletsRequest {
pub parent: String,
pub start_time: Option<Timestamp>,
pub end_time: Option<Timestamp>,
pub page_size: i32,
pub page_token: String,
}
Expand description
Request message for BigtableInstanceAdmin.ListHotTablets.
Fields§
§parent: String
Required. The cluster name to list hot tablets.
Value is in the following form:
projects/{project}/instances/{instance}/clusters/{cluster}
.
start_time: Option<Timestamp>
The start time to list hot tablets. The hot tablets in the response will have start times between the requested start time and end time. Start time defaults to Now if it is unset, and end time defaults to Now - 24 hours if it is unset. The start time should be less than the end time, and the maximum allowed time range between start time and end time is 48 hours. Start time and end time should have values between Now and Now - 14 days.
end_time: Option<Timestamp>
The end time to list hot tablets.
page_size: i32
Maximum number of results per page.
A page_size that is empty or zero lets the server choose the number of items to return. A page_size which is strictly positive will return at most that many items. A negative page_size will cause an error.
Following the first request, subsequent paginated calls do not need a page_size field. If a page_size is set in subsequent calls, it must match the page_size given in the first request.
page_token: String
The value of next_page_token
returned by a previous call.
Trait Implementations§
source§impl Clone for ListHotTabletsRequest
impl Clone for ListHotTabletsRequest
source§fn clone(&self) -> ListHotTabletsRequest
fn clone(&self) -> ListHotTabletsRequest
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ListHotTabletsRequest
impl Debug for ListHotTabletsRequest
source§impl Default for ListHotTabletsRequest
impl Default for ListHotTabletsRequest
source§impl Message for ListHotTabletsRequest
impl Message for ListHotTabletsRequest
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 ListHotTabletsRequest
impl PartialEq for ListHotTabletsRequest
source§fn eq(&self, other: &ListHotTabletsRequest) -> bool
fn eq(&self, other: &ListHotTabletsRequest) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListHotTabletsRequest
Auto Trait Implementations§
impl Freeze for ListHotTabletsRequest
impl RefUnwindSafe for ListHotTabletsRequest
impl Send for ListHotTabletsRequest
impl Sync for ListHotTabletsRequest
impl Unpin for ListHotTabletsRequest
impl UnwindSafe for ListHotTabletsRequest
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