public interface QueryErrorListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
QueryError |
getErrors(int index)
Errors in parsing the time series query language text.
|
int |
getErrorsCount()
Errors in parsing the time series query language text.
|
List<QueryError> |
getErrorsList()
Errors in parsing the time series query language text.
|
QueryErrorOrBuilder |
getErrorsOrBuilder(int index)
Errors in parsing the time series query language text.
|
List<? extends QueryErrorOrBuilder> |
getErrorsOrBuilderList()
Errors in parsing the time series query language text.
|
String |
getErrorSummary()
A summary of all the errors.
|
com.google.protobuf.ByteString |
getErrorSummaryBytes()
A summary of all the errors.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<QueryError> getErrorsList()
Errors in parsing the time series query language text. The number of errors in the response may be limited.
repeated .google.monitoring.v3.QueryError errors = 1;QueryError getErrors(int index)
Errors in parsing the time series query language text. The number of errors in the response may be limited.
repeated .google.monitoring.v3.QueryError errors = 1;int getErrorsCount()
Errors in parsing the time series query language text. The number of errors in the response may be limited.
repeated .google.monitoring.v3.QueryError errors = 1;List<? extends QueryErrorOrBuilder> getErrorsOrBuilderList()
Errors in parsing the time series query language text. The number of errors in the response may be limited.
repeated .google.monitoring.v3.QueryError errors = 1;QueryErrorOrBuilder getErrorsOrBuilder(int index)
Errors in parsing the time series query language text. The number of errors in the response may be limited.
repeated .google.monitoring.v3.QueryError errors = 1;String getErrorSummary()
A summary of all the errors.
string error_summary = 2;com.google.protobuf.ByteString getErrorSummaryBytes()
A summary of all the errors.
string error_summary = 2;Copyright © 2023 Google LLC. All rights reserved.