Google Cloud Storage Transfer V1 Client - Class ListTransferJobsResponse (1.4.5)

Reference documentation and code samples for the Google Cloud Storage Transfer V1 Client class ListTransferJobsResponse.

Response from ListTransferJobs.

Generated from protobuf message google.storagetransfer.v1.ListTransferJobsResponse

Namespace

Google \ Cloud \ StorageTransfer \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ transfer_jobs array<Google\Cloud\StorageTransfer\V1\TransferJob>

A list of transfer jobs.

↳ next_page_token string

The list next page token.

getTransferJobs

A list of transfer jobs.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setTransferJobs

A list of transfer jobs.

Parameter
Name Description
var array<Google\Cloud\StorageTransfer\V1\TransferJob>
Returns
Type Description
$this

getNextPageToken

The list next page token.

Returns
Type Description
string

setNextPageToken

The list next page token.

Parameter
Name Description
var string
Returns
Type Description
$this