Uses of Class
gauge.messages.Messages.StepNameResponse.Builder
Packages that use Messages.StepNameResponse.Builder
-
Uses of Messages.StepNameResponse.Builder in gauge.messages
Methods in gauge.messages that return Messages.StepNameResponse.BuilderModifier and TypeMethodDescriptionMessages.StepNameResponse.Builder.addAllStepName(Iterable<String> values) / The Step name of the given step.Messages.StepNameResponse.Builder.addStepName(String value) / The Step name of the given step.Messages.StepNameResponse.Builder.addStepNameBytes(com.google.protobuf.ByteString value) / The Step name of the given step.Messages.StepNameResponse.Builder.clear()Messages.StepNameResponse.Builder.clearFileName()/ File name in which the step implementation existsMessages.StepNameResponse.Builder.clearHasAlias()/ Flag indicating if the given Step is an alias.Messages.StepNameResponse.Builder.clearIsExternal()/ Flag indicating if the given Step defined in some external library and the source code can not be accessed.Messages.StepNameResponse.Builder.clearIsStepPresent()/ Flag indicating if there is a match for the given Step Text.Messages.StepNameResponse.Builder.clearSpan()/ Range of stepMessages.StepNameResponse.Builder.clearStepName()/ The Step name of the given step.Messages.Message.Builder.getStepNameResponseBuilder()/ [StepNameResponse](#gauge.messages.StepNameResponse)Messages.StepNameResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Messages.StepNameResponse.Builder.mergeFrom(com.google.protobuf.Message other) Messages.StepNameResponse.Builder.mergeFrom(Messages.StepNameResponse other) / Range of stepMessages.StepNameResponse.newBuilder()Messages.StepNameResponse.newBuilder(Messages.StepNameResponse prototype) Messages.StepNameResponse.newBuilderForType()protected Messages.StepNameResponse.BuilderMessages.StepNameResponse.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Messages.StepNameResponse.Builder.setFileName(String value) / File name in which the step implementation existsMessages.StepNameResponse.Builder.setFileNameBytes(com.google.protobuf.ByteString value) / File name in which the step implementation existsMessages.StepNameResponse.Builder.setHasAlias(boolean value) / Flag indicating if the given Step is an alias.Messages.StepNameResponse.Builder.setIsExternal(boolean value) / Flag indicating if the given Step defined in some external library and the source code can not be accessed.Messages.StepNameResponse.Builder.setIsStepPresent(boolean value) / Flag indicating if there is a match for the given Step Text./ Range of stepMessages.StepNameResponse.Builder.setSpan(Spec.Span.Builder builderForValue) / Range of stepMessages.StepNameResponse.Builder.setStepName(int index, String value) / The Step name of the given step.Messages.StepNameResponse.toBuilder()Methods in gauge.messages with parameters of type Messages.StepNameResponse.BuilderModifier and TypeMethodDescriptionMessages.Message.Builder.setStepNameResponse(Messages.StepNameResponse.Builder builderForValue) / [StepNameResponse](#gauge.messages.StepNameResponse)