Interface QueryErrorListOrBuilder (3.43.0)

public interface QueryErrorListOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getErrorSummary()

public abstract String getErrorSummary()

A summary of all the errors.

string error_summary = 2;

Returns
Type Description
String

The errorSummary.

getErrorSummaryBytes()

public abstract ByteString getErrorSummaryBytes()

A summary of all the errors.

string error_summary = 2;

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

Parameter
Name Description
index int
Returns
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;

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

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

Parameter
Name Description
index int
Returns
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;

Returns
Type Description
List<? extends com.google.monitoring.v3.QueryErrorOrBuilder>