Package gauge.messages
Interface Messages.SpecDetails.SpecDetailOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Messages.SpecDetails.SpecDetail,Messages.SpecDetails.SpecDetail.Builder
- Enclosing class:
- Messages.SpecDetails
public static interface Messages.SpecDetails.SpecDetailOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetParseErrors(int index) / Holds a collection of parse errors present in the above spec.int/ Holds a collection of parse errors present in the above spec./ Holds a collection of parse errors present in the above spec.getParseErrorsOrBuilder(int index) / Holds a collection of parse errors present in the above spec.List<? extends Spec.ErrorOrBuilder>/ Holds a collection of parse errors present in the above spec.getSpec()/ Holds a collection of Specs that are defined in the project./ Holds a collection of Specs that are defined in the project.booleanhasSpec()/ Holds a collection of Specs that are defined in the project.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
-
hasSpec
boolean hasSpec()/ Holds a collection of Specs that are defined in the project.
.gauge.messages.ProtoSpec spec = 1;- Returns:
- Whether the spec field is set.
-
getSpec
Spec.ProtoSpec getSpec()/ Holds a collection of Specs that are defined in the project.
.gauge.messages.ProtoSpec spec = 1;- Returns:
- The spec.
-
getSpecOrBuilder
Spec.ProtoSpecOrBuilder getSpecOrBuilder()/ Holds a collection of Specs that are defined in the project.
.gauge.messages.ProtoSpec spec = 1; -
getParseErrorsList
List<Spec.Error> getParseErrorsList()/ Holds a collection of parse errors present in the above spec.
repeated .gauge.messages.Error parseErrors = 2; -
getParseErrors
/ Holds a collection of parse errors present in the above spec.
repeated .gauge.messages.Error parseErrors = 2; -
getParseErrorsCount
int getParseErrorsCount()/ Holds a collection of parse errors present in the above spec.
repeated .gauge.messages.Error parseErrors = 2; -
getParseErrorsOrBuilderList
List<? extends Spec.ErrorOrBuilder> getParseErrorsOrBuilderList()/ Holds a collection of parse errors present in the above spec.
repeated .gauge.messages.Error parseErrors = 2; -
getParseErrorsOrBuilder
/ Holds a collection of parse errors present in the above spec.
repeated .gauge.messages.Error parseErrors = 2;
-