Class: Google::Cloud::Sql::V1beta4::Metadata

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/sql/v1beta4/cloud_sql.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:



1248
1249
1250
1251
# File 'proto_docs/google/cloud/sql/v1beta4/cloud_sql.rb', line 1248

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