public
final
class
IDSGrpc
The IDS Service
Static Fields
SERVICE_NAME
public
static
final
String
SERVICE_NAME
Static Methods
bindService(IDSGrpc.AsyncService service)
public
static
final
ServerServiceDefinition
bindService
(
IDSGrpc
.
AsyncService
service
)
Returns
Type
Description
io.grpc.ServerServiceDefinition
getCreateEndpointMethod()
public
static
MethodDescriptor<CreateEndpointRequest
,
Operation
>
getCreateEndpointMethod
()
getDeleteEndpointMethod()
public
static
MethodDescriptor<DeleteEndpointRequest
,
Operation
>
getDeleteEndpointMethod
()
getGetEndpointMethod()
public
static
MethodDescriptor<GetEndpointRequest
,
Endpoint
>
getGetEndpointMethod
()
getListEndpointsMethod()
public
static
MethodDescriptor<ListEndpointsRequest
,
ListEndpointsResponse
>
getListEndpointsMethod
()
getServiceDescriptor()
public
static
ServiceDescriptor
getServiceDescriptor
()
Returns
Type
Description
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
Name
Description
channel
io.grpc.Channel
newBlockingV2Stub(Channel channel)
public
static
IDSGrpc
.
IDSBlockingV2Stub
newBlockingV2Stub
(
Channel
channel
)
Creates a new blocking-style stub that supports all types of calls on the service
Parameter
Name
Description
channel
io.grpc.Channel
newFutureStub(Channel channel)
public
static
IDSGrpc
.
IDSFutureStub
newFutureStub
(
Channel
channel
)
Creates a new ListenableFuture-style stub that supports unary calls on the service
Parameter
Name
Description
channel
io.grpc.Channel
newStub(Channel channel)
public
static
IDSGrpc
.
IDSStub
newStub
(
Channel
channel
)
Creates a new async stub that supports all call types for the service
Parameter
Name
Description
channel
io.grpc.Channel

