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 stream PartialResultSet messages with no additional information. PartialResultSet will contain resume_token to restart the response if query interrupts. In case of resumption with resume_token, the server will not resend the ResultSetMetadata.