public static final class AssistantServiceGrpc.AssistantServiceBlockingV2Stub extends AbstractBlockingStub<AssistantServiceGrpc.AssistantServiceBlockingV2Stub>A stub to allow clients to do synchronous rpc calls to service AssistantService.
Service for managing Assistant configuration and assisting users.
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > AssistantServiceGrpc.AssistantServiceBlockingV2StubMethods
build(Channel channel, CallOptions callOptions)
protected AssistantServiceGrpc.AssistantServiceBlockingV2Stub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
AssistantServiceGrpc.AssistantServiceBlockingV2Stub |
|
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
streamAssist(StreamAssistRequest request)
public BlockingClientCall<?,StreamAssistResponse> streamAssist(StreamAssistRequest request)Assists the user with a query in a streaming fashion.
| Parameter | |
|---|---|
| Name | Description |
request |
StreamAssistRequest |
| Returns | |
|---|---|
| Type | Description |
io.grpc.stub.BlockingClientCall<?,StreamAssistResponse> |
|