Stackdriver Error Reporting V1beta1 Client - Class GetGroupRequest (0.20.2)

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

Namespace

Google \ Cloud \ ErrorReporting \ V1beta1

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

static::build

Parameter
NameDescription
groupName 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 Please see Google\Cloud\ErrorReporting\V1beta1\ErrorGroupServiceClient::errorGroupName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\ErrorReporting\V1beta1\GetGroupRequest