BigQuery Data Transfer Service V1 API - Class Google::Cloud::Bigquery::DataTransfer::V1::ListTransferConfigsRequest (v0.7.1)

Reference documentation and code samples for the BigQuery Data Transfer Service V1 API class Google::Cloud::Bigquery::DataTransfer::V1::ListTransferConfigsRequest.

A request to list data transfers configured for a BigQuery project.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#data_source_ids

def data_source_ids() -> ::Array<::String>
Returns
  • (::Array<::String>) — When specified, only configurations of requested data sources are returned.

#data_source_ids=

def data_source_ids=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — When specified, only configurations of requested data sources are returned.
Returns
  • (::Array<::String>) — When specified, only configurations of requested data sources are returned.

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — Page size. The default page size is the maximum value of 1000 results.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — Page size. The default page size is the maximum value of 1000 results.
Returns
  • (::Integer) — Page size. The default page size is the maximum value of 1000 results.

#page_token

def page_token() -> ::String
Returns
  • (::String) — 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.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — 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.
Returns
  • (::String) — 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.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The BigQuery project id for which transfer configs should be returned: projects/{project_id} or projects/{project_id}/locations/{location_id}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The BigQuery project id for which transfer configs should be returned: projects/{project_id} or projects/{project_id}/locations/{location_id}
Returns
  • (::String) — Required. The BigQuery project id for which transfer configs should be returned: projects/{project_id} or projects/{project_id}/locations/{location_id}