Package com.google.cloud.support.v2
Class CommentServiceGrpc.CommentServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<CommentServiceGrpc.CommentServiceBlockingStub>
-
- com.google.cloud.support.v2.CommentServiceGrpc.CommentServiceBlockingStub
-
- Enclosing class:
- CommentServiceGrpc
public static final class CommentServiceGrpc.CommentServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<CommentServiceGrpc.CommentServiceBlockingStub>
A stub to allow clients to do synchronous rpc calls to service CommentService.A service to manage comments on cases.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommentServiceGrpc.CommentServiceBlockingStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
Comment
createComment(CreateCommentRequest request)
Add a new comment to the specified Case.ListCommentsResponse
listComments(ListCommentsRequest request)
Retrieve all Comments associated with the Case object.
-
-
-
Method Detail
-
build
protected CommentServiceGrpc.CommentServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<CommentServiceGrpc.CommentServiceBlockingStub>
-
listComments
public ListCommentsResponse listComments(ListCommentsRequest request)
Retrieve all Comments associated with the Case object.
-
createComment
public Comment createComment(CreateCommentRequest request)
Add a new comment to the specified Case. The comment object must have the following fields set: body.
-
-