Uses of Class
com.apivolve.xolir.Service.GeneratorResult
-
Uses of Service.GeneratorResult in com.apivolve.xolir
Methods in com.apivolve.xolir that return Service.GeneratorResultModifier and TypeMethodDescriptionService.GeneratorResult.Builder.build()Service.GeneratorResult.Builder.buildPartial()GeneratorGrpc.GeneratorBlockingStub.generateClean(ProgramOuterClass.Program request) GeneratorGrpc.GeneratorBlockingV2Stub.generateClean(ProgramOuterClass.Program request) static Service.GeneratorResultService.GeneratorResult.getDefaultInstance()Service.GeneratorResult.Builder.getDefaultInstanceForType()Service.GeneratorResult.getDefaultInstanceForType()static Service.GeneratorResultService.GeneratorResult.parseDelimitedFrom(InputStream input) static Service.GeneratorResultService.GeneratorResult.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.GeneratorResultService.GeneratorResult.parseFrom(byte[] data) static Service.GeneratorResultService.GeneratorResult.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.GeneratorResultService.GeneratorResult.parseFrom(com.google.protobuf.ByteString data) static Service.GeneratorResultService.GeneratorResult.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.GeneratorResultService.GeneratorResult.parseFrom(com.google.protobuf.CodedInputStream input) static Service.GeneratorResultService.GeneratorResult.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.GeneratorResultService.GeneratorResult.parseFrom(InputStream input) static Service.GeneratorResultService.GeneratorResult.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.GeneratorResultService.GeneratorResult.parseFrom(ByteBuffer data) static Service.GeneratorResultService.GeneratorResult.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.apivolve.xolir that return types with arguments of type Service.GeneratorResultModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<Service.GeneratorResult>GeneratorGrpc.GeneratorFutureStub.generateClean(ProgramOuterClass.Program request) static io.grpc.MethodDescriptor<ProgramOuterClass.Program,Service.GeneratorResult> GeneratorGrpc.getGenerateCleanMethod()com.google.protobuf.Parser<Service.GeneratorResult>Service.GeneratorResult.getParserForType()static com.google.protobuf.Parser<Service.GeneratorResult>Service.GeneratorResult.parser()Methods in com.apivolve.xolir with parameters of type Service.GeneratorResultModifier and TypeMethodDescriptionService.GeneratorResult.Builder.mergeFrom(Service.GeneratorResult other) Service.GeneratorResult.newBuilder(Service.GeneratorResult prototype) Method parameters in com.apivolve.xolir with type arguments of type Service.GeneratorResultModifier and TypeMethodDescriptiondefault voidGeneratorGrpc.AsyncService.generateClean(ProgramOuterClass.Program request, io.grpc.stub.StreamObserver<Service.GeneratorResult> responseObserver) voidGeneratorGrpc.GeneratorStub.generateClean(ProgramOuterClass.Program request, io.grpc.stub.StreamObserver<Service.GeneratorResult> responseObserver)