public class GrpcCommentServiceStub extends CommentServiceStub
gRPC stub implementation for the CommentService service API.
This class is for advanced usage and reflects the underlying API directly.
Inherited Members
Static Methods
create(ClientContext clientContext)
public static final GrpcCommentServiceStub create(ClientContext clientContext)
Parameter | |
---|---|
Name | Description |
clientContext |
ClientContext |
Returns | |
---|---|
Type | Description |
GrpcCommentServiceStub |
Exceptions | |
---|---|
Type | Description |
IOException |
create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
public static final GrpcCommentServiceStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Parameters | |
---|---|
Name | Description |
clientContext |
ClientContext |
callableFactory |
GrpcStubCallableFactory |
Returns | |
---|---|
Type | Description |
GrpcCommentServiceStub |
Exceptions | |
---|---|
Type | Description |
IOException |
create(CommentServiceStubSettings settings)
public static final GrpcCommentServiceStub create(CommentServiceStubSettings settings)
Parameter | |
---|---|
Name | Description |
settings |
CommentServiceStubSettings |
Returns | |
---|---|
Type | Description |
GrpcCommentServiceStub |
Exceptions | |
---|---|
Type | Description |
IOException |
Constructors
GrpcCommentServiceStub(CommentServiceStubSettings settings, ClientContext clientContext)
protected GrpcCommentServiceStub(CommentServiceStubSettings settings, ClientContext clientContext)
Constructs an instance of GrpcCommentServiceStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.
Parameters | |
---|---|
Name | Description |
settings |
CommentServiceStubSettings |
clientContext |
ClientContext |
GrpcCommentServiceStub(CommentServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
protected GrpcCommentServiceStub(CommentServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcCommentServiceStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.
Parameters | |
---|---|
Name | Description |
settings |
CommentServiceStubSettings |
clientContext |
ClientContext |
callableFactory |
GrpcStubCallableFactory |
Methods
awaitTermination(long duration, TimeUnit unit)
public boolean awaitTermination(long duration, TimeUnit unit)
Returns | |
---|---|
Type | Description |
boolean |
Exceptions | |
---|---|
Type | Description |
InterruptedException |
close()
public final void close()
createCommentCallable()
public UnaryCallable<CreateCommentRequest,Comment> createCommentCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<CreateCommentRequest,Comment> |
getOperationsStub()
public GrpcOperationsStub getOperationsStub()
Returns | |
---|---|
Type | Description |
GrpcOperationsStub |
isShutdown()
public boolean isShutdown()
Returns | |
---|---|
Type | Description |
boolean |
isTerminated()
public boolean isTerminated()
Returns | |
---|---|
Type | Description |
boolean |
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> |
shutdown()
public void shutdown()
shutdownNow()
public void shutdownNow()