class GetGroupRequest extends Message

The GetGroup request.

Protobuf type Google\Monitoring\V3\GetGroupRequest

Methods

__construct()

No description

string
getName()

The group to retrieve. The format is "projects/{project_id_or_number}/groups/{group_id}".

setName(string $var)

The group to retrieve. The format is "projects/{project_id_or_number}/groups/{group_id}".

Details

at line 26
__construct()

at line 38
string getName()

The group to retrieve. The format is "projects/{project_id_or_number}/groups/{group_id}".

Generated from protobuf field string name = 3;

Return Value

string

at line 50
setName(string $var)

The group to retrieve. The format is "projects/{project_id_or_number}/groups/{group_id}".

Generated from protobuf field string name = 3;

Parameters

string $var