Request message for TablesService.ListRows.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String
- (::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
- 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.
- (::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
-
(::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
-
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.
-
(::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
-
(::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
-
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.
-
(::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
- (::String) — Required. The parent table. Format: tables/{table}
#parent=
def parent=(value) -> ::String
- value (::String) — Required. The parent table. Format: tables/{table}
- (::String) — Required. The parent table. Format: tables/{table}
#view
def view() -> ::Google::Area120::Tables::V1alpha1::View
- (::Google::Area120::Tables::V1alpha1::View) — Optional. Column key to use for values in the row. Defaults to user entered name.
#view=
def view=(value) -> ::Google::Area120::Tables::V1alpha1::View
- value (::Google::Area120::Tables::V1alpha1::View) — Optional. Column key to use for values in the row. Defaults to user entered name.
- (::Google::Area120::Tables::V1alpha1::View) — Optional. Column key to use for values in the row. Defaults to user entered name.