class GetGroupRequest extends Message

A request to return an individual group.

Protobuf type Google\Devtools\Clouderrorreporting\V1beta1\GetGroupRequest

Methods

__construct()

No description

string
getGroupName()

[Required] The group resource name. Written as projects/projectID/groups/group_name.

setGroupName(string $var)

[Required] The group resource name. Written as projects/projectID/groups/group_name.

Details

at line 31
__construct()

at line 48
string getGroupName()

[Required] The group resource name. Written as projects/projectID/groups/group_name.

Call groupStats.list to return a list of groups belonging to this project. Example: projects/my-project-123/groups/my-group

Generated from protobuf field string group_name = 1;

Return Value

string

at line 65
setGroupName(string $var)

[Required] The group resource name. Written as projects/projectID/groups/group_name.

Call groupStats.list to return a list of groups belonging to this project. Example: projects/my-project-123/groups/my-group

Generated from protobuf field string group_name = 1;

Parameters

string $var