Class IDeviceInfoServiceGrpc.IDeviceInfoServiceStub
java.lang.Object
io.grpc.stub.AbstractStub<IDeviceInfoServiceGrpc.IDeviceInfoServiceStub>
io.grpc.stub.AbstractAsyncStub<IDeviceInfoServiceGrpc.IDeviceInfoServiceStub>
Arp.Device.Interface.Services.Grpc.IDeviceInfoServiceGrpc.IDeviceInfoServiceStub
- Enclosing class:
IDeviceInfoServiceGrpc
public static final class IDeviceInfoServiceGrpc.IDeviceInfoServiceStub
extends io.grpc.stub.AbstractAsyncStub<IDeviceInfoServiceGrpc.IDeviceInfoServiceStub>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateIDeviceInfoServiceStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) -
Method Summary
Modifier and TypeMethodDescriptionbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) voidgetItem(IDeviceInfoServiceOuterClass.IDeviceInfoServiceGetItemRequest request, io.grpc.stub.StreamObserver<IDeviceInfoServiceOuterClass.IDeviceInfoServiceGetItemResponse> responseObserver) / <summary> / Read a single information / </summary> / <param name="identifier">String for select the item</param> / <returns>value as <code>RscVariant</code> on success, <code>RscType::Void</code> on error</returns>voidgetItems(IDeviceInfoServiceOuterClass.IDeviceInfoServiceGetItemsRequest request, io.grpc.stub.StreamObserver<IDeviceInfoServiceOuterClass.IDeviceInfoServiceGetItemsResponse> responseObserver) / <summary> / Read a list of information / </summary> / <param name="identifiers">Arry of String for select the items</param> / <returns>value as <code>RscVariant</code> >on success, <code>RscType::Void</code> on error</returns>Methods inherited from class io.grpc.stub.AbstractAsyncStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
-
Constructor Details
-
IDeviceInfoServiceStub
private IDeviceInfoServiceStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
-
-
Method Details
-
build
protected IDeviceInfoServiceGrpc.IDeviceInfoServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<IDeviceInfoServiceGrpc.IDeviceInfoServiceStub>
-
getItem
public void getItem(IDeviceInfoServiceOuterClass.IDeviceInfoServiceGetItemRequest request, io.grpc.stub.StreamObserver<IDeviceInfoServiceOuterClass.IDeviceInfoServiceGetItemResponse> responseObserver) / <summary> / Read a single information / </summary> / <param name="identifier">String for select the item</param> / <returns>value as <code>RscVariant</code> on success, <code>RscType::Void</code> on error</returns>
-
getItems
public void getItems(IDeviceInfoServiceOuterClass.IDeviceInfoServiceGetItemsRequest request, io.grpc.stub.StreamObserver<IDeviceInfoServiceOuterClass.IDeviceInfoServiceGetItemsResponse> responseObserver) / <summary> / Read a list of information / </summary> / <param name="identifiers">Arry of String for select the items</param> / <returns>value as <code>RscVariant</code> >on success, <code>RscType::Void</code> on error</returns>
-