Reference documentation and code samples for the Google Cloud Dataplex V1 Client class QueryDetail.
Execution details of the query.
Generated from protobuf message google.cloud.dataplex.v1.SessionEvent.QueryDetail
Namespace
Google \ Cloud \ Dataplex \ V1 \ SessionEventMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ query_id
string
The unique Query id identifying the query.
↳ query_text
string
The query text executed.
↳ engine
int
Query Execution engine.
↳ duration
↳ result_size_bytes
int|string
The size of results the query produced.
↳ data_processed_bytes
int|string
The data processed by the query.
getQueryId
The unique Query id identifying the query.
string
setQueryId
The unique Query id identifying the query.
var
string
$this
getQueryText
The query text executed.
string
setQueryText
The query text executed.
var
string
$this
getEngine
Query Execution engine.
int
setEngine
Query Execution engine.
var
int
$this
getDuration
Time taken for execution of the query.
hasDuration
clearDuration
setDuration
Time taken for execution of the query.
$this
getResultSizeBytes
The size of results the query produced.
int|string
setResultSizeBytes
The size of results the query produced.
var
int|string
$this
getDataProcessedBytes
The data processed by the query.
int|string
setDataProcessedBytes
The data processed by the query.
var
int|string
$this