Package Arp.Plc.Gds.Services.Grpc
Class IForceServiceGrpc
java.lang.Object
Arp.Plc.Gds.Services.Grpc.IForceServiceGrpc
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static classstatic final classprivate static final classstatic final classstatic classprivate static final classstatic final classprivate static final class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static io.grpc.MethodDescriptor<IForceServiceOuterClass.IForceServiceAddVariableRequest, IForceServiceOuterClass.IForceServiceAddVariableResponse> private static io.grpc.MethodDescriptor<com.google.protobuf.Empty, IForceServiceOuterClass.IForceServiceGetVariablesResponse> private static io.grpc.MethodDescriptor<com.google.protobuf.Empty, IForceServiceOuterClass.IForceServiceIsActiveResponse> private static io.grpc.MethodDescriptor<IForceServiceOuterClass.IForceServiceIsForcableRequest, IForceServiceOuterClass.IForceServiceIsForcableResponse> private static io.grpc.MethodDescriptor<IForceServiceOuterClass.IForceServiceRemoveVariableRequest, com.google.protobuf.Empty> private static io.grpc.MethodDescriptor<com.google.protobuf.Empty, com.google.protobuf.Empty> private static final intprivate static final intprivate static final intprivate static final intprivate static final intprivate static final intstatic final Stringprivate static io.grpc.ServiceDescriptor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<IForceServiceOuterClass.IForceServiceAddVariableRequest, IForceServiceOuterClass.IForceServiceAddVariableResponse> static io.grpc.MethodDescriptor<com.google.protobuf.Empty, IForceServiceOuterClass.IForceServiceGetVariablesResponse> static io.grpc.MethodDescriptor<com.google.protobuf.Empty, IForceServiceOuterClass.IForceServiceIsActiveResponse> static io.grpc.MethodDescriptor<IForceServiceOuterClass.IForceServiceIsForcableRequest, IForceServiceOuterClass.IForceServiceIsForcableResponse> static io.grpc.MethodDescriptor<IForceServiceOuterClass.IForceServiceRemoveVariableRequest, com.google.protobuf.Empty> static io.grpc.MethodDescriptor<com.google.protobuf.Empty, com.google.protobuf.Empty> static io.grpc.ServiceDescriptornewBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicenewStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
getAddVariableMethod
private static volatile io.grpc.MethodDescriptor<IForceServiceOuterClass.IForceServiceAddVariableRequest,IForceServiceOuterClass.IForceServiceAddVariableResponse> getAddVariableMethod -
getRemoveVariableMethod
private static volatile io.grpc.MethodDescriptor<IForceServiceOuterClass.IForceServiceRemoveVariableRequest,com.google.protobuf.Empty> getRemoveVariableMethod -
getGetVariablesMethod
private static volatile io.grpc.MethodDescriptor<com.google.protobuf.Empty,IForceServiceOuterClass.IForceServiceGetVariablesResponse> getGetVariablesMethod -
getResetMethod
private static volatile io.grpc.MethodDescriptor<com.google.protobuf.Empty,com.google.protobuf.Empty> getResetMethod -
getIsForcableMethod
private static volatile io.grpc.MethodDescriptor<IForceServiceOuterClass.IForceServiceIsForcableRequest,IForceServiceOuterClass.IForceServiceIsForcableResponse> getIsForcableMethod -
getIsActiveMethod
private static volatile io.grpc.MethodDescriptor<com.google.protobuf.Empty,IForceServiceOuterClass.IForceServiceIsActiveResponse> getIsActiveMethod -
METHODID_ADD_VARIABLE
private static final int METHODID_ADD_VARIABLE- See Also:
-
METHODID_REMOVE_VARIABLE
private static final int METHODID_REMOVE_VARIABLE- See Also:
-
METHODID_GET_VARIABLES
private static final int METHODID_GET_VARIABLES- See Also:
-
METHODID_RESET
private static final int METHODID_RESET- See Also:
-
METHODID_IS_FORCABLE
private static final int METHODID_IS_FORCABLE- See Also:
-
METHODID_IS_ACTIVE
private static final int METHODID_IS_ACTIVE- See Also:
-
serviceDescriptor
private static volatile io.grpc.ServiceDescriptor serviceDescriptor
-
-
Constructor Details
-
IForceServiceGrpc
private IForceServiceGrpc()
-
-
Method Details
-
getAddVariableMethod
public static io.grpc.MethodDescriptor<IForceServiceOuterClass.IForceServiceAddVariableRequest,IForceServiceOuterClass.IForceServiceAddVariableResponse> getAddVariableMethod() -
getRemoveVariableMethod
public static io.grpc.MethodDescriptor<IForceServiceOuterClass.IForceServiceRemoveVariableRequest,com.google.protobuf.Empty> getRemoveVariableMethod() -
getGetVariablesMethod
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,IForceServiceOuterClass.IForceServiceGetVariablesResponse> getGetVariablesMethod() -
getResetMethod
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,com.google.protobuf.Empty> getResetMethod() -
getIsForcableMethod
public static io.grpc.MethodDescriptor<IForceServiceOuterClass.IForceServiceIsForcableRequest,IForceServiceOuterClass.IForceServiceIsForcableResponse> getIsForcableMethod() -
getIsActiveMethod
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,IForceServiceOuterClass.IForceServiceIsActiveResponse> getIsActiveMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
Creates a new ListenableFuture-style stub that supports unary calls on the service -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-