Class: Google::Cloud::Monitoring::V3::QueryErrorList
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::QueryErrorList
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/metric_service.rb
Overview
This is an error detail intended to be used with INVALID_ARGUMENT errors.
Instance Attribute Summary collapse
-
#error_summary ⇒ ::String
A summary of all the errors.
-
#errors ⇒ ::Array<::Google::Cloud::Monitoring::V3::QueryError>
Errors in parsing the time series query language text.
Instance Attribute Details
#error_summary ⇒ ::String
Returns A summary of all the errors.
393 394 395 396 |
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 393 class QueryErrorList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#errors ⇒ ::Array<::Google::Cloud::Monitoring::V3::QueryError>
Returns Errors in parsing the time series query language text. The number of errors in the response may be limited.
393 394 395 396 |
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 393 class QueryErrorList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |