Class: Google::Cloud::Bigtable::V2::PrepareQueryResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::V2::PrepareQueryResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/v2/bigtable.rb
Overview
Response message for Bigtable.PrepareQueryResponse
Instance Attribute Summary collapse
-
#metadata ⇒ ::Google::Cloud::Bigtable::V2::ResultSetMetadata
Structure of rows in the response stream of
ExecuteQueryResponsefor the returnedprepared_query. -
#prepared_query ⇒ ::String
A serialized prepared query.
-
#valid_until ⇒ ::Google::Protobuf::Timestamp
The time at which the prepared query token becomes invalid.
Instance Attribute Details
#metadata ⇒ ::Google::Cloud::Bigtable::V2::ResultSetMetadata
Structure of rows in the response stream of ExecuteQueryResponse for the
returned prepared_query.
933 934 935 936 |
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 933 class PrepareQueryResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#prepared_query ⇒ ::String
Returns A serialized prepared query. Clients should treat this as an opaque
blob of bytes to send in ExecuteQueryRequest.
933 934 935 936 |
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 933 class PrepareQueryResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#valid_until ⇒ ::Google::Protobuf::Timestamp
Returns 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.
933 934 935 936 |
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 933 class PrepareQueryResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |