public static final class ErrorGroupServiceGrpc.ErrorGroupServiceStub extends io.grpc.stub.AbstractStub<ErrorGroupServiceGrpc.ErrorGroupServiceStub>
Service for retrieving and updating individual error groups.
| Modifier and Type | Method and Description |
|---|---|
protected ErrorGroupServiceGrpc.ErrorGroupServiceStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
void |
getGroup(GetGroupRequest request,
io.grpc.stub.StreamObserver<ErrorGroup> responseObserver)
Get the specified group.
|
void |
updateGroup(UpdateGroupRequest request,
io.grpc.stub.StreamObserver<ErrorGroup> responseObserver)
Replace the data for the specified group.
|
protected ErrorGroupServiceGrpc.ErrorGroupServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<ErrorGroupServiceGrpc.ErrorGroupServiceStub>public void getGroup(GetGroupRequest request, io.grpc.stub.StreamObserver<ErrorGroup> responseObserver)
Get the specified group.
public void updateGroup(UpdateGroupRequest request, io.grpc.stub.StreamObserver<ErrorGroup> responseObserver)
Replace the data for the specified group. Fails if the group does not exist.