public static final class AssistantServiceGrpc.AssistantServiceBlockingStub extends AbstractBlockingStub<AssistantServiceGrpc.AssistantServiceBlockingStub>A stub to allow clients to do limited 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.AssistantServiceBlockingStubMethods
build(Channel channel, CallOptions callOptions)
protected AssistantServiceGrpc.AssistantServiceBlockingStub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
AssistantServiceGrpc.AssistantServiceBlockingStub |
|
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
streamAssist(StreamAssistRequest request)
public Iterator<StreamAssistResponse> streamAssist(StreamAssistRequest request)Assists the user with a query in a streaming fashion.
| Parameter | |
|---|---|
| Name | Description |
request |
StreamAssistRequest |
| Returns | |
|---|---|
| Type | Description |
Iterator<StreamAssistResponse> |
|