Google Cloud Storage Batch Operations V1 Client - Class ListJobsResponse (0.1.2)

Reference documentation and code samples for the Google Cloud Storage Batch Operations V1 Client class ListJobsResponse.

Message for response to listing Jobs

Generated from protobuf message google.cloud.storagebatchoperations.v1.ListJobsResponse

Namespace

Google \ Cloud \ StorageBatchOperations \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ jobs array<Job>

A list of storage batch jobs.

↳ next_page_token string

A token identifying a page of results.

↳ unreachable array

Locations that could not be reached.

getJobs

A list of storage batch jobs.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setJobs

A list of storage batch jobs.

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

getNextPageToken

A token identifying a page of results.

Returns
Type Description
string

setNextPageToken

A token identifying a page of results.

Parameter
Name Description
var string
Returns
Type Description
$this

getUnreachable

Locations that could not be reached.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setUnreachable

Locations that could not be reached.

Parameter
Name Description
var string[]
Returns
Type Description
$this