Package gauge.messages
Class Messages.ExecuteStepRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<Messages.ExecuteStepRequest.Builder>
gauge.messages.Messages.ExecuteStepRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Messages.ExecuteStepRequestOrBuilder,Cloneable
- Enclosing class:
- Messages.ExecuteStepRequest
public static final class Messages.ExecuteStepRequest.Builder
extends com.google.protobuf.GeneratedMessage.Builder<Messages.ExecuteStepRequest.Builder>
implements Messages.ExecuteStepRequestOrBuilder
/ Request sent ot the runner to Execute a StepProtobuf type
gauge.messages.ExecuteStepRequest-
Method Summary
Modifier and TypeMethodDescriptionaddAllParameters(Iterable<? extends Spec.Parameter> values) / Collection of parameters applicable to the current Step.addParameters(int index, Spec.Parameter value) / Collection of parameters applicable to the current Step.addParameters(int index, Spec.Parameter.Builder builderForValue) / Collection of parameters applicable to the current Step.addParameters(Spec.Parameter value) / Collection of parameters applicable to the current Step.addParameters(Spec.Parameter.Builder builderForValue) / Collection of parameters applicable to the current Step./ Collection of parameters applicable to the current Step.addParametersBuilder(int index) / Collection of parameters applicable to the current Step.build()clear()/ Contains the actual text of the Step being executed/ Collection of parameters applicable to the current Step./ Contains the parsed text of the Step being executed/ Flag to indicate if the execution of the Scenario, containing the current Step, failed.int32 stream = 5;/ Contains the actual text of the Step being executedcom.google.protobuf.ByteString/ Contains the actual text of the Step being executedstatic final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.DescriptorgetParameters(int index) / Collection of parameters applicable to the current Step.getParametersBuilder(int index) / Collection of parameters applicable to the current Step./ Collection of parameters applicable to the current Step.int/ Collection of parameters applicable to the current Step./ Collection of parameters applicable to the current Step.getParametersOrBuilder(int index) / Collection of parameters applicable to the current Step.List<? extends Spec.ParameterOrBuilder>/ Collection of parameters applicable to the current Step./ Contains the parsed text of the Step being executedcom.google.protobuf.ByteString/ Contains the parsed text of the Step being executedboolean/ Flag to indicate if the execution of the Scenario, containing the current Step, failed.intint32 stream = 5;protected com.google.protobuf.GeneratedMessage.FieldAccessorTablefinal booleanmergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) removeParameters(int index) / Collection of parameters applicable to the current Step.setActualStepText(String value) / Contains the actual text of the Step being executedsetActualStepTextBytes(com.google.protobuf.ByteString value) / Contains the actual text of the Step being executedsetParameters(int index, Spec.Parameter value) / Collection of parameters applicable to the current Step.setParameters(int index, Spec.Parameter.Builder builderForValue) / Collection of parameters applicable to the current Step.setParsedStepText(String value) / Contains the parsed text of the Step being executedsetParsedStepTextBytes(com.google.protobuf.ByteString value) / Contains the parsed text of the Step being executedsetScenarioFailing(boolean value) / Flag to indicate if the execution of the Scenario, containing the current Step, failed.setStream(int value) int32 stream = 5;Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessage.Builder<Messages.ExecuteStepRequest.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessage.Builder<Messages.ExecuteStepRequest.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessage.Builder<Messages.ExecuteStepRequest.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Messages.ExecuteStepRequest.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage.Builder<Messages.ExecuteStepRequest.Builder>
-
mergeFrom
public Messages.ExecuteStepRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Messages.ExecuteStepRequest.Builder>- Throws:
IOException
-
getActualStepText
/ Contains the actual text of the Step being executed. / This contains the parameters as defined in the Spec.
string actualStepText = 1;- Specified by:
getActualStepTextin interfaceMessages.ExecuteStepRequestOrBuilder- Returns:
- The actualStepText.
-
getActualStepTextBytes
public com.google.protobuf.ByteString getActualStepTextBytes()/ Contains the actual text of the Step being executed. / This contains the parameters as defined in the Spec.
string actualStepText = 1;- Specified by:
getActualStepTextBytesin interfaceMessages.ExecuteStepRequestOrBuilder- Returns:
- The bytes for actualStepText.
-
setActualStepText
/ Contains the actual text of the Step being executed. / This contains the parameters as defined in the Spec.
string actualStepText = 1;- Parameters:
value- The actualStepText to set.- Returns:
- This builder for chaining.
-
clearActualStepText
/ Contains the actual text of the Step being executed. / This contains the parameters as defined in the Spec.
string actualStepText = 1;- Returns:
- This builder for chaining.
-
setActualStepTextBytes
public Messages.ExecuteStepRequest.Builder setActualStepTextBytes(com.google.protobuf.ByteString value) / Contains the actual text of the Step being executed. / This contains the parameters as defined in the Spec.
string actualStepText = 1;- Parameters:
value- The bytes for actualStepText to set.- Returns:
- This builder for chaining.
-
getParsedStepText
/ Contains the parsed text of the Step being executed. / The paramters are replaced with placeholders.
string parsedStepText = 2;- Specified by:
getParsedStepTextin interfaceMessages.ExecuteStepRequestOrBuilder- Returns:
- The parsedStepText.
-
getParsedStepTextBytes
public com.google.protobuf.ByteString getParsedStepTextBytes()/ Contains the parsed text of the Step being executed. / The paramters are replaced with placeholders.
string parsedStepText = 2;- Specified by:
getParsedStepTextBytesin interfaceMessages.ExecuteStepRequestOrBuilder- Returns:
- The bytes for parsedStepText.
-
setParsedStepText
/ Contains the parsed text of the Step being executed. / The paramters are replaced with placeholders.
string parsedStepText = 2;- Parameters:
value- The parsedStepText to set.- Returns:
- This builder for chaining.
-
clearParsedStepText
/ Contains the parsed text of the Step being executed. / The paramters are replaced with placeholders.
string parsedStepText = 2;- Returns:
- This builder for chaining.
-
setParsedStepTextBytes
public Messages.ExecuteStepRequest.Builder setParsedStepTextBytes(com.google.protobuf.ByteString value) / Contains the parsed text of the Step being executed. / The paramters are replaced with placeholders.
string parsedStepText = 2;- Parameters:
value- The bytes for parsedStepText to set.- Returns:
- This builder for chaining.
-
getScenarioFailing
public boolean getScenarioFailing()/ Flag to indicate if the execution of the Scenario, containing the current Step, failed.
bool scenarioFailing = 3;- Specified by:
getScenarioFailingin interfaceMessages.ExecuteStepRequestOrBuilder- Returns:
- The scenarioFailing.
-
setScenarioFailing
/ Flag to indicate if the execution of the Scenario, containing the current Step, failed.
bool scenarioFailing = 3;- Parameters:
value- The scenarioFailing to set.- Returns:
- This builder for chaining.
-
clearScenarioFailing
/ Flag to indicate if the execution of the Scenario, containing the current Step, failed.
bool scenarioFailing = 3;- Returns:
- This builder for chaining.
-
getParametersList
/ Collection of parameters applicable to the current Step.
repeated .gauge.messages.Parameter parameters = 4;- Specified by:
getParametersListin interfaceMessages.ExecuteStepRequestOrBuilder
-
getParametersCount
public int getParametersCount()/ Collection of parameters applicable to the current Step.
repeated .gauge.messages.Parameter parameters = 4;- Specified by:
getParametersCountin interfaceMessages.ExecuteStepRequestOrBuilder
-
getParameters
/ Collection of parameters applicable to the current Step.
repeated .gauge.messages.Parameter parameters = 4;- Specified by:
getParametersin interfaceMessages.ExecuteStepRequestOrBuilder
-
setParameters
/ Collection of parameters applicable to the current Step.
repeated .gauge.messages.Parameter parameters = 4; -
setParameters
public Messages.ExecuteStepRequest.Builder setParameters(int index, Spec.Parameter.Builder builderForValue) / Collection of parameters applicable to the current Step.
repeated .gauge.messages.Parameter parameters = 4; -
addParameters
/ Collection of parameters applicable to the current Step.
repeated .gauge.messages.Parameter parameters = 4; -
addParameters
/ Collection of parameters applicable to the current Step.
repeated .gauge.messages.Parameter parameters = 4; -
addParameters
/ Collection of parameters applicable to the current Step.
repeated .gauge.messages.Parameter parameters = 4; -
addParameters
public Messages.ExecuteStepRequest.Builder addParameters(int index, Spec.Parameter.Builder builderForValue) / Collection of parameters applicable to the current Step.
repeated .gauge.messages.Parameter parameters = 4; -
addAllParameters
public Messages.ExecuteStepRequest.Builder addAllParameters(Iterable<? extends Spec.Parameter> values) / Collection of parameters applicable to the current Step.
repeated .gauge.messages.Parameter parameters = 4; -
clearParameters
/ Collection of parameters applicable to the current Step.
repeated .gauge.messages.Parameter parameters = 4; -
removeParameters
/ Collection of parameters applicable to the current Step.
repeated .gauge.messages.Parameter parameters = 4; -
getParametersBuilder
/ Collection of parameters applicable to the current Step.
repeated .gauge.messages.Parameter parameters = 4; -
getParametersOrBuilder
/ Collection of parameters applicable to the current Step.
repeated .gauge.messages.Parameter parameters = 4;- Specified by:
getParametersOrBuilderin interfaceMessages.ExecuteStepRequestOrBuilder
-
getParametersOrBuilderList
/ Collection of parameters applicable to the current Step.
repeated .gauge.messages.Parameter parameters = 4;- Specified by:
getParametersOrBuilderListin interfaceMessages.ExecuteStepRequestOrBuilder
-
addParametersBuilder
/ Collection of parameters applicable to the current Step.
repeated .gauge.messages.Parameter parameters = 4; -
addParametersBuilder
/ Collection of parameters applicable to the current Step.
repeated .gauge.messages.Parameter parameters = 4; -
getParametersBuilderList
/ Collection of parameters applicable to the current Step.
repeated .gauge.messages.Parameter parameters = 4; -
getStream
public int getStream()int32 stream = 5;- Specified by:
getStreamin interfaceMessages.ExecuteStepRequestOrBuilder- Returns:
- The stream.
-
setStream
int32 stream = 5;- Parameters:
value- The stream to set.- Returns:
- This builder for chaining.
-
clearStream
int32 stream = 5;- Returns:
- This builder for chaining.
-