Class: Google::Area120::Tables::V1alpha1::ListRowsRequest
- Inherits:
-
Object
- Object
- Google::Area120::Tables::V1alpha1::ListRowsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/area120/tables/v1alpha1/tables.rb
Overview
Request message for TablesService.ListRows.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
The maximum number of rows to return.
-
#page_token ⇒ ::String
A page token, received from a previous
ListRows
call. -
#parent ⇒ ::String
Required.
-
#view ⇒ ::Google::Area120::Tables::V1alpha1::View
Optional.
Instance Attribute Details
#filter ⇒ ::String
Returns 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.
152 153 154 155 |
# File 'proto_docs/google/area120/tables/v1alpha1/tables.rb', line 152 class ListRowsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns 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.
152 153 154 155 |
# File 'proto_docs/google/area120/tables/v1alpha1/tables.rb', line 152 class ListRowsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns 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.
152 153 154 155 |
# File 'proto_docs/google/area120/tables/v1alpha1/tables.rb', line 152 class ListRowsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent table. Format: tables/{table}.
152 153 154 155 |
# File 'proto_docs/google/area120/tables/v1alpha1/tables.rb', line 152 class ListRowsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#view ⇒ ::Google::Area120::Tables::V1alpha1::View
Returns Optional. Column key to use for values in the row. Defaults to user entered name.
152 153 154 155 |
# File 'proto_docs/google/area120/tables/v1alpha1/tables.rb', line 152 class ListRowsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |