Class CommentServiceStub (0.29.0)

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.

Inheritance

java.lang.Object > CommentServiceStub

Implements

BackgroundResource

Constructors

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>