Class ListWorkflowInvocationsRequest (0.2.2)

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

ListWorkflowInvocations request message.

Attributes

NameDescription
parent str
Required. The parent resource of the WorkflowInvocation type. Must be in the format ``projects/*/locations/*/repositories/*``.
page_size int
Optional. Maximum number of workflow invocations to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.
page_token str
Optional. Page token received from a previous ``ListWorkflowInvocations`` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ``ListWorkflowInvocations`` must match the call that provided the page token.

Inheritance

builtins.object > proto.message.Message > ListWorkflowInvocationsRequest