Class AgentsGrpc (4.47.0)

public final class AgentsGrpc

Service for managing Agents.

Inheritance

java.lang.Object > AgentsGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(AgentsGrpc.AsyncService service)

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

getDeleteAgentMethod()

public static MethodDescriptor<DeleteAgentRequest,Empty> getDeleteAgentMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteAgentRequest,Empty>

getExportAgentMethod()

public static MethodDescriptor<ExportAgentRequest,Operation> getExportAgentMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ExportAgentRequest,Operation>

getGetAgentMethod()

public static MethodDescriptor<GetAgentRequest,Agent> getGetAgentMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetAgentRequest,Agent>

getGetValidationResultMethod()

public static MethodDescriptor<GetValidationResultRequest,ValidationResult> getGetValidationResultMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetValidationResultRequest,ValidationResult>

getImportAgentMethod()

public static MethodDescriptor<ImportAgentRequest,Operation> getImportAgentMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ImportAgentRequest,Operation>

getRestoreAgentMethod()

public static MethodDescriptor<RestoreAgentRequest,Operation> getRestoreAgentMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<RestoreAgentRequest,Operation>

getSearchAgentsMethod()

public static MethodDescriptor<SearchAgentsRequest,SearchAgentsResponse> getSearchAgentsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<SearchAgentsRequest,SearchAgentsResponse>

getServiceDescriptor()

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

getSetAgentMethod()

public static MethodDescriptor<SetAgentRequest,Agent> getSetAgentMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<SetAgentRequest,Agent>

getTrainAgentMethod()

public static MethodDescriptor<TrainAgentRequest,Operation> getTrainAgentMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<TrainAgentRequest,Operation>

newBlockingStub(Channel channel)

public static AgentsGrpc.AgentsBlockingStub 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
AgentsGrpc.AgentsBlockingStub

newFutureStub(Channel channel)

public static AgentsGrpc.AgentsFutureStub newFutureStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
AgentsGrpc.AgentsFutureStub

newStub(Channel channel)

public static AgentsGrpc.AgentsStub newStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
AgentsGrpc.AgentsStub