Request message for TablesService.ListTables.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_size
def page_size() -> ::Integer
-
(::Integer) — The maximum number of tables to return. The service may return fewer than
this value.
If unspecified, at most 20 tables are returned. The maximum value is 100; values above 100 are coerced to 100.
#page_size=
def page_size=(value) -> ::Integer
-
value (::Integer) — The maximum number of tables to return. The service may return fewer than
this value.
If unspecified, at most 20 tables are returned. The maximum value is 100; values above 100 are coerced to 100.
-
(::Integer) — The maximum number of tables to return. The service may return fewer than
this value.
If unspecified, at most 20 tables are returned. The maximum value is 100; values above 100 are coerced to 100.
#page_token
def page_token() -> ::String
-
(::String) — A page token, received from a previous
ListTables
call. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListTables
must match the call that provided the page token.
#page_token=
def page_token=(value) -> ::String
-
value (::String) — A page token, received from a previous
ListTables
call. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListTables
must match the call that provided the page token.
-
(::String) — A page token, received from a previous
ListTables
call. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListTables
must match the call that provided the page token.