Uses of Class
org.hansken.extraction.plugin.grpc.RpcPluginInfo
Packages that use RpcPluginInfo
-
Uses of RpcPluginInfo in org.hansken.extraction.plugin.grpc
Methods in org.hansken.extraction.plugin.grpc that return RpcPluginInfoModifier and TypeMethodDescriptionRpcPluginInfo.Builder.build()RpcPluginInfo.Builder.buildPartial()static RpcPluginInfoRpcPluginInfo.getDefaultInstance()RpcPluginInfo.Builder.getDefaultInstanceForType()RpcPluginInfo.getDefaultInstanceForType()static RpcPluginInfoRpcPluginInfo.parseDelimitedFrom(InputStream input) static RpcPluginInfoRpcPluginInfo.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RpcPluginInfoRpcPluginInfo.parseFrom(byte[] data) static RpcPluginInfoRpcPluginInfo.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RpcPluginInfoRpcPluginInfo.parseFrom(com.google.protobuf.ByteString data) static RpcPluginInfoRpcPluginInfo.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RpcPluginInfoRpcPluginInfo.parseFrom(com.google.protobuf.CodedInputStream input) static RpcPluginInfoRpcPluginInfo.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RpcPluginInfoRpcPluginInfo.parseFrom(InputStream input) static RpcPluginInfoRpcPluginInfo.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RpcPluginInfoRpcPluginInfo.parseFrom(ByteBuffer data) static RpcPluginInfoRpcPluginInfo.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ExtractionPluginServiceGrpc.ExtractionPluginServiceBlockingStub.pluginInfo(com.google.protobuf.Empty request) Returns Extraction Plugin information, that is, a full description of the extraction plugin, and it expected input and outputs.Methods in org.hansken.extraction.plugin.grpc that return types with arguments of type RpcPluginInfoModifier and TypeMethodDescriptioncom.google.protobuf.Parser<RpcPluginInfo> RpcPluginInfo.getParserForType()static io.grpc.MethodDescriptor<com.google.protobuf.Empty, RpcPluginInfo> ExtractionPluginServiceGrpc.getPluginInfoMethod()static com.google.protobuf.Parser<RpcPluginInfo> RpcPluginInfo.parser()com.google.common.util.concurrent.ListenableFuture<RpcPluginInfo> ExtractionPluginServiceGrpc.ExtractionPluginServiceFutureStub.pluginInfo(com.google.protobuf.Empty request) Returns Extraction Plugin information, that is, a full description of the extraction plugin, and it expected input and outputs.Methods in org.hansken.extraction.plugin.grpc with parameters of type RpcPluginInfoModifier and TypeMethodDescriptionRpcPluginInfo.Builder.mergeFrom(RpcPluginInfo other) static RpcPluginInfo.BuilderRpcPluginInfo.newBuilder(RpcPluginInfo prototype) Method parameters in org.hansken.extraction.plugin.grpc with type arguments of type RpcPluginInfoModifier and TypeMethodDescriptiondefault voidExtractionPluginServiceGrpc.AsyncService.pluginInfo(com.google.protobuf.Empty request, io.grpc.stub.StreamObserver<RpcPluginInfo> responseObserver) Returns Extraction Plugin information, that is, a full description of the extraction plugin, and it expected input and outputs.voidExtractionPluginServiceGrpc.ExtractionPluginServiceStub.pluginInfo(com.google.protobuf.Empty request, io.grpc.stub.StreamObserver<RpcPluginInfo> responseObserver) Returns Extraction Plugin information, that is, a full description of the extraction plugin, and it expected input and outputs.