ListGroupStatsRequest
class ListGroupStatsRequest extends Message
Specifies a set of ErrorGroupStats
to return.
Protobuf type Google\Devtools\Clouderrorreporting\V1beta1\ListGroupStatsRequest
Methods
No description
[Required] The resource name of the Google Cloud Platform project. Written
as projects/
plus the
Google Cloud
Platform project ID.
[Required] The resource name of the Google Cloud Platform project. Written
as projects/
plus the
Google Cloud
Platform project ID.
[Optional] List all ErrorGroupStats
with these IDs.
[Optional] List all ErrorGroupStats
with these IDs.
[Optional] List only ErrorGroupStats
which belong to a service
context that matches the filter.
[Optional] List only ErrorGroupStats
which belong to a service
context that matches the filter.
[Optional] List data for the given time range.
[Optional] The preferred duration for a single returned TimedCount
.
[Optional] The preferred duration for a single returned TimedCount
.
[Optional] The alignment of the timed counts to be returned.
[Optional] The alignment of the timed counts to be returned.
[Optional] Time where the timed counts shall be aligned if rounded alignment is chosen. Default is 00:00 UTC.
[Optional] Time where the timed counts shall be aligned if rounded alignment is chosen. Default is 00:00 UTC.
[Optional] The sort order in which the results are returned.
[Optional] The sort order in which the results are returned.
[Optional] The maximum number of results to return per response.
[Optional] The maximum number of results to return per response.
[Optional] A next_page_token
provided by a previous response. To view
additional results, pass this token along with the identical query
parameters as the first request.
[Optional] A next_page_token
provided by a previous response. To view
additional results, pass this token along with the identical query
parameters as the first request.
Details
at line 98
__construct()
at line 113
string
getProjectName()
[Required] The resource name of the Google Cloud Platform project. Written
as projects/
plus the
Google Cloud
Platform project ID.
Example: projects/my-project-123
.
Generated from protobuf field string project_name = 1;
at line 128
setProjectName(string $var)
[Required] The resource name of the Google Cloud Platform project. Written
as projects/
plus the
Google Cloud
Platform project ID.
Example: projects/my-project-123
.
Generated from protobuf field string project_name = 1;
at line 140
RepeatedField
getGroupId()
[Optional] List all ErrorGroupStats
with these IDs.
Generated from protobuf field repeated string group_id = 2;
at line 151
setGroupId(array|RepeatedField $var)
[Optional] List all ErrorGroupStats
with these IDs.
Generated from protobuf field repeated string group_id = 2;
at line 165
ServiceContextFilter
getServiceFilter()
[Optional] List only ErrorGroupStats
which belong to a service
context that matches the filter.
Data for all service contexts is returned if this field is not specified.
Generated from protobuf field .google.devtools.clouderrorreporting.v1beta1.ServiceContextFilter service_filter = 3;
at line 178
setServiceFilter(ServiceContextFilter $var)
[Optional] List only ErrorGroupStats
which belong to a service
context that matches the filter.
Data for all service contexts is returned if this field is not specified.
Generated from protobuf field .google.devtools.clouderrorreporting.v1beta1.ServiceContextFilter service_filter = 3;
at line 196
QueryTimeRange
getTimeRange()
[Optional] List data for the given time range.
If not set a default time range is used. The field time_range_begin
in the response will specify the beginning of this time range.
Only ErrorGroupStats
with a non-zero count in the given time
range are returned, unless the request contains an explicit group_id list.
If a group_id list is given, also ErrorGroupStats
with zero
occurrences are returned.
Generated from protobuf field .google.devtools.clouderrorreporting.v1beta1.QueryTimeRange time_range = 5;
at line 213
setTimeRange(QueryTimeRange $var)
[Optional] List data for the given time range.
If not set a default time range is used. The field time_range_begin
in the response will specify the beginning of this time range.
Only ErrorGroupStats
with a non-zero count in the given time
range are returned, unless the request contains an explicit group_id list.
If a group_id list is given, also ErrorGroupStats
with zero
occurrences are returned.
Generated from protobuf field .google.devtools.clouderrorreporting.v1beta1.QueryTimeRange time_range = 5;
at line 226
Duration
getTimedCountDuration()
[Optional] The preferred duration for a single returned TimedCount
.
If not set, no timed counts are returned.
Generated from protobuf field .google.protobuf.Duration timed_count_duration = 6;
at line 238
setTimedCountDuration(Duration $var)
[Optional] The preferred duration for a single returned TimedCount
.
If not set, no timed counts are returned.
Generated from protobuf field .google.protobuf.Duration timed_count_duration = 6;
at line 251
int
getAlignment()
[Optional] The alignment of the timed counts to be returned.
Default is ALIGNMENT_EQUAL_AT_END
.
Generated from protobuf field .google.devtools.clouderrorreporting.v1beta1.TimedCountAlignment alignment = 7;
at line 263
setAlignment(int $var)
[Optional] The alignment of the timed counts to be returned.
Default is ALIGNMENT_EQUAL_AT_END
.
Generated from protobuf field .google.devtools.clouderrorreporting.v1beta1.TimedCountAlignment alignment = 7;
at line 276
Timestamp
getAlignmentTime()
[Optional] Time where the timed counts shall be aligned if rounded alignment is chosen. Default is 00:00 UTC.
Generated from protobuf field .google.protobuf.Timestamp alignment_time = 8;
at line 288
setAlignmentTime(Timestamp $var)
[Optional] Time where the timed counts shall be aligned if rounded alignment is chosen. Default is 00:00 UTC.
Generated from protobuf field .google.protobuf.Timestamp alignment_time = 8;
at line 301
int
getOrder()
[Optional] The sort order in which the results are returned.
Default is COUNT_DESC
.
Generated from protobuf field .google.devtools.clouderrorreporting.v1beta1.ErrorGroupOrder order = 9;
at line 313
setOrder(int $var)
[Optional] The sort order in which the results are returned.
Default is COUNT_DESC
.
Generated from protobuf field .google.devtools.clouderrorreporting.v1beta1.ErrorGroupOrder order = 9;
at line 326
int
getPageSize()
[Optional] The maximum number of results to return per response.
Default is 20.
Generated from protobuf field int32 page_size = 11;
at line 338
setPageSize(int $var)
[Optional] The maximum number of results to return per response.
Default is 20.
Generated from protobuf field int32 page_size = 11;
at line 352
string
getPageToken()
[Optional] A next_page_token
provided by a previous response. To view
additional results, pass this token along with the identical query
parameters as the first request.
Generated from protobuf field string page_token = 12;
at line 365
setPageToken(string $var)
[Optional] A next_page_token
provided by a previous response. To view
additional results, pass this token along with the identical query
parameters as the first request.
Generated from protobuf field string page_token = 12;