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 
 - (::Array<::Google::Cloud::Monitoring::V3::CreateTimeSeriesSummary::Error>) — The number of points that failed to be written. Order is not guaranteed.
 
#errors=
def errors=(value) -> ::Array<::Google::Cloud::Monitoring::V3::CreateTimeSeriesSummary::Error> Parameter 
 - value (::Array<::Google::Cloud::Monitoring::V3::CreateTimeSeriesSummary::Error>) — The number of points that failed to be written. Order is not guaranteed.
 
 Returns 
 - (::Array<::Google::Cloud::Monitoring::V3::CreateTimeSeriesSummary::Error>) — The number of points that failed to be written. Order is not guaranteed.
 
#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.