Class: Google::Cloud::Bigquery::DataTransfer::V1::ListTransferConfigsResponse

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 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.



445
446
447
448
# File 'proto_docs/google/cloud/bigquery/datatransfer/v1/datatransfer.rb', line 445

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

#transfer_configs::Array<::Google::Cloud::Bigquery::DataTransfer::V1::TransferConfig> (readonly)

Returns Output only. The stored pipeline transfer configurations.

Returns:



445
446
447
448
# File 'proto_docs/google/cloud/bigquery/datatransfer/v1/datatransfer.rb', line 445

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