Dataplex V1 API - Class Google::Cloud::Dataplex::V1::SessionEvent::QueryDetail (v0.19.0)

Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::SessionEvent::QueryDetail.

Execution details of the query.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#data_processed_bytes

def data_processed_bytes() -> ::Integer
Returns
  • (::Integer) — The data processed by the query.

#data_processed_bytes=

def data_processed_bytes=(value) -> ::Integer
Parameter
  • value (::Integer) — The data processed by the query.
Returns
  • (::Integer) — The data processed by the query.

#duration

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

#duration=

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

#engine

def engine() -> ::Google::Cloud::Dataplex::V1::SessionEvent::QueryDetail::Engine

#engine=

def engine=(value) -> ::Google::Cloud::Dataplex::V1::SessionEvent::QueryDetail::Engine
Parameter

#query_id

def query_id() -> ::String
Returns
  • (::String) — The unique Query id identifying the query.

#query_id=

def query_id=(value) -> ::String
Parameter
  • value (::String) — The unique Query id identifying the query.
Returns
  • (::String) — The unique Query id identifying the query.

#query_text

def query_text() -> ::String
Returns
  • (::String) — The query text executed.

#query_text=

def query_text=(value) -> ::String
Parameter
  • value (::String) — The query text executed.
Returns
  • (::String) — The query text executed.

#result_size_bytes

def result_size_bytes() -> ::Integer
Returns
  • (::Integer) — The size of results the query produced.

#result_size_bytes=

def result_size_bytes=(value) -> ::Integer
Parameter
  • value (::Integer) — The size of results the query produced.
Returns
  • (::Integer) — The size of results the query produced.