Class IDeviceInfoServiceGrpc
java.lang.Object
Arp.Device.Interface.Services.Grpc.IDeviceInfoServiceGrpc
-
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<IDeviceInfoServiceOuterClass.IDeviceInfoServiceGetItemRequest, IDeviceInfoServiceOuterClass.IDeviceInfoServiceGetItemResponse> private static io.grpc.MethodDescriptor<IDeviceInfoServiceOuterClass.IDeviceInfoServiceGetItemsRequest, IDeviceInfoServiceOuterClass.IDeviceInfoServiceGetItemsResponse> private static final intprivate static final intstatic final Stringprivate static io.grpc.ServiceDescriptor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<IDeviceInfoServiceOuterClass.IDeviceInfoServiceGetItemRequest, IDeviceInfoServiceOuterClass.IDeviceInfoServiceGetItemResponse> static io.grpc.MethodDescriptor<IDeviceInfoServiceOuterClass.IDeviceInfoServiceGetItemsRequest, IDeviceInfoServiceOuterClass.IDeviceInfoServiceGetItemsResponse> 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:
-
getGetItemMethod
private static volatile io.grpc.MethodDescriptor<IDeviceInfoServiceOuterClass.IDeviceInfoServiceGetItemRequest,IDeviceInfoServiceOuterClass.IDeviceInfoServiceGetItemResponse> getGetItemMethod -
getGetItemsMethod
private static volatile io.grpc.MethodDescriptor<IDeviceInfoServiceOuterClass.IDeviceInfoServiceGetItemsRequest,IDeviceInfoServiceOuterClass.IDeviceInfoServiceGetItemsResponse> getGetItemsMethod -
METHODID_GET_ITEM
private static final int METHODID_GET_ITEM- See Also:
-
METHODID_GET_ITEMS
private static final int METHODID_GET_ITEMS- See Also:
-
serviceDescriptor
private static volatile io.grpc.ServiceDescriptor serviceDescriptor
-
-
Constructor Details
-
IDeviceInfoServiceGrpc
private IDeviceInfoServiceGrpc()
-
-
Method Details
-
getGetItemMethod
public static io.grpc.MethodDescriptor<IDeviceInfoServiceOuterClass.IDeviceInfoServiceGetItemRequest,IDeviceInfoServiceOuterClass.IDeviceInfoServiceGetItemResponse> getGetItemMethod() -
getGetItemsMethod
public static io.grpc.MethodDescriptor<IDeviceInfoServiceOuterClass.IDeviceInfoServiceGetItemsRequest,IDeviceInfoServiceOuterClass.IDeviceInfoServiceGetItemsResponse> getGetItemsMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
public static IDeviceInfoServiceGrpc.IDeviceInfoServiceBlockingStub newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
public static IDeviceInfoServiceGrpc.IDeviceInfoServiceFutureStub 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()
-