Class ExecuteSqlMetadata (0.3.15)

ExecuteSqlMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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.
status google.cloud.alloydb_v1.types.ExecuteSqlMetadata.Status
Status of SQL execution.

Classes

Status

Status(value)

Status contains all valid Status a SQL execution can end up in.