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