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.

Note: The following fields are mutually exclusive: metadata, results. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Bigtable::V2::ResultSetMetadata)

    Structure of rows in this response stream. The first (and only the first) response streamed from the server will be of this type.

    Note: The following fields are mutually exclusive: metadata, results. If a field in that set is populated, all other fields in the set will automatically be cleared.



868
869
870
871
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 868

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.

Note: The following fields are mutually exclusive: results, metadata. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::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.

    Note: The following fields are mutually exclusive: results, metadata. If a field in that set is populated, all other fields in the set will automatically be cleared.



868
869
870
871
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 868

class ExecuteQueryResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end