Google Cloud OsConfig V1 Client - Class ListPatchJobsResponse (1.2.2)

Reference documentation and code samples for the Google Cloud OsConfig V1 Client class ListPatchJobsResponse.

A response message for listing patch jobs.

Generated from protobuf message google.cloud.osconfig.v1.ListPatchJobsResponse

Namespace

Google \ Cloud \ OsConfig \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ patch_jobs array<Google\Cloud\OsConfig\V1\PatchJob>

The list of patch jobs.

↳ next_page_token string

A pagination token that can be used to get the next page of results.

getPatchJobs

The list of patch jobs.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setPatchJobs

The list of patch jobs.

Parameter
NameDescription
var array<Google\Cloud\OsConfig\V1\PatchJob>
Returns
TypeDescription
$this

getNextPageToken

A pagination token that can be used to get the next page of results.

Returns
TypeDescription
string

setNextPageToken

A pagination token that can be used to get the next page of results.

Parameter
NameDescription
var string
Returns
TypeDescription
$this