BigQuery Data Transfer V1 Client - Class ListTransferRunsResponse (2.2.4)

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

The returned list of pipelines in the project.

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

Namespace

Google \ Cloud \ BigQuery \ DataTransfer \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ transfer_runs array<TransferRun>

Output only. The stored pipeline transfer runs.

↳ next_page_token string

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

getTransferRuns

Output only. The stored pipeline transfer runs.

Returns
Type Description
Google\Protobuf\RepeatedField<TransferRun>

setTransferRuns

Output only. The stored pipeline transfer runs.

Parameter
Name Description
var array<TransferRun>
Returns
Type Description
$this

getNextPageToken

Output only. The next-pagination token. For multiple-page list results, this token can be used as the ListTransferRunsRequest.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 ListTransferRunsRequest.page_token to request the next page of list results.

Parameter
Name Description
var string
Returns
Type Description
$this