Google Cloud OsConfig V1 Client - Class ListPatchDeploymentsResponse (1.3.5)

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

A response message for listing patch deployments.

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

Namespace

Google \ Cloud \ OsConfig \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ patch_deployments array<Google\Cloud\OsConfig\V1\PatchDeployment>

The list of patch deployments.

↳ next_page_token string

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

getPatchDeployments

The list of patch deployments.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setPatchDeployments

The list of patch deployments.

Parameter
Name Description
var array<Google\Cloud\OsConfig\V1\PatchDeployment>
Returns
Type Description
$this

getNextPageToken

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

Returns
Type Description
string

setNextPageToken

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

Parameter
Name Description
var string
Returns
Type Description
$this