Area 120 Tables V1alpha1 API - Class Google::Area120::Tables::V1alpha1::ListTablesRequest (v0.2.5)

Reference documentation and code samples for the Area 120 Tables V1alpha1 API class Google::Area120::Tables::V1alpha1::ListTablesRequest.

Request message for TablesService.ListTables.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#page_size

def page_size() -> ::Integer
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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.