Class Messages.StepNameResponse

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

public static final class Messages.StepNameResponse extends com.google.protobuf.GeneratedMessage implements Messages.StepNameResponseOrBuilder
 / Response to StepNameRequest.
 
Protobuf type gauge.messages.StepNameResponse
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
    • getIsStepPresent

      public boolean getIsStepPresent()
       / Flag indicating if there is a match for the given Step Text.
       
      bool isStepPresent = 1;
      Specified by:
      getIsStepPresent in interface Messages.StepNameResponseOrBuilder
      Returns:
      The isStepPresent.
    • getStepNameList

      public com.google.protobuf.ProtocolStringList getStepNameList()
       / The Step name of the given step.
       
      repeated string stepName = 2;
      Specified by:
      getStepNameList in interface Messages.StepNameResponseOrBuilder
      Returns:
      A list containing the stepName.
    • getStepNameCount

      public int getStepNameCount()
       / The Step name of the given step.
       
      repeated string stepName = 2;
      Specified by:
      getStepNameCount in interface Messages.StepNameResponseOrBuilder
      Returns:
      The count of stepName.
    • getStepName

      public String getStepName(int index)
       / The Step name of the given step.
       
      repeated string stepName = 2;
      Specified by:
      getStepName in interface Messages.StepNameResponseOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The stepName at the given index.
    • getStepNameBytes

      public com.google.protobuf.ByteString getStepNameBytes(int index)
       / The Step name of the given step.
       
      repeated string stepName = 2;
      Specified by:
      getStepNameBytes in interface Messages.StepNameResponseOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the stepName at the given index.
    • getHasAlias

      public boolean getHasAlias()
       / Flag indicating if the given Step is an alias.
       
      bool hasAlias = 3;
      Specified by:
      getHasAlias in interface Messages.StepNameResponseOrBuilder
      Returns:
      The hasAlias.
    • getFileName

      public String getFileName()
       / File name in which the step implementation exists
       
      string fileName = 4;
      Specified by:
      getFileName in interface Messages.StepNameResponseOrBuilder
      Returns:
      The fileName.
    • getFileNameBytes

      public com.google.protobuf.ByteString getFileNameBytes()
       / File name in which the step implementation exists
       
      string fileName = 4;
      Specified by:
      getFileNameBytes in interface Messages.StepNameResponseOrBuilder
      Returns:
      The bytes for fileName.
    • hasSpan

      public boolean hasSpan()
       / Range of step
       
      .gauge.messages.Span span = 5;
      Specified by:
      hasSpan in interface Messages.StepNameResponseOrBuilder
      Returns:
      Whether the span field is set.
    • getSpan

      public Spec.Span getSpan()
       / Range of step
       
      .gauge.messages.Span span = 5;
      Specified by:
      getSpan in interface Messages.StepNameResponseOrBuilder
      Returns:
      The span.
    • getSpanOrBuilder

      public Spec.SpanOrBuilder getSpanOrBuilder()
       / Range of step
       
      .gauge.messages.Span span = 5;
      Specified by:
      getSpanOrBuilder in interface Messages.StepNameResponseOrBuilder
    • getIsExternal

      public boolean getIsExternal()
       / Flag indicating if the given Step defined in some external library and the source code can not be accessed.
       
      bool isExternal = 6;
      Specified by:
      getIsExternal in interface Messages.StepNameResponseOrBuilder
      Returns:
      The isExternal.
    • 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.StepNameResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

      public static Messages.StepNameResponse.Builder newBuilder()
    • newBuilder

      public static Messages.StepNameResponse.Builder newBuilder(Messages.StepNameResponse prototype)
    • toBuilder

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

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

      public static Messages.StepNameResponse getDefaultInstance()
    • parser

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

      public com.google.protobuf.Parser<Messages.StepNameResponse> 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.StepNameResponse getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder