Google Cloud OsConfig V1 Client - Class ListPatchDeploymentsResponse (2.2.3)

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<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\RepeatedField<PatchDeployment>

setPatchDeployments

The list of patch deployments.

Parameter
Name Description
var array<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