Class: Google::Cloud::Monitoring::V3::CreateTimeSeriesSummary::Error

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/monitoring/v3/metric_service.rb

Overview

Detailed information about an error category.

Instance Attribute Summary collapse

Instance Attribute Details

#point_count::Integer

Returns The number of points that couldn't be written because of status.

Returns:

  • (::Integer)

    The number of points that couldn't be written because of status.



315
316
317
318
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 315

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

#status::Google::Rpc::Status

Returns The status of the requested write operation.

Returns:



315
316
317
318
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 315

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