public abstract class CommentServiceStub implements BackgroundResource
Base stub class for the CommentService service API.
This class is for advanced usage and reflects the underlying API directly.
Implements
BackgroundResourceConstructors
CommentServiceStub()
public CommentServiceStub()
Methods
close()
public abstract void close()
createCommentCallable()
public UnaryCallable<CreateCommentRequest,Comment> createCommentCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<CreateCommentRequest,Comment> |
listCommentsCallable()
public UnaryCallable<ListCommentsRequest,ListCommentsResponse> listCommentsCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListCommentsRequest,ListCommentsResponse> |
listCommentsPagedCallable()
public UnaryCallable<ListCommentsRequest,CommentServiceClient.ListCommentsPagedResponse> listCommentsPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListCommentsRequest,ListCommentsPagedResponse> |