Class ListBatchesRequest (3.3.1)

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

A request to list batch workloads in a project.

Attributes

NameDescription
parent str
Required. The parent, which owns this collection of batches.
page_size int
Optional. The maximum number of batches to return in each response. The service may return fewer than this value. The default page size is 20; the maximum page size is 1000.
page_token str
Optional. A page token received from a previous ``ListBatches`` call. Provide this token to retrieve the subsequent page.

Inheritance

builtins.object > proto.message.Message > ListBatchesRequest