ErrorGroupServiceGrpcClient
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)
at line 41
GetGroup(GetGroupRequest $argument, array $metadata = [], array $options = [])
Get the specified group.
at line 56
UpdateGroup(UpdateGroupRequest $argument, array $metadata = [], array $options = [])
Replace the data for the specified group.
Fails if the group does not exist.