Class: Google::Cloud::Bigquery::DataTransfer::V1::ListTransferRunsResponse

Inherits:
Object
  • Object
show all
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

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.

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.



499
500
501
502
# File 'proto_docs/google/cloud/bigquery/datatransfer/v1/datatransfer.rb', line 499

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.

Returns:



499
500
501
502
# File 'proto_docs/google/cloud/bigquery/datatransfer/v1/datatransfer.rb', line 499

class ListTransferRunsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end