Class: Google::Cloud::Bigquery::DataTransfer::V1::ListTransferConfigsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::DataTransfer::V1::ListTransferConfigsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/datatransfer/v1/datatransfer.rb
Overview
A request to list data transfers configured for a BigQuery project.
Instance Attribute Summary collapse
-
#data_source_ids ⇒ ::Array<::String>
When specified, only configurations of requested data sources are returned.
-
#page_size ⇒ ::Integer
Page size.
-
#page_token ⇒ ::String
Pagination token, which can be used to request a specific page of
ListTransfersRequest
list results. -
#parent ⇒ ::String
Required.
Instance Attribute Details
#data_source_ids ⇒ ::Array<::String>
Returns When specified, only configurations of requested data sources are returned.
473 474 475 476 |
# File 'proto_docs/google/cloud/bigquery/datatransfer/v1/datatransfer.rb', line 473 class ListTransferConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Page size. The default page size is the maximum value of 1000 results.
473 474 475 476 |
# File 'proto_docs/google/cloud/bigquery/datatransfer/v1/datatransfer.rb', line 473 class ListTransferConfigsRequest 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 ListTransfersRequest
list results. For multiple-page
results, ListTransfersResponse
outputs
a next_page
token, which can be used as the
page_token
value to request the next page of list results.
473 474 475 476 |
# File 'proto_docs/google/cloud/bigquery/datatransfer/v1/datatransfer.rb', line 473 class ListTransferConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The BigQuery project id for which transfer configs
should be returned: projects/{project_id}
or
projects/{project_id}/locations/{location_id}
.
473 474 475 476 |
# File 'proto_docs/google/cloud/bigquery/datatransfer/v1/datatransfer.rb', line 473 class ListTransferConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |