Class: Google::Cloud::Bigtable::V2::ExecuteQueryResponse

Inherits:
Object
  • Object
show all
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

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.

Returns:



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.

Returns:



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