Class Google::Area120::Tables::V1alpha1::ListRowsRequest

Request message for TablesService.ListRows.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

def filter() -> ::String
Returns
  • (::String) — Optional. Raw text query to search for in rows of the table. Special characters must be escaped. Logical operators and field specific filtering not supported.

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) — Optional. Raw text query to search for in rows of the table. Special characters must be escaped. Logical operators and field specific filtering not supported.
Returns
  • (::String) — Optional. Raw text query to search for in rows of the table. Special characters must be escaped. Logical operators and field specific filtering not supported.

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — The maximum number of rows to return. The service may return fewer than this value.

    If unspecified, at most 50 rows are returned. The maximum value is 1,000; values above 1,000 are coerced to 1,000.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — The maximum number of rows to return. The service may return fewer than this value.

    If unspecified, at most 50 rows are returned. The maximum value is 1,000; values above 1,000 are coerced to 1,000.

Returns
  • (::Integer) — The maximum number of rows to return. The service may return fewer than this value.

    If unspecified, at most 50 rows are returned. The maximum value is 1,000; values above 1,000 are coerced to 1,000.

#page_token

def page_token() -> ::String
Returns
  • (::String) — A page token, received from a previous ListRows call. Provide this to retrieve the subsequent page.

    When paginating, all other parameters provided to ListRows 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 ListRows call. Provide this to retrieve the subsequent page.

    When paginating, all other parameters provided to ListRows must match the call that provided the page token.

Returns
  • (::String) — A page token, received from a previous ListRows call. Provide this to retrieve the subsequent page.

    When paginating, all other parameters provided to ListRows must match the call that provided the page token.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent table. Format: tables/{table}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent table. Format: tables/{table}
Returns
  • (::String) — Required. The parent table. Format: tables/{table}

#view

def view() -> ::Google::Area120::Tables::V1alpha1::View
Returns

#view=

def view=(value) -> ::Google::Area120::Tables::V1alpha1::View
Parameter
Returns