BigQuery Data Transfer V1 Client - Class ListTransferConfigsResponse (1.8.5)

Reference documentation and code samples for the BigQuery Data Transfer V1 Client class ListTransferConfigsResponse.

The returned list of pipelines in the project.

Generated from protobuf message google.cloud.bigquery.datatransfer.v1.ListTransferConfigsResponse

Namespace

Google \ Cloud \ BigQuery \ DataTransfer \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ transfer_configs array<Google\Cloud\BigQuery\DataTransfer\V1\TransferConfig>

Output only. The stored pipeline transfer configurations.

↳ next_page_token string

Output only. The next-pagination token. For multiple-page list results, this token can be used as the ListTransferConfigsRequest.page_token to request the next page of list results.

getTransferConfigs

Output only. The stored pipeline transfer configurations.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setTransferConfigs

Output only. The stored pipeline transfer configurations.

Parameter
Name Description
var array<Google\Cloud\BigQuery\DataTransfer\V1\TransferConfig>
Returns
Type Description
$this

getNextPageToken

Output only. The next-pagination token. For multiple-page list results, this token can be used as the ListTransferConfigsRequest.page_token to request the next page of list results.

Returns
Type Description
string

setNextPageToken

Output only. The next-pagination token. For multiple-page list results, this token can be used as the ListTransferConfigsRequest.page_token to request the next page of list results.

Parameter
Name Description
var string
Returns
Type Description
$this