Class: Google::Cloud::Bigquery::DataTransfer::V1::ListDataSourcesResponse

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

Returns list of supported data sources and their metadata.

Instance Attribute Summary collapse

Instance Attribute Details

#data_sources::Array<::Google::Cloud::Bigquery::DataTransfer::V1::DataSource>

Returns List of supported data sources and their transfer settings.

Returns:



263
264
265
266
# File 'proto_docs/google/cloud/bigquery/datatransfer/v1/datatransfer.rb', line 263

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.

Returns:

  • (::String)

    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.



263
264
265
266
# File 'proto_docs/google/cloud/bigquery/datatransfer/v1/datatransfer.rb', line 263

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