Class: Google::Cloud::Dataplex::V1::SessionEvent::QueryDetail

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataplex/v1/logs.rb

Overview

Execution details of the query.

Defined Under Namespace

Modules: Engine

Instance Attribute Summary collapse

Instance Attribute Details

#data_processed_bytes::Integer

Returns The data processed by the query.

Returns:

  • (::Integer)

    The data processed by the query.



304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
# File 'proto_docs/google/cloud/dataplex/v1/logs.rb', line 304

class QueryDetail
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Query Execution engine.
  module Engine
    # An unspecified Engine type.
    ENGINE_UNSPECIFIED = 0

    # Spark-sql engine is specified in Query.
    SPARK_SQL = 1

    # BigQuery engine is specified in Query.
    BIGQUERY = 2
  end
end

#duration::Google::Protobuf::Duration

Returns Time taken for execution of the query.

Returns:



304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
# File 'proto_docs/google/cloud/dataplex/v1/logs.rb', line 304

class QueryDetail
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Query Execution engine.
  module Engine
    # An unspecified Engine type.
    ENGINE_UNSPECIFIED = 0

    # Spark-sql engine is specified in Query.
    SPARK_SQL = 1

    # BigQuery engine is specified in Query.
    BIGQUERY = 2
  end
end

#engine::Google::Cloud::Dataplex::V1::SessionEvent::QueryDetail::Engine

Returns Query Execution engine.



304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
# File 'proto_docs/google/cloud/dataplex/v1/logs.rb', line 304

class QueryDetail
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Query Execution engine.
  module Engine
    # An unspecified Engine type.
    ENGINE_UNSPECIFIED = 0

    # Spark-sql engine is specified in Query.
    SPARK_SQL = 1

    # BigQuery engine is specified in Query.
    BIGQUERY = 2
  end
end

#query_id::String

Returns The unique Query id identifying the query.

Returns:

  • (::String)

    The unique Query id identifying the query.



304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
# File 'proto_docs/google/cloud/dataplex/v1/logs.rb', line 304

class QueryDetail
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Query Execution engine.
  module Engine
    # An unspecified Engine type.
    ENGINE_UNSPECIFIED = 0

    # Spark-sql engine is specified in Query.
    SPARK_SQL = 1

    # BigQuery engine is specified in Query.
    BIGQUERY = 2
  end
end

#query_text::String

Returns The query text executed.

Returns:

  • (::String)

    The query text executed.



304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
# File 'proto_docs/google/cloud/dataplex/v1/logs.rb', line 304

class QueryDetail
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Query Execution engine.
  module Engine
    # An unspecified Engine type.
    ENGINE_UNSPECIFIED = 0

    # Spark-sql engine is specified in Query.
    SPARK_SQL = 1

    # BigQuery engine is specified in Query.
    BIGQUERY = 2
  end
end

#result_size_bytes::Integer

Returns The size of results the query produced.

Returns:

  • (::Integer)

    The size of results the query produced.



304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
# File 'proto_docs/google/cloud/dataplex/v1/logs.rb', line 304

class QueryDetail
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Query Execution engine.
  module Engine
    # An unspecified Engine type.
    ENGINE_UNSPECIFIED = 0

    # Spark-sql engine is specified in Query.
    SPARK_SQL = 1

    # BigQuery engine is specified in Query.
    BIGQUERY = 2
  end
end