Class Spec.ProtoStep.Builder

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

public static final class Spec.ProtoStep.Builder extends com.google.protobuf.GeneratedMessage.Builder<Spec.ProtoStep.Builder> implements Spec.ProtoStepOrBuilder
 / A proto object representing a Step
 
Protobuf type gauge.messages.ProtoStep
  • 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.ProtoStep.Builder>
    • clear

      public Spec.ProtoStep.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.ProtoStep.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.ProtoStep.Builder>
    • getDefaultInstanceForType

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

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

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

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

      public Spec.ProtoStep.Builder mergeFrom(Spec.ProtoStep other)
    • isInitialized

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

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

      public String getActualText()
       / Holds the raw text of the Step as defined in the spec file. This contains the actual parameter values.
       
      string actualText = 1;
      Specified by:
      getActualText in interface Spec.ProtoStepOrBuilder
      Returns:
      The actualText.
    • getActualTextBytes

      public com.google.protobuf.ByteString getActualTextBytes()
       / Holds the raw text of the Step as defined in the spec file. This contains the actual parameter values.
       
      string actualText = 1;
      Specified by:
      getActualTextBytes in interface Spec.ProtoStepOrBuilder
      Returns:
      The bytes for actualText.
    • setActualText

      public Spec.ProtoStep.Builder setActualText(String value)
       / Holds the raw text of the Step as defined in the spec file. This contains the actual parameter values.
       
      string actualText = 1;
      Parameters:
      value - The actualText to set.
      Returns:
      This builder for chaining.
    • clearActualText

      public Spec.ProtoStep.Builder clearActualText()
       / Holds the raw text of the Step as defined in the spec file. This contains the actual parameter values.
       
      string actualText = 1;
      Returns:
      This builder for chaining.
    • setActualTextBytes

      public Spec.ProtoStep.Builder setActualTextBytes(com.google.protobuf.ByteString value)
       / Holds the raw text of the Step as defined in the spec file. This contains the actual parameter values.
       
      string actualText = 1;
      Parameters:
      value - The bytes for actualText to set.
      Returns:
      This builder for chaining.
    • getParsedText

      public String getParsedText()
       / Contains the parsed text of the Step. This will have placeholders for the parameters.
       
      string parsedText = 2;
      Specified by:
      getParsedText in interface Spec.ProtoStepOrBuilder
      Returns:
      The parsedText.
    • getParsedTextBytes

      public com.google.protobuf.ByteString getParsedTextBytes()
       / Contains the parsed text of the Step. This will have placeholders for the parameters.
       
      string parsedText = 2;
      Specified by:
      getParsedTextBytes in interface Spec.ProtoStepOrBuilder
      Returns:
      The bytes for parsedText.
    • setParsedText

      public Spec.ProtoStep.Builder setParsedText(String value)
       / Contains the parsed text of the Step. This will have placeholders for the parameters.
       
      string parsedText = 2;
      Parameters:
      value - The parsedText to set.
      Returns:
      This builder for chaining.
    • clearParsedText

      public Spec.ProtoStep.Builder clearParsedText()
       / Contains the parsed text of the Step. This will have placeholders for the parameters.
       
      string parsedText = 2;
      Returns:
      This builder for chaining.
    • setParsedTextBytes

      public Spec.ProtoStep.Builder setParsedTextBytes(com.google.protobuf.ByteString value)
       / Contains the parsed text of the Step. This will have placeholders for the parameters.
       
      string parsedText = 2;
      Parameters:
      value - The bytes for parsedText to set.
      Returns:
      This builder for chaining.
    • getFragmentsList

      public List<Spec.Fragment> getFragmentsList()
       / Collection of a list of fragments for a Step. A fragment could be either text or parameter.
       
      repeated .gauge.messages.Fragment fragments = 3;
      Specified by:
      getFragmentsList in interface Spec.ProtoStepOrBuilder
    • getFragmentsCount

      public int getFragmentsCount()
       / Collection of a list of fragments for a Step. A fragment could be either text or parameter.
       
      repeated .gauge.messages.Fragment fragments = 3;
      Specified by:
      getFragmentsCount in interface Spec.ProtoStepOrBuilder
    • getFragments

      public Spec.Fragment getFragments(int index)
       / Collection of a list of fragments for a Step. A fragment could be either text or parameter.
       
      repeated .gauge.messages.Fragment fragments = 3;
      Specified by:
      getFragments in interface Spec.ProtoStepOrBuilder
    • setFragments

      public Spec.ProtoStep.Builder setFragments(int index, Spec.Fragment value)
       / Collection of a list of fragments for a Step. A fragment could be either text or parameter.
       
      repeated .gauge.messages.Fragment fragments = 3;
    • setFragments

      public Spec.ProtoStep.Builder setFragments(int index, Spec.Fragment.Builder builderForValue)
       / Collection of a list of fragments for a Step. A fragment could be either text or parameter.
       
      repeated .gauge.messages.Fragment fragments = 3;
    • addFragments

      public Spec.ProtoStep.Builder addFragments(Spec.Fragment value)
       / Collection of a list of fragments for a Step. A fragment could be either text or parameter.
       
      repeated .gauge.messages.Fragment fragments = 3;
    • addFragments

      public Spec.ProtoStep.Builder addFragments(int index, Spec.Fragment value)
       / Collection of a list of fragments for a Step. A fragment could be either text or parameter.
       
      repeated .gauge.messages.Fragment fragments = 3;
    • addFragments

      public Spec.ProtoStep.Builder addFragments(Spec.Fragment.Builder builderForValue)
       / Collection of a list of fragments for a Step. A fragment could be either text or parameter.
       
      repeated .gauge.messages.Fragment fragments = 3;
    • addFragments

      public Spec.ProtoStep.Builder addFragments(int index, Spec.Fragment.Builder builderForValue)
       / Collection of a list of fragments for a Step. A fragment could be either text or parameter.
       
      repeated .gauge.messages.Fragment fragments = 3;
    • addAllFragments

      public Spec.ProtoStep.Builder addAllFragments(Iterable<? extends Spec.Fragment> values)
       / Collection of a list of fragments for a Step. A fragment could be either text or parameter.
       
      repeated .gauge.messages.Fragment fragments = 3;
    • clearFragments

      public Spec.ProtoStep.Builder clearFragments()
       / Collection of a list of fragments for a Step. A fragment could be either text or parameter.
       
      repeated .gauge.messages.Fragment fragments = 3;
    • removeFragments

      public Spec.ProtoStep.Builder removeFragments(int index)
       / Collection of a list of fragments for a Step. A fragment could be either text or parameter.
       
      repeated .gauge.messages.Fragment fragments = 3;
    • getFragmentsBuilder

      public Spec.Fragment.Builder getFragmentsBuilder(int index)
       / Collection of a list of fragments for a Step. A fragment could be either text or parameter.
       
      repeated .gauge.messages.Fragment fragments = 3;
    • getFragmentsOrBuilder

      public Spec.FragmentOrBuilder getFragmentsOrBuilder(int index)
       / Collection of a list of fragments for a Step. A fragment could be either text or parameter.
       
      repeated .gauge.messages.Fragment fragments = 3;
      Specified by:
      getFragmentsOrBuilder in interface Spec.ProtoStepOrBuilder
    • getFragmentsOrBuilderList

      public List<? extends Spec.FragmentOrBuilder> getFragmentsOrBuilderList()
       / Collection of a list of fragments for a Step. A fragment could be either text or parameter.
       
      repeated .gauge.messages.Fragment fragments = 3;
      Specified by:
      getFragmentsOrBuilderList in interface Spec.ProtoStepOrBuilder
    • addFragmentsBuilder

      public Spec.Fragment.Builder addFragmentsBuilder()
       / Collection of a list of fragments for a Step. A fragment could be either text or parameter.
       
      repeated .gauge.messages.Fragment fragments = 3;
    • addFragmentsBuilder

      public Spec.Fragment.Builder addFragmentsBuilder(int index)
       / Collection of a list of fragments for a Step. A fragment could be either text or parameter.
       
      repeated .gauge.messages.Fragment fragments = 3;
    • getFragmentsBuilderList

      public List<Spec.Fragment.Builder> getFragmentsBuilderList()
       / Collection of a list of fragments for a Step. A fragment could be either text or parameter.
       
      repeated .gauge.messages.Fragment fragments = 3;
    • hasStepExecutionResult

      public boolean hasStepExecutionResult()
       / Holds the result from the execution.
       
      .gauge.messages.ProtoStepExecutionResult stepExecutionResult = 4;
      Specified by:
      hasStepExecutionResult in interface Spec.ProtoStepOrBuilder
      Returns:
      Whether the stepExecutionResult field is set.
    • getStepExecutionResult

      public Spec.ProtoStepExecutionResult getStepExecutionResult()
       / Holds the result from the execution.
       
      .gauge.messages.ProtoStepExecutionResult stepExecutionResult = 4;
      Specified by:
      getStepExecutionResult in interface Spec.ProtoStepOrBuilder
      Returns:
      The stepExecutionResult.
    • setStepExecutionResult

      public Spec.ProtoStep.Builder setStepExecutionResult(Spec.ProtoStepExecutionResult value)
       / Holds the result from the execution.
       
      .gauge.messages.ProtoStepExecutionResult stepExecutionResult = 4;
    • setStepExecutionResult

      public Spec.ProtoStep.Builder setStepExecutionResult(Spec.ProtoStepExecutionResult.Builder builderForValue)
       / Holds the result from the execution.
       
      .gauge.messages.ProtoStepExecutionResult stepExecutionResult = 4;
    • mergeStepExecutionResult

      public Spec.ProtoStep.Builder mergeStepExecutionResult(Spec.ProtoStepExecutionResult value)
       / Holds the result from the execution.
       
      .gauge.messages.ProtoStepExecutionResult stepExecutionResult = 4;
    • clearStepExecutionResult

      public Spec.ProtoStep.Builder clearStepExecutionResult()
       / Holds the result from the execution.
       
      .gauge.messages.ProtoStepExecutionResult stepExecutionResult = 4;
    • getStepExecutionResultBuilder

      public Spec.ProtoStepExecutionResult.Builder getStepExecutionResultBuilder()
       / Holds the result from the execution.
       
      .gauge.messages.ProtoStepExecutionResult stepExecutionResult = 4;
    • getStepExecutionResultOrBuilder

      public Spec.ProtoStepExecutionResultOrBuilder getStepExecutionResultOrBuilder()
       / Holds the result from the execution.
       
      .gauge.messages.ProtoStepExecutionResult stepExecutionResult = 4;
      Specified by:
      getStepExecutionResultOrBuilder in interface Spec.ProtoStepOrBuilder
    • getPreHookMessagesList

      public com.google.protobuf.ProtocolStringList getPreHookMessagesList()
       / Additional information at pre hook exec time to be available on reports
       
      repeated string preHookMessages = 5;
      Specified by:
      getPreHookMessagesList in interface Spec.ProtoStepOrBuilder
      Returns:
      A list containing the preHookMessages.
    • getPreHookMessagesCount

      public int getPreHookMessagesCount()
       / Additional information at pre hook exec time to be available on reports
       
      repeated string preHookMessages = 5;
      Specified by:
      getPreHookMessagesCount in interface Spec.ProtoStepOrBuilder
      Returns:
      The count of preHookMessages.
    • getPreHookMessages

      public String getPreHookMessages(int index)
       / Additional information at pre hook exec time to be available on reports
       
      repeated string preHookMessages = 5;
      Specified by:
      getPreHookMessages in interface Spec.ProtoStepOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The preHookMessages at the given index.
    • getPreHookMessagesBytes

      public com.google.protobuf.ByteString getPreHookMessagesBytes(int index)
       / Additional information at pre hook exec time to be available on reports
       
      repeated string preHookMessages = 5;
      Specified by:
      getPreHookMessagesBytes in interface Spec.ProtoStepOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the preHookMessages at the given index.
    • setPreHookMessages

      public Spec.ProtoStep.Builder setPreHookMessages(int index, String value)
       / Additional information at pre hook exec time to be available on reports
       
      repeated string preHookMessages = 5;
      Parameters:
      index - The index to set the value at.
      value - The preHookMessages to set.
      Returns:
      This builder for chaining.
    • addPreHookMessages

      public Spec.ProtoStep.Builder addPreHookMessages(String value)
       / Additional information at pre hook exec time to be available on reports
       
      repeated string preHookMessages = 5;
      Parameters:
      value - The preHookMessages to add.
      Returns:
      This builder for chaining.
    • addAllPreHookMessages

      public Spec.ProtoStep.Builder addAllPreHookMessages(Iterable<String> values)
       / Additional information at pre hook exec time to be available on reports
       
      repeated string preHookMessages = 5;
      Parameters:
      values - The preHookMessages to add.
      Returns:
      This builder for chaining.
    • clearPreHookMessages

      public Spec.ProtoStep.Builder clearPreHookMessages()
       / Additional information at pre hook exec time to be available on reports
       
      repeated string preHookMessages = 5;
      Returns:
      This builder for chaining.
    • addPreHookMessagesBytes

      public Spec.ProtoStep.Builder addPreHookMessagesBytes(com.google.protobuf.ByteString value)
       / Additional information at pre hook exec time to be available on reports
       
      repeated string preHookMessages = 5;
      Parameters:
      value - The bytes of the preHookMessages to add.
      Returns:
      This builder for chaining.
    • getPostHookMessagesList

      public com.google.protobuf.ProtocolStringList getPostHookMessagesList()
       / Additional information at post hook exec time to be available on reports
       
      repeated string postHookMessages = 6;
      Specified by:
      getPostHookMessagesList in interface Spec.ProtoStepOrBuilder
      Returns:
      A list containing the postHookMessages.
    • getPostHookMessagesCount

      public int getPostHookMessagesCount()
       / Additional information at post hook exec time to be available on reports
       
      repeated string postHookMessages = 6;
      Specified by:
      getPostHookMessagesCount in interface Spec.ProtoStepOrBuilder
      Returns:
      The count of postHookMessages.
    • getPostHookMessages

      public String getPostHookMessages(int index)
       / Additional information at post hook exec time to be available on reports
       
      repeated string postHookMessages = 6;
      Specified by:
      getPostHookMessages in interface Spec.ProtoStepOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The postHookMessages at the given index.
    • getPostHookMessagesBytes

      public com.google.protobuf.ByteString getPostHookMessagesBytes(int index)
       / Additional information at post hook exec time to be available on reports
       
      repeated string postHookMessages = 6;
      Specified by:
      getPostHookMessagesBytes in interface Spec.ProtoStepOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the postHookMessages at the given index.
    • setPostHookMessages

      public Spec.ProtoStep.Builder setPostHookMessages(int index, String value)
       / Additional information at post hook exec time to be available on reports
       
      repeated string postHookMessages = 6;
      Parameters:
      index - The index to set the value at.
      value - The postHookMessages to set.
      Returns:
      This builder for chaining.
    • addPostHookMessages

      public Spec.ProtoStep.Builder addPostHookMessages(String value)
       / Additional information at post hook exec time to be available on reports
       
      repeated string postHookMessages = 6;
      Parameters:
      value - The postHookMessages to add.
      Returns:
      This builder for chaining.
    • addAllPostHookMessages

      public Spec.ProtoStep.Builder addAllPostHookMessages(Iterable<String> values)
       / Additional information at post hook exec time to be available on reports
       
      repeated string postHookMessages = 6;
      Parameters:
      values - The postHookMessages to add.
      Returns:
      This builder for chaining.
    • clearPostHookMessages

      public Spec.ProtoStep.Builder clearPostHookMessages()
       / Additional information at post hook exec time to be available on reports
       
      repeated string postHookMessages = 6;
      Returns:
      This builder for chaining.
    • addPostHookMessagesBytes

      public Spec.ProtoStep.Builder addPostHookMessagesBytes(com.google.protobuf.ByteString value)
       / Additional information at post hook exec time to be available on reports
       
      repeated string postHookMessages = 6;
      Parameters:
      value - The bytes of the postHookMessages to add.
      Returns:
      This builder for chaining.
    • getPreHookScreenshotsList

      @Deprecated public List<com.google.protobuf.ByteString> getPreHookScreenshotsList()
      Deprecated.
      gauge.messages.ProtoStep.preHookScreenshots is deprecated. See spec.proto;l=185
       / [DEPRECATED, use preHookScreenshotFiles] Capture Screenshot at pre hook exec time to be available on reports
       
      repeated bytes preHookScreenshots = 7 [deprecated = true];
      Specified by:
      getPreHookScreenshotsList in interface Spec.ProtoStepOrBuilder
      Returns:
      A list containing the preHookScreenshots.
    • getPreHookScreenshotsCount

      @Deprecated public int getPreHookScreenshotsCount()
      Deprecated.
      gauge.messages.ProtoStep.preHookScreenshots is deprecated. See spec.proto;l=185
       / [DEPRECATED, use preHookScreenshotFiles] Capture Screenshot at pre hook exec time to be available on reports
       
      repeated bytes preHookScreenshots = 7 [deprecated = true];
      Specified by:
      getPreHookScreenshotsCount in interface Spec.ProtoStepOrBuilder
      Returns:
      The count of preHookScreenshots.
    • getPreHookScreenshots

      @Deprecated public com.google.protobuf.ByteString getPreHookScreenshots(int index)
      Deprecated.
      gauge.messages.ProtoStep.preHookScreenshots is deprecated. See spec.proto;l=185
       / [DEPRECATED, use preHookScreenshotFiles] Capture Screenshot at pre hook exec time to be available on reports
       
      repeated bytes preHookScreenshots = 7 [deprecated = true];
      Specified by:
      getPreHookScreenshots in interface Spec.ProtoStepOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The preHookScreenshots at the given index.
    • setPreHookScreenshots

      @Deprecated public Spec.ProtoStep.Builder setPreHookScreenshots(int index, com.google.protobuf.ByteString value)
      Deprecated.
      gauge.messages.ProtoStep.preHookScreenshots is deprecated. See spec.proto;l=185
       / [DEPRECATED, use preHookScreenshotFiles] Capture Screenshot at pre hook exec time to be available on reports
       
      repeated bytes preHookScreenshots = 7 [deprecated = true];
      Parameters:
      index - The index to set the value at.
      value - The preHookScreenshots to set.
      Returns:
      This builder for chaining.
    • addPreHookScreenshots

      @Deprecated public Spec.ProtoStep.Builder addPreHookScreenshots(com.google.protobuf.ByteString value)
      Deprecated.
      gauge.messages.ProtoStep.preHookScreenshots is deprecated. See spec.proto;l=185
       / [DEPRECATED, use preHookScreenshotFiles] Capture Screenshot at pre hook exec time to be available on reports
       
      repeated bytes preHookScreenshots = 7 [deprecated = true];
      Parameters:
      value - The preHookScreenshots to add.
      Returns:
      This builder for chaining.
    • addAllPreHookScreenshots

      @Deprecated public Spec.ProtoStep.Builder addAllPreHookScreenshots(Iterable<? extends com.google.protobuf.ByteString> values)
      Deprecated.
      gauge.messages.ProtoStep.preHookScreenshots is deprecated. See spec.proto;l=185
       / [DEPRECATED, use preHookScreenshotFiles] Capture Screenshot at pre hook exec time to be available on reports
       
      repeated bytes preHookScreenshots = 7 [deprecated = true];
      Parameters:
      values - The preHookScreenshots to add.
      Returns:
      This builder for chaining.
    • clearPreHookScreenshots

      @Deprecated public Spec.ProtoStep.Builder clearPreHookScreenshots()
      Deprecated.
      gauge.messages.ProtoStep.preHookScreenshots is deprecated. See spec.proto;l=185
       / [DEPRECATED, use preHookScreenshotFiles] Capture Screenshot at pre hook exec time to be available on reports
       
      repeated bytes preHookScreenshots = 7 [deprecated = true];
      Returns:
      This builder for chaining.
    • getPostHookScreenshotsList

      @Deprecated public List<com.google.protobuf.ByteString> getPostHookScreenshotsList()
      Deprecated.
      gauge.messages.ProtoStep.postHookScreenshots is deprecated. See spec.proto;l=187
       / [DEPRECATED, use postHookScreenshotFiles] Capture Screenshot at post hook exec time to be available on reports
       
      repeated bytes postHookScreenshots = 8 [deprecated = true];
      Specified by:
      getPostHookScreenshotsList in interface Spec.ProtoStepOrBuilder
      Returns:
      A list containing the postHookScreenshots.
    • getPostHookScreenshotsCount

      @Deprecated public int getPostHookScreenshotsCount()
      Deprecated.
      gauge.messages.ProtoStep.postHookScreenshots is deprecated. See spec.proto;l=187
       / [DEPRECATED, use postHookScreenshotFiles] Capture Screenshot at post hook exec time to be available on reports
       
      repeated bytes postHookScreenshots = 8 [deprecated = true];
      Specified by:
      getPostHookScreenshotsCount in interface Spec.ProtoStepOrBuilder
      Returns:
      The count of postHookScreenshots.
    • getPostHookScreenshots

      @Deprecated public com.google.protobuf.ByteString getPostHookScreenshots(int index)
      Deprecated.
      gauge.messages.ProtoStep.postHookScreenshots is deprecated. See spec.proto;l=187
       / [DEPRECATED, use postHookScreenshotFiles] Capture Screenshot at post hook exec time to be available on reports
       
      repeated bytes postHookScreenshots = 8 [deprecated = true];
      Specified by:
      getPostHookScreenshots in interface Spec.ProtoStepOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The postHookScreenshots at the given index.
    • setPostHookScreenshots

      @Deprecated public Spec.ProtoStep.Builder setPostHookScreenshots(int index, com.google.protobuf.ByteString value)
      Deprecated.
      gauge.messages.ProtoStep.postHookScreenshots is deprecated. See spec.proto;l=187
       / [DEPRECATED, use postHookScreenshotFiles] Capture Screenshot at post hook exec time to be available on reports
       
      repeated bytes postHookScreenshots = 8 [deprecated = true];
      Parameters:
      index - The index to set the value at.
      value - The postHookScreenshots to set.
      Returns:
      This builder for chaining.
    • addPostHookScreenshots

      @Deprecated public Spec.ProtoStep.Builder addPostHookScreenshots(com.google.protobuf.ByteString value)
      Deprecated.
      gauge.messages.ProtoStep.postHookScreenshots is deprecated. See spec.proto;l=187
       / [DEPRECATED, use postHookScreenshotFiles] Capture Screenshot at post hook exec time to be available on reports
       
      repeated bytes postHookScreenshots = 8 [deprecated = true];
      Parameters:
      value - The postHookScreenshots to add.
      Returns:
      This builder for chaining.
    • addAllPostHookScreenshots

      @Deprecated public Spec.ProtoStep.Builder addAllPostHookScreenshots(Iterable<? extends com.google.protobuf.ByteString> values)
      Deprecated.
      gauge.messages.ProtoStep.postHookScreenshots is deprecated. See spec.proto;l=187
       / [DEPRECATED, use postHookScreenshotFiles] Capture Screenshot at post hook exec time to be available on reports
       
      repeated bytes postHookScreenshots = 8 [deprecated = true];
      Parameters:
      values - The postHookScreenshots to add.
      Returns:
      This builder for chaining.
    • clearPostHookScreenshots

      @Deprecated public Spec.ProtoStep.Builder clearPostHookScreenshots()
      Deprecated.
      gauge.messages.ProtoStep.postHookScreenshots is deprecated. See spec.proto;l=187
       / [DEPRECATED, use postHookScreenshotFiles] Capture Screenshot at post hook exec time to be available on reports
       
      repeated bytes postHookScreenshots = 8 [deprecated = true];
      Returns:
      This builder for chaining.
    • getPreHookScreenshotFilesList

      public com.google.protobuf.ProtocolStringList getPreHookScreenshotFilesList()
       / Screenshots captured on pre hook exec time to be available on reports
       
      repeated string preHookScreenshotFiles = 9;
      Specified by:
      getPreHookScreenshotFilesList in interface Spec.ProtoStepOrBuilder
      Returns:
      A list containing the preHookScreenshotFiles.
    • getPreHookScreenshotFilesCount

      public int getPreHookScreenshotFilesCount()
       / Screenshots captured on pre hook exec time to be available on reports
       
      repeated string preHookScreenshotFiles = 9;
      Specified by:
      getPreHookScreenshotFilesCount in interface Spec.ProtoStepOrBuilder
      Returns:
      The count of preHookScreenshotFiles.
    • getPreHookScreenshotFiles

      public String getPreHookScreenshotFiles(int index)
       / Screenshots captured on pre hook exec time to be available on reports
       
      repeated string preHookScreenshotFiles = 9;
      Specified by:
      getPreHookScreenshotFiles in interface Spec.ProtoStepOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The preHookScreenshotFiles at the given index.
    • getPreHookScreenshotFilesBytes

      public com.google.protobuf.ByteString getPreHookScreenshotFilesBytes(int index)
       / Screenshots captured on pre hook exec time to be available on reports
       
      repeated string preHookScreenshotFiles = 9;
      Specified by:
      getPreHookScreenshotFilesBytes in interface Spec.ProtoStepOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the preHookScreenshotFiles at the given index.
    • setPreHookScreenshotFiles

      public Spec.ProtoStep.Builder setPreHookScreenshotFiles(int index, String value)
       / Screenshots captured on pre hook exec time to be available on reports
       
      repeated string preHookScreenshotFiles = 9;
      Parameters:
      index - The index to set the value at.
      value - The preHookScreenshotFiles to set.
      Returns:
      This builder for chaining.
    • addPreHookScreenshotFiles

      public Spec.ProtoStep.Builder addPreHookScreenshotFiles(String value)
       / Screenshots captured on pre hook exec time to be available on reports
       
      repeated string preHookScreenshotFiles = 9;
      Parameters:
      value - The preHookScreenshotFiles to add.
      Returns:
      This builder for chaining.
    • addAllPreHookScreenshotFiles

      public Spec.ProtoStep.Builder addAllPreHookScreenshotFiles(Iterable<String> values)
       / Screenshots captured on pre hook exec time to be available on reports
       
      repeated string preHookScreenshotFiles = 9;
      Parameters:
      values - The preHookScreenshotFiles to add.
      Returns:
      This builder for chaining.
    • clearPreHookScreenshotFiles

      public Spec.ProtoStep.Builder clearPreHookScreenshotFiles()
       / Screenshots captured on pre hook exec time to be available on reports
       
      repeated string preHookScreenshotFiles = 9;
      Returns:
      This builder for chaining.
    • addPreHookScreenshotFilesBytes

      public Spec.ProtoStep.Builder addPreHookScreenshotFilesBytes(com.google.protobuf.ByteString value)
       / Screenshots captured on pre hook exec time to be available on reports
       
      repeated string preHookScreenshotFiles = 9;
      Parameters:
      value - The bytes of the preHookScreenshotFiles to add.
      Returns:
      This builder for chaining.
    • getPostHookScreenshotFilesList

      public com.google.protobuf.ProtocolStringList getPostHookScreenshotFilesList()
       / Screenshots captured on post hook exec time to be available on reports
       
      repeated string postHookScreenshotFiles = 10;
      Specified by:
      getPostHookScreenshotFilesList in interface Spec.ProtoStepOrBuilder
      Returns:
      A list containing the postHookScreenshotFiles.
    • getPostHookScreenshotFilesCount

      public int getPostHookScreenshotFilesCount()
       / Screenshots captured on post hook exec time to be available on reports
       
      repeated string postHookScreenshotFiles = 10;
      Specified by:
      getPostHookScreenshotFilesCount in interface Spec.ProtoStepOrBuilder
      Returns:
      The count of postHookScreenshotFiles.
    • getPostHookScreenshotFiles

      public String getPostHookScreenshotFiles(int index)
       / Screenshots captured on post hook exec time to be available on reports
       
      repeated string postHookScreenshotFiles = 10;
      Specified by:
      getPostHookScreenshotFiles in interface Spec.ProtoStepOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The postHookScreenshotFiles at the given index.
    • getPostHookScreenshotFilesBytes

      public com.google.protobuf.ByteString getPostHookScreenshotFilesBytes(int index)
       / Screenshots captured on post hook exec time to be available on reports
       
      repeated string postHookScreenshotFiles = 10;
      Specified by:
      getPostHookScreenshotFilesBytes in interface Spec.ProtoStepOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the postHookScreenshotFiles at the given index.
    • setPostHookScreenshotFiles

      public Spec.ProtoStep.Builder setPostHookScreenshotFiles(int index, String value)
       / Screenshots captured on post hook exec time to be available on reports
       
      repeated string postHookScreenshotFiles = 10;
      Parameters:
      index - The index to set the value at.
      value - The postHookScreenshotFiles to set.
      Returns:
      This builder for chaining.
    • addPostHookScreenshotFiles

      public Spec.ProtoStep.Builder addPostHookScreenshotFiles(String value)
       / Screenshots captured on post hook exec time to be available on reports
       
      repeated string postHookScreenshotFiles = 10;
      Parameters:
      value - The postHookScreenshotFiles to add.
      Returns:
      This builder for chaining.
    • addAllPostHookScreenshotFiles

      public Spec.ProtoStep.Builder addAllPostHookScreenshotFiles(Iterable<String> values)
       / Screenshots captured on post hook exec time to be available on reports
       
      repeated string postHookScreenshotFiles = 10;
      Parameters:
      values - The postHookScreenshotFiles to add.
      Returns:
      This builder for chaining.
    • clearPostHookScreenshotFiles

      public Spec.ProtoStep.Builder clearPostHookScreenshotFiles()
       / Screenshots captured on post hook exec time to be available on reports
       
      repeated string postHookScreenshotFiles = 10;
      Returns:
      This builder for chaining.
    • addPostHookScreenshotFilesBytes

      public Spec.ProtoStep.Builder addPostHookScreenshotFilesBytes(com.google.protobuf.ByteString value)
       / Screenshots captured on post hook exec time to be available on reports
       
      repeated string postHookScreenshotFiles = 10;
      Parameters:
      value - The bytes of the postHookScreenshotFiles to add.
      Returns:
      This builder for chaining.