Class IDSGrpc (1.2.5)

public final class IDSGrpc

The IDS Service

Inheritance

java.lang.Object > IDSGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

getCreateEndpointMethod()

public static MethodDescriptor<CreateEndpointRequest,Operation> getCreateEndpointMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateEndpointRequest,Operation>

getDeleteEndpointMethod()

public static MethodDescriptor<DeleteEndpointRequest,Operation> getDeleteEndpointMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteEndpointRequest,Operation>

getGetEndpointMethod()

public static MethodDescriptor<GetEndpointRequest,Endpoint> getGetEndpointMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetEndpointRequest,Endpoint>

getListEndpointsMethod()

public static MethodDescriptor<ListEndpointsRequest,ListEndpointsResponse> getListEndpointsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListEndpointsRequest,ListEndpointsResponse>

getServiceDescriptor()

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

newBlockingStub(Channel channel)

public static IDSGrpc.IDSBlockingStub 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
IDSGrpc.IDSBlockingStub

newFutureStub(Channel channel)

public static IDSGrpc.IDSFutureStub newFutureStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
IDSGrpc.IDSFutureStub

newStub(Channel channel)

public static IDSGrpc.IDSStub newStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
IDSGrpc.IDSStub