Class ListTransferRunsRequest (3.15.2)

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

A request to list data transfer runs.

Attributes

NameDescription
parent str
Required. Name of transfer configuration for which transfer runs should be retrieved. Format of transfer configuration resource name is: projects/{project_id}/transferConfigs/{config_id} or projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}.
states MutableSequence[google.cloud.bigquery_datatransfer_v1.types.TransferState]
When specified, only transfer runs with requested states are returned.
page_token str
Pagination token, which can be used to request a specific page of ListTransferRunsRequest list results. For multiple-page results, ListTransferRunsResponse outputs a next_page token, which can be used as the page_token value to request the next page of list results.
page_size int
Page size. The default page size is the maximum value of 1000 results.
run_attempt google.cloud.bigquery_datatransfer_v1.types.ListTransferRunsRequest.RunAttempt
Indicates how run attempts are to be pulled.

Classes

RunAttempt

RunAttempt(value)

Represents which runs should be pulled.

Values: RUN_ATTEMPT_UNSPECIFIED (0): All runs should be returned. LATEST (1): Only latest run per day should be returned.