Reference documentation and code samples for the Stackdriver Monitoring V3 Client class CreateTimeSeriesSummary.
Summary of the result of a failed request to write data to a time series.
Generated from protobuf message google.monitoring.v3.CreateTimeSeriesSummary
Namespace
Google \ Cloud \ Monitoring \ V3Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ total_point_count
int
The number of points in the request.
↳ success_point_count
int
The number of points that were successfully written.
↳ errors
array< Google\Cloud\Monitoring\V3\CreateTimeSeriesSummary\Error
>
The number of points that failed to be written. Order is not guaranteed.
getTotalPointCount
The number of points in the request.
int
setTotalPointCount
The number of points in the request.
var
int
$this
getSuccessPointCount
The number of points that were successfully written.
int
setSuccessPointCount
The number of points that were successfully written.
var
int
$this
getErrors
The number of points that failed to be written. Order is not guaranteed.
setErrors
The number of points that failed to be written. Order is not guaranteed.
$this