Stackdriver Error Reporting V1beta1 Client - Class UpdateGroupRequest (0.22.8)

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

Namespace

Google \ Cloud \ ErrorReporting \ V1beta1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ group 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
ErrorGroup|null

hasGroup

clearGroup

setGroup

Required. The group which replaces the resource on the server.

Parameter
Name Description
var ErrorGroup
Returns
Type Description
$this

static::build

Parameter
Name Description
group ErrorGroup

Required. The group which replaces the resource on the server.

Returns
Type Description
UpdateGroupRequest