class UpdateGroupRequest extends Message

A request to replace the existing data for the given group.

Protobuf type Google\Devtools\Clouderrorreporting\V1beta1\UpdateGroupRequest

Methods

__construct()

No description

getGroup()

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

setGroup(ErrorGroup $var)

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

Details

at line 25
__construct()

at line 36
ErrorGroup getGroup()

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

Generated from protobuf field .google.devtools.clouderrorreporting.v1beta1.ErrorGroup group = 1;

Return Value

ErrorGroup

at line 47
setGroup(ErrorGroup $var)

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

Generated from protobuf field .google.devtools.clouderrorreporting.v1beta1.ErrorGroup group = 1;

Parameters

ErrorGroup $var