Class ListTransferRunsRequest (3.7.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 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.

Inheritance

builtins.object > proto.message.Message > ListTransferRunsRequest

Classes

RunAttempt

RunAttempt(value)

Represents which runs should be pulled.