Class: Google::Bigtable::V2::ReadRowsRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/bigtable.rb

Overview

Request message for Bigtable.ReadRows.

Instance Attribute Summary collapse

Instance Attribute Details

#app_profile_idString

Returns This value specifies routing for replication. If not specified, the "default" application profile will be used.

Returns:

  • (String)

    This value specifies routing for replication. If not specified, the "default" application profile will be used.



40
# File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/bigtable.rb', line 40

class ReadRowsRequest; end

#filterGoogle::Bigtable::V2::RowFilter

Returns The filter to apply to the contents of the specified row(s). If unset, reads the entirety of each row.

Returns:



40
# File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/bigtable.rb', line 40

class ReadRowsRequest; end

#rowsGoogle::Bigtable::V2::RowSet

Returns The row keys and/or ranges to read. If not specified, reads from all rows.

Returns:



40
# File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/bigtable.rb', line 40

class ReadRowsRequest; end

#rows_limitInteger

Returns The read will terminate after committing to N rows' worth of results. The default (zero) is to return all results.

Returns:

  • (Integer)

    The read will terminate after committing to N rows' worth of results. The default (zero) is to return all results.



40
# File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/bigtable.rb', line 40

class ReadRowsRequest; end

#table_nameString

Returns Required. The unique name of the table from which to read. Values are of the form projects/<project>/instances/<instance>/tables/<table>.

Returns:

  • (String)

    Required. The unique name of the table from which to read. Values are of the form projects/<project>/instances/<instance>/tables/<table>.



40
# File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/bigtable.rb', line 40

class ReadRowsRequest; end