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

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 string[]

Locations that could not be reached.

getJobs

A list of storage batch jobs.

Returns
Type Description
Google\Protobuf\RepeatedField<Job>

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\RepeatedField<string>

setUnreachable

Locations that could not be reached.

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