Reference documentation and code samples for the BigQuery Data Transfer Service V1 API class Google::Cloud::Bigquery::DataTransfer::V1::ListTransferRunsResponse.
The returned list of pipelines in the project.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) — Output only. The next-pagination token. For multiple-page list results,
this token can be used as the
ListTransferRunsRequest.page_token
to request the next page of list results.
#transfer_runs
def transfer_runs() -> ::Array<::Google::Cloud::Bigquery::DataTransfer::V1::TransferRun>
Returns
- (::Array<::Google::Cloud::Bigquery::DataTransfer::V1::TransferRun>) — Output only. The stored pipeline transfer runs.