Expand description
Nested message and enum types in ExecuteQueryResponse.
Enumsยง
- Response
- The first response streamed from the server is of type
ResultSetMetadataand includes information about the columns and types of the result set. From there on, we streamPartialResultSetmessages with no additional information.PartialResultSetwill containresume_tokento restart the response if query interrupts. In case of resumption withresume_token, the server will not resend the ResultSetMetadata.