Class: Google::Area120::Tables::V1alpha1::ListRowsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/area120/tables/v1alpha1/tables.rb

Overview

Response message for TablesService.ListRows.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns A token, which can be sent as page_token to retrieve the next page. If this field is empty, there are no subsequent pages.

Returns:

  • (::String)

    A token, which can be sent as page_token to retrieve the next page. If this field is empty, there are no subsequent pages.



165
166
167
168
# File 'proto_docs/google/area120/tables/v1alpha1/tables.rb', line 165

class ListRowsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#rows::Array<::Google::Area120::Tables::V1alpha1::Row>

Returns The rows from the specified table.

Returns:



165
166
167
168
# File 'proto_docs/google/area120/tables/v1alpha1/tables.rb', line 165

class ListRowsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end