Class ListTransferRunsRequest (3.2.0)

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

A request to list data transfer runs. UI can use this method to show/filter specific data transfer runs. The data source can use this method to request all scheduled 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 Sequence[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.