Stackdriver Error Reporting V1beta1 Client - Class GetGroupRequest (0.19.12)

Reference documentation and code samples for the Stackdriver Error Reporting V1beta1 Client class GetGroupRequest.

A request to return an individual group.

Generated from protobuf message google.devtools.clouderrorreporting.v1beta1.GetGroupRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ group_name string

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

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

Returns
TypeDescription
string

setGroupName

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this