Class ListSessionsRequest (1.91.0)

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

Request message for SessionService.ListSessions.

Attributes

Name Description
parent str
Required. The resource name of the location to list sessions from. Format: projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}
page_size int
Optional. The maximum number of sessions to return. The service may return fewer than this value. If unspecified, at most 100 sessions will be returned.
page_token str
Optional. The next_page_token value returned from a previous list SessionService.ListSessions call.
filter str
Optional. The standard list filter. Supported fields: \* display_name Example: display_name=abc.
order_by str
Optional. A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Supported fields: - create_time - update_time Example: create_time desc.

Methods

ListSessionsRequest

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

Request message for SessionService.ListSessions.