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 QueryErrorQueryError.Builder. build()QueryErrorQueryError.Builder. buildPartial()static QueryErrorQueryError. getDefaultInstance()QueryErrorQueryError.Builder. getDefaultInstanceForType()QueryErrorQueryError. getDefaultInstanceForType()QueryErrorQueryErrorList.Builder. getErrors(int index)Errors in parsing the time series query language text.QueryErrorQueryErrorList. getErrors(int index)Errors in parsing the time series query language text.QueryErrorQueryErrorListOrBuilder. getErrors(int index)Errors in parsing the time series query language text.static QueryErrorQueryError. parseDelimitedFrom(InputStream input)static QueryErrorQueryError. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QueryErrorQueryError. parseFrom(byte[] data)static QueryErrorQueryError. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QueryErrorQueryError. parseFrom(com.google.protobuf.ByteString data)static QueryErrorQueryError. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QueryErrorQueryError. parseFrom(com.google.protobuf.CodedInputStream input)static QueryErrorQueryError. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QueryErrorQueryError. parseFrom(InputStream input)static QueryErrorQueryError. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QueryErrorQueryError. parseFrom(ByteBuffer data)static QueryErrorQueryError. 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.BuilderQueryErrorList.Builder. addErrors(int index, QueryError value)Errors in parsing the time series query language text.QueryErrorList.BuilderQueryErrorList.Builder. addErrors(QueryError value)Errors in parsing the time series query language text.QueryError.BuilderQueryError.Builder. mergeFrom(QueryError other)static QueryError.BuilderQueryError. newBuilder(QueryError prototype)QueryErrorList.BuilderQueryErrorList.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.BuilderQueryErrorList.Builder. addAllErrors(Iterable<? extends QueryError> values)Errors in parsing the time series query language text.
-