Class: Google::Cloud::Bigtable::V2::ExecuteQueryResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::V2::ExecuteQueryResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/v2/bigtable.rb
Overview
Response message for Bigtable.ExecuteQuery
Instance Attribute Summary collapse
-
#metadata ⇒ ::Google::Cloud::Bigtable::V2::ResultSetMetadata
Structure of rows in this response stream.
-
#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.
Instance Attribute Details
#metadata ⇒ ::Google::Cloud::Bigtable::V2::ResultSetMetadata
Returns Structure of rows in this response stream. The first (and only the first) response streamed from the server will be of this type.
821 822 823 824 |
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 821 class ExecuteQueryResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#results ⇒ ::Google::Cloud::Bigtable::V2::PartialResultSet
Returns A partial result set with row data potentially including additional instructions on how recent past and future partial responses should be interpreted.
821 822 823 824 |
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 821 class ExecuteQueryResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |