AlloyDB V1 API - Class Google::Cloud::AlloyDB::V1::ExecuteSqlMetadata (v0.10.0)

Reference documentation and code samples for the AlloyDB V1 API class Google::Cloud::AlloyDB::V1::ExecuteSqlMetadata.

Any additional metadata information regarding the execution of the SQL

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#message

def message() -> ::String
Returns
  • (::String) — Message related to SQL execution. Marked as core content since it can potentially contain details related to the query or result set. This field can be used to convey messages such as "when the SQL result set exceeds the acceptable response size limits."

#message=

def message=(value) -> ::String
Parameter
  • value (::String) — Message related to SQL execution. Marked as core content since it can potentially contain details related to the query or result set. This field can be used to convey messages such as "when the SQL result set exceeds the acceptable response size limits."
Returns
  • (::String) — Message related to SQL execution. Marked as core content since it can potentially contain details related to the query or result set. This field can be used to convey messages such as "when the SQL result set exceeds the acceptable response size limits."

#partial_result

def partial_result() -> ::Boolean
Returns
  • (::Boolean) — Set to true if SQL returned a result set larger than the acceptable response size limits and the result was truncated.

#partial_result=

def partial_result=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Set to true if SQL returned a result set larger than the acceptable response size limits and the result was truncated.
Returns
  • (::Boolean) — Set to true if SQL returned a result set larger than the acceptable response size limits and the result was truncated.

#sql_statement_execution_duration

def sql_statement_execution_duration() -> ::Google::Protobuf::Duration
Returns

#sql_statement_execution_duration=

def sql_statement_execution_duration=(value) -> ::Google::Protobuf::Duration
Parameter
Returns

#status

def status() -> ::Google::Cloud::AlloyDB::V1::ExecuteSqlMetadata::Status
Returns

#status=

def status=(value) -> ::Google::Cloud::AlloyDB::V1::ExecuteSqlMetadata::Status
Parameter
Returns