Interface QueryErrorListOrBuilder (3.3.6)

public interface QueryErrorListOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getErrorSummary()

public abstract String getErrorSummary()

A summary of all the errors.

string error_summary = 2;

Returns
TypeDescription
String

The errorSummary.

getErrorSummaryBytes()

public abstract ByteString getErrorSummaryBytes()

A summary of all the errors.

string error_summary = 2;

Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<? extends com.google.monitoring.v3.QueryErrorOrBuilder>