Stackdriver Monitoring V3 Client - Class CreateTimeSeriesSummary (1.2.2)

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

Methods

__construct

Constructor.

Parameters
Name
Description
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.

Generated from protobuf field int32 total_point_count = 1;

Returns
Type
Description
int

setTotalPointCount

The number of points in the request.

Generated from protobuf field int32 total_point_count = 1;

Parameter
Name
Description
var
int
Returns
Type
Description
$this

getSuccessPointCount

The number of points that were successfully written.

Generated from protobuf field int32 success_point_count = 2;

Returns
Type
Description
int

setSuccessPointCount

The number of points that were successfully written.

Generated from protobuf field int32 success_point_count = 2;

Parameter
Name
Description
var
int
Returns
Type
Description
$this

getErrors

The number of points that failed to be written. Order is not guaranteed.

Generated from protobuf field repeated .google.monitoring.v3.CreateTimeSeriesSummary.Error errors = 3;

Returns
Type
Description
Google\Protobuf\Internal\RepeatedField

setErrors

The number of points that failed to be written. Order is not guaranteed.

Generated from protobuf field repeated .google.monitoring.v3.CreateTimeSeriesSummary.Error errors = 3;

Parameter
Name
Description
Returns
Type
Description
$this
Create a Mobile Website
View Site in Mobile | Classic
Share by: