Class ListEventsRequest (1.122.0)

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

Request message for SessionService.ListEvents.

Attributes

Name Description
parent str
Required. The resource name of the session to list events from. Format: projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sessions/{session}
page_size int
Optional. The maximum number of events to return. The service may return fewer than this value. If unspecified, at most 100 events will be returned. These events are ordered by timestamp in ascending order.
page_token str
Optional. The next_page_token value returned from a previous list SessionService.ListEvents call.
filter str
Optional. The standard list filter. Supported fields: \* timestamp range (i.e. timestamp>="2025-01-31T11:30:00-04:00" where the timestamp is in RFC 3339 format) More detail in AIP-160 __.

Methods

ListEventsRequest

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

Request message for SessionService.ListEvents.