Struct google_api_proto::google::bigtable::admin::v2::ListTablesRequest
source · pub struct ListTablesRequest {
pub parent: String,
pub view: i32,
pub page_size: i32,
pub page_token: String,
}
Expand description
Request message for [google.bigtable.admin.v2.BigtableTableAdmin.ListTables][google.bigtable.admin.v2.BigtableTableAdmin.ListTables]
Fields§
§parent: String
Required. The unique name of the instance for which tables should be
listed. Values are of the form projects/{project}/instances/{instance}
.
view: i32
The view to be applied to the returned tables’ fields. NAME_ONLY view (default) and REPLICATION_VIEW are supported.
page_size: i32
Maximum number of results per page.
A page_size of 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 are not required to pass a page_size. 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.
Implementations§
Trait Implementations§
source§impl Clone for ListTablesRequest
impl Clone for ListTablesRequest
source§fn clone(&self) -> ListTablesRequest
fn clone(&self) -> ListTablesRequest
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ListTablesRequest
impl Debug for ListTablesRequest
source§impl Default for ListTablesRequest
impl Default for ListTablesRequest
source§impl Message for ListTablesRequest
impl Message for ListTablesRequest
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 ListTablesRequest
impl PartialEq for ListTablesRequest
source§fn eq(&self, other: &ListTablesRequest) -> bool
fn eq(&self, other: &ListTablesRequest) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListTablesRequest
Auto Trait Implementations§
impl Freeze for ListTablesRequest
impl RefUnwindSafe for ListTablesRequest
impl Send for ListTablesRequest
impl Sync for ListTablesRequest
impl Unpin for ListTablesRequest
impl UnwindSafe for ListTablesRequest
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