Class ListExamplesRequest (0.7.0)

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

Request message for AgentService.ListExamples.

Attributes

Name Description
parent str
Required. The resource name of the app to list examples from.
page_size int
Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
page_token str
Optional. The next_page_token value returned from a previous list AgentService.ListExamples call.
filter str
Optional. Filter to be applied when listing the examples. See https://google.aip.dev/160 for more details.
order_by str
Optional. Field to sort by. Only "name" and "create_time" is supported. See https://google.aip.dev/132#ordering for more details.