Google Cloud Dataplex V1 Client - Class QueryDetail (0.3.0)
Stay organized with collections
Save and categorize content based on your preferences.
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.
| Parameters | |
|---|---|
| Name | Description |
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.
| Returns | |
|---|---|
| Type | Description |
string |
|
setQueryId
The unique Query id identifying the query.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getQueryText
The query text executed.
| Returns | |
|---|---|
| Type | Description |
string |
|
setQueryText
The query text executed.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEngine
Query Execution engine.
| Returns | |
|---|---|
| Type | Description |
int |
|
setEngine
Query Execution engine.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDuration
Time taken for execution of the query.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Duration|null |
|
hasDuration
clearDuration
setDuration
Time taken for execution of the query.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Duration
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getResultSizeBytes
The size of results the query produced.
| Returns | |
|---|---|
| Type | Description |
int|string |
|
setResultSizeBytes
The size of results the query produced.
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDataProcessedBytes
The data processed by the query.
| Returns | |
|---|---|
| Type | Description |
int|string |
|
setDataProcessedBytes
The data processed by the query.
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|