Cloud Bigtable V2 Client - Class ExecuteQueryResponse (2.11.1)

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
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ metadataResultSetMetadata

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

↳ resultsPartialResultSet

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
TypeDescription
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
NameDescription
varResultSetMetadata
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
varPartialResultSet
Returns
TypeDescription
$this

getResponse

Returns
TypeDescription
string