Reference documentation and code samples for the Google Cloud Net App V1 Client class DeleteVolumeRequest.
Message for deleting a Volume
Generated from protobuf messagegoogle.cloud.netapp.v1.DeleteVolumeRequest
Namespace
Google \ Cloud \ NetApp \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. Name of the volume
↳ force
bool
If this field is set as true, CCFE will not block the volume resource deletion even if it has any snapshots resource. (Otherwise, the request will only work if the volume has no snapshots.)
getName
Required. Name of the volume
Returns
Type
Description
string
setName
Required. Name of the volume
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getForce
If this field is set as true, CCFE will not block the volume resource
deletion even if it has any snapshots resource. (Otherwise, the request
will only work if the volume has no snapshots.)
Returns
Type
Description
bool
setForce
If this field is set as true, CCFE will not block the volume resource
deletion even if it has any snapshots resource. (Otherwise, the request
will only work if the volume has no snapshots.)
Parameter
Name
Description
var
bool
Returns
Type
Description
$this
static::build
Parameter
Name
Description
name
string
Required. Name of the volume
Please seeNetAppClient::volumeName()for help formatting this field.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Net App V1 Client - Class DeleteVolumeRequest (1.6.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.6.1 (latest)](/php/docs/reference/cloud-netapp/latest/V1.DeleteVolumeRequest)\n- [1.6.0](/php/docs/reference/cloud-netapp/1.6.0/V1.DeleteVolumeRequest)\n- [1.4.0](/php/docs/reference/cloud-netapp/1.4.0/V1.DeleteVolumeRequest)\n- [1.3.1](/php/docs/reference/cloud-netapp/1.3.1/V1.DeleteVolumeRequest)\n- [1.2.1](/php/docs/reference/cloud-netapp/1.2.1/V1.DeleteVolumeRequest)\n- [1.1.1](/php/docs/reference/cloud-netapp/1.1.1/V1.DeleteVolumeRequest)\n- [1.0.1](/php/docs/reference/cloud-netapp/1.0.1/V1.DeleteVolumeRequest)\n- [0.3.1](/php/docs/reference/cloud-netapp/0.3.1/V1.DeleteVolumeRequest)\n- [0.2.6](/php/docs/reference/cloud-netapp/0.2.6/V1.DeleteVolumeRequest)\n- [0.1.1](/php/docs/reference/cloud-netapp/0.1.1/V1.DeleteVolumeRequest) \nReference documentation and code samples for the Google Cloud Net App V1 Client class DeleteVolumeRequest.\n\nMessage for deleting a Volume\n\nGenerated from protobuf message `google.cloud.netapp.v1.DeleteVolumeRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ NetApp \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getName\n\nRequired. Name of the volume\n\n### setName\n\nRequired. Name of the volume\n\n### getForce\n\nIf this field is set as true, CCFE will not block the volume resource\ndeletion even if it has any snapshots resource. (Otherwise, the request\nwill only work if the volume has no snapshots.)\n\n### setForce\n\nIf this field is set as true, CCFE will not block the volume resource\ndeletion even if it has any snapshots resource. (Otherwise, the request\nwill only work if the volume has no snapshots.)\n\n### static::build"]]