public interface ExecuteSqlMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Message related to SQL execution.
|
com.google.protobuf.ByteString |
getMessageBytes()
Message related to SQL execution.
|
boolean |
getPartialResult()
Set to true if SQL returned a result set larger than the acceptable
response size limits and the result was truncated.
|
com.google.protobuf.Duration |
getSqlStatementExecutionDuration()
The time duration taken to execute the sql statement.
|
com.google.protobuf.DurationOrBuilder |
getSqlStatementExecutionDurationOrBuilder()
The time duration taken to execute the sql statement.
|
ExecuteSqlMetadata.Status |
getStatus()
Status of SQL execution.
|
int |
getStatusValue()
Status of SQL execution.
|
boolean |
hasSqlStatementExecutionDuration()
The time duration taken to execute the sql statement.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getMessage()
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."
string message = 1;com.google.protobuf.ByteString getMessageBytes()
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."
string message = 1;boolean getPartialResult()
Set to true if SQL returned a result set larger than the acceptable response size limits and the result was truncated.
bool partial_result = 2;boolean hasSqlStatementExecutionDuration()
The time duration taken to execute the sql statement.
.google.protobuf.Duration sql_statement_execution_duration = 3;com.google.protobuf.Duration getSqlStatementExecutionDuration()
The time duration taken to execute the sql statement.
.google.protobuf.Duration sql_statement_execution_duration = 3;com.google.protobuf.DurationOrBuilder getSqlStatementExecutionDurationOrBuilder()
The time duration taken to execute the sql statement.
.google.protobuf.Duration sql_statement_execution_duration = 3;int getStatusValue()
Status of SQL execution.
.google.cloud.alloydb.v1.ExecuteSqlMetadata.Status status = 4;ExecuteSqlMetadata.Status getStatus()
Status of SQL execution.
.google.cloud.alloydb.v1.ExecuteSqlMetadata.Status status = 4;Copyright © 2025 Google LLC. All rights reserved.