Class ToolsGrpc (0.52.0)

public final class ToolsGrpc

Service for managing Tools.

Inheritance

java.lang.Object > ToolsGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(ToolsGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(ToolsGrpc.AsyncService service)
Parameter
NameDescription
serviceToolsGrpc.AsyncService
Returns
TypeDescription
io.grpc.ServerServiceDefinition

getCreateToolMethod()

public static MethodDescriptor<CreateToolRequest,Tool> getCreateToolMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateToolRequest,Tool>

getDeleteToolMethod()

public static MethodDescriptor<DeleteToolRequest,Empty> getDeleteToolMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteToolRequest,Empty>

getExportToolsMethod()

public static MethodDescriptor<ExportToolsRequest,Operation> getExportToolsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ExportToolsRequest,Operation>

getGetToolMethod()

public static MethodDescriptor<GetToolRequest,Tool> getGetToolMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetToolRequest,Tool>

getListToolsMethod()

public static MethodDescriptor<ListToolsRequest,ListToolsResponse> getListToolsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListToolsRequest,ListToolsResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

getUpdateToolMethod()

public static MethodDescriptor<UpdateToolRequest,Tool> getUpdateToolMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateToolRequest,Tool>

newBlockingStub(Channel channel)

public static ToolsGrpc.ToolsBlockingStub newBlockingStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ToolsGrpc.ToolsBlockingStub

newFutureStub(Channel channel)

public static ToolsGrpc.ToolsFutureStub newFutureStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ToolsGrpc.ToolsFutureStub

newStub(Channel channel)

public static ToolsGrpc.ToolsStub newStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ToolsGrpc.ToolsStub