Metadata about a ResultSet or PartialResultSet.
| JSON representation | 
|---|
| { "rowType": { object ( | 
| Fields | |
|---|---|
| rowType | 
 Indicates the field names and types for the rows in the result set. For example, a SQL query like   | 
| transaction | 
 If the read or SQL query began a transaction as a side-effect, the information about the new transaction is yielded here. | 
| undeclaredParameters | 
 A SQL query can be parameterized. In PLAN mode, these parameters can be undeclared. This indicates the field names and types for those undeclared parameters in the SQL query. For example, a SQL query like   |