Response message for google.bigtable.admin.v2.BigtableTableAdmin.ListTables
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) — Set if not all tables could be returned in a single response.
Pass this value to
page_token
in another request to get the next page of results.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::String) — Set if not all tables could be returned in a single response.
Pass this value to
page_token
in another request to get the next page of results.
Returns
-
(::String) — Set if not all tables could be returned in a single response.
Pass this value to
page_token
in another request to get the next page of results.
#tables
def tables() -> ::Array<::Google::Cloud::Bigtable::Admin::V2::Table>
Returns
- (::Array<::Google::Cloud::Bigtable::Admin::V2::Table>) — The tables present in the requested instance.
#tables=
def tables=(value) -> ::Array<::Google::Cloud::Bigtable::Admin::V2::Table>
Parameter
- value (::Array<::Google::Cloud::Bigtable::Admin::V2::Table>) — The tables present in the requested instance.
Returns
- (::Array<::Google::Cloud::Bigtable::Admin::V2::Table>) — The tables present in the requested instance.