Interface ExecuteDashboardQueryResponseOrBuilder (0.31.0)

public interface ExecuteDashboardQueryResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataSources(int index)

public abstract DataSource getDataSources(int index)

Datasource of the query and results.

repeated .google.cloud.chronicle.v1.DataSource data_sources = 3;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
DataSource

The dataSources at the given index.

getDataSourcesCount()

public abstract int getDataSourcesCount()

Datasource of the query and results.

repeated .google.cloud.chronicle.v1.DataSource data_sources = 3;

Returns
Type Description
int

The count of dataSources.

getDataSourcesList()

public abstract List<DataSource> getDataSourcesList()

Datasource of the query and results.

repeated .google.cloud.chronicle.v1.DataSource data_sources = 3;

Returns
Type Description
List<DataSource>

A list containing the dataSources.

getDataSourcesValue(int index)

public abstract int getDataSourcesValue(int index)

Datasource of the query and results.

repeated .google.cloud.chronicle.v1.DataSource data_sources = 3;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
int

The enum numeric value on the wire of dataSources at the given index.

getDataSourcesValueList()

public abstract List<Integer> getDataSourcesValueList()

Datasource of the query and results.

repeated .google.cloud.chronicle.v1.DataSource data_sources = 3;

Returns
Type Description
List<Integer>

A list containing the enum numeric values on the wire for dataSources.

getLanguageFeatures(int index)

public abstract LanguageFeature getLanguageFeatures(int index)

Optional. Language features found in the query.

repeated .google.cloud.chronicle.v1.LanguageFeature language_features = 7 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
LanguageFeature

The languageFeatures at the given index.

getLanguageFeaturesCount()

public abstract int getLanguageFeaturesCount()

Optional. Language features found in the query.

repeated .google.cloud.chronicle.v1.LanguageFeature language_features = 7 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The count of languageFeatures.

getLanguageFeaturesList()

public abstract List<LanguageFeature> getLanguageFeaturesList()

Optional. Language features found in the query.

repeated .google.cloud.chronicle.v1.LanguageFeature language_features = 7 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<LanguageFeature>

A list containing the languageFeatures.

getLanguageFeaturesValue(int index)

public abstract int getLanguageFeaturesValue(int index)

Optional. Language features found in the query.

repeated .google.cloud.chronicle.v1.LanguageFeature language_features = 7 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
int

The enum numeric value on the wire of languageFeatures at the given index.

getLanguageFeaturesValueList()

public abstract List<Integer> getLanguageFeaturesValueList()

Optional. Language features found in the query.

repeated .google.cloud.chronicle.v1.LanguageFeature language_features = 7 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<Integer>

A list containing the enum numeric values on the wire for languageFeatures.

getLastBackendCacheRefreshedTime()

public abstract Timestamp getLastBackendCacheRefreshedTime()

Optional. Last time the cache was refreshed. This would be used by the UI to show the last updated time.

.google.protobuf.Timestamp last_backend_cache_refreshed_time = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Timestamp

The lastBackendCacheRefreshedTime.

getLastBackendCacheRefreshedTimeOrBuilder()

public abstract TimestampOrBuilder getLastBackendCacheRefreshedTimeOrBuilder()

Optional. Last time the cache was refreshed. This would be used by the UI to show the last updated time.

.google.protobuf.Timestamp last_backend_cache_refreshed_time = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
TimestampOrBuilder

getQueryRuntimeErrors(int index)

public abstract QueryRuntimeError getQueryRuntimeErrors(int index)

Runtime errors

repeated .google.cloud.chronicle.v1.QueryRuntimeError query_runtime_errors = 6;

Parameter
Name Description
index int
Returns
Type Description
QueryRuntimeError

getQueryRuntimeErrorsCount()

public abstract int getQueryRuntimeErrorsCount()

Runtime errors

repeated .google.cloud.chronicle.v1.QueryRuntimeError query_runtime_errors = 6;

Returns
Type Description
int

getQueryRuntimeErrorsList()

public abstract List<QueryRuntimeError> getQueryRuntimeErrorsList()

Runtime errors

repeated .google.cloud.chronicle.v1.QueryRuntimeError query_runtime_errors = 6;

Returns
Type Description
List<QueryRuntimeError>

getQueryRuntimeErrorsOrBuilder(int index)

public abstract QueryRuntimeErrorOrBuilder getQueryRuntimeErrorsOrBuilder(int index)

Runtime errors

repeated .google.cloud.chronicle.v1.QueryRuntimeError query_runtime_errors = 6;

Parameter
Name Description
index int
Returns
Type Description
QueryRuntimeErrorOrBuilder

getQueryRuntimeErrorsOrBuilderList()

public abstract List<? extends QueryRuntimeErrorOrBuilder> getQueryRuntimeErrorsOrBuilderList()

Runtime errors

repeated .google.cloud.chronicle.v1.QueryRuntimeError query_runtime_errors = 6;

Returns
Type Description
List<? extends com.google.cloud.chronicle.v1.QueryRuntimeErrorOrBuilder>

getResults(int index)

public abstract ExecuteDashboardQueryResponse.ColumnData getResults(int index)

Result rows that are queried.

repeated .google.cloud.chronicle.v1.ExecuteDashboardQueryResponse.ColumnData results = 1;

Parameter
Name Description
index int
Returns
Type Description
ExecuteDashboardQueryResponse.ColumnData

getResultsCount()

public abstract int getResultsCount()

Result rows that are queried.

repeated .google.cloud.chronicle.v1.ExecuteDashboardQueryResponse.ColumnData results = 1;

Returns
Type Description
int

getResultsList()

public abstract List<ExecuteDashboardQueryResponse.ColumnData> getResultsList()

Result rows that are queried.

repeated .google.cloud.chronicle.v1.ExecuteDashboardQueryResponse.ColumnData results = 1;

Returns
Type Description
List<ColumnData>

getResultsOrBuilder(int index)

public abstract ExecuteDashboardQueryResponse.ColumnDataOrBuilder getResultsOrBuilder(int index)

Result rows that are queried.

repeated .google.cloud.chronicle.v1.ExecuteDashboardQueryResponse.ColumnData results = 1;

Parameter
Name Description
index int
Returns
Type Description
ExecuteDashboardQueryResponse.ColumnDataOrBuilder

getResultsOrBuilderList()

public abstract List<? extends ExecuteDashboardQueryResponse.ColumnDataOrBuilder> getResultsOrBuilderList()

Result rows that are queried.

repeated .google.cloud.chronicle.v1.ExecuteDashboardQueryResponse.ColumnData results = 1;

Returns
Type Description
List<? extends com.google.cloud.chronicle.v1.ExecuteDashboardQueryResponse.ColumnDataOrBuilder>

getTimeWindow()

public abstract Interval getTimeWindow()

Time window against which query was executed.

.google.type.Interval time_window = 5;

Returns
Type Description
com.google.type.Interval

The timeWindow.

getTimeWindowOrBuilder()

public abstract IntervalOrBuilder getTimeWindowOrBuilder()

Time window against which query was executed.

.google.type.Interval time_window = 5;

Returns
Type Description
com.google.type.IntervalOrBuilder

hasLastBackendCacheRefreshedTime()

public abstract boolean hasLastBackendCacheRefreshedTime()

Optional. Last time the cache was refreshed. This would be used by the UI to show the last updated time.

.google.protobuf.Timestamp last_backend_cache_refreshed_time = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the lastBackendCacheRefreshedTime field is set.

hasTimeWindow()

public abstract boolean hasTimeWindow()

Time window against which query was executed.

.google.type.Interval time_window = 5;

Returns
Type Description
boolean

Whether the timeWindow field is set.