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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setPatchJobs
The list of patch jobs.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\OsConfig\V1\PatchJob>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
A pagination token that can be used to get the next page of results.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
A pagination token that can be used to get the next page of results.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |