Reference documentation and code samples for the Cloud Bigtable V2 Client class PrepareQueryResponse.
Response message for Bigtable.PrepareQueryResponse
Generated from protobuf message google.bigtable.v2.PrepareQueryResponse
Namespace
Google \ Cloud \ Bigtable \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ metadata
ResultSetMetadata
Structure of rows in the response stream of ExecuteQueryResponse
for the returned prepared_query
.
↳ prepared_query
string
A serialized prepared query. Clients should treat this as an opaque blob of bytes to send in ExecuteQueryRequest
.
↳ valid_until
Google\Protobuf\Timestamp
The time at which the prepared query token becomes invalid. A token may become invalid early due to changes in the data being read, but it provides a guideline to refresh query plans asynchronously.
getMetadata
Structure of rows in the response stream of ExecuteQueryResponse
for the
returned prepared_query
.
hasMetadata
clearMetadata
setMetadata
Structure of rows in the response stream of ExecuteQueryResponse
for the
returned prepared_query
.
$this
getPreparedQuery
A serialized prepared query. Clients should treat this as an opaque
blob of bytes to send in ExecuteQueryRequest
.
string
setPreparedQuery
A serialized prepared query. Clients should treat this as an opaque
blob of bytes to send in ExecuteQueryRequest
.
var
string
$this
getValidUntil
The time at which the prepared query token becomes invalid.
A token may become invalid early due to changes in the data being read, but it provides a guideline to refresh query plans asynchronously.
hasValidUntil
clearValidUntil
setValidUntil
The time at which the prepared query token becomes invalid.
A token may become invalid early due to changes in the data being read, but it provides a guideline to refresh query plans asynchronously.
$this