Stackdriver Error Reporting V1beta1 Client - Class ListGroupStatsResponse (0.19.12)

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

Contains a set of requested error group stats.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ error_group_stats array<Google\Cloud\ErrorReporting\V1beta1\ErrorGroupStats>

The error group stats which match the given request.

↳ next_page_token string

If non-empty, more results are available. Pass this token, along with the same query parameters as the first request, to view the next page of results.

↳ time_range_begin Google\Protobuf\Timestamp

The timestamp specifies the start time to which the request was restricted. The start time is set based on the requested time range. It may be adjusted to a later time if a project has exceeded the storage quota and older data has been deleted.

getErrorGroupStats

The error group stats which match the given request.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setErrorGroupStats

The error group stats which match the given request.

Parameter
NameDescription
var array<Google\Cloud\ErrorReporting\V1beta1\ErrorGroupStats>
Returns
TypeDescription
$this

getNextPageToken

If non-empty, more results are available.

Pass this token, along with the same query parameters as the first request, to view the next page of results.

Returns
TypeDescription
string

setNextPageToken

If non-empty, more results are available.

Pass this token, along with the same query parameters as the first request, to view the next page of results.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getTimeRangeBegin

The timestamp specifies the start time to which the request was restricted.

The start time is set based on the requested time range. It may be adjusted to a later time if a project has exceeded the storage quota and older data has been deleted.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasTimeRangeBegin

clearTimeRangeBegin

setTimeRangeBegin

The timestamp specifies the start time to which the request was restricted.

The start time is set based on the requested time range. It may be adjusted to a later time if a project has exceeded the storage quota and older data has been deleted.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this