Cloud Bigtable V2 Client - Class ExecuteQueryResponse (2.5.0)

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

Response message for Bigtable.ExecuteQuery

Generated from protobuf message google.bigtable.v2.ExecuteQueryResponse

Namespace

Google \ Cloud \ Bigtable \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ metadata Google\Cloud\Bigtable\V2\ResultSetMetadata

Structure of rows in this response stream. The first (and only the first) response streamed from the server will be of this type.

↳ results Google\Cloud\Bigtable\V2\PartialResultSet

A partial result set with row data potentially including additional instructions on how recent past and future partial responses should be interpreted.

getMetadata

Structure of rows in this response stream. The first (and only the first) response streamed from the server will be of this type.

Returns
Type Description
Google\Cloud\Bigtable\V2\ResultSetMetadata|null

hasMetadata

setMetadata

Structure of rows in this response stream. The first (and only the first) response streamed from the server will be of this type.

Parameter
Name Description
var Google\Cloud\Bigtable\V2\ResultSetMetadata
Returns
Type Description
$this

getResults

A partial result set with row data potentially including additional instructions on how recent past and future partial responses should be interpreted.

Returns
Type Description
Google\Cloud\Bigtable\V2\PartialResultSet|null

hasResults

setResults

A partial result set with row data potentially including additional instructions on how recent past and future partial responses should be interpreted.

Parameter
Name Description
var Google\Cloud\Bigtable\V2\PartialResultSet
Returns
Type Description
$this

getResponse

Returns
Type Description
string