Class: Google::Cloud::Bigquery::DataTransfer::V1::ListTransferConfigsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::DataTransfer::V1::ListTransferConfigsResponse
- 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_configs ⇒ ::Array<::Google::Cloud::Bigquery::DataTransfer::V1::TransferConfig>
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
ListTransferConfigsRequest.page_token
to request the next page of list results.
488 489 490 491 |
# File 'proto_docs/google/cloud/bigquery/datatransfer/v1/datatransfer.rb', line 488 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.
488 489 490 491 |
# File 'proto_docs/google/cloud/bigquery/datatransfer/v1/datatransfer.rb', line 488 class ListTransferConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |