Class: Google::Cloud::Bigquery::Datatransfer::V1::ListTransferConfigsResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/bigquery/data_transfer/v1/doc/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_tokenString

Returns Output only. The next-pagination token. For multiple-page list results, this token can be used as the ListTransferConfigsRequest.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 ListTransferConfigsRequest.page_token to request the next page of list results.



400
# File 'lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/datatransfer/v1/datatransfer.rb', line 400

class ListTransferConfigsResponse; end

#transfer_configsArray<Google::Cloud::Bigquery::Datatransfer::V1::TransferConfig>

Returns Output only. The stored pipeline transfer configurations.

Returns:



400
# File 'lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/datatransfer/v1/datatransfer.rb', line 400

class ListTransferConfigsResponse; end