public static final class GenerativeQuestionServiceGrpc.GenerativeQuestionServiceFutureStub extends io.grpc.stub.AbstractFutureStub<GenerativeQuestionServiceGrpc.GenerativeQuestionServiceFutureStub>
Service for managing LLM generated questions in search serving.
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<BatchUpdateGenerativeQuestionConfigsResponse> |
batchUpdateGenerativeQuestionConfigs(BatchUpdateGenerativeQuestionConfigsRequest request)
Allows management of multiple questions.
|
protected GenerativeQuestionServiceGrpc.GenerativeQuestionServiceFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<GenerativeQuestionsFeatureConfig> |
getGenerativeQuestionsFeatureConfig(GetGenerativeQuestionsFeatureConfigRequest request)
Manages overal generative question feature state -- enables toggling
feature on and off.
|
com.google.common.util.concurrent.ListenableFuture<ListGenerativeQuestionConfigsResponse> |
listGenerativeQuestionConfigs(ListGenerativeQuestionConfigsRequest request)
Returns all questions for a given catalog.
|
com.google.common.util.concurrent.ListenableFuture<GenerativeQuestionConfig> |
updateGenerativeQuestionConfig(UpdateGenerativeQuestionConfigRequest request)
Allows management of individual questions.
|
com.google.common.util.concurrent.ListenableFuture<GenerativeQuestionsFeatureConfig> |
updateGenerativeQuestionsFeatureConfig(UpdateGenerativeQuestionsFeatureConfigRequest request)
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.GenerativeQuestionServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<GenerativeQuestionServiceGrpc.GenerativeQuestionServiceFutureStub>public com.google.common.util.concurrent.ListenableFuture<GenerativeQuestionsFeatureConfig> updateGenerativeQuestionsFeatureConfig(UpdateGenerativeQuestionsFeatureConfigRequest request)
Manages overal generative question feature state -- enables toggling feature on and off.
public com.google.common.util.concurrent.ListenableFuture<GenerativeQuestionsFeatureConfig> getGenerativeQuestionsFeatureConfig(GetGenerativeQuestionsFeatureConfigRequest request)
Manages overal generative question feature state -- enables toggling feature on and off.
public com.google.common.util.concurrent.ListenableFuture<ListGenerativeQuestionConfigsResponse> listGenerativeQuestionConfigs(ListGenerativeQuestionConfigsRequest request)
Returns all questions for a given catalog.
public com.google.common.util.concurrent.ListenableFuture<GenerativeQuestionConfig> updateGenerativeQuestionConfig(UpdateGenerativeQuestionConfigRequest request)
Allows management of individual questions.
public com.google.common.util.concurrent.ListenableFuture<BatchUpdateGenerativeQuestionConfigsResponse> batchUpdateGenerativeQuestionConfigs(BatchUpdateGenerativeQuestionConfigsRequest request)
Allows management of multiple questions.
Copyright © 2025 Google LLC. All rights reserved.