class ErrorGroupServiceGrpcClient extends BaseStub

Service for retrieving and updating individual error groups.

Methods

__construct(string $hostname, array $opts, Channel $channel = null)

No description

GetGroup(GetGroupRequest $argument, array $metadata = [], array $options = [])

Get the specified group.

UpdateGroup(UpdateGroupRequest $argument, array $metadata = [], array $options = [])

Replace the data for the specified group.

Details

at line 31
__construct(string $hostname, array $opts, Channel $channel = null)

Parameters

string $hostname hostname
array $opts channel options
Channel $channel (optional) re-use channel object

at line 41
GetGroup(GetGroupRequest $argument, array $metadata = [], array $options = [])

Get the specified group.

Parameters

GetGroupRequest $argument input argument
array $metadata metadata
array $options call options

at line 56
UpdateGroup(UpdateGroupRequest $argument, array $metadata = [], array $options = [])

Replace the data for the specified group.

Fails if the group does not exist.

Parameters

UpdateGroupRequest $argument input argument
array $metadata metadata
array $options call options