Class ControllerGrpc
- java.lang.Object
-
- responsive.controller.v1.controller.proto.ControllerGrpc
-
@Generated(value="by gRPC proto compiler (version 1.52.1)", comments="Source: responsive/controller/v1/controller.proto") public final class ControllerGrpc extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classControllerGrpc.ControllerBlockingStubstatic classControllerGrpc.ControllerFutureStubstatic classControllerGrpc.ControllerImplBasestatic classControllerGrpc.ControllerStub
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSERVICE_NAME
-
Method Summary
-
-
-
Field Detail
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getPostMetricsMethod
public static io.grpc.MethodDescriptor<ControllerOuterClass.PostMetricsRequest,ControllerOuterClass.SimpleResponse> getPostMetricsMethod()
-
getUpsertPolicyMethod
public static io.grpc.MethodDescriptor<ControllerOuterClass.UpsertPolicyRequest,ControllerOuterClass.SimpleResponse> getUpsertPolicyMethod()
-
getCurrentStateMethod
public static io.grpc.MethodDescriptor<ControllerOuterClass.CurrentStateRequest,ControllerOuterClass.SimpleResponse> getCurrentStateMethod()
-
getGetTargetStateMethod
public static io.grpc.MethodDescriptor<ControllerOuterClass.EmptyRequest,ControllerOuterClass.GetTargetStateResponse> getGetTargetStateMethod()
-
getListApplicationsMethod
public static io.grpc.MethodDescriptor<ControllerOuterClass.EmptyUnspecificRequest,ControllerOuterClass.ListApplicationsResponse> getListApplicationsMethod()
-
newStub
public static ControllerGrpc.ControllerStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static ControllerGrpc.ControllerBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static ControllerGrpc.ControllerFutureStub 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()
-
-