Package cronapp.framework.customization
Class CustomizationServiceGrpc
- java.lang.Object
-
- cronapp.framework.customization.CustomizationServiceGrpc
-
@Generated(value="by gRPC proto compiler (version 1.10.1)", comments="Source: customization.proto") public final class CustomizationServiceGrpc extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCustomizationServiceGrpc.CustomizationServiceBlockingStubstatic classCustomizationServiceGrpc.CustomizationServiceFutureStubstatic classCustomizationServiceGrpc.CustomizationServiceImplBasestatic classCustomizationServiceGrpc.CustomizationServiceStub
-
Field Summary
Fields Modifier and Type Field Description static io.grpc.MethodDescriptor<CloseODataAgentRequest,CloseODataAgentResponse>METHOD_CLOSE_ODATA_AGENTDeprecated.static io.grpc.MethodDescriptor<ExecuteODataAgentCommandRequest,ExecuteODataAgentCommandResponse>METHOD_EXECUTE_ODATA_AGENT_COMMANDDeprecated.static io.grpc.MethodDescriptor<GetSessionRequest,GetSessionResponse>METHOD_GET_SESSIONDeprecated.static io.grpc.MethodDescriptor<GetWebContentRequest,GetWebContentResponse>METHOD_GET_WEB_CONTENTDeprecated.static io.grpc.MethodDescriptor<ListEntitiesRequest,ListEntitiesResponse>METHOD_LIST_ENTITIESDeprecated.static io.grpc.MethodDescriptor<OpenODataAgentRequest,OpenODataAgentResponse>METHOD_OPEN_ODATA_AGENTDeprecated.static io.grpc.MethodDescriptor<ShutdownRequest,ShutdownResponse>METHOD_SHUTDOWNDeprecated.static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.MethodDescriptor<CloseODataAgentRequest,CloseODataAgentResponse>getCloseODataAgentMethod()static io.grpc.MethodDescriptor<ExecuteODataAgentCommandRequest,ExecuteODataAgentCommandResponse>getExecuteODataAgentCommandMethod()static io.grpc.MethodDescriptor<GetSessionRequest,GetSessionResponse>getGetSessionMethod()static io.grpc.MethodDescriptor<GetWebContentRequest,GetWebContentResponse>getGetWebContentMethod()static io.grpc.MethodDescriptor<ListEntitiesRequest,ListEntitiesResponse>getListEntitiesMethod()static io.grpc.MethodDescriptor<OpenODataAgentRequest,OpenODataAgentResponse>getOpenODataAgentMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<ShutdownRequest,ShutdownResponse>getShutdownMethod()static CustomizationServiceGrpc.CustomizationServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic CustomizationServiceGrpc.CustomizationServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic CustomizationServiceGrpc.CustomizationServiceStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
METHOD_GET_SESSION
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<GetSessionRequest,GetSessionResponse> METHOD_GET_SESSIONDeprecated.
-
METHOD_GET_WEB_CONTENT
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<GetWebContentRequest,GetWebContentResponse> METHOD_GET_WEB_CONTENTDeprecated.
-
METHOD_SHUTDOWN
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<ShutdownRequest,ShutdownResponse> METHOD_SHUTDOWNDeprecated.
-
METHOD_OPEN_ODATA_AGENT
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<OpenODataAgentRequest,OpenODataAgentResponse> METHOD_OPEN_ODATA_AGENTDeprecated.
-
METHOD_EXECUTE_ODATA_AGENT_COMMAND
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<ExecuteODataAgentCommandRequest,ExecuteODataAgentCommandResponse> METHOD_EXECUTE_ODATA_AGENT_COMMANDDeprecated.
-
METHOD_CLOSE_ODATA_AGENT
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<CloseODataAgentRequest,CloseODataAgentResponse> METHOD_CLOSE_ODATA_AGENTDeprecated.
-
METHOD_LIST_ENTITIES
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<ListEntitiesRequest,ListEntitiesResponse> METHOD_LIST_ENTITIESDeprecated.
-
-
Method Detail
-
getGetSessionMethod
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<GetSessionRequest,GetSessionResponse> getGetSessionMethod()
-
getGetWebContentMethod
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<GetWebContentRequest,GetWebContentResponse> getGetWebContentMethod()
-
getShutdownMethod
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<ShutdownRequest,ShutdownResponse> getShutdownMethod()
-
getOpenODataAgentMethod
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<OpenODataAgentRequest,OpenODataAgentResponse> getOpenODataAgentMethod()
-
getExecuteODataAgentCommandMethod
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<ExecuteODataAgentCommandRequest,ExecuteODataAgentCommandResponse> getExecuteODataAgentCommandMethod()
-
getCloseODataAgentMethod
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<CloseODataAgentRequest,CloseODataAgentResponse> getCloseODataAgentMethod()
-
getListEntitiesMethod
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<ListEntitiesRequest,ListEntitiesResponse> getListEntitiesMethod()
-
newStub
public static CustomizationServiceGrpc.CustomizationServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static CustomizationServiceGrpc.CustomizationServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static CustomizationServiceGrpc.CustomizationServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-