Uses of Class
gauge.messages.Messages.StepNameResponse
Packages that use Messages.StepNameResponse
-
Uses of Messages.StepNameResponse in com.thoughtworks.gauge
Method parameters in com.thoughtworks.gauge with type arguments of type Messages.StepNameResponseModifier and TypeMethodDescriptionvoidRunnerServiceHandler.getStepName(Messages.StepNameRequest request, io.grpc.stub.StreamObserver<Messages.StepNameResponse> responseObserver) -
Uses of Messages.StepNameResponse in gauge.messages
Methods in gauge.messages that return Messages.StepNameResponseModifier and TypeMethodDescriptionMessages.StepNameResponse.Builder.build()Messages.StepNameResponse.Builder.buildPartial()static Messages.StepNameResponseMessages.StepNameResponse.getDefaultInstance()Messages.StepNameResponse.Builder.getDefaultInstanceForType()Messages.StepNameResponse.getDefaultInstanceForType()RunnerGrpc.RunnerBlockingStub.getStepName(Messages.StepNameRequest request) GetStepName is a RPC to get information about the given step.Messages.Message.Builder.getStepNameResponse()/ [StepNameResponse](#gauge.messages.StepNameResponse)Messages.Message.getStepNameResponse()/ [StepNameResponse](#gauge.messages.StepNameResponse)Messages.MessageOrBuilder.getStepNameResponse()/ [StepNameResponse](#gauge.messages.StepNameResponse)static Messages.StepNameResponseMessages.StepNameResponse.parseDelimitedFrom(InputStream input) static Messages.StepNameResponseMessages.StepNameResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Messages.StepNameResponseMessages.StepNameResponse.parseFrom(byte[] data) static Messages.StepNameResponseMessages.StepNameResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Messages.StepNameResponseMessages.StepNameResponse.parseFrom(com.google.protobuf.ByteString data) static Messages.StepNameResponseMessages.StepNameResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Messages.StepNameResponseMessages.StepNameResponse.parseFrom(com.google.protobuf.CodedInputStream input) static Messages.StepNameResponseMessages.StepNameResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Messages.StepNameResponseMessages.StepNameResponse.parseFrom(InputStream input) static Messages.StepNameResponseMessages.StepNameResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Messages.StepNameResponseMessages.StepNameResponse.parseFrom(ByteBuffer data) static Messages.StepNameResponseMessages.StepNameResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in gauge.messages that return types with arguments of type Messages.StepNameResponseModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<Messages.StepNameRequest,Messages.StepNameResponse> RunnerGrpc.getGetStepNameMethod()com.google.protobuf.Parser<Messages.StepNameResponse>Messages.StepNameResponse.getParserForType()com.google.common.util.concurrent.ListenableFuture<Messages.StepNameResponse>RunnerGrpc.RunnerFutureStub.getStepName(Messages.StepNameRequest request) GetStepName is a RPC to get information about the given step.static com.google.protobuf.Parser<Messages.StepNameResponse>Messages.StepNameResponse.parser()Methods in gauge.messages with parameters of type Messages.StepNameResponseModifier and TypeMethodDescriptionMessages.StepNameResponse.Builder.mergeFrom(Messages.StepNameResponse other) Messages.Message.Builder.mergeStepNameResponse(Messages.StepNameResponse value) / [StepNameResponse](#gauge.messages.StepNameResponse)Messages.StepNameResponse.newBuilder(Messages.StepNameResponse prototype) Messages.Message.Builder.setStepNameResponse(Messages.StepNameResponse value) / [StepNameResponse](#gauge.messages.StepNameResponse)Method parameters in gauge.messages with type arguments of type Messages.StepNameResponseModifier and TypeMethodDescriptiondefault voidRunnerGrpc.AsyncService.getStepName(Messages.StepNameRequest request, io.grpc.stub.StreamObserver<Messages.StepNameResponse> responseObserver) GetStepName is a RPC to get information about the given step.voidRunnerGrpc.RunnerStub.getStepName(Messages.StepNameRequest request, io.grpc.stub.StreamObserver<Messages.StepNameResponse> responseObserver) GetStepName is a RPC to get information about the given step.