Google Cloud Batch V1 Client - Class ListJobsResponse (0.14.0)

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

ListJob Response.

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

Namespace

Google \ Cloud \ Batch \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ jobs array<Google\Cloud\Batch\V1\Job>

Jobs.

↳ next_page_token string

Next page token.

↳ unreachable array

Locations that could not be reached.

getJobs

Jobs.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setJobs

Jobs.

Parameter
NameDescription
var array<Google\Cloud\Batch\V1\Job>
Returns
TypeDescription
$this

getNextPageToken

Next page token.

Returns
TypeDescription
string

setNextPageToken

Next page token.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getUnreachable

Locations that could not be reached.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setUnreachable

Locations that could not be reached.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this