ListEventsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Specifies a set of error events to return.
Attributes |
|
---|---|
Name | Description |
project_name |
str
Required. The resource name of the Google Cloud Platform project. Written as projects/{projectID} or
projects/{projectID}/locations/{location} , where
{projectID} is the `Google Cloud Platform project
ID |
group_id |
str
Required. The group for which events shall be returned. The group_id is a unique identifier for a particular error
group. The identifier is derived from key parts of the
error-log content and is treated as Service Data. For
information about how Service Data is handled, see `Google
Cloud Privacy
Notice |
service_filter |
google.cloud.errorreporting_v1beta1.types.ServiceContextFilter
Optional. List only ErrorGroups which belong to a service context that matches the filter. Data for all service contexts is returned if this field is not specified. |
time_range |
google.cloud.errorreporting_v1beta1.types.QueryTimeRange
Optional. List only 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. |
page_size |
int
Optional. The maximum number of results to return per response. |
page_token |
str
Optional. A next_page_token provided by a previous
response.
|