Class: Google::Cloud::Monitoring::V3::QueryError
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::QueryError
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/metric.rb
Overview
An error associated with a query in the time series query language format.
Instance Attribute Summary collapse
-
#locator ⇒ ::Google::Cloud::Monitoring::V3::TextLocator
The location of the time series query language text that this error applies to.
-
#message ⇒ ::String
The error message.
Instance Attribute Details
#locator ⇒ ::Google::Cloud::Monitoring::V3::TextLocator
Returns The location of the time series query language text that this error applies to.
188 189 190 191 |
# File 'proto_docs/google/monitoring/v3/metric.rb', line 188 class QueryError include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#message ⇒ ::String
Returns The error message.
188 189 190 191 |
# File 'proto_docs/google/monitoring/v3/metric.rb', line 188 class QueryError include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |