Class: Google::Cloud::Bigquery::DataTransfer::V1::ListDataSourcesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::DataTransfer::V1::ListDataSourcesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/datatransfer/v1/datatransfer.rb
Overview
Request to list supported data sources and their data transfer settings.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Page size.
-
#page_token ⇒ ::String
Pagination token, which can be used to request a specific page of
ListDataSourcesRequest
list results. -
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns Page size. The default page size is the maximum value of 1000 results.
245 246 247 248 |
# File 'proto_docs/google/cloud/bigquery/datatransfer/v1/datatransfer.rb', line 245 class ListDataSourcesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Pagination token, which can be used to request a specific page
of ListDataSourcesRequest
list results. For multiple-page
results, ListDataSourcesResponse
outputs
a next_page
token, which can be used as the
page_token
value to request the next page of list results.
245 246 247 248 |
# File 'proto_docs/google/cloud/bigquery/datatransfer/v1/datatransfer.rb', line 245 class ListDataSourcesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Required. The BigQuery project id for which data sources should be
returned. Must be in the form: projects/{project_id}
or
projects/{project_id}/locations/{location_id}
245 246 247 248 |
# File 'proto_docs/google/cloud/bigquery/datatransfer/v1/datatransfer.rb', line 245 class ListDataSourcesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |