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 \ V1beta1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ group_name |
string
Required. The group resource name. Written as |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
groupName |
string
Required. The group resource name. Written as
Example: |
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\ErrorReporting\V1beta1\GetGroupRequest |
|