Reference documentation and code samples for the Cloud Bigtable V2 API class Google::Cloud::Bigtable::V2::ExecuteQueryResponse.
Response message for Bigtable.ExecuteQuery
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 this response stream. The first (and only the first) response streamed from the server will be of this type.
#metadata=
def metadata=(value) -> ::Google::Cloud::Bigtable::V2::ResultSetMetadata
Parameter
- value (::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.
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.
#results
def results() -> ::Google::Cloud::Bigtable::V2::PartialResultSet
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.
#results=
def results=(value) -> ::Google::Cloud::Bigtable::V2::PartialResultSet
Parameter
- value (::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.
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.