Uses of Class
gauge.messages.Messages.ImplementationFileGlobPatternResponse
Packages that use Messages.ImplementationFileGlobPatternResponse
-
Uses of Messages.ImplementationFileGlobPatternResponse in com.thoughtworks.gauge
Method parameters in com.thoughtworks.gauge with type arguments of type Messages.ImplementationFileGlobPatternResponseModifier and TypeMethodDescriptionvoidRunnerServiceHandler.getGlobPatterns(Messages.Empty request, io.grpc.stub.StreamObserver<Messages.ImplementationFileGlobPatternResponse> responseObserver) -
Uses of Messages.ImplementationFileGlobPatternResponse in gauge.messages
Methods in gauge.messages that return Messages.ImplementationFileGlobPatternResponseModifier and TypeMethodDescriptionMessages.ImplementationFileGlobPatternResponse.Builder.build()Messages.ImplementationFileGlobPatternResponse.Builder.buildPartial()Messages.ImplementationFileGlobPatternResponse.getDefaultInstance()Messages.ImplementationFileGlobPatternResponse.Builder.getDefaultInstanceForType()Messages.ImplementationFileGlobPatternResponse.getDefaultInstanceForType()RunnerGrpc.RunnerBlockingStub.getGlobPatterns(Messages.Empty request) GetGlobPatterns is a RPC to get the file path pattern which needs to be cached.Messages.Message.Builder.getImplementationFileGlobPatternResponse()/ [ImplementationFileGlobPatternResponse](#gauge.messages.ImplementationFileGlobPatternResponse)Messages.Message.getImplementationFileGlobPatternResponse()/ [ImplementationFileGlobPatternResponse](#gauge.messages.ImplementationFileGlobPatternResponse)Messages.MessageOrBuilder.getImplementationFileGlobPatternResponse()/ [ImplementationFileGlobPatternResponse](#gauge.messages.ImplementationFileGlobPatternResponse)Messages.ImplementationFileGlobPatternResponse.parseDelimitedFrom(InputStream input) Messages.ImplementationFileGlobPatternResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Messages.ImplementationFileGlobPatternResponse.parseFrom(byte[] data) Messages.ImplementationFileGlobPatternResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Messages.ImplementationFileGlobPatternResponse.parseFrom(com.google.protobuf.ByteString data) Messages.ImplementationFileGlobPatternResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Messages.ImplementationFileGlobPatternResponse.parseFrom(com.google.protobuf.CodedInputStream input) Messages.ImplementationFileGlobPatternResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Messages.ImplementationFileGlobPatternResponse.parseFrom(InputStream input) Messages.ImplementationFileGlobPatternResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Messages.ImplementationFileGlobPatternResponse.parseFrom(ByteBuffer data) Messages.ImplementationFileGlobPatternResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in gauge.messages that return types with arguments of type Messages.ImplementationFileGlobPatternResponseModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<Messages.Empty,Messages.ImplementationFileGlobPatternResponse> RunnerGrpc.getGetGlobPatternsMethod()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.com.google.protobuf.Parser<Messages.ImplementationFileGlobPatternResponse>Messages.ImplementationFileGlobPatternResponse.getParserForType()static com.google.protobuf.Parser<Messages.ImplementationFileGlobPatternResponse>Messages.ImplementationFileGlobPatternResponse.parser()Methods in gauge.messages with parameters of type Messages.ImplementationFileGlobPatternResponseModifier and TypeMethodDescriptionMessages.ImplementationFileGlobPatternResponse.Builder.mergeFrom(Messages.ImplementationFileGlobPatternResponse other) Messages.Message.Builder.mergeImplementationFileGlobPatternResponse(Messages.ImplementationFileGlobPatternResponse value) / [ImplementationFileGlobPatternResponse](#gauge.messages.ImplementationFileGlobPatternResponse)Messages.ImplementationFileGlobPatternResponse.newBuilder(Messages.ImplementationFileGlobPatternResponse prototype) Messages.Message.Builder.setImplementationFileGlobPatternResponse(Messages.ImplementationFileGlobPatternResponse value) / [ImplementationFileGlobPatternResponse](#gauge.messages.ImplementationFileGlobPatternResponse)Method parameters in gauge.messages with type arguments of type Messages.ImplementationFileGlobPatternResponseModifier and TypeMethodDescriptiondefault voidRunnerGrpc.AsyncService.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.