ListGroupStatsResponse
class ListGroupStatsResponse extends Message
Contains a set of requested error group stats.
Protobuf type Google\Devtools\Clouderrorreporting\V1beta1\ListGroupStatsResponse
Methods
No description
The error group stats which match the given request.
The error group stats which match the given request.
If non-empty, more results are available.
If non-empty, more results are available.
The timestamp specifies the start time to which the request was restricted.
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;
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;
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;
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;
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;
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;