GetGroupRequest
class GetGroupRequest extends Message
A request to return an individual group.
Protobuf type Google\Devtools\Clouderrorreporting\V1beta1\GetGroupRequest
Methods
No description
[Required] The group resource name. Written as
projects/projectID/groups/group_name
.
[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;
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;