public interface MetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSqlStatementExecutionTime()
public abstract Duration getSqlStatementExecutionTime()The time taken to execute the SQL statements.
.google.protobuf.Duration sql_statement_execution_time = 1;
| Returns | |
|---|---|
| Type | Description |
Duration |
The sqlStatementExecutionTime. |
getSqlStatementExecutionTimeOrBuilder()
public abstract DurationOrBuilder getSqlStatementExecutionTimeOrBuilder()The time taken to execute the SQL statements.
.google.protobuf.Duration sql_statement_execution_time = 1;
| Returns | |
|---|---|
| Type | Description |
DurationOrBuilder |
|
hasSqlStatementExecutionTime()
public abstract boolean hasSqlStatementExecutionTime()The time taken to execute the SQL statements.
.google.protobuf.Duration sql_statement_execution_time = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the sqlStatementExecutionTime field is set. |