Class VertexRagServiceGrpc (3.44.0)

public final class VertexRagServiceGrpc

A service for retrieving relevant contexts.

Inheritance

java.lang.Object > VertexRagServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(VertexRagServiceGrpc.AsyncService service)

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

getRetrieveContextsMethod()

public static MethodDescriptor<RetrieveContextsRequest,RetrieveContextsResponse> getRetrieveContextsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<RetrieveContextsRequest,RetrieveContextsResponse>

getServiceDescriptor()

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

newBlockingStub(Channel channel)

public static VertexRagServiceGrpc.VertexRagServiceBlockingStub 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
VertexRagServiceGrpc.VertexRagServiceBlockingStub

newFutureStub(Channel channel)

public static VertexRagServiceGrpc.VertexRagServiceFutureStub 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
VertexRagServiceGrpc.VertexRagServiceFutureStub

newStub(Channel channel)

public static VertexRagServiceGrpc.VertexRagServiceStub 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
VertexRagServiceGrpc.VertexRagServiceStub