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

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
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setTransferJobs

A list of transfer jobs.

Parameter
NameDescription
var array<Google\Cloud\StorageTransfer\V1\TransferJob>
Returns
TypeDescription
$this

getNextPageToken

The list next page token.

Returns
TypeDescription
string

setNextPageToken

The list next page token.

Parameter
NameDescription
var string
Returns
TypeDescription
$this