Uses of Class
gauge.messages.Messages.FileDiff
Packages that use Messages.FileDiff
-
Uses of Messages.FileDiff in com.thoughtworks.gauge
Method parameters in com.thoughtworks.gauge with type arguments of type Messages.FileDiffModifier and TypeMethodDescriptionvoidRunnerServiceHandler.implementStub(Messages.StubImplementationCodeRequest request, io.grpc.stub.StreamObserver<Messages.FileDiff> responseObserver) -
Uses of Messages.FileDiff in gauge.messages
Methods in gauge.messages that return Messages.FileDiffModifier and TypeMethodDescriptionMessages.FileDiff.Builder.build()Messages.FileDiff.Builder.buildPartial()static Messages.FileDiffMessages.FileDiff.getDefaultInstance()Messages.FileDiff.Builder.getDefaultInstanceForType()Messages.FileDiff.getDefaultInstanceForType()Messages.Message.Builder.getFileDiff()/ [FileDiff](#gauge.messages.FileDiff)Messages.Message.getFileDiff()/ [FileDiff](#gauge.messages.FileDiff)Messages.MessageOrBuilder.getFileDiff()/ [FileDiff](#gauge.messages.FileDiff)RunnerGrpc.RunnerBlockingStub.implementStub(Messages.StubImplementationCodeRequest request) ImplementStub is a RPC to to ask runner to add a given implementation to given file.static Messages.FileDiffMessages.FileDiff.parseDelimitedFrom(InputStream input) static Messages.FileDiffMessages.FileDiff.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Messages.FileDiffMessages.FileDiff.parseFrom(byte[] data) static Messages.FileDiffMessages.FileDiff.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Messages.FileDiffMessages.FileDiff.parseFrom(com.google.protobuf.ByteString data) static Messages.FileDiffMessages.FileDiff.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Messages.FileDiffMessages.FileDiff.parseFrom(com.google.protobuf.CodedInputStream input) static Messages.FileDiffMessages.FileDiff.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Messages.FileDiffMessages.FileDiff.parseFrom(InputStream input) static Messages.FileDiffMessages.FileDiff.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Messages.FileDiffMessages.FileDiff.parseFrom(ByteBuffer data) static Messages.FileDiffMessages.FileDiff.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in gauge.messages that return types with arguments of type Messages.FileDiffModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<Messages.StubImplementationCodeRequest,Messages.FileDiff> RunnerGrpc.getImplementStubMethod()com.google.protobuf.Parser<Messages.FileDiff>Messages.FileDiff.getParserForType()com.google.common.util.concurrent.ListenableFuture<Messages.FileDiff>RunnerGrpc.RunnerFutureStub.implementStub(Messages.StubImplementationCodeRequest request) ImplementStub is a RPC to to ask runner to add a given implementation to given file.static com.google.protobuf.Parser<Messages.FileDiff>Messages.FileDiff.parser()Methods in gauge.messages with parameters of type Messages.FileDiffModifier and TypeMethodDescriptionMessages.Message.Builder.mergeFileDiff(Messages.FileDiff value) / [FileDiff](#gauge.messages.FileDiff)Messages.FileDiff.Builder.mergeFrom(Messages.FileDiff other) static Messages.FileDiff.BuilderMessages.FileDiff.newBuilder(Messages.FileDiff prototype) Messages.Message.Builder.setFileDiff(Messages.FileDiff value) / [FileDiff](#gauge.messages.FileDiff)Method parameters in gauge.messages with type arguments of type Messages.FileDiffModifier and TypeMethodDescriptiondefault voidRunnerGrpc.AsyncService.implementStub(Messages.StubImplementationCodeRequest request, io.grpc.stub.StreamObserver<Messages.FileDiff> responseObserver) ImplementStub is a RPC to to ask runner to add a given implementation to given file.voidRunnerGrpc.RunnerStub.implementStub(Messages.StubImplementationCodeRequest request, io.grpc.stub.StreamObserver<Messages.FileDiff> responseObserver) ImplementStub is a RPC to to ask runner to add a given implementation to given file.