Class: Google::Cloud::AlloyDB::V1alpha::ExecuteSqlResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/alloydb/v1alpha/service.rb

Overview

Execute a SQL statement response.

Instance Attribute Summary collapse

Instance Attribute Details

#metadata::Google::Cloud::AlloyDB::V1alpha::ExecuteSqlMetadata

Returns Any additional metadata information regarding the execution of the sql statement.

Returns:



990
991
992
993
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 990

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

#sql_results::Array<::Google::Cloud::AlloyDB::V1alpha::SqlResult>

Returns SqlResult represents the results for the execution of sql statements.

Returns:



990
991
992
993
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 990

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