public final class ExecuteDashboardQueryResponse extends GeneratedMessage implements ExecuteDashboardQueryResponseOrBuilder
Response message for executing a dashboard query.
Protobuf type google.cloud.chronicle.v1.ExecuteDashboardQueryResponse
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
DATA_SOURCES_FIELD_NUMBER
public static final int DATA_SOURCES_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
LANGUAGE_FEATURES_FIELD_NUMBER
public static final int LANGUAGE_FEATURES_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
LAST_BACKEND_CACHE_REFRESHED_TIME_FIELD_NUMBER
public static final int LAST_BACKEND_CACHE_REFRESHED_TIME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
QUERY_RUNTIME_ERRORS_FIELD_NUMBER
public static final int QUERY_RUNTIME_ERRORS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
RESULTS_FIELD_NUMBER
public static final int RESULTS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
TIME_WINDOW_FIELD_NUMBER
public static final int TIME_WINDOW_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static ExecuteDashboardQueryResponse getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ExecuteDashboardQueryResponse.Builder newBuilder()
newBuilder(ExecuteDashboardQueryResponse prototype)
public static ExecuteDashboardQueryResponse.Builder newBuilder(ExecuteDashboardQueryResponse prototype)
public static ExecuteDashboardQueryResponse parseDelimitedFrom(InputStream input)
public static ExecuteDashboardQueryResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ExecuteDashboardQueryResponse parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ExecuteDashboardQueryResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ExecuteDashboardQueryResponse parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ExecuteDashboardQueryResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ExecuteDashboardQueryResponse parseFrom(CodedInputStream input)
public static ExecuteDashboardQueryResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ExecuteDashboardQueryResponse parseFrom(InputStream input)
public static ExecuteDashboardQueryResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ExecuteDashboardQueryResponse parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ExecuteDashboardQueryResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ExecuteDashboardQueryResponse> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getDataSources(int index)
public 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 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 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 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 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.
|
getDefaultInstanceForType()
public ExecuteDashboardQueryResponse getDefaultInstanceForType()
getLanguageFeatures(int index)
public 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 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 List<LanguageFeature> getLanguageFeaturesList()
Optional. Language features found in the query.
repeated .google.cloud.chronicle.v1.LanguageFeature language_features = 7 [(.google.api.field_behavior) = OPTIONAL];
getLanguageFeaturesValue(int index)
public 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 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 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 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];
getParserForType()
public Parser<ExecuteDashboardQueryResponse> getParserForType()
Overrides
getQueryRuntimeErrors(int index)
public QueryRuntimeError getQueryRuntimeErrors(int index)
Runtime errors
repeated .google.cloud.chronicle.v1.QueryRuntimeError query_runtime_errors = 6;
| Parameter |
| Name |
Description |
index |
int
|
getQueryRuntimeErrorsCount()
public int getQueryRuntimeErrorsCount()
Runtime errors
repeated .google.cloud.chronicle.v1.QueryRuntimeError query_runtime_errors = 6;
| Returns |
| Type |
Description |
int |
|
getQueryRuntimeErrorsList()
public List<QueryRuntimeError> getQueryRuntimeErrorsList()
Runtime errors
repeated .google.cloud.chronicle.v1.QueryRuntimeError query_runtime_errors = 6;
getQueryRuntimeErrorsOrBuilder(int index)
public QueryRuntimeErrorOrBuilder getQueryRuntimeErrorsOrBuilder(int index)
Runtime errors
repeated .google.cloud.chronicle.v1.QueryRuntimeError query_runtime_errors = 6;
| Parameter |
| Name |
Description |
index |
int
|
getQueryRuntimeErrorsOrBuilderList()
public 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 ExecuteDashboardQueryResponse.ColumnData getResults(int index)
Result rows that are queried.
repeated .google.cloud.chronicle.v1.ExecuteDashboardQueryResponse.ColumnData results = 1;
| Parameter |
| Name |
Description |
index |
int
|
getResultsCount()
public int getResultsCount()
Result rows that are queried.
repeated .google.cloud.chronicle.v1.ExecuteDashboardQueryResponse.ColumnData results = 1;
| Returns |
| Type |
Description |
int |
|
getResultsList()
public List<ExecuteDashboardQueryResponse.ColumnData> getResultsList()
Result rows that are queried.
repeated .google.cloud.chronicle.v1.ExecuteDashboardQueryResponse.ColumnData results = 1;
getResultsOrBuilder(int index)
public ExecuteDashboardQueryResponse.ColumnDataOrBuilder getResultsOrBuilder(int index)
Result rows that are queried.
repeated .google.cloud.chronicle.v1.ExecuteDashboardQueryResponse.ColumnData results = 1;
| Parameter |
| Name |
Description |
index |
int
|
getResultsOrBuilderList()
public 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> |
|
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
getTimeWindow()
public 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 IntervalOrBuilder getTimeWindowOrBuilder()
Time window against which query was executed.
.google.type.Interval time_window = 5;
| Returns |
| Type |
Description |
com.google.type.IntervalOrBuilder |
|
hasLastBackendCacheRefreshedTime()
public 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 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.
|
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ExecuteDashboardQueryResponse.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected ExecuteDashboardQueryResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public ExecuteDashboardQueryResponse.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides