Class: Google::Cloud::Monitoring::V3::QueryError

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#locator::Google::Cloud::Monitoring::V3::TextLocator

Returns The location of the time series query language text that this error applies to.

Returns:



186
187
188
189
# File 'proto_docs/google/monitoring/v3/metric.rb', line 186

class QueryError
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#message::String

Returns The error message.

Returns:

  • (::String)

    The error message.



186
187
188
189
# File 'proto_docs/google/monitoring/v3/metric.rb', line 186

class QueryError
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end