Class ErrorGroupServiceGrpc.ErrorGroupServiceImplBase
- java.lang.Object
-
- com.google.devtools.clouderrorreporting.v1beta1.ErrorGroupServiceGrpc.ErrorGroupServiceImplBase
-
- All Implemented Interfaces:
ErrorGroupServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- ErrorGroupServiceGrpc
public abstract static class ErrorGroupServiceGrpc.ErrorGroupServiceImplBase extends Object implements io.grpc.BindableService, ErrorGroupServiceGrpc.AsyncService
Base class for the server implementation of the service ErrorGroupService.Service for retrieving and updating individual error groups.
-
-
Constructor Summary
Constructors Constructor Description ErrorGroupServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.devtools.clouderrorreporting.v1beta1.ErrorGroupServiceGrpc.AsyncService
getGroup, updateGroup
-
-