Cloud Bigtable V2 API - Class Google::Cloud::Bigtable::V2::ExecuteQueryResponse (v1.5.0)

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.

    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.

#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.

    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.

#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.

    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.

#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.

    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.