Class ListPipelineJobsRequest (1.1.1)

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

Request message for PipelineService.ListPipelineJobs.

Attributes

NameDescription
parent str
Required. The resource name of the Location to list the PipelineJobs from. Format: ``projects/{project}/locations/{location}``
filter str
The standard list filter. Supported fields: - ``display_name`` supports ``=`` and ``!=``. - ``state`` supports ``=`` and ``!=``. The following examples demonstrate how to filter the list of PipelineJobs: - ``state="PIPELINE_STATE_SUCCEEDED" AND display_name="my_pipeline"`` - ``state="PIPELINE_STATE_RUNNING" OR display_name="my_pipeline"`` - ``NOT display_name="my_pipeline"`` - ``state="PIPELINE_STATE_FAILED"``
page_size int
The standard list page size.
page_token str
The standard list page token. Typically obtained via ListPipelineJobsResponse.next_page_token of the previous PipelineService.ListPipelineJobs call.

Inheritance

builtins.object > proto.message.Message > ListPipelineJobsRequest