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