Package gauge.messages
Interface Spec.ProtoConceptOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Spec.ProtoConcept,Spec.ProtoConcept.Builder
- Enclosing class:
- Spec
public static interface Spec.ProtoConceptOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription/ Holds the execution result./ Holds the execution result./ Represents the Step value of a Concept./ Represents the Step value of a Concept.getSteps(int index) / Collection of Steps in the given concepts.int/ Collection of Steps in the given concepts./ Collection of Steps in the given concepts.getStepsOrBuilder(int index) / Collection of Steps in the given concepts.List<? extends Spec.ProtoItemOrBuilder>/ Collection of Steps in the given concepts.boolean/ Holds the execution result.boolean/ Represents the Step value of a Concept.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasConceptStep
boolean hasConceptStep()/ Represents the Step value of a Concept.
.gauge.messages.ProtoStep conceptStep = 1;- Returns:
- Whether the conceptStep field is set.
-
getConceptStep
Spec.ProtoStep getConceptStep()/ Represents the Step value of a Concept.
.gauge.messages.ProtoStep conceptStep = 1;- Returns:
- The conceptStep.
-
getConceptStepOrBuilder
Spec.ProtoStepOrBuilder getConceptStepOrBuilder()/ Represents the Step value of a Concept.
.gauge.messages.ProtoStep conceptStep = 1; -
getStepsList
List<Spec.ProtoItem> getStepsList()/ Collection of Steps in the given concepts.
repeated .gauge.messages.ProtoItem steps = 2; -
getSteps
/ Collection of Steps in the given concepts.
repeated .gauge.messages.ProtoItem steps = 2; -
getStepsCount
int getStepsCount()/ Collection of Steps in the given concepts.
repeated .gauge.messages.ProtoItem steps = 2; -
getStepsOrBuilderList
List<? extends Spec.ProtoItemOrBuilder> getStepsOrBuilderList()/ Collection of Steps in the given concepts.
repeated .gauge.messages.ProtoItem steps = 2; -
getStepsOrBuilder
/ Collection of Steps in the given concepts.
repeated .gauge.messages.ProtoItem steps = 2; -
hasConceptExecutionResult
boolean hasConceptExecutionResult()/ Holds the execution result.
.gauge.messages.ProtoStepExecutionResult conceptExecutionResult = 3;- Returns:
- Whether the conceptExecutionResult field is set.
-
getConceptExecutionResult
Spec.ProtoStepExecutionResult getConceptExecutionResult()/ Holds the execution result.
.gauge.messages.ProtoStepExecutionResult conceptExecutionResult = 3;- Returns:
- The conceptExecutionResult.
-
getConceptExecutionResultOrBuilder
Spec.ProtoStepExecutionResultOrBuilder getConceptExecutionResultOrBuilder()/ Holds the execution result.
.gauge.messages.ProtoStepExecutionResult conceptExecutionResult = 3;
-