Package com.google.cloud.support.v2
Class CommentServiceGrpc.CommentServiceImplBase
- java.lang.Object
-
- com.google.cloud.support.v2.CommentServiceGrpc.CommentServiceImplBase
-
- All Implemented Interfaces:
CommentServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- CommentServiceGrpc
public abstract static class CommentServiceGrpc.CommentServiceImplBase extends Object implements io.grpc.BindableService, CommentServiceGrpc.AsyncService
Base class for the server implementation of the service CommentService.A service to manage comments on cases.
-
-
Constructor Summary
Constructors Constructor Description CommentServiceImplBase()
-
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.cloud.support.v2.CommentServiceGrpc.AsyncService
createComment, listComments
-
-