Class: Google::Cloud::Bigquery::DataTransfer::V1::ListTransferRunsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::DataTransfer::V1::ListTransferRunsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/datatransfer/v1/datatransfer.rb
Overview
The returned list of pipelines in the project.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
readonly
Output only.
-
#transfer_runs ⇒ ::Array<::Google::Cloud::Bigquery::DataTransfer::V1::TransferRun>
readonly
Output only.
Instance Attribute Details
#next_page_token ⇒ ::String (readonly)
Returns 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.
540 541 542 543 |
# File 'proto_docs/google/cloud/bigquery/datatransfer/v1/datatransfer.rb', line 540 class ListTransferRunsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#transfer_runs ⇒ ::Array<::Google::Cloud::Bigquery::DataTransfer::V1::TransferRun> (readonly)
Returns Output only. The stored pipeline transfer runs.
540 541 542 543 |
# File 'proto_docs/google/cloud/bigquery/datatransfer/v1/datatransfer.rb', line 540 class ListTransferRunsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |