Uses of Class
gauge.messages.Messages.Empty
-
Packages that use Messages.Empty Package Description com.thoughtworks.gauge gauge.messages -
-
Uses of Messages.Empty in com.thoughtworks.gauge
Methods in com.thoughtworks.gauge with parameters of type Messages.Empty Modifier and Type Method Description voidRunnerServiceHandler. getGlobPatterns(Messages.Empty request, io.grpc.stub.StreamObserver<Messages.ImplementationFileGlobPatternResponse> responseObserver)voidRunnerServiceHandler. getImplementationFiles(Messages.Empty request, io.grpc.stub.StreamObserver<Messages.ImplementationFileListResponse> responseObserver)Method parameters in com.thoughtworks.gauge with type arguments of type Messages.Empty Modifier and Type Method Description voidRunnerServiceHandler. cacheFile(Messages.CacheFileRequest request, io.grpc.stub.StreamObserver<Messages.Empty> responseObserver)voidRunnerServiceHandler. kill(Messages.KillProcessRequest request, io.grpc.stub.StreamObserver<Messages.Empty> responseObserver) -
Uses of Messages.Empty in gauge.messages
Methods in gauge.messages that return Messages.Empty Modifier and Type Method Description Messages.EmptyMessages.Empty.Builder. build()Messages.EmptyMessages.Empty.Builder. buildPartial()Messages.EmptyRunnerGrpc.RunnerBlockingStub. cacheFile(Messages.CacheFileRequest request)CacheFile is a RPC to tell runner to load/reload/unload a implementation file.static Messages.EmptyMessages.Empty. getDefaultInstance()Messages.EmptyMessages.Empty.Builder. getDefaultInstanceForType()Messages.EmptyMessages.Empty. getDefaultInstanceForType()Messages.EmptyRunnerGrpc.RunnerBlockingStub. kill(Messages.KillProcessRequest request)Kill is a RPC tell plugin to stop grpc server and kill the plugin process.static Messages.EmptyMessages.Empty. parseDelimitedFrom(InputStream input)static Messages.EmptyMessages.Empty. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Messages.EmptyMessages.Empty. parseFrom(byte[] data)static Messages.EmptyMessages.Empty. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Messages.EmptyMessages.Empty. parseFrom(com.google.protobuf.ByteString data)static Messages.EmptyMessages.Empty. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Messages.EmptyMessages.Empty. parseFrom(com.google.protobuf.CodedInputStream input)static Messages.EmptyMessages.Empty. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Messages.EmptyMessages.Empty. parseFrom(InputStream input)static Messages.EmptyMessages.Empty. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Messages.EmptyMessages.Empty. parseFrom(ByteBuffer data)static Messages.EmptyMessages.Empty. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in gauge.messages that return types with arguments of type Messages.Empty Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Messages.Empty>RunnerGrpc.RunnerFutureStub. cacheFile(Messages.CacheFileRequest request)CacheFile is a RPC to tell runner to load/reload/unload a implementation file.static io.grpc.MethodDescriptor<Messages.CacheFileRequest,Messages.Empty>RunnerGrpc. getCacheFileMethod()static io.grpc.MethodDescriptor<Messages.Empty,Messages.ImplementationFileGlobPatternResponse>RunnerGrpc. getGetGlobPatternsMethod()static io.grpc.MethodDescriptor<Messages.Empty,Messages.ImplementationFileListResponse>RunnerGrpc. getGetImplementationFilesMethod()static io.grpc.MethodDescriptor<Messages.KillProcessRequest,Messages.Empty>RunnerGrpc. getKillMethod()com.google.protobuf.Parser<Messages.Empty>Messages.Empty. getParserForType()com.google.common.util.concurrent.ListenableFuture<Messages.Empty>RunnerGrpc.RunnerFutureStub. kill(Messages.KillProcessRequest request)Kill is a RPC tell plugin to stop grpc server and kill the plugin process.static com.google.protobuf.Parser<Messages.Empty>Messages.Empty. parser()Methods in gauge.messages with parameters of type Messages.Empty Modifier and Type Method Description Messages.ImplementationFileGlobPatternResponseRunnerGrpc.RunnerBlockingStub. getGlobPatterns(Messages.Empty request)GetGlobPatterns is a RPC to get the file path pattern which needs to be cached.com.google.common.util.concurrent.ListenableFuture<Messages.ImplementationFileGlobPatternResponse>RunnerGrpc.RunnerFutureStub. getGlobPatterns(Messages.Empty request)GetGlobPatterns is a RPC to get the file path pattern which needs to be cached.voidRunnerGrpc.RunnerImplBase. getGlobPatterns(Messages.Empty request, io.grpc.stub.StreamObserver<Messages.ImplementationFileGlobPatternResponse> responseObserver)GetGlobPatterns is a RPC to get the file path pattern which needs to be cached.voidRunnerGrpc.RunnerStub. getGlobPatterns(Messages.Empty request, io.grpc.stub.StreamObserver<Messages.ImplementationFileGlobPatternResponse> responseObserver)GetGlobPatterns is a RPC to get the file path pattern which needs to be cached.Messages.ImplementationFileListResponseRunnerGrpc.RunnerBlockingStub. getImplementationFiles(Messages.Empty request)GetImplementationFiles is a RPC get all the existing implementation files.com.google.common.util.concurrent.ListenableFuture<Messages.ImplementationFileListResponse>RunnerGrpc.RunnerFutureStub. getImplementationFiles(Messages.Empty request)GetImplementationFiles is a RPC get all the existing implementation files.voidRunnerGrpc.RunnerImplBase. getImplementationFiles(Messages.Empty request, io.grpc.stub.StreamObserver<Messages.ImplementationFileListResponse> responseObserver)GetImplementationFiles is a RPC get all the existing implementation files.voidRunnerGrpc.RunnerStub. getImplementationFiles(Messages.Empty request, io.grpc.stub.StreamObserver<Messages.ImplementationFileListResponse> responseObserver)GetImplementationFiles is a RPC get all the existing implementation files.Messages.Empty.BuilderMessages.Empty.Builder. mergeFrom(Messages.Empty other)static Messages.Empty.BuilderMessages.Empty. newBuilder(Messages.Empty prototype)Method parameters in gauge.messages with type arguments of type Messages.Empty Modifier and Type Method Description voidRunnerGrpc.RunnerImplBase. cacheFile(Messages.CacheFileRequest request, io.grpc.stub.StreamObserver<Messages.Empty> responseObserver)CacheFile is a RPC to tell runner to load/reload/unload a implementation file.voidRunnerGrpc.RunnerStub. cacheFile(Messages.CacheFileRequest request, io.grpc.stub.StreamObserver<Messages.Empty> responseObserver)CacheFile is a RPC to tell runner to load/reload/unload a implementation file.voidRunnerGrpc.RunnerImplBase. kill(Messages.KillProcessRequest request, io.grpc.stub.StreamObserver<Messages.Empty> responseObserver)Kill is a RPC tell plugin to stop grpc server and kill the plugin process.voidRunnerGrpc.RunnerStub. kill(Messages.KillProcessRequest request, io.grpc.stub.StreamObserver<Messages.Empty> responseObserver)Kill is a RPC tell plugin to stop grpc server and kill the plugin process.
-