Package com.google.cloud.support.v2.stub
Class CommentServiceStub
- java.lang.Object
-
- com.google.cloud.support.v2.stub.CommentServiceStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcCommentServiceStub,HttpJsonCommentServiceStub
@Generated("by gapic-generator-java") public abstract class CommentServiceStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the CommentService service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description CommentServiceStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidclose()com.google.api.gax.rpc.UnaryCallable<CreateCommentRequest,Comment>createCommentCallable()com.google.api.gax.rpc.UnaryCallable<ListCommentsRequest,ListCommentsResponse>listCommentsCallable()com.google.api.gax.rpc.UnaryCallable<ListCommentsRequest,CommentServiceClient.ListCommentsPagedResponse>listCommentsPagedCallable()
-
-
-
Method Detail
-
listCommentsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListCommentsRequest,CommentServiceClient.ListCommentsPagedResponse> listCommentsPagedCallable()
-
listCommentsCallable
public com.google.api.gax.rpc.UnaryCallable<ListCommentsRequest,ListCommentsResponse> listCommentsCallable()
-
createCommentCallable
public com.google.api.gax.rpc.UnaryCallable<CreateCommentRequest,Comment> createCommentCallable()
-
close
public abstract void close()
- Specified by:
closein interfaceAutoCloseable
-
-