Class GenerativeQuestionServiceGrpc (2.54.0)

public final class GenerativeQuestionServiceGrpc

Service for managing LLM generated questions in search serving.

Inheritance

java.lang.Object > GenerativeQuestionServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(GenerativeQuestionServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(GenerativeQuestionServiceGrpc.AsyncService service)
Parameter
Name Description
service GenerativeQuestionServiceGrpc.AsyncService
Returns
Type Description
io.grpc.ServerServiceDefinition

getBatchUpdateGenerativeQuestionConfigsMethod()

public static MethodDescriptor<BatchUpdateGenerativeQuestionConfigsRequest,BatchUpdateGenerativeQuestionConfigsResponse> getBatchUpdateGenerativeQuestionConfigsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<BatchUpdateGenerativeQuestionConfigsRequest,BatchUpdateGenerativeQuestionConfigsResponse>

getGetGenerativeQuestionsFeatureConfigMethod()

public static MethodDescriptor<GetGenerativeQuestionsFeatureConfigRequest,GenerativeQuestionsFeatureConfig> getGetGenerativeQuestionsFeatureConfigMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetGenerativeQuestionsFeatureConfigRequest,GenerativeQuestionsFeatureConfig>

getListGenerativeQuestionConfigsMethod()

public static MethodDescriptor<ListGenerativeQuestionConfigsRequest,ListGenerativeQuestionConfigsResponse> getListGenerativeQuestionConfigsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListGenerativeQuestionConfigsRequest,ListGenerativeQuestionConfigsResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
Type Description
io.grpc.ServiceDescriptor

getUpdateGenerativeQuestionConfigMethod()

public static MethodDescriptor<UpdateGenerativeQuestionConfigRequest,GenerativeQuestionConfig> getUpdateGenerativeQuestionConfigMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateGenerativeQuestionConfigRequest,GenerativeQuestionConfig>

getUpdateGenerativeQuestionsFeatureConfigMethod()

public static MethodDescriptor<UpdateGenerativeQuestionsFeatureConfigRequest,GenerativeQuestionsFeatureConfig> getUpdateGenerativeQuestionsFeatureConfigMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateGenerativeQuestionsFeatureConfigRequest,GenerativeQuestionsFeatureConfig>

newBlockingStub(Channel channel)

public static GenerativeQuestionServiceGrpc.GenerativeQuestionServiceBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
GenerativeQuestionServiceGrpc.GenerativeQuestionServiceBlockingStub

newFutureStub(Channel channel)

public static GenerativeQuestionServiceGrpc.GenerativeQuestionServiceFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
GenerativeQuestionServiceGrpc.GenerativeQuestionServiceFutureStub

newStub(Channel channel)

public static GenerativeQuestionServiceGrpc.GenerativeQuestionServiceStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
GenerativeQuestionServiceGrpc.GenerativeQuestionServiceStub