Cloud Monitoring V3 API - Class Google::Cloud::Monitoring::V3::CreateTimeSeriesSummary (v0.7.1)

Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Cloud::Monitoring::V3::CreateTimeSeriesSummary.

Summary of the result of a failed request to write data to a time series.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#errors

def errors() -> ::Array<::Google::Cloud::Monitoring::V3::CreateTimeSeriesSummary::Error>
Returns

#errors=

def errors=(value) -> ::Array<::Google::Cloud::Monitoring::V3::CreateTimeSeriesSummary::Error>
Parameter
Returns

#success_point_count

def success_point_count() -> ::Integer
Returns
  • (::Integer) — The number of points that were successfully written.

#success_point_count=

def success_point_count=(value) -> ::Integer
Parameter
  • value (::Integer) — The number of points that were successfully written.
Returns
  • (::Integer) — The number of points that were successfully written.

#total_point_count

def total_point_count() -> ::Integer
Returns
  • (::Integer) — The number of points in the request.

#total_point_count=

def total_point_count=(value) -> ::Integer
Parameter
  • value (::Integer) — The number of points in the request.
Returns
  • (::Integer) — The number of points in the request.