Package gauge.messages
Class Messages.ExecuteStepRequest
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- gauge.messages.Messages.ExecuteStepRequest
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Messages.ExecuteStepRequestOrBuilder,Serializable
- Enclosing class:
- Messages
public static final class Messages.ExecuteStepRequest extends com.google.protobuf.GeneratedMessageV3 implements Messages.ExecuteStepRequestOrBuilder
/ Request sent ot the runner to Execute a Step
Protobuf typegauge.messages.ExecuteStepRequest- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMessages.ExecuteStepRequest.Builder/ Request sent ot the runner to Execute a Step-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intACTUALSTEPTEXT_FIELD_NUMBERstatic intPARAMETERS_FIELD_NUMBERstatic intPARSEDSTEPTEXT_FIELD_NUMBERstatic intSCENARIOFAILING_FIELD_NUMBERstatic intSTREAM_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetActualStepText()/ Contains the actual text of the Step being executed.com.google.protobuf.ByteStringgetActualStepTextBytes()/ Contains the actual text of the Step being executed.static Messages.ExecuteStepRequestgetDefaultInstance()Messages.ExecuteStepRequestgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()Spec.ParametergetParameters(int index)/ Collection of parameters applicable to the current Step.intgetParametersCount()/ Collection of parameters applicable to the current Step.List<Spec.Parameter>getParametersList()/ Collection of parameters applicable to the current Step.Spec.ParameterOrBuildergetParametersOrBuilder(int index)/ Collection of parameters applicable to the current Step.List<? extends Spec.ParameterOrBuilder>getParametersOrBuilderList()/ Collection of parameters applicable to the current Step.StringgetParsedStepText()/ Contains the parsed text of the Step being executed.com.google.protobuf.ByteStringgetParsedStepTextBytes()/ Contains the parsed text of the Step being executed.com.google.protobuf.Parser<Messages.ExecuteStepRequest>getParserForType()booleangetScenarioFailing()/ Flag to indicate if the execution of the Scenario, containing the current Step, failed.intgetSerializedSize()intgetStream()int32 stream = 5;com.google.protobuf.UnknownFieldSetgetUnknownFields()inthashCode()protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static Messages.ExecuteStepRequest.BuildernewBuilder()static Messages.ExecuteStepRequest.BuildernewBuilder(Messages.ExecuteStepRequest prototype)Messages.ExecuteStepRequest.BuildernewBuilderForType()protected Messages.ExecuteStepRequest.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)static Messages.ExecuteStepRequestparseDelimitedFrom(InputStream input)static Messages.ExecuteStepRequestparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Messages.ExecuteStepRequestparseFrom(byte[] data)static Messages.ExecuteStepRequestparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Messages.ExecuteStepRequestparseFrom(com.google.protobuf.ByteString data)static Messages.ExecuteStepRequestparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Messages.ExecuteStepRequestparseFrom(com.google.protobuf.CodedInputStream input)static Messages.ExecuteStepRequestparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Messages.ExecuteStepRequestparseFrom(InputStream input)static Messages.ExecuteStepRequestparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Messages.ExecuteStepRequestparseFrom(ByteBuffer data)static Messages.ExecuteStepRequestparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<Messages.ExecuteStepRequest>parser()Messages.ExecuteStepRequest.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newInstance, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
ACTUALSTEPTEXT_FIELD_NUMBER
public static final int ACTUALSTEPTEXT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PARSEDSTEPTEXT_FIELD_NUMBER
public static final int PARSEDSTEPTEXT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SCENARIOFAILING_FIELD_NUMBER
public static final int SCENARIOFAILING_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PARAMETERS_FIELD_NUMBER
public static final int PARAMETERS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STREAM_FIELD_NUMBER
public static final int STREAM_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getActualStepText
public String 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
-
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
-
getParsedStepText
public String getParsedStepText()
/ Contains the parsed text of the Step being executed. / The paramters are replaced with placeholders.
string parsedStepText = 2;- Specified by:
getParsedStepTextin interfaceMessages.ExecuteStepRequestOrBuilder
-
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
-
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
-
getParametersList
public List<Spec.Parameter> getParametersList()
/ Collection of parameters applicable to the current Step.
repeated .gauge.messages.Parameter parameters = 4;- Specified by:
getParametersListin interfaceMessages.ExecuteStepRequestOrBuilder
-
getParametersOrBuilderList
public List<? extends Spec.ParameterOrBuilder> getParametersOrBuilderList()
/ Collection of parameters applicable to the current Step.
repeated .gauge.messages.Parameter parameters = 4;- Specified by:
getParametersOrBuilderListin 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
public Spec.Parameter getParameters(int index)
/ Collection of parameters applicable to the current Step.
repeated .gauge.messages.Parameter parameters = 4;- Specified by:
getParametersin interfaceMessages.ExecuteStepRequestOrBuilder
-
getParametersOrBuilder
public Spec.ParameterOrBuilder getParametersOrBuilder(int index)
/ Collection of parameters applicable to the current Step.
repeated .gauge.messages.Parameter parameters = 4;- Specified by:
getParametersOrBuilderin interfaceMessages.ExecuteStepRequestOrBuilder
-
getStream
public int getStream()
int32 stream = 5;- Specified by:
getStreamin interfaceMessages.ExecuteStepRequestOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static Messages.ExecuteStepRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Messages.ExecuteStepRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Messages.ExecuteStepRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Messages.ExecuteStepRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Messages.ExecuteStepRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Messages.ExecuteStepRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Messages.ExecuteStepRequest parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Messages.ExecuteStepRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Messages.ExecuteStepRequest parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Messages.ExecuteStepRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static Messages.ExecuteStepRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Messages.ExecuteStepRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public Messages.ExecuteStepRequest.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static Messages.ExecuteStepRequest.Builder newBuilder()
-
newBuilder
public static Messages.ExecuteStepRequest.Builder newBuilder(Messages.ExecuteStepRequest prototype)
-
toBuilder
public Messages.ExecuteStepRequest.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Messages.ExecuteStepRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static Messages.ExecuteStepRequest getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<Messages.ExecuteStepRequest> parser()
-
getParserForType
public com.google.protobuf.Parser<Messages.ExecuteStepRequest> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public Messages.ExecuteStepRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-