Google Cloud OsConfig V1 Client - Class ListPatchDeploymentsResponse (1.3.0)

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
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setPatchDeployments

The list of patch deployments.

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

getNextPageToken

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

Returns
TypeDescription
string

setNextPageToken

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this