Uses of Interface
com.google.monitoring.v3.QueryErrorOrBuilder
-
Packages that use QueryErrorOrBuilder Package Description com.google.monitoring.v3 -
-
Uses of QueryErrorOrBuilder in com.google.monitoring.v3
Classes in com.google.monitoring.v3 that implement QueryErrorOrBuilder Modifier and Type Class Description class
QueryError
An error associated with a query in the time series query language format.static class
QueryError.Builder
An error associated with a query in the time series query language format.Methods in com.google.monitoring.v3 that return QueryErrorOrBuilder Modifier and Type Method Description QueryErrorOrBuilder
QueryErrorList.Builder. getErrorsOrBuilder(int index)
Errors in parsing the time series query language text.QueryErrorOrBuilder
QueryErrorList. getErrorsOrBuilder(int index)
Errors in parsing the time series query language text.QueryErrorOrBuilder
QueryErrorListOrBuilder. getErrorsOrBuilder(int index)
Errors in parsing the time series query language text.Methods in com.google.monitoring.v3 that return types with arguments of type QueryErrorOrBuilder Modifier and Type Method Description List<? extends QueryErrorOrBuilder>
QueryErrorList.Builder. getErrorsOrBuilderList()
Errors in parsing the time series query language text.List<? extends QueryErrorOrBuilder>
QueryErrorList. getErrorsOrBuilderList()
Errors in parsing the time series query language text.List<? extends QueryErrorOrBuilder>
QueryErrorListOrBuilder. getErrorsOrBuilderList()
Errors in parsing the time series query language text.
-