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
Methods
__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
Google\Protobuf\Duration
Time taken for execution of the query.
↳ 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.
Generated from protobuf field string query_id = 1;
string
setQueryId
The unique Query id identifying the query.
Generated from protobuf field string query_id = 1;
var
string
$this
getQueryText
The query text executed.
Generated from protobuf field string query_text = 2;
string
setQueryText
The query text executed.
Generated from protobuf field string query_text = 2;
var
string
$this
getEngine
Query Execution engine.
Generated from protobuf field .google.cloud.dataplex.v1.SessionEvent.QueryDetail.Engine engine = 3;
int
setEngine
Query Execution engine.
Generated from protobuf field .google.cloud.dataplex.v1.SessionEvent.QueryDetail.Engine engine = 3;
var
int
$this
getDuration
Time taken for execution of the query.
Generated from protobuf field .google.protobuf.Duration duration = 4;
Google\Protobuf\Duration|null
hasDuration
clearDuration
setDuration
Time taken for execution of the query.
Generated from protobuf field .google.protobuf.Duration duration = 4;
var
Google\Protobuf\Duration
$this
getResultSizeBytes
The size of results the query produced.
Generated from protobuf field int64 result_size_bytes = 5;
int|string
setResultSizeBytes
The size of results the query produced.
Generated from protobuf field int64 result_size_bytes = 5;
var
int|string
$this
getDataProcessedBytes
The data processed by the query.
Generated from protobuf field int64 data_processed_bytes = 6;
int|string
setDataProcessedBytes
The data processed by the query.
Generated from protobuf field int64 data_processed_bytes = 6;
var
int|string
$this