public static final class GenerativeQuestionServiceGrpc.GenerativeQuestionServiceStub extends io.grpc.stub.AbstractAsyncStub<GenerativeQuestionServiceGrpc.GenerativeQuestionServiceStub>
Service for managing LLM generated questions in search serving.
| Modifier and Type | Method and Description |
|---|---|
void |
batchUpdateGenerativeQuestionConfigs(BatchUpdateGenerativeQuestionConfigsRequest request,
io.grpc.stub.StreamObserver<BatchUpdateGenerativeQuestionConfigsResponse> responseObserver)
Allows management of multiple questions.
|
protected GenerativeQuestionServiceGrpc.GenerativeQuestionServiceStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
void |
getGenerativeQuestionsFeatureConfig(GetGenerativeQuestionsFeatureConfigRequest request,
io.grpc.stub.StreamObserver<GenerativeQuestionsFeatureConfig> responseObserver)
Manages overal generative question feature state -- enables toggling
feature on and off.
|
void |
listGenerativeQuestionConfigs(ListGenerativeQuestionConfigsRequest request,
io.grpc.stub.StreamObserver<ListGenerativeQuestionConfigsResponse> responseObserver)
Returns all questions for a given catalog.
|
void |
updateGenerativeQuestionConfig(UpdateGenerativeQuestionConfigRequest request,
io.grpc.stub.StreamObserver<GenerativeQuestionConfig> responseObserver)
Allows management of individual questions.
|
void |
updateGenerativeQuestionsFeatureConfig(UpdateGenerativeQuestionsFeatureConfigRequest request,
io.grpc.stub.StreamObserver<GenerativeQuestionsFeatureConfig> responseObserver)
Manages overal generative question feature state -- enables toggling
feature on and off.
|
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReadyprotected GenerativeQuestionServiceGrpc.GenerativeQuestionServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<GenerativeQuestionServiceGrpc.GenerativeQuestionServiceStub>public void updateGenerativeQuestionsFeatureConfig(UpdateGenerativeQuestionsFeatureConfigRequest request, io.grpc.stub.StreamObserver<GenerativeQuestionsFeatureConfig> responseObserver)
Manages overal generative question feature state -- enables toggling feature on and off.
public void getGenerativeQuestionsFeatureConfig(GetGenerativeQuestionsFeatureConfigRequest request, io.grpc.stub.StreamObserver<GenerativeQuestionsFeatureConfig> responseObserver)
Manages overal generative question feature state -- enables toggling feature on and off.
public void listGenerativeQuestionConfigs(ListGenerativeQuestionConfigsRequest request, io.grpc.stub.StreamObserver<ListGenerativeQuestionConfigsResponse> responseObserver)
Returns all questions for a given catalog.
public void updateGenerativeQuestionConfig(UpdateGenerativeQuestionConfigRequest request, io.grpc.stub.StreamObserver<GenerativeQuestionConfig> responseObserver)
Allows management of individual questions.
public void batchUpdateGenerativeQuestionConfigs(BatchUpdateGenerativeQuestionConfigsRequest request, io.grpc.stub.StreamObserver<BatchUpdateGenerativeQuestionConfigsResponse> responseObserver)
Allows management of multiple questions.
Copyright © 2025 Google LLC. All rights reserved.