Reference documentation and code samples for the Google Cloud Net App V1 Client class GetHostGroupRequest.
GetHostGroupRequest for getting a host group.
Generated from protobuf message google.cloud.netapp.v1.GetHostGroupRequest
Namespace
Google \ Cloud \ NetApp \ V1Methods
__construct
Constructor.
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}
.
string
setName
Required. The resource name of the host group.
Format: projects/{project_number}/locations/{location_id}/hostGroups/{host_group_id}
.
var
string
$this
static::build
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.

