Class ListTransferLogsResponse (3.7.2)

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

The returned list transfer run messages.

Attributes

NameDescription
transfer_messages Sequence[google.cloud.bigquery_datatransfer_v1.types.TransferMessage]
Output only. The stored pipeline transfer messages.
next_page_token str
Output only. The next-pagination token. For multiple-page list results, this token can be used as the ``GetTransferRunLogRequest.page_token`` to request the next page of list results.

Inheritance

builtins.object > proto.message.Message > ListTransferLogsResponse