Uses of Class
com.google.monitoring.v3.QueryError
-
Packages that use QueryError Package Description com.google.monitoring.v3 -
-
Uses of QueryError in com.google.monitoring.v3
Methods in com.google.monitoring.v3 that return QueryError Modifier and Type Method Description QueryError
QueryError.Builder. build()
QueryError
QueryError.Builder. buildPartial()
static QueryError
QueryError. getDefaultInstance()
QueryError
QueryError.Builder. getDefaultInstanceForType()
QueryError
QueryError. getDefaultInstanceForType()
QueryError
QueryErrorList.Builder. getErrors(int index)
Errors in parsing the time series query language text.QueryError
QueryErrorList. getErrors(int index)
Errors in parsing the time series query language text.QueryError
QueryErrorListOrBuilder. getErrors(int index)
Errors in parsing the time series query language text.static QueryError
QueryError. parseDelimitedFrom(InputStream input)
static QueryError
QueryError. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QueryError
QueryError. parseFrom(byte[] data)
static QueryError
QueryError. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QueryError
QueryError. parseFrom(com.google.protobuf.ByteString data)
static QueryError
QueryError. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QueryError
QueryError. parseFrom(com.google.protobuf.CodedInputStream input)
static QueryError
QueryError. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QueryError
QueryError. parseFrom(InputStream input)
static QueryError
QueryError. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QueryError
QueryError. parseFrom(ByteBuffer data)
static QueryError
QueryError. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.monitoring.v3 that return types with arguments of type QueryError Modifier and Type Method Description List<QueryError>
QueryErrorList.Builder. getErrorsList()
Errors in parsing the time series query language text.List<QueryError>
QueryErrorList. getErrorsList()
Errors in parsing the time series query language text.List<QueryError>
QueryErrorListOrBuilder. getErrorsList()
Errors in parsing the time series query language text.com.google.protobuf.Parser<QueryError>
QueryError. getParserForType()
static com.google.protobuf.Parser<QueryError>
QueryError. parser()
Methods in com.google.monitoring.v3 with parameters of type QueryError Modifier and Type Method Description QueryErrorList.Builder
QueryErrorList.Builder. addErrors(int index, QueryError value)
Errors in parsing the time series query language text.QueryErrorList.Builder
QueryErrorList.Builder. addErrors(QueryError value)
Errors in parsing the time series query language text.QueryError.Builder
QueryError.Builder. mergeFrom(QueryError other)
static QueryError.Builder
QueryError. newBuilder(QueryError prototype)
QueryErrorList.Builder
QueryErrorList.Builder. setErrors(int index, QueryError value)
Errors in parsing the time series query language text.Method parameters in com.google.monitoring.v3 with type arguments of type QueryError Modifier and Type Method Description QueryErrorList.Builder
QueryErrorList.Builder. addAllErrors(Iterable<? extends QueryError> values)
Errors in parsing the time series query language text.
-