Class ListEventsRequest (1.11.0)

ListEventsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Specifies a set of error events to return.

Attributes

NameDescription
project_name str
Required. The resource name of the Google Cloud Platform project. Written as projects/{projectID}, where {projectID} is the `Google Cloud Platform project ID
group_id str
Required. The group for which events shall be returned.
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.