public static interface SessionEvent.QueryDetailOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDataProcessedBytes()
public abstract long getDataProcessedBytes()The data processed by the query.
int64 data_processed_bytes = 6;
| Type | Description |
| long | The dataProcessedBytes. |
getDuration()
public abstract Duration getDuration()Time taken for execution of the query.
.google.protobuf.Duration duration = 4;
| Type | Description |
| Duration | The duration. |
getDurationOrBuilder()
public abstract DurationOrBuilder getDurationOrBuilder()Time taken for execution of the query.
.google.protobuf.Duration duration = 4;
| Type | Description |
| DurationOrBuilder |
getEngine()
public abstract SessionEvent.QueryDetail.Engine getEngine()Query Execution engine.
.google.cloud.dataplex.v1.SessionEvent.QueryDetail.Engine engine = 3;
| Type | Description |
| SessionEvent.QueryDetail.Engine | The engine. |
getEngineValue()
public abstract int getEngineValue()Query Execution engine.
.google.cloud.dataplex.v1.SessionEvent.QueryDetail.Engine engine = 3;
| Type | Description |
| int | The enum numeric value on the wire for engine. |
getQueryId()
public abstract String getQueryId()The unique Query id identifying the query.
string query_id = 1;
| Type | Description |
| String | The queryId. |
getQueryIdBytes()
public abstract ByteString getQueryIdBytes()The unique Query id identifying the query.
string query_id = 1;
| Type | Description |
| ByteString | The bytes for queryId. |
getQueryText()
public abstract String getQueryText()The query text executed.
string query_text = 2;
| Type | Description |
| String | The queryText. |
getQueryTextBytes()
public abstract ByteString getQueryTextBytes()The query text executed.
string query_text = 2;
| Type | Description |
| ByteString | The bytes for queryText. |
getResultSizeBytes()
public abstract long getResultSizeBytes()The size of results the query produced.
int64 result_size_bytes = 5;
| Type | Description |
| long | The resultSizeBytes. |
hasDuration()
public abstract boolean hasDuration()Time taken for execution of the query.
.google.protobuf.Duration duration = 4;
| Type | Description |
| boolean | Whether the duration field is set. |