Stackdriver Error Reporting V1beta1 Client - Class TimedCount (0.25.1)

Reference documentation and code samples for the Stackdriver Error Reporting V1beta1 Client class TimedCount.

The number of errors in a given time period.

All numbers are approximate since the error events are sampled before counting them.

Generated from protobuf message google.devtools.clouderrorreporting.v1beta1.TimedCount

Namespace

Google \ Cloud \ ErrorReporting \ V1beta1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ count int|string

Approximate number of occurrences in the given time period.

↳ start_time Google\Protobuf\Timestamp

Start of the time period to which count refers (included).

↳ end_time Google\Protobuf\Timestamp

End of the time period to which count refers (excluded).

getCount

Approximate number of occurrences in the given time period.

Returns
Type Description
int|string

setCount

Approximate number of occurrences in the given time period.

Parameter
Name Description
var int|string
Returns
Type Description
$this

getStartTime

Start of the time period to which count refers (included).

Returns
Type Description
Google\Protobuf\Timestamp|null

hasStartTime

clearStartTime

setStartTime

Start of the time period to which count refers (included).

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

getEndTime

End of the time period to which count refers (excluded).

Returns
Type Description
Google\Protobuf\Timestamp|null

hasEndTime

clearEndTime

setEndTime

End of the time period to which count refers (excluded).

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.