Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class Metadata.
The additional metadata information regarding the execution of the SQL statements.
Generated from protobuf message google.cloud.sql.v1.Metadata
Namespace
Google \ Cloud \ Sql \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ sql_statement_execution_time |
Google\Protobuf\Duration
The time taken to execute the SQL statements. |
getSqlStatementExecutionTime
The time taken to execute the SQL statements.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Duration|null |
|
hasSqlStatementExecutionTime
clearSqlStatementExecutionTime
setSqlStatementExecutionTime
The time taken to execute the SQL statements.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Duration
|
| Returns | |
|---|---|
| Type | Description |
$this |
|