Class Spec.ProtoExecutionResult.Builder

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

public static final class Spec.ProtoExecutionResult.Builder extends com.google.protobuf.GeneratedMessage.Builder<Spec.ProtoExecutionResult.Builder> implements Spec.ProtoExecutionResultOrBuilder
 / A proto object representing the result of an execution
 
Protobuf type gauge.messages.ProtoExecutionResult
  • 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<Spec.ProtoExecutionResult.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<Spec.ProtoExecutionResult.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<Spec.ProtoExecutionResult.Builder>
    • getDefaultInstanceForType

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

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

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

      public Spec.ProtoExecutionResult.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<Spec.ProtoExecutionResult.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<Spec.ProtoExecutionResult.Builder>
    • mergeFrom

      public Spec.ProtoExecutionResult.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<Spec.ProtoExecutionResult.Builder>
      Throws:
      IOException
    • getFailed

      public boolean getFailed()
       / Flag to indicate failure
       
      bool failed = 1;
      Specified by:
      getFailed in interface Spec.ProtoExecutionResultOrBuilder
      Returns:
      The failed.
    • setFailed

      public Spec.ProtoExecutionResult.Builder setFailed(boolean value)
       / Flag to indicate failure
       
      bool failed = 1;
      Parameters:
      value - The failed to set.
      Returns:
      This builder for chaining.
    • clearFailed

      public Spec.ProtoExecutionResult.Builder clearFailed()
       / Flag to indicate failure
       
      bool failed = 1;
      Returns:
      This builder for chaining.
    • getRecoverableError

      public boolean getRecoverableError()
       / Flag to indicate if the error is recoverable from.
       
      bool recoverableError = 2;
      Specified by:
      getRecoverableError in interface Spec.ProtoExecutionResultOrBuilder
      Returns:
      The recoverableError.
    • setRecoverableError

      public Spec.ProtoExecutionResult.Builder setRecoverableError(boolean value)
       / Flag to indicate if the error is recoverable from.
       
      bool recoverableError = 2;
      Parameters:
      value - The recoverableError to set.
      Returns:
      This builder for chaining.
    • clearRecoverableError

      public Spec.ProtoExecutionResult.Builder clearRecoverableError()
       / Flag to indicate if the error is recoverable from.
       
      bool recoverableError = 2;
      Returns:
      This builder for chaining.
    • getErrorMessage

      public String getErrorMessage()
       / The actual error message.
       
      string errorMessage = 3;
      Specified by:
      getErrorMessage in interface Spec.ProtoExecutionResultOrBuilder
      Returns:
      The errorMessage.
    • getErrorMessageBytes

      public com.google.protobuf.ByteString getErrorMessageBytes()
       / The actual error message.
       
      string errorMessage = 3;
      Specified by:
      getErrorMessageBytes in interface Spec.ProtoExecutionResultOrBuilder
      Returns:
      The bytes for errorMessage.
    • setErrorMessage

      public Spec.ProtoExecutionResult.Builder setErrorMessage(String value)
       / The actual error message.
       
      string errorMessage = 3;
      Parameters:
      value - The errorMessage to set.
      Returns:
      This builder for chaining.
    • clearErrorMessage

      public Spec.ProtoExecutionResult.Builder clearErrorMessage()
       / The actual error message.
       
      string errorMessage = 3;
      Returns:
      This builder for chaining.
    • setErrorMessageBytes

      public Spec.ProtoExecutionResult.Builder setErrorMessageBytes(com.google.protobuf.ByteString value)
       / The actual error message.
       
      string errorMessage = 3;
      Parameters:
      value - The bytes for errorMessage to set.
      Returns:
      This builder for chaining.
    • getStackTrace

      public String getStackTrace()
       / Stacktrace of the error
       
      string stackTrace = 4;
      Specified by:
      getStackTrace in interface Spec.ProtoExecutionResultOrBuilder
      Returns:
      The stackTrace.
    • getStackTraceBytes

      public com.google.protobuf.ByteString getStackTraceBytes()
       / Stacktrace of the error
       
      string stackTrace = 4;
      Specified by:
      getStackTraceBytes in interface Spec.ProtoExecutionResultOrBuilder
      Returns:
      The bytes for stackTrace.
    • setStackTrace

      public Spec.ProtoExecutionResult.Builder setStackTrace(String value)
       / Stacktrace of the error
       
      string stackTrace = 4;
      Parameters:
      value - The stackTrace to set.
      Returns:
      This builder for chaining.
    • clearStackTrace

      public Spec.ProtoExecutionResult.Builder clearStackTrace()
       / Stacktrace of the error
       
      string stackTrace = 4;
      Returns:
      This builder for chaining.
    • setStackTraceBytes

      public Spec.ProtoExecutionResult.Builder setStackTraceBytes(com.google.protobuf.ByteString value)
       / Stacktrace of the error
       
      string stackTrace = 4;
      Parameters:
      value - The bytes for stackTrace to set.
      Returns:
      This builder for chaining.
    • getScreenShot

      @Deprecated public com.google.protobuf.ByteString getScreenShot()
      Deprecated.
      gauge.messages.ProtoExecutionResult.screenShot is deprecated. See spec.proto;l=292
       / [DEPRECATED, use failureScreenshotFile] Bytes containing screenshot taken at the time of failure.
       
      bytes screenShot = 5 [deprecated = true];
      Specified by:
      getScreenShot in interface Spec.ProtoExecutionResultOrBuilder
      Returns:
      The screenShot.
    • setScreenShot

      @Deprecated public Spec.ProtoExecutionResult.Builder setScreenShot(com.google.protobuf.ByteString value)
      Deprecated.
      gauge.messages.ProtoExecutionResult.screenShot is deprecated. See spec.proto;l=292
       / [DEPRECATED, use failureScreenshotFile] Bytes containing screenshot taken at the time of failure.
       
      bytes screenShot = 5 [deprecated = true];
      Parameters:
      value - The screenShot to set.
      Returns:
      This builder for chaining.
    • clearScreenShot

      Deprecated.
      gauge.messages.ProtoExecutionResult.screenShot is deprecated. See spec.proto;l=292
       / [DEPRECATED, use failureScreenshotFile] Bytes containing screenshot taken at the time of failure.
       
      bytes screenShot = 5 [deprecated = true];
      Returns:
      This builder for chaining.
    • getExecutionTime

      public long getExecutionTime()
       / Holds the time taken for executing this scenario.
       
      int64 executionTime = 6;
      Specified by:
      getExecutionTime in interface Spec.ProtoExecutionResultOrBuilder
      Returns:
      The executionTime.
    • setExecutionTime

      public Spec.ProtoExecutionResult.Builder setExecutionTime(long value)
       / Holds the time taken for executing this scenario.
       
      int64 executionTime = 6;
      Parameters:
      value - The executionTime to set.
      Returns:
      This builder for chaining.
    • clearExecutionTime

      public Spec.ProtoExecutionResult.Builder clearExecutionTime()
       / Holds the time taken for executing this scenario.
       
      int64 executionTime = 6;
      Returns:
      This builder for chaining.
    • getMessageList

      public com.google.protobuf.ProtocolStringList getMessageList()
       / Additional information at exec time to be available on reports
       
      repeated string message = 7;
      Specified by:
      getMessageList in interface Spec.ProtoExecutionResultOrBuilder
      Returns:
      A list containing the message.
    • getMessageCount

      public int getMessageCount()
       / Additional information at exec time to be available on reports
       
      repeated string message = 7;
      Specified by:
      getMessageCount in interface Spec.ProtoExecutionResultOrBuilder
      Returns:
      The count of message.
    • getMessage

      public String getMessage(int index)
       / Additional information at exec time to be available on reports
       
      repeated string message = 7;
      Specified by:
      getMessage in interface Spec.ProtoExecutionResultOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The message at the given index.
    • getMessageBytes

      public com.google.protobuf.ByteString getMessageBytes(int index)
       / Additional information at exec time to be available on reports
       
      repeated string message = 7;
      Specified by:
      getMessageBytes in interface Spec.ProtoExecutionResultOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the message at the given index.
    • setMessage

      public Spec.ProtoExecutionResult.Builder setMessage(int index, String value)
       / Additional information at exec time to be available on reports
       
      repeated string message = 7;
      Parameters:
      index - The index to set the value at.
      value - The message to set.
      Returns:
      This builder for chaining.
    • addMessage

      public Spec.ProtoExecutionResult.Builder addMessage(String value)
       / Additional information at exec time to be available on reports
       
      repeated string message = 7;
      Parameters:
      value - The message to add.
      Returns:
      This builder for chaining.
    • addAllMessage

      public Spec.ProtoExecutionResult.Builder addAllMessage(Iterable<String> values)
       / Additional information at exec time to be available on reports
       
      repeated string message = 7;
      Parameters:
      values - The message to add.
      Returns:
      This builder for chaining.
    • clearMessage

      public Spec.ProtoExecutionResult.Builder clearMessage()
       / Additional information at exec time to be available on reports
       
      repeated string message = 7;
      Returns:
      This builder for chaining.
    • addMessageBytes

      public Spec.ProtoExecutionResult.Builder addMessageBytes(com.google.protobuf.ByteString value)
       / Additional information at exec time to be available on reports
       
      repeated string message = 7;
      Parameters:
      value - The bytes of the message to add.
      Returns:
      This builder for chaining.
    • getErrorTypeValue

      public int getErrorTypeValue()
       / Type of the Error. Valid values: ASSERTION, VERIFICATION. Default: ASSERTION
       
      .gauge.messages.ProtoExecutionResult.ErrorType errorType = 8;
      Specified by:
      getErrorTypeValue in interface Spec.ProtoExecutionResultOrBuilder
      Returns:
      The enum numeric value on the wire for errorType.
    • setErrorTypeValue

      public Spec.ProtoExecutionResult.Builder setErrorTypeValue(int value)
       / Type of the Error. Valid values: ASSERTION, VERIFICATION. Default: ASSERTION
       
      .gauge.messages.ProtoExecutionResult.ErrorType errorType = 8;
      Parameters:
      value - The enum numeric value on the wire for errorType to set.
      Returns:
      This builder for chaining.
    • getErrorType

      public Spec.ProtoExecutionResult.ErrorType getErrorType()
       / Type of the Error. Valid values: ASSERTION, VERIFICATION. Default: ASSERTION
       
      .gauge.messages.ProtoExecutionResult.ErrorType errorType = 8;
      Specified by:
      getErrorType in interface Spec.ProtoExecutionResultOrBuilder
      Returns:
      The errorType.
    • setErrorType

       / Type of the Error. Valid values: ASSERTION, VERIFICATION. Default: ASSERTION
       
      .gauge.messages.ProtoExecutionResult.ErrorType errorType = 8;
      Parameters:
      value - The errorType to set.
      Returns:
      This builder for chaining.
    • clearErrorType

      public Spec.ProtoExecutionResult.Builder clearErrorType()
       / Type of the Error. Valid values: ASSERTION, VERIFICATION. Default: ASSERTION
       
      .gauge.messages.ProtoExecutionResult.ErrorType errorType = 8;
      Returns:
      This builder for chaining.
    • getFailureScreenshot

      @Deprecated public com.google.protobuf.ByteString getFailureScreenshot()
      Deprecated.
      gauge.messages.ProtoExecutionResult.failureScreenshot is deprecated. See spec.proto;l=306
       / [DEPRECATED, use failureScreenshotFile] Bytes containing screenshot taken at the time of failure.
       
      bytes failureScreenshot = 9 [deprecated = true];
      Specified by:
      getFailureScreenshot in interface Spec.ProtoExecutionResultOrBuilder
      Returns:
      The failureScreenshot.
    • setFailureScreenshot

      @Deprecated public Spec.ProtoExecutionResult.Builder setFailureScreenshot(com.google.protobuf.ByteString value)
      Deprecated.
      gauge.messages.ProtoExecutionResult.failureScreenshot is deprecated. See spec.proto;l=306
       / [DEPRECATED, use failureScreenshotFile] Bytes containing screenshot taken at the time of failure.
       
      bytes failureScreenshot = 9 [deprecated = true];
      Parameters:
      value - The failureScreenshot to set.
      Returns:
      This builder for chaining.
    • clearFailureScreenshot

      @Deprecated public Spec.ProtoExecutionResult.Builder clearFailureScreenshot()
      Deprecated.
      gauge.messages.ProtoExecutionResult.failureScreenshot is deprecated. See spec.proto;l=306
       / [DEPRECATED, use failureScreenshotFile] Bytes containing screenshot taken at the time of failure.
       
      bytes failureScreenshot = 9 [deprecated = true];
      Returns:
      This builder for chaining.
    • getScreenshotsList

      @Deprecated public List<com.google.protobuf.ByteString> getScreenshotsList()
      Deprecated.
      gauge.messages.ProtoExecutionResult.screenshots is deprecated. See spec.proto;l=308
       / [DEPRECATED, use screenshotFiles] Bytes array containing screenshots at the time of it invoked
       
      repeated bytes screenshots = 10 [deprecated = true];
      Specified by:
      getScreenshotsList in interface Spec.ProtoExecutionResultOrBuilder
      Returns:
      A list containing the screenshots.
    • getScreenshotsCount

      @Deprecated public int getScreenshotsCount()
      Deprecated.
      gauge.messages.ProtoExecutionResult.screenshots is deprecated. See spec.proto;l=308
       / [DEPRECATED, use screenshotFiles] Bytes array containing screenshots at the time of it invoked
       
      repeated bytes screenshots = 10 [deprecated = true];
      Specified by:
      getScreenshotsCount in interface Spec.ProtoExecutionResultOrBuilder
      Returns:
      The count of screenshots.
    • getScreenshots

      @Deprecated public com.google.protobuf.ByteString getScreenshots(int index)
      Deprecated.
      gauge.messages.ProtoExecutionResult.screenshots is deprecated. See spec.proto;l=308
       / [DEPRECATED, use screenshotFiles] Bytes array containing screenshots at the time of it invoked
       
      repeated bytes screenshots = 10 [deprecated = true];
      Specified by:
      getScreenshots in interface Spec.ProtoExecutionResultOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The screenshots at the given index.
    • setScreenshots

      @Deprecated public Spec.ProtoExecutionResult.Builder setScreenshots(int index, com.google.protobuf.ByteString value)
      Deprecated.
      gauge.messages.ProtoExecutionResult.screenshots is deprecated. See spec.proto;l=308
       / [DEPRECATED, use screenshotFiles] Bytes array containing screenshots at the time of it invoked
       
      repeated bytes screenshots = 10 [deprecated = true];
      Parameters:
      index - The index to set the value at.
      value - The screenshots to set.
      Returns:
      This builder for chaining.
    • addScreenshots

      @Deprecated public Spec.ProtoExecutionResult.Builder addScreenshots(com.google.protobuf.ByteString value)
      Deprecated.
      gauge.messages.ProtoExecutionResult.screenshots is deprecated. See spec.proto;l=308
       / [DEPRECATED, use screenshotFiles] Bytes array containing screenshots at the time of it invoked
       
      repeated bytes screenshots = 10 [deprecated = true];
      Parameters:
      value - The screenshots to add.
      Returns:
      This builder for chaining.
    • addAllScreenshots

      @Deprecated public Spec.ProtoExecutionResult.Builder addAllScreenshots(Iterable<? extends com.google.protobuf.ByteString> values)
      Deprecated.
      gauge.messages.ProtoExecutionResult.screenshots is deprecated. See spec.proto;l=308
       / [DEPRECATED, use screenshotFiles] Bytes array containing screenshots at the time of it invoked
       
      repeated bytes screenshots = 10 [deprecated = true];
      Parameters:
      values - The screenshots to add.
      Returns:
      This builder for chaining.
    • clearScreenshots

      Deprecated.
      gauge.messages.ProtoExecutionResult.screenshots is deprecated. See spec.proto;l=308
       / [DEPRECATED, use screenshotFiles] Bytes array containing screenshots at the time of it invoked
       
      repeated bytes screenshots = 10 [deprecated = true];
      Returns:
      This builder for chaining.
    • getFailureScreenshotFile

      public String getFailureScreenshotFile()
       / Path to the screenshot file captured at the time of failure.
       
      string failureScreenshotFile = 11;
      Specified by:
      getFailureScreenshotFile in interface Spec.ProtoExecutionResultOrBuilder
      Returns:
      The failureScreenshotFile.
    • getFailureScreenshotFileBytes

      public com.google.protobuf.ByteString getFailureScreenshotFileBytes()
       / Path to the screenshot file captured at the time of failure.
       
      string failureScreenshotFile = 11;
      Specified by:
      getFailureScreenshotFileBytes in interface Spec.ProtoExecutionResultOrBuilder
      Returns:
      The bytes for failureScreenshotFile.
    • setFailureScreenshotFile

      public Spec.ProtoExecutionResult.Builder setFailureScreenshotFile(String value)
       / Path to the screenshot file captured at the time of failure.
       
      string failureScreenshotFile = 11;
      Parameters:
      value - The failureScreenshotFile to set.
      Returns:
      This builder for chaining.
    • clearFailureScreenshotFile

      public Spec.ProtoExecutionResult.Builder clearFailureScreenshotFile()
       / Path to the screenshot file captured at the time of failure.
       
      string failureScreenshotFile = 11;
      Returns:
      This builder for chaining.
    • setFailureScreenshotFileBytes

      public Spec.ProtoExecutionResult.Builder setFailureScreenshotFileBytes(com.google.protobuf.ByteString value)
       / Path to the screenshot file captured at the time of failure.
       
      string failureScreenshotFile = 11;
      Parameters:
      value - The bytes for failureScreenshotFile to set.
      Returns:
      This builder for chaining.
    • getScreenshotFilesList

      public com.google.protobuf.ProtocolStringList getScreenshotFilesList()
       / Path to the screenshot files captured using Gauge screenshsot API.
       
      repeated string screenshotFiles = 12;
      Specified by:
      getScreenshotFilesList in interface Spec.ProtoExecutionResultOrBuilder
      Returns:
      A list containing the screenshotFiles.
    • getScreenshotFilesCount

      public int getScreenshotFilesCount()
       / Path to the screenshot files captured using Gauge screenshsot API.
       
      repeated string screenshotFiles = 12;
      Specified by:
      getScreenshotFilesCount in interface Spec.ProtoExecutionResultOrBuilder
      Returns:
      The count of screenshotFiles.
    • getScreenshotFiles

      public String getScreenshotFiles(int index)
       / Path to the screenshot files captured using Gauge screenshsot API.
       
      repeated string screenshotFiles = 12;
      Specified by:
      getScreenshotFiles in interface Spec.ProtoExecutionResultOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The screenshotFiles at the given index.
    • getScreenshotFilesBytes

      public com.google.protobuf.ByteString getScreenshotFilesBytes(int index)
       / Path to the screenshot files captured using Gauge screenshsot API.
       
      repeated string screenshotFiles = 12;
      Specified by:
      getScreenshotFilesBytes in interface Spec.ProtoExecutionResultOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the screenshotFiles at the given index.
    • setScreenshotFiles

      public Spec.ProtoExecutionResult.Builder setScreenshotFiles(int index, String value)
       / Path to the screenshot files captured using Gauge screenshsot API.
       
      repeated string screenshotFiles = 12;
      Parameters:
      index - The index to set the value at.
      value - The screenshotFiles to set.
      Returns:
      This builder for chaining.
    • addScreenshotFiles

      public Spec.ProtoExecutionResult.Builder addScreenshotFiles(String value)
       / Path to the screenshot files captured using Gauge screenshsot API.
       
      repeated string screenshotFiles = 12;
      Parameters:
      value - The screenshotFiles to add.
      Returns:
      This builder for chaining.
    • addAllScreenshotFiles

      public Spec.ProtoExecutionResult.Builder addAllScreenshotFiles(Iterable<String> values)
       / Path to the screenshot files captured using Gauge screenshsot API.
       
      repeated string screenshotFiles = 12;
      Parameters:
      values - The screenshotFiles to add.
      Returns:
      This builder for chaining.
    • clearScreenshotFiles

      public Spec.ProtoExecutionResult.Builder clearScreenshotFiles()
       / Path to the screenshot files captured using Gauge screenshsot API.
       
      repeated string screenshotFiles = 12;
      Returns:
      This builder for chaining.
    • addScreenshotFilesBytes

      public Spec.ProtoExecutionResult.Builder addScreenshotFilesBytes(com.google.protobuf.ByteString value)
       / Path to the screenshot files captured using Gauge screenshsot API.
       
      repeated string screenshotFiles = 12;
      Parameters:
      value - The bytes of the screenshotFiles to add.
      Returns:
      This builder for chaining.
    • getSkipScenario

      public boolean getSkipScenario()
       / Flag to indicate skipping of the scenario execution
       
      bool skipScenario = 13;
      Specified by:
      getSkipScenario in interface Spec.ProtoExecutionResultOrBuilder
      Returns:
      The skipScenario.
    • setSkipScenario

      public Spec.ProtoExecutionResult.Builder setSkipScenario(boolean value)
       / Flag to indicate skipping of the scenario execution
       
      bool skipScenario = 13;
      Parameters:
      value - The skipScenario to set.
      Returns:
      This builder for chaining.
    • clearSkipScenario

      public Spec.ProtoExecutionResult.Builder clearSkipScenario()
       / Flag to indicate skipping of the scenario execution
       
      bool skipScenario = 13;
      Returns:
      This builder for chaining.