Reference documentation and code samples for the Google Cloud Net App V1 Client class UpdateHostGroupRequest.
UpdateHostGroupRequest for updating a host group.
Generated from protobuf message google.cloud.netapp.v1.UpdateHostGroupRequest
Namespace
Google \ Cloud \ NetApp \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ host_group
HostGroup
Required. The host group to update. The host group's name
field is used to identify the host group. Format: projects/{project_number}/locations/{location_id}/hostGroups/{host_group_id}
.
↳ update_mask
getHostGroup
Required. The host group to update.
The host group's name
field is used to identify the host group.
Format: projects/{project_number}/locations/{location_id}/hostGroups/{host_group_id}
.
hasHostGroup
clearHostGroup
setHostGroup
Required. The host group to update.
The host group's name
field is used to identify the host group.
Format: projects/{project_number}/locations/{location_id}/hostGroups/{host_group_id}
.
$this
getUpdateMask
Optional. The list of fields to update.
hasUpdateMask
clearUpdateMask
setUpdateMask
Optional. The list of fields to update.
$this
static::build
hostGroup
HostGroup
Required. The host group to update.
The host group's name
field is used to identify the host group.
Format: projects/{project_number}/locations/{location_id}/hostGroups/{host_group_id}
.
updateMask

