Class: Google::Cloud::Sql::V1::Metadata
- Inherits:
-
Object
- Object
- Google::Cloud::Sql::V1::Metadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb
Overview
The additional metadata information regarding the execution of the SQL statements.
Instance Attribute Summary collapse
-
#sql_statement_execution_time ⇒ ::Google::Protobuf::Duration
The time taken to execute the SQL statements.
Instance Attribute Details
#sql_statement_execution_time ⇒ ::Google::Protobuf::Duration
Returns The time taken to execute the SQL statements.
2225 2226 2227 2228 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb', line 2225 class Metadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |