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 Type
    Method
    Description
    getParseErrors(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.
    / Holds a collection of parse errors present in the above spec.
    / Holds a collection of parse errors present in the above spec.
    / Holds a collection of Specs that are defined in the project.
    / Holds a collection of Specs that are defined in the project.
    boolean
    / Holds a collection of Specs that are defined in the project.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      Spec.Error getParseErrors(int index)
       / 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

      Spec.ErrorOrBuilder getParseErrorsOrBuilder(int index)
       / Holds a collection of parse errors present in the above spec.
       
      repeated .gauge.messages.Error parseErrors = 2;