Google Cloud OsConfig V1 Client - Class DeletePatchDeploymentRequest (1.3.5)

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

A request message for deleting a patch deployment.

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

Namespace

Google \ Cloud \ OsConfig \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. The resource name of the patch deployment in the form projects/*/patchDeployments/*.

getName

Required. The resource name of the patch deployment in the form projects/*/patchDeployments/*.

Returns
Type Description
string

setName

Required. The resource name of the patch deployment in the form projects/*/patchDeployments/*.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
name string

Required. The resource name of the patch deployment in the form projects/*/patchDeployments/*. Please see Google\Cloud\OsConfig\V1\OsConfigServiceClient::patchDeploymentName() for help formatting this field.

Returns
Type Description
Google\Cloud\OsConfig\V1\DeletePatchDeploymentRequest