Class Messages.SpecDetails.SpecDetail

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
gauge.messages.Messages.SpecDetails.SpecDetail
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Messages.SpecDetails.SpecDetailOrBuilder, Serializable
Enclosing class:
Messages.SpecDetails

public static final class Messages.SpecDetails.SpecDetail extends com.google.protobuf.GeneratedMessage implements Messages.SpecDetails.SpecDetailOrBuilder
Protobuf type gauge.messages.SpecDetails.SpecDetail
See Also:
  • Field Details

  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
    • hasSpec

      public boolean hasSpec()
       / Holds a collection of Specs that are defined in the project.
       
      .gauge.messages.ProtoSpec spec = 1;
      Specified by:
      hasSpec in interface Messages.SpecDetails.SpecDetailOrBuilder
      Returns:
      Whether the spec field is set.
    • getSpec

      public Spec.ProtoSpec getSpec()
       / Holds a collection of Specs that are defined in the project.
       
      .gauge.messages.ProtoSpec spec = 1;
      Specified by:
      getSpec in interface Messages.SpecDetails.SpecDetailOrBuilder
      Returns:
      The spec.
    • getSpecOrBuilder

      public Spec.ProtoSpecOrBuilder getSpecOrBuilder()
       / Holds a collection of Specs that are defined in the project.
       
      .gauge.messages.ProtoSpec spec = 1;
      Specified by:
      getSpecOrBuilder in interface Messages.SpecDetails.SpecDetailOrBuilder
    • getParseErrorsList

      public List<Spec.Error> getParseErrorsList()
       / Holds a collection of parse errors present in the above spec.
       
      repeated .gauge.messages.Error parseErrors = 2;
      Specified by:
      getParseErrorsList in interface Messages.SpecDetails.SpecDetailOrBuilder
    • getParseErrorsOrBuilderList

      public List<? extends Spec.ErrorOrBuilder> getParseErrorsOrBuilderList()
       / Holds a collection of parse errors present in the above spec.
       
      repeated .gauge.messages.Error parseErrors = 2;
      Specified by:
      getParseErrorsOrBuilderList in interface Messages.SpecDetails.SpecDetailOrBuilder
    • getParseErrorsCount

      public int getParseErrorsCount()
       / Holds a collection of parse errors present in the above spec.
       
      repeated .gauge.messages.Error parseErrors = 2;
      Specified by:
      getParseErrorsCount in interface Messages.SpecDetails.SpecDetailOrBuilder
    • getParseErrors

      public Spec.Error getParseErrors(int index)
       / Holds a collection of parse errors present in the above spec.
       
      repeated .gauge.messages.Error parseErrors = 2;
      Specified by:
      getParseErrors in interface Messages.SpecDetails.SpecDetailOrBuilder
    • getParseErrorsOrBuilder

      public Spec.ErrorOrBuilder getParseErrorsOrBuilder(int index)
       / Holds a collection of parse errors present in the above spec.
       
      repeated .gauge.messages.Error parseErrors = 2;
      Specified by:
      getParseErrorsOrBuilder in interface Messages.SpecDetails.SpecDetailOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static Messages.SpecDetails.SpecDetail parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Messages.SpecDetails.SpecDetail parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Messages.SpecDetails.SpecDetail parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Messages.SpecDetails.SpecDetail 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.SpecDetails.SpecDetail parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Messages.SpecDetails.SpecDetail parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Messages.SpecDetails.SpecDetail parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Messages.SpecDetails.SpecDetail parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Messages.SpecDetails.SpecDetail parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Messages.SpecDetails.SpecDetail parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Messages.SpecDetails.SpecDetail parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Messages.SpecDetails.SpecDetail parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public Messages.SpecDetails.SpecDetail.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static Messages.SpecDetails.SpecDetail.Builder newBuilder()
    • newBuilder

    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected Messages.SpecDetails.SpecDetail.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static Messages.SpecDetails.SpecDetail getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Messages.SpecDetails.SpecDetail> parser()
    • getParserForType

      public com.google.protobuf.Parser<Messages.SpecDetails.SpecDetail> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public Messages.SpecDetails.SpecDetail getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder