class DeleteGroupRequest extends Message

The DeleteGroup request. You can only delete a group if it has no children.

Protobuf type Google\Monitoring\V3\DeleteGroupRequest

Methods

__construct()

No description

string
getName()

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

setName(string $var)

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

Details

at line 26
__construct()

at line 38
string getName()

The group to delete. 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 delete. The format is "projects/{project_id_or_number}/groups/{group_id}".

Generated from protobuf field string name = 3;

Parameters

string $var