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