Class: Google::Cloud::Bigquery::DataTransfer::V1::ListDataSourcesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::DataTransfer::V1::ListDataSourcesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/datatransfer/v1/datatransfer.rb
Overview
Returns list of supported data sources and their metadata.
Instance Attribute Summary collapse
-
#data_sources ⇒ ::Array<::Google::Cloud::Bigquery::DataTransfer::V1::DataSource>
List of supported data sources and their transfer settings.
-
#next_page_token ⇒ ::String
readonly
Output only.
Instance Attribute Details
#data_sources ⇒ ::Array<::Google::Cloud::Bigquery::DataTransfer::V1::DataSource>
Returns List of supported data sources and their transfer settings.
260 261 262 263 |
# File 'proto_docs/google/cloud/bigquery/datatransfer/v1/datatransfer.rb', line 260 class ListDataSourcesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String (readonly)
Returns Output only. The next-pagination token. For multiple-page list results,
this token can be used as the
ListDataSourcesRequest.page_token
to request the next page of list results.
260 261 262 263 |
# File 'proto_docs/google/cloud/bigquery/datatransfer/v1/datatransfer.rb', line 260 class ListDataSourcesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |