Interface SessionEvent.QueryDetailOrBuilder (1.0.1)

public static interface SessionEvent.QueryDetailOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataProcessedBytes()

public abstract long getDataProcessedBytes()

The data processed by the query.

int64 data_processed_bytes = 6;

Returns
TypeDescription
long

The dataProcessedBytes.

getDuration()

public abstract Duration getDuration()

Time taken for execution of the query.

.google.protobuf.Duration duration = 4;

Returns
TypeDescription
Duration

The duration.

getDurationOrBuilder()

public abstract DurationOrBuilder getDurationOrBuilder()

Time taken for execution of the query.

.google.protobuf.Duration duration = 4;

Returns
TypeDescription
DurationOrBuilder

getEngine()

public abstract SessionEvent.QueryDetail.Engine getEngine()

Query Execution engine.

.google.cloud.dataplex.v1.SessionEvent.QueryDetail.Engine engine = 3;

Returns
TypeDescription
SessionEvent.QueryDetail.Engine

The engine.

getEngineValue()

public abstract int getEngineValue()

Query Execution engine.

.google.cloud.dataplex.v1.SessionEvent.QueryDetail.Engine engine = 3;

Returns
TypeDescription
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;

Returns
TypeDescription
String

The queryId.

getQueryIdBytes()

public abstract ByteString getQueryIdBytes()

The unique Query id identifying the query.

string query_id = 1;

Returns
TypeDescription
ByteString

The bytes for queryId.

getQueryText()

public abstract String getQueryText()

The query text executed.

string query_text = 2;

Returns
TypeDescription
String

The queryText.

getQueryTextBytes()

public abstract ByteString getQueryTextBytes()

The query text executed.

string query_text = 2;

Returns
TypeDescription
ByteString

The bytes for queryText.

getResultSizeBytes()

public abstract long getResultSizeBytes()

The size of results the query produced.

int64 result_size_bytes = 5;

Returns
TypeDescription
long

The resultSizeBytes.

hasDuration()

public abstract boolean hasDuration()

Time taken for execution of the query.

.google.protobuf.Duration duration = 4;

Returns
TypeDescription
boolean

Whether the duration field is set.