Class Messages.StepNameResponse.Builder

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

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

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<Messages.StepNameResponse.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<Messages.StepNameResponse.Builder>
    • getDefaultInstanceForType

      public Messages.StepNameResponse getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

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

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

      public Messages.StepNameResponse.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Messages.StepNameResponse.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<Messages.StepNameResponse.Builder>
    • mergeFrom

      public Messages.StepNameResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Messages.StepNameResponse.Builder>
      Throws:
      IOException
    • 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.
    • setIsStepPresent

      public Messages.StepNameResponse.Builder setIsStepPresent(boolean value)
       / Flag indicating if there is a match for the given Step Text.
       
      bool isStepPresent = 1;
      Parameters:
      value - The isStepPresent to set.
      Returns:
      This builder for chaining.
    • clearIsStepPresent

      public Messages.StepNameResponse.Builder clearIsStepPresent()
       / Flag indicating if there is a match for the given Step Text.
       
      bool isStepPresent = 1;
      Returns:
      This builder for chaining.
    • 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.
    • setStepName

      public Messages.StepNameResponse.Builder setStepName(int index, String value)
       / The Step name of the given step.
       
      repeated string stepName = 2;
      Parameters:
      index - The index to set the value at.
      value - The stepName to set.
      Returns:
      This builder for chaining.
    • addStepName

      public Messages.StepNameResponse.Builder addStepName(String value)
       / The Step name of the given step.
       
      repeated string stepName = 2;
      Parameters:
      value - The stepName to add.
      Returns:
      This builder for chaining.
    • addAllStepName

      public Messages.StepNameResponse.Builder addAllStepName(Iterable<String> values)
       / The Step name of the given step.
       
      repeated string stepName = 2;
      Parameters:
      values - The stepName to add.
      Returns:
      This builder for chaining.
    • clearStepName

      public Messages.StepNameResponse.Builder clearStepName()
       / The Step name of the given step.
       
      repeated string stepName = 2;
      Returns:
      This builder for chaining.
    • addStepNameBytes

      public Messages.StepNameResponse.Builder addStepNameBytes(com.google.protobuf.ByteString value)
       / The Step name of the given step.
       
      repeated string stepName = 2;
      Parameters:
      value - The bytes of the stepName to add.
      Returns:
      This builder for chaining.
    • 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.
    • setHasAlias

      public Messages.StepNameResponse.Builder setHasAlias(boolean value)
       / Flag indicating if the given Step is an alias.
       
      bool hasAlias = 3;
      Parameters:
      value - The hasAlias to set.
      Returns:
      This builder for chaining.
    • clearHasAlias

      public Messages.StepNameResponse.Builder clearHasAlias()
       / Flag indicating if the given Step is an alias.
       
      bool hasAlias = 3;
      Returns:
      This builder for chaining.
    • 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.
    • setFileName

      public Messages.StepNameResponse.Builder setFileName(String value)
       / File name in which the step implementation exists
       
      string fileName = 4;
      Parameters:
      value - The fileName to set.
      Returns:
      This builder for chaining.
    • clearFileName

      public Messages.StepNameResponse.Builder clearFileName()
       / File name in which the step implementation exists
       
      string fileName = 4;
      Returns:
      This builder for chaining.
    • setFileNameBytes

      public Messages.StepNameResponse.Builder setFileNameBytes(com.google.protobuf.ByteString value)
       / File name in which the step implementation exists
       
      string fileName = 4;
      Parameters:
      value - The bytes for fileName to set.
      Returns:
      This builder for chaining.
    • 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.
    • setSpan

       / Range of step
       
      .gauge.messages.Span span = 5;
    • setSpan

      public Messages.StepNameResponse.Builder setSpan(Spec.Span.Builder builderForValue)
       / Range of step
       
      .gauge.messages.Span span = 5;
    • mergeSpan

      public Messages.StepNameResponse.Builder mergeSpan(Spec.Span value)
       / Range of step
       
      .gauge.messages.Span span = 5;
    • clearSpan

       / Range of step
       
      .gauge.messages.Span span = 5;
    • getSpanBuilder

      public Spec.Span.Builder getSpanBuilder()
       / Range of step
       
      .gauge.messages.Span span = 5;
    • 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.
    • setIsExternal

      public Messages.StepNameResponse.Builder setIsExternal(boolean value)
       / Flag indicating if the given Step defined in some external library and the source code can not be accessed.
       
      bool isExternal = 6;
      Parameters:
      value - The isExternal to set.
      Returns:
      This builder for chaining.
    • clearIsExternal

      public Messages.StepNameResponse.Builder clearIsExternal()
       / Flag indicating if the given Step defined in some external library and the source code can not be accessed.
       
      bool isExternal = 6;
      Returns:
      This builder for chaining.