Reference documentation and code samples for the Cloud Bigtable V2 API class Google::Cloud::Bigtable::V2::PrepareQueryResponse.
Response message for Bigtable.PrepareQueryResponse
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#metadata
def metadata() -> ::Google::Cloud::Bigtable::V2::ResultSetMetadata
Returns
-
(::Google::Cloud::Bigtable::V2::ResultSetMetadata) — Structure of rows in the response stream of
ExecuteQueryResponse
for the returnedprepared_query
.
#metadata=
def metadata=(value) -> ::Google::Cloud::Bigtable::V2::ResultSetMetadata
Parameter
-
value (::Google::Cloud::Bigtable::V2::ResultSetMetadata) — Structure of rows in the response stream of
ExecuteQueryResponse
for the returnedprepared_query
.
Returns
-
(::Google::Cloud::Bigtable::V2::ResultSetMetadata) — Structure of rows in the response stream of
ExecuteQueryResponse
for the returnedprepared_query
.
#prepared_query
def prepared_query() -> ::String
Returns
-
(::String) — A serialized prepared query. Clients should treat this as an opaque
blob of bytes to send in
ExecuteQueryRequest
.
#prepared_query=
def prepared_query=(value) -> ::String
Parameter
-
value (::String) — A serialized prepared query. Clients should treat this as an opaque
blob of bytes to send in
ExecuteQueryRequest
.
Returns
-
(::String) — A serialized prepared query. Clients should treat this as an opaque
blob of bytes to send in
ExecuteQueryRequest
.
#valid_until
def valid_until() -> ::Google::Protobuf::Timestamp
Returns
- (::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.
#valid_until=
def valid_until=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::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.
Returns
- (::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.