Cloud Bigtable V2 Client - Class ReadRowsRequest (2.6.3)

Reference documentation and code samples for the Cloud Bigtable V2 Client class ReadRowsRequest.

Request message for Bigtable.ReadRows.

Generated from protobuf message google.bigtable.v2.ReadRowsRequest

Namespace

Google \ Cloud \ Bigtable \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ table_namestring

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

↳ authorized_view_namestring

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

↳ app_profile_idstring

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

↳ rowsRowSet

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

↳ filterRowFilter

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

↳ rows_limitint|string

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

↳ request_stats_viewint

The view into RequestStats, as described above.

↳ reversedbool

Experimental API - Please note that this API is currently experimental and can change in the future. Return rows in lexiographical descending order of the row keys. The row contents will not be affected by this flag. Example result set: [ {key: "k2", "f:col1": "v1", "f:col2": "v1"}, {key: "k1", "f:col1": "v2", "f:col2": "v2"} ]

getTableName

Optional. The unique name of the table from which to read.

Values are of the form projects/<project>/instances/<instance>/tables/<table>.

Returns
TypeDescription
string

setTableName

Optional. The unique name of the table from which to read.

Values are of the form projects/<project>/instances/<instance>/tables/<table>.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getAuthorizedViewName

Optional. The unique name of the AuthorizedView from which to read.

Values are of the form projects/<project>/instances/<instance>/tables/<table>/authorizedViews/<authorized_view>.

Returns
TypeDescription
string

setAuthorizedViewName

Optional. The unique name of the AuthorizedView from which to read.

Values are of the form projects/<project>/instances/<instance>/tables/<table>/authorizedViews/<authorized_view>.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getAppProfileId

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

Returns
TypeDescription
string

setAppProfileId

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

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getRows

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

Returns
TypeDescription
RowSet|null

hasRows

clearRows

setRows

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

Parameter
NameDescription
varRowSet
Returns
TypeDescription
$this

getFilter

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

Returns
TypeDescription
RowFilter|null

hasFilter

clearFilter

setFilter

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

Parameter
NameDescription
varRowFilter
Returns
TypeDescription
$this

getRowsLimit

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

Returns
TypeDescription
int|string

setRowsLimit

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

Parameter
NameDescription
varint|string
Returns
TypeDescription
$this

getRequestStatsView

The view into RequestStats, as described above.

Returns
TypeDescription
int

setRequestStatsView

The view into RequestStats, as described above.

Parameter
NameDescription
varint
Returns
TypeDescription
$this

getReversed

Experimental API - Please note that this API is currently experimental and can change in the future.

Return rows in lexiographical descending order of the row keys. The row contents will not be affected by this flag. Example result set: [ {key: "k2", "f:col1": "v1", "f:col2": "v1"}, {key: "k1", "f:col1": "v2", "f:col2": "v2"} ]

Returns
TypeDescription
bool

setReversed

Experimental API - Please note that this API is currently experimental and can change in the future.

Return rows in lexiographical descending order of the row keys. The row contents will not be affected by this flag. Example result set: [ {key: "k2", "f:col1": "v1", "f:col2": "v1"}, {key: "k1", "f:col1": "v2", "f:col2": "v2"} ]

Parameter
NameDescription
varbool
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
tableNamestring

Optional. The unique name of the table from which to read.

Values are of the form projects/<project>/instances/<instance>/tables/<table>. Please see BigtableClient::tableName() for help formatting this field.

Returns
TypeDescription
ReadRowsRequest

static::buildFromTableNameAppProfileId

Parameters
NameDescription
tableNamestring

Optional. The unique name of the table from which to read.

Values are of the form projects/<project>/instances/<instance>/tables/<table>. Please see BigtableClient::tableName() for help formatting this field.

appProfileIdstring

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

Returns
TypeDescription
ReadRowsRequest