Class: Google::Cloud::Dataplex::V1::SessionEvent::QueryDetail
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::SessionEvent::QueryDetail
- 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
-
#data_processed_bytes ⇒ ::Integer
The data processed by the query.
-
#duration ⇒ ::Google::Protobuf::Duration
Time taken for execution of the query.
-
#engine ⇒ ::Google::Cloud::Dataplex::V1::SessionEvent::QueryDetail::Engine
Query Execution engine.
-
#query_id ⇒ ::String
The unique Query id identifying the query.
-
#query_text ⇒ ::String
The query text executed.
-
#result_size_bytes ⇒ ::Integer
The size of results the query produced.
Instance Attribute Details
#data_processed_bytes ⇒ ::Integer
Returns 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.
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.
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.
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.
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 |