Class ApplicationServiceGrpc (2.2.9)

public final class ApplicationServiceGrpc

A service that handles application management, including CRUD and enumeration.

Inheritance

java.lang.Object > ApplicationServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

getCreateApplicationMethod()

public static MethodDescriptor<CreateApplicationRequest,Application> getCreateApplicationMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateApplicationRequest,Application>

getDeleteApplicationMethod()

public static MethodDescriptor<DeleteApplicationRequest,Empty> getDeleteApplicationMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteApplicationRequest,Empty>

getGetApplicationMethod()

public static MethodDescriptor<GetApplicationRequest,Application> getGetApplicationMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetApplicationRequest,Application>

getListApplicationsMethod()

public static MethodDescriptor<ListApplicationsRequest,ListApplicationsResponse> getListApplicationsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListApplicationsRequest,ListApplicationsResponse>

getServiceDescriptor()

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

getUpdateApplicationMethod()

public static MethodDescriptor<UpdateApplicationRequest,Application> getUpdateApplicationMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateApplicationRequest,Application>

newBlockingStub(Channel channel)

public static ApplicationServiceGrpc.ApplicationServiceBlockingStub 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
ApplicationServiceGrpc.ApplicationServiceBlockingStub

newFutureStub(Channel channel)

public static ApplicationServiceGrpc.ApplicationServiceFutureStub newFutureStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ApplicationServiceGrpc.ApplicationServiceFutureStub

newStub(Channel channel)

public static ApplicationServiceGrpc.ApplicationServiceStub newStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ApplicationServiceGrpc.ApplicationServiceStub