Class VertexRagDataServiceGrpc (3.44.0)

public final class VertexRagDataServiceGrpc

A service for managing user data for RAG.

Inheritance

java.lang.Object > VertexRagDataServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(VertexRagDataServiceGrpc.AsyncService service)

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

getCreateRagCorpusMethod()

public static MethodDescriptor<CreateRagCorpusRequest,Operation> getCreateRagCorpusMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateRagCorpusRequest,Operation>

getDeleteRagCorpusMethod()

public static MethodDescriptor<DeleteRagCorpusRequest,Operation> getDeleteRagCorpusMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteRagCorpusRequest,Operation>

getDeleteRagFileMethod()

public static MethodDescriptor<DeleteRagFileRequest,Operation> getDeleteRagFileMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteRagFileRequest,Operation>

getGetRagCorpusMethod()

public static MethodDescriptor<GetRagCorpusRequest,RagCorpus> getGetRagCorpusMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetRagCorpusRequest,RagCorpus>

getGetRagFileMethod()

public static MethodDescriptor<GetRagFileRequest,RagFile> getGetRagFileMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetRagFileRequest,RagFile>

getImportRagFilesMethod()

public static MethodDescriptor<ImportRagFilesRequest,Operation> getImportRagFilesMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ImportRagFilesRequest,Operation>

getListRagCorporaMethod()

public static MethodDescriptor<ListRagCorporaRequest,ListRagCorporaResponse> getListRagCorporaMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListRagCorporaRequest,ListRagCorporaResponse>

getListRagFilesMethod()

public static MethodDescriptor<ListRagFilesRequest,ListRagFilesResponse> getListRagFilesMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListRagFilesRequest,ListRagFilesResponse>

getServiceDescriptor()

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

getUploadRagFileMethod()

public static MethodDescriptor<UploadRagFileRequest,UploadRagFileResponse> getUploadRagFileMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UploadRagFileRequest,UploadRagFileResponse>

newBlockingStub(Channel channel)

public static VertexRagDataServiceGrpc.VertexRagDataServiceBlockingStub 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
VertexRagDataServiceGrpc.VertexRagDataServiceBlockingStub

newFutureStub(Channel channel)

public static VertexRagDataServiceGrpc.VertexRagDataServiceFutureStub 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
VertexRagDataServiceGrpc.VertexRagDataServiceFutureStub

newStub(Channel channel)

public static VertexRagDataServiceGrpc.VertexRagDataServiceStub 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
VertexRagDataServiceGrpc.VertexRagDataServiceStub