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(com.google.devtools.clouderrorreporting.v1beta1.GetGroupRequest request,
io.grpc.stub.StreamObserver<com.google.devtools.clouderrorreporting.v1beta1.ErrorGroup> responseObserver)
Get the specified group.
|
void |
updateGroup(com.google.devtools.clouderrorreporting.v1beta1.UpdateGroupRequest request,
io.grpc.stub.StreamObserver<com.google.devtools.clouderrorreporting.v1beta1.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(com.google.devtools.clouderrorreporting.v1beta1.GetGroupRequest request,
io.grpc.stub.StreamObserver<com.google.devtools.clouderrorreporting.v1beta1.ErrorGroup> responseObserver)
Get the specified group.
public void updateGroup(com.google.devtools.clouderrorreporting.v1beta1.UpdateGroupRequest request,
io.grpc.stub.StreamObserver<com.google.devtools.clouderrorreporting.v1beta1.ErrorGroup> responseObserver)
Replace the data for the specified group. Fails if the group does not exist.