Class: Google::Cloud::Monitoring::V3::CreateTimeSeriesSummary
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::CreateTimeSeriesSummary
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/metric_service.rb
Overview
Summary of the result of a failed request to write data to a time series.
Defined Under Namespace
Classes: Error
Instance Attribute Summary collapse
-
#errors ⇒ ::Array<::Google::Cloud::Monitoring::V3::CreateTimeSeriesSummary::Error>
The number of points that failed to be written.
-
#success_point_count ⇒ ::Integer
The number of points that were successfully written.
-
#total_point_count ⇒ ::Integer
The number of points in the request.
Instance Attribute Details
#errors ⇒ ::Array<::Google::Cloud::Monitoring::V3::CreateTimeSeriesSummary::Error>
Returns The number of points that failed to be written. Order is not guaranteed.
310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 |
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 310 class CreateTimeSeriesSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Detailed information about an error category. # @!attribute [rw] status # @return [::Google::Rpc::Status] # The status of the requested write operation. # @!attribute [rw] point_count # @return [::Integer] # The number of points that couldn't be written because of `status`. class Error include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#success_point_count ⇒ ::Integer
Returns The number of points that were successfully written.
310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 |
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 310 class CreateTimeSeriesSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Detailed information about an error category. # @!attribute [rw] status # @return [::Google::Rpc::Status] # The status of the requested write operation. # @!attribute [rw] point_count # @return [::Integer] # The number of points that couldn't be written because of `status`. class Error include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#total_point_count ⇒ ::Integer
Returns The number of points in the request.
310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 |
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 310 class CreateTimeSeriesSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Detailed information about an error category. # @!attribute [rw] status # @return [::Google::Rpc::Status] # The status of the requested write operation. # @!attribute [rw] point_count # @return [::Integer] # The number of points that couldn't be written because of `status`. class Error include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |