public interface QueryErrorListOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getErrorSummary()
public abstract String getErrorSummary()A summary of all the errors.
string error_summary = 2;
| Type | Description |
| String | The errorSummary. |
getErrorSummaryBytes()
public abstract ByteString getErrorSummaryBytes()A summary of all the errors.
string error_summary = 2;
| Type | Description |
| ByteString | The bytes for errorSummary. |
getErrors(int index)
public abstract 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;
| Name | Description |
| index | int |
| Type | Description |
| QueryError |
getErrorsCount()
public abstract 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;
| Type | Description |
| int |
getErrorsList()
public abstract List<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;
| Type | Description |
| List<QueryError> |
getErrorsOrBuilder(int index)
public abstract 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;
| Name | Description |
| index | int |
| Type | Description |
| QueryErrorOrBuilder |
getErrorsOrBuilderList()
public abstract 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;
| Type | Description |
| List<? extends com.google.monitoring.v3.QueryErrorOrBuilder> |