Google Cloud OsConfig V1 Client - Class ListPatchJobInstanceDetailsResponse (1.3.5)

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

A response message for listing the instances details for a patch job.

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

Namespace

Google \ Cloud \ OsConfig \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ patch_job_instance_details array<Google\Cloud\OsConfig\V1\PatchJobInstanceDetails>

A list of instance status.

↳ next_page_token string

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

getPatchJobInstanceDetails

A list of instance status.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setPatchJobInstanceDetails

A list of instance status.

Parameter
Name Description
var array<Google\Cloud\OsConfig\V1\PatchJobInstanceDetails>
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