Class CreateTimeSeriesSummary (2.11.2)

CreateTimeSeriesSummary(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attributes

NameDescription
total_point_count int
The number of points in the request.
success_point_count int
The number of points that were successfully written.
errors Sequence[google.cloud.monitoring_v3.types.CreateTimeSeriesSummary.Error]
The number of points that failed to be written. Order is not guaranteed.

Inheritance

builtins.object > proto.message.Message > CreateTimeSeriesSummary

Classes

Error

Error(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Detailed information about an error category.