Package com.google.cloud.support.v2
Interface CommentServiceGrpc.AsyncService
-
- All Known Implementing Classes:
CommentServiceGrpc.CommentServiceImplBase
- Enclosing class:
- CommentServiceGrpc
public static interface CommentServiceGrpc.AsyncService
A service to manage comments on cases.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
createComment(CreateCommentRequest request, io.grpc.stub.StreamObserver<Comment> responseObserver)
Add a new comment to the specified Case.default void
listComments(ListCommentsRequest request, io.grpc.stub.StreamObserver<ListCommentsResponse> responseObserver)
Retrieve all Comments associated with the Case object.
-
-
-
Method Detail
-
listComments
default void listComments(ListCommentsRequest request, io.grpc.stub.StreamObserver<ListCommentsResponse> responseObserver)
Retrieve all Comments associated with the Case object.
-
createComment
default void createComment(CreateCommentRequest request, io.grpc.stub.StreamObserver<Comment> responseObserver)
Add a new comment to the specified Case. The comment object must have the following fields set: body.
-
-