Google Cloud Net App V1 Client - Class DeleteHostGroupRequest (1.10.0)

Reference documentation and code samples for the Google Cloud Net App V1 Client class DeleteHostGroupRequest.

DeleteHostGroupRequest for deleting a single host group.

Generated from protobuf message google.cloud.netapp.v1.DeleteHostGroupRequest

Namespace

Google \ Cloud \ NetApp \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. The resource name of the host group. Format: projects/{project_number}/locations/{location_id}/hostGroups/{host_group_id}.

getName

Required. The resource name of the host group.

Format: projects/{project_number}/locations/{location_id}/hostGroups/{host_group_id}.

Returns
Type Description
string

setName

Required. The resource name of the host group.

Format: projects/{project_number}/locations/{location_id}/hostGroups/{host_group_id}.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
name string

Required. The resource name of the host group. Format: projects/{project_number}/locations/{location_id}/hostGroups/{host_group_id}. Please see NetAppClient::hostGroupName() for help formatting this field.

Returns
Type Description
DeleteHostGroupRequest