BigQuery Data Transfer V1 Client - Class ListTransferRunsResponse (1.3.8)

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ transfer_runs array<Google\Cloud\BigQuery\DataTransfer\V1\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.

Generated from protobuf field repeated .google.cloud.bigquery.datatransfer.v1.TransferRun transfer_runs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setTransferRuns

Output only. The stored pipeline transfer runs.

Generated from protobuf field repeated .google.cloud.bigquery.datatransfer.v1.TransferRun transfer_runs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
var array<Google\Cloud\BigQuery\DataTransfer\V1\TransferRun>
Returns
TypeDescription
$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.

Generated from protobuf field string next_page_token = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
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.

Generated from protobuf field string next_page_token = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
var string
Returns
TypeDescription
$this