Class: Google::Cloud::Monitoring::V3::CreateTimeSeriesSummary::Error
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::CreateTimeSeriesSummary::Error
- 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
-
#point_count ⇒ ::Integer
The number of points that couldn't be written because of
status
. -
#status ⇒ ::Google::Rpc::Status
The status of the requested write operation.
Instance Attribute Details
permalink #point_count ⇒ ::Integer
Returns The number of points that couldn't be written because of status
.
319 320 321 322 |
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 319 class Error include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |