Class: Google::Cloud::Monitoring::V3::QueryErrorList

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

Instance Attribute Details

#error_summary::String

Returns A summary of all the errors.

Returns:

  • (::String)

    A summary of all the errors.



380
381
382
383
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 380

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.

Returns:



380
381
382
383
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 380

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