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

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

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.

Returns:



308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 308

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.

Returns:

  • (::Integer)

    The number of points that were successfully written.



308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 308

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.

Returns:

  • (::Integer)

    The number of points in the request.



308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 308

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