Module google_api_proto::google::bigtable::v2::execute_query_response
source · Expand description
Nested message and enum types in ExecuteQueryResponse
.
Enums§
- The first response streamed from the server is of type
ResultSetMetadata
and includes information about the columns and types of the result set. From there on, we streamPartialResultSet
messages with no additional information.PartialResultSet
will containresume_token
to restart the response if query interrupts. In case of resumption withresume_token
, the server will not resend the ResultSetMetadata.