Reference documentation and code samples for the Stackdriver Error Reporting V1beta1 Client class UpdateGroupRequest.
A request to replace the existing data for the given group.
Generated from protobuf message google.devtools.clouderrorreporting.v1beta1.UpdateGroupRequest
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ group |
Google\Cloud\ErrorReporting\V1beta1\ErrorGroup
Required. The group which replaces the resource on the server. |
getGroup
Required. The group which replaces the resource on the server.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\ErrorReporting\V1beta1\ErrorGroup|null |
|
hasGroup
clearGroup
setGroup
Required. The group which replaces the resource on the server.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\ErrorReporting\V1beta1\ErrorGroup
|
| Returns | |
|---|---|
| Type | Description |
$this |
|