Any additional metadata information regarding the execution
of the SQL
Attributes
Name
Description
message
str
Message related to SQL execution. Marked as
core content since it can potentially contain
details related to the query or result set. This
field can be used to convey messages such as
"when the SQL result set exceeds the acceptable
response size limits.".
partial_result
bool
Set to true if SQL returned a result set
larger than the acceptable response size limits
and the result was truncated.
sql_statement_execution_duration
google.protobuf.duration_pb2.Duration
The time duration taken to execute the sql
statement.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Class ExecuteSqlMetadata (0.4.8)\n\nVersion latestkeyboard_arrow_down\n\n- [0.4.8 (latest)](/python/docs/reference/alloydb/latest/google.cloud.alloydb_v1.types.ExecuteSqlMetadata)\n- [0.4.7](/python/docs/reference/alloydb/0.4.7/google.cloud.alloydb_v1.types.ExecuteSqlMetadata)\n- [0.3.16](/python/docs/reference/alloydb/0.3.16/google.cloud.alloydb_v1.types.ExecuteSqlMetadata)\n- [0.2.1](/python/docs/reference/alloydb/0.2.1/google.cloud.alloydb_v1.types.ExecuteSqlMetadata)\n- [0.1.1](/python/docs/reference/alloydb/0.1.1/google.cloud.alloydb_v1.types.ExecuteSqlMetadata) \n\n ExecuteSqlMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nAny additional metadata information regarding the execution\nof the SQL\n\nClasses\n-------\n\n### Status\n\n Status(value)\n\nStatus contains all valid Status a SQL execution can end up\nin."]]