class ListGroupStatsResponse extends Message

Contains a set of requested error group stats.

Protobuf type Google\Devtools\Clouderrorreporting\V1beta1\ListGroupStatsResponse

Methods

__construct()

No description

RepeatedField
getErrorGroupStats()

The error group stats which match the given request.

setErrorGroupStats(array|RepeatedField $var)

The error group stats which match the given request.

string
getNextPageToken()

If non-empty, more results are available.

setNextPageToken(string $var)

If non-empty, more results are available.

getTimeRangeBegin()

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

setTimeRangeBegin(Timestamp $var)

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

Details

at line 42
__construct()

at line 53
RepeatedField getErrorGroupStats()

The error group stats which match the given request.

Generated from protobuf field repeated .google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats error_group_stats = 1;

Return Value

RepeatedField

at line 64
setErrorGroupStats(array|RepeatedField $var)

The error group stats which match the given request.

Generated from protobuf field repeated .google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats error_group_stats = 1;

Parameters

array|RepeatedField $var

at line 78
string 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.

Generated from protobuf field string next_page_token = 2;

Return Value

string

at line 91
setNextPageToken(string $var)

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.

Generated from protobuf field string next_page_token = 2;

Parameters

string $var

at line 106
Timestamp 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.

Generated from protobuf field .google.protobuf.Timestamp time_range_begin = 4;

Return Value

Timestamp

at line 120
setTimeRangeBegin(Timestamp $var)

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.

Generated from protobuf field .google.protobuf.Timestamp time_range_begin = 4;

Parameters

Timestamp $var