Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Cloud::Monitoring::V3::QueryError.
An error associated with a query in the time series query language format.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#locator
def locator() -> ::Google::Cloud::Monitoring::V3::TextLocator Returns 
 - (::Google::Cloud::Monitoring::V3::TextLocator) — The location of the time series query language text that this error applies to.
 
#locator=
def locator=(value) -> ::Google::Cloud::Monitoring::V3::TextLocator Parameter 
 - value (::Google::Cloud::Monitoring::V3::TextLocator) — The location of the time series query language text that this error applies to.
 
 Returns 
 - (::Google::Cloud::Monitoring::V3::TextLocator) — The location of the time series query language text that this error applies to.
 
#message
def message() -> ::String Returns 
 - (::String) — The error message.
 
#message=
def message=(value) -> ::String Parameter 
 - value (::String) — The error message.
 
 Returns 
 - (::String) — The error message.