Cloud Monitoring V3 API - Class Google::Cloud::Monitoring::V3::QueryError (v1.7.0)
Stay organized with collections
Save and categorize content based on your preferences.
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
deflocator()->::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=
deflocator=(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
defmessage()->::String
Returns
- (::String) — The error message.
#message=
defmessage=(value)->::String
Parameter
- value (::String) — The error message.
Returns
- (::String) — The error message.