Class: Google::Cloud::Sql::V1::Metadata

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#sql_statement_execution_time::Google::Protobuf::Duration

Returns The time taken to execute the SQL statements.

Returns:



2233
2234
2235
2236
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb', line 2233

class Metadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end