Class Spec.ProtoSuiteResult.Builder

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

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

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

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

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

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

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

      public List<Spec.ProtoSpecResult> getSpecResultsList()
       / Contains the result from the execution
       
      repeated .gauge.messages.ProtoSpecResult specResults = 1;
      Specified by:
      getSpecResultsList in interface Spec.ProtoSuiteResultOrBuilder
    • getSpecResultsCount

      public int getSpecResultsCount()
       / Contains the result from the execution
       
      repeated .gauge.messages.ProtoSpecResult specResults = 1;
      Specified by:
      getSpecResultsCount in interface Spec.ProtoSuiteResultOrBuilder
    • getSpecResults

      public Spec.ProtoSpecResult getSpecResults(int index)
       / Contains the result from the execution
       
      repeated .gauge.messages.ProtoSpecResult specResults = 1;
      Specified by:
      getSpecResults in interface Spec.ProtoSuiteResultOrBuilder
    • setSpecResults

      public Spec.ProtoSuiteResult.Builder setSpecResults(int index, Spec.ProtoSpecResult value)
       / Contains the result from the execution
       
      repeated .gauge.messages.ProtoSpecResult specResults = 1;
    • setSpecResults

      public Spec.ProtoSuiteResult.Builder setSpecResults(int index, Spec.ProtoSpecResult.Builder builderForValue)
       / Contains the result from the execution
       
      repeated .gauge.messages.ProtoSpecResult specResults = 1;
    • addSpecResults

      public Spec.ProtoSuiteResult.Builder addSpecResults(Spec.ProtoSpecResult value)
       / Contains the result from the execution
       
      repeated .gauge.messages.ProtoSpecResult specResults = 1;
    • addSpecResults

      public Spec.ProtoSuiteResult.Builder addSpecResults(int index, Spec.ProtoSpecResult value)
       / Contains the result from the execution
       
      repeated .gauge.messages.ProtoSpecResult specResults = 1;
    • addSpecResults

      public Spec.ProtoSuiteResult.Builder addSpecResults(Spec.ProtoSpecResult.Builder builderForValue)
       / Contains the result from the execution
       
      repeated .gauge.messages.ProtoSpecResult specResults = 1;
    • addSpecResults

      public Spec.ProtoSuiteResult.Builder addSpecResults(int index, Spec.ProtoSpecResult.Builder builderForValue)
       / Contains the result from the execution
       
      repeated .gauge.messages.ProtoSpecResult specResults = 1;
    • addAllSpecResults

      public Spec.ProtoSuiteResult.Builder addAllSpecResults(Iterable<? extends Spec.ProtoSpecResult> values)
       / Contains the result from the execution
       
      repeated .gauge.messages.ProtoSpecResult specResults = 1;
    • clearSpecResults

      public Spec.ProtoSuiteResult.Builder clearSpecResults()
       / Contains the result from the execution
       
      repeated .gauge.messages.ProtoSpecResult specResults = 1;
    • removeSpecResults

      public Spec.ProtoSuiteResult.Builder removeSpecResults(int index)
       / Contains the result from the execution
       
      repeated .gauge.messages.ProtoSpecResult specResults = 1;
    • getSpecResultsBuilder

      public Spec.ProtoSpecResult.Builder getSpecResultsBuilder(int index)
       / Contains the result from the execution
       
      repeated .gauge.messages.ProtoSpecResult specResults = 1;
    • getSpecResultsOrBuilder

      public Spec.ProtoSpecResultOrBuilder getSpecResultsOrBuilder(int index)
       / Contains the result from the execution
       
      repeated .gauge.messages.ProtoSpecResult specResults = 1;
      Specified by:
      getSpecResultsOrBuilder in interface Spec.ProtoSuiteResultOrBuilder
    • getSpecResultsOrBuilderList

      public List<? extends Spec.ProtoSpecResultOrBuilder> getSpecResultsOrBuilderList()
       / Contains the result from the execution
       
      repeated .gauge.messages.ProtoSpecResult specResults = 1;
      Specified by:
      getSpecResultsOrBuilderList in interface Spec.ProtoSuiteResultOrBuilder
    • addSpecResultsBuilder

      public Spec.ProtoSpecResult.Builder addSpecResultsBuilder()
       / Contains the result from the execution
       
      repeated .gauge.messages.ProtoSpecResult specResults = 1;
    • addSpecResultsBuilder

      public Spec.ProtoSpecResult.Builder addSpecResultsBuilder(int index)
       / Contains the result from the execution
       
      repeated .gauge.messages.ProtoSpecResult specResults = 1;
    • getSpecResultsBuilderList

      public List<Spec.ProtoSpecResult.Builder> getSpecResultsBuilderList()
       / Contains the result from the execution
       
      repeated .gauge.messages.ProtoSpecResult specResults = 1;
    • hasPreHookFailure

      public boolean hasPreHookFailure()
       / Contains a 'before' hook failure message. This happens when the `before_suite` hook has an error
       
      .gauge.messages.ProtoHookFailure preHookFailure = 2;
      Specified by:
      hasPreHookFailure in interface Spec.ProtoSuiteResultOrBuilder
      Returns:
      Whether the preHookFailure field is set.
    • getPreHookFailure

      public Spec.ProtoHookFailure getPreHookFailure()
       / Contains a 'before' hook failure message. This happens when the `before_suite` hook has an error
       
      .gauge.messages.ProtoHookFailure preHookFailure = 2;
      Specified by:
      getPreHookFailure in interface Spec.ProtoSuiteResultOrBuilder
      Returns:
      The preHookFailure.
    • setPreHookFailure

      public Spec.ProtoSuiteResult.Builder setPreHookFailure(Spec.ProtoHookFailure value)
       / Contains a 'before' hook failure message. This happens when the `before_suite` hook has an error
       
      .gauge.messages.ProtoHookFailure preHookFailure = 2;
    • setPreHookFailure

      public Spec.ProtoSuiteResult.Builder setPreHookFailure(Spec.ProtoHookFailure.Builder builderForValue)
       / Contains a 'before' hook failure message. This happens when the `before_suite` hook has an error
       
      .gauge.messages.ProtoHookFailure preHookFailure = 2;
    • mergePreHookFailure

      public Spec.ProtoSuiteResult.Builder mergePreHookFailure(Spec.ProtoHookFailure value)
       / Contains a 'before' hook failure message. This happens when the `before_suite` hook has an error
       
      .gauge.messages.ProtoHookFailure preHookFailure = 2;
    • clearPreHookFailure

      public Spec.ProtoSuiteResult.Builder clearPreHookFailure()
       / Contains a 'before' hook failure message. This happens when the `before_suite` hook has an error
       
      .gauge.messages.ProtoHookFailure preHookFailure = 2;
    • getPreHookFailureBuilder

      public Spec.ProtoHookFailure.Builder getPreHookFailureBuilder()
       / Contains a 'before' hook failure message. This happens when the `before_suite` hook has an error
       
      .gauge.messages.ProtoHookFailure preHookFailure = 2;
    • getPreHookFailureOrBuilder

      public Spec.ProtoHookFailureOrBuilder getPreHookFailureOrBuilder()
       / Contains a 'before' hook failure message. This happens when the `before_suite` hook has an error
       
      .gauge.messages.ProtoHookFailure preHookFailure = 2;
      Specified by:
      getPreHookFailureOrBuilder in interface Spec.ProtoSuiteResultOrBuilder
    • hasPostHookFailure

      public boolean hasPostHookFailure()
       / Contains a 'after' hook failure message. This happens when the `after_suite` hook has an error
       
      .gauge.messages.ProtoHookFailure postHookFailure = 3;
      Specified by:
      hasPostHookFailure in interface Spec.ProtoSuiteResultOrBuilder
      Returns:
      Whether the postHookFailure field is set.
    • getPostHookFailure

      public Spec.ProtoHookFailure getPostHookFailure()
       / Contains a 'after' hook failure message. This happens when the `after_suite` hook has an error
       
      .gauge.messages.ProtoHookFailure postHookFailure = 3;
      Specified by:
      getPostHookFailure in interface Spec.ProtoSuiteResultOrBuilder
      Returns:
      The postHookFailure.
    • setPostHookFailure

      public Spec.ProtoSuiteResult.Builder setPostHookFailure(Spec.ProtoHookFailure value)
       / Contains a 'after' hook failure message. This happens when the `after_suite` hook has an error
       
      .gauge.messages.ProtoHookFailure postHookFailure = 3;
    • setPostHookFailure

      public Spec.ProtoSuiteResult.Builder setPostHookFailure(Spec.ProtoHookFailure.Builder builderForValue)
       / Contains a 'after' hook failure message. This happens when the `after_suite` hook has an error
       
      .gauge.messages.ProtoHookFailure postHookFailure = 3;
    • mergePostHookFailure

      public Spec.ProtoSuiteResult.Builder mergePostHookFailure(Spec.ProtoHookFailure value)
       / Contains a 'after' hook failure message. This happens when the `after_suite` hook has an error
       
      .gauge.messages.ProtoHookFailure postHookFailure = 3;
    • clearPostHookFailure

      public Spec.ProtoSuiteResult.Builder clearPostHookFailure()
       / Contains a 'after' hook failure message. This happens when the `after_suite` hook has an error
       
      .gauge.messages.ProtoHookFailure postHookFailure = 3;
    • getPostHookFailureBuilder

      public Spec.ProtoHookFailure.Builder getPostHookFailureBuilder()
       / Contains a 'after' hook failure message. This happens when the `after_suite` hook has an error
       
      .gauge.messages.ProtoHookFailure postHookFailure = 3;
    • getPostHookFailureOrBuilder

      public Spec.ProtoHookFailureOrBuilder getPostHookFailureOrBuilder()
       / Contains a 'after' hook failure message. This happens when the `after_suite` hook has an error
       
      .gauge.messages.ProtoHookFailure postHookFailure = 3;
      Specified by:
      getPostHookFailureOrBuilder in interface Spec.ProtoSuiteResultOrBuilder
    • getFailed

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

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

      public Spec.ProtoSuiteResult.Builder clearFailed()
       / Flag to indicate failure
       
      bool failed = 4;
      Returns:
      This builder for chaining.
    • getSpecsFailedCount

      public int getSpecsFailedCount()
       / Holds the count of number of Specifications that failed.
       
      int32 specsFailedCount = 5;
      Specified by:
      getSpecsFailedCount in interface Spec.ProtoSuiteResultOrBuilder
      Returns:
      The specsFailedCount.
    • setSpecsFailedCount

      public Spec.ProtoSuiteResult.Builder setSpecsFailedCount(int value)
       / Holds the count of number of Specifications that failed.
       
      int32 specsFailedCount = 5;
      Parameters:
      value - The specsFailedCount to set.
      Returns:
      This builder for chaining.
    • clearSpecsFailedCount

      public Spec.ProtoSuiteResult.Builder clearSpecsFailedCount()
       / Holds the count of number of Specifications that failed.
       
      int32 specsFailedCount = 5;
      Returns:
      This builder for chaining.
    • getExecutionTime

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

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

      public Spec.ProtoSuiteResult.Builder clearExecutionTime()
       / Holds the time taken for executing the whole suite.
       
      int64 executionTime = 6;
      Returns:
      This builder for chaining.
    • getSuccessRate

      public float getSuccessRate()
       / Holds a metric indicating the success rate of the execution.
       
      float successRate = 7;
      Specified by:
      getSuccessRate in interface Spec.ProtoSuiteResultOrBuilder
      Returns:
      The successRate.
    • setSuccessRate

      public Spec.ProtoSuiteResult.Builder setSuccessRate(float value)
       / Holds a metric indicating the success rate of the execution.
       
      float successRate = 7;
      Parameters:
      value - The successRate to set.
      Returns:
      This builder for chaining.
    • clearSuccessRate

      public Spec.ProtoSuiteResult.Builder clearSuccessRate()
       / Holds a metric indicating the success rate of the execution.
       
      float successRate = 7;
      Returns:
      This builder for chaining.
    • getEnvironment

      public String getEnvironment()
       / The environment against which execution was done
       
      string environment = 8;
      Specified by:
      getEnvironment in interface Spec.ProtoSuiteResultOrBuilder
      Returns:
      The environment.
    • getEnvironmentBytes

      public com.google.protobuf.ByteString getEnvironmentBytes()
       / The environment against which execution was done
       
      string environment = 8;
      Specified by:
      getEnvironmentBytes in interface Spec.ProtoSuiteResultOrBuilder
      Returns:
      The bytes for environment.
    • setEnvironment

      public Spec.ProtoSuiteResult.Builder setEnvironment(String value)
       / The environment against which execution was done
       
      string environment = 8;
      Parameters:
      value - The environment to set.
      Returns:
      This builder for chaining.
    • clearEnvironment

      public Spec.ProtoSuiteResult.Builder clearEnvironment()
       / The environment against which execution was done
       
      string environment = 8;
      Returns:
      This builder for chaining.
    • setEnvironmentBytes

      public Spec.ProtoSuiteResult.Builder setEnvironmentBytes(com.google.protobuf.ByteString value)
       / The environment against which execution was done
       
      string environment = 8;
      Parameters:
      value - The bytes for environment to set.
      Returns:
      This builder for chaining.
    • getTags

      public String getTags()
       / Tag expression used for filtering specification
       
      string tags = 9;
      Specified by:
      getTags in interface Spec.ProtoSuiteResultOrBuilder
      Returns:
      The tags.
    • getTagsBytes

      public com.google.protobuf.ByteString getTagsBytes()
       / Tag expression used for filtering specification
       
      string tags = 9;
      Specified by:
      getTagsBytes in interface Spec.ProtoSuiteResultOrBuilder
      Returns:
      The bytes for tags.
    • setTags

      public Spec.ProtoSuiteResult.Builder setTags(String value)
       / Tag expression used for filtering specification
       
      string tags = 9;
      Parameters:
      value - The tags to set.
      Returns:
      This builder for chaining.
    • clearTags

      public Spec.ProtoSuiteResult.Builder clearTags()
       / Tag expression used for filtering specification
       
      string tags = 9;
      Returns:
      This builder for chaining.
    • setTagsBytes

      public Spec.ProtoSuiteResult.Builder setTagsBytes(com.google.protobuf.ByteString value)
       / Tag expression used for filtering specification
       
      string tags = 9;
      Parameters:
      value - The bytes for tags to set.
      Returns:
      This builder for chaining.
    • getProjectName

      public String getProjectName()
       / Project name
       
      string projectName = 10;
      Specified by:
      getProjectName in interface Spec.ProtoSuiteResultOrBuilder
      Returns:
      The projectName.
    • getProjectNameBytes

      public com.google.protobuf.ByteString getProjectNameBytes()
       / Project name
       
      string projectName = 10;
      Specified by:
      getProjectNameBytes in interface Spec.ProtoSuiteResultOrBuilder
      Returns:
      The bytes for projectName.
    • setProjectName

      public Spec.ProtoSuiteResult.Builder setProjectName(String value)
       / Project name
       
      string projectName = 10;
      Parameters:
      value - The projectName to set.
      Returns:
      This builder for chaining.
    • clearProjectName

      public Spec.ProtoSuiteResult.Builder clearProjectName()
       / Project name
       
      string projectName = 10;
      Returns:
      This builder for chaining.
    • setProjectNameBytes

      public Spec.ProtoSuiteResult.Builder setProjectNameBytes(com.google.protobuf.ByteString value)
       / Project name
       
      string projectName = 10;
      Parameters:
      value - The bytes for projectName to set.
      Returns:
      This builder for chaining.
    • getTimestamp

      public String getTimestamp()
       / Timestamp of when execution started
       
      string timestamp = 11;
      Specified by:
      getTimestamp in interface Spec.ProtoSuiteResultOrBuilder
      Returns:
      The timestamp.
    • getTimestampBytes

      public com.google.protobuf.ByteString getTimestampBytes()
       / Timestamp of when execution started
       
      string timestamp = 11;
      Specified by:
      getTimestampBytes in interface Spec.ProtoSuiteResultOrBuilder
      Returns:
      The bytes for timestamp.
    • setTimestamp

      public Spec.ProtoSuiteResult.Builder setTimestamp(String value)
       / Timestamp of when execution started
       
      string timestamp = 11;
      Parameters:
      value - The timestamp to set.
      Returns:
      This builder for chaining.
    • clearTimestamp

      public Spec.ProtoSuiteResult.Builder clearTimestamp()
       / Timestamp of when execution started
       
      string timestamp = 11;
      Returns:
      This builder for chaining.
    • setTimestampBytes

      public Spec.ProtoSuiteResult.Builder setTimestampBytes(com.google.protobuf.ByteString value)
       / Timestamp of when execution started
       
      string timestamp = 11;
      Parameters:
      value - The bytes for timestamp to set.
      Returns:
      This builder for chaining.
    • getSpecsSkippedCount

      public int getSpecsSkippedCount()
      int32 specsSkippedCount = 12;
      Specified by:
      getSpecsSkippedCount in interface Spec.ProtoSuiteResultOrBuilder
      Returns:
      The specsSkippedCount.
    • setSpecsSkippedCount

      public Spec.ProtoSuiteResult.Builder setSpecsSkippedCount(int value)
      int32 specsSkippedCount = 12;
      Parameters:
      value - The specsSkippedCount to set.
      Returns:
      This builder for chaining.
    • clearSpecsSkippedCount

      public Spec.ProtoSuiteResult.Builder clearSpecsSkippedCount()
      int32 specsSkippedCount = 12;
      Returns:
      This builder for chaining.
    • getPreHookMessagesList

      public com.google.protobuf.ProtocolStringList getPreHookMessagesList()
       / Additional information at pre hook exec time to be available on reports
       
      repeated string preHookMessages = 13;
      Specified by:
      getPreHookMessagesList in interface Spec.ProtoSuiteResultOrBuilder
      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 = 13;
      Specified by:
      getPreHookMessagesCount in interface Spec.ProtoSuiteResultOrBuilder
      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 = 13;
      Specified by:
      getPreHookMessages in interface Spec.ProtoSuiteResultOrBuilder
      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 = 13;
      Specified by:
      getPreHookMessagesBytes in interface Spec.ProtoSuiteResultOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the preHookMessages at the given index.
    • setPreHookMessages

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

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

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

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

      public Spec.ProtoSuiteResult.Builder addPreHookMessagesBytes(com.google.protobuf.ByteString value)
       / Additional information at pre hook exec time to be available on reports
       
      repeated string preHookMessages = 13;
      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 = 14;
      Specified by:
      getPostHookMessagesList in interface Spec.ProtoSuiteResultOrBuilder
      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 = 14;
      Specified by:
      getPostHookMessagesCount in interface Spec.ProtoSuiteResultOrBuilder
      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 = 14;
      Specified by:
      getPostHookMessages in interface Spec.ProtoSuiteResultOrBuilder
      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 = 14;
      Specified by:
      getPostHookMessagesBytes in interface Spec.ProtoSuiteResultOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the postHookMessages at the given index.
    • setPostHookMessages

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

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

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

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

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

      @Deprecated public com.google.protobuf.ProtocolStringList getPreHookMessageList()
      Deprecated.
      gauge.messages.ProtoSuiteResult.preHookMessage is deprecated. See spec.proto;l=364
       / [DEPRECATED, use preHookMessages] Additional information at pre hook exec time to be available on reports
       
      repeated string preHookMessage = 15 [deprecated = true];
      Specified by:
      getPreHookMessageList in interface Spec.ProtoSuiteResultOrBuilder
      Returns:
      A list containing the preHookMessage.
    • getPreHookMessageCount

      @Deprecated public int getPreHookMessageCount()
      Deprecated.
      gauge.messages.ProtoSuiteResult.preHookMessage is deprecated. See spec.proto;l=364
       / [DEPRECATED, use preHookMessages] Additional information at pre hook exec time to be available on reports
       
      repeated string preHookMessage = 15 [deprecated = true];
      Specified by:
      getPreHookMessageCount in interface Spec.ProtoSuiteResultOrBuilder
      Returns:
      The count of preHookMessage.
    • getPreHookMessage

      @Deprecated public String getPreHookMessage(int index)
      Deprecated.
      gauge.messages.ProtoSuiteResult.preHookMessage is deprecated. See spec.proto;l=364
       / [DEPRECATED, use preHookMessages] Additional information at pre hook exec time to be available on reports
       
      repeated string preHookMessage = 15 [deprecated = true];
      Specified by:
      getPreHookMessage in interface Spec.ProtoSuiteResultOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The preHookMessage at the given index.
    • getPreHookMessageBytes

      @Deprecated public com.google.protobuf.ByteString getPreHookMessageBytes(int index)
      Deprecated.
      gauge.messages.ProtoSuiteResult.preHookMessage is deprecated. See spec.proto;l=364
       / [DEPRECATED, use preHookMessages] Additional information at pre hook exec time to be available on reports
       
      repeated string preHookMessage = 15 [deprecated = true];
      Specified by:
      getPreHookMessageBytes in interface Spec.ProtoSuiteResultOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the preHookMessage at the given index.
    • setPreHookMessage

      @Deprecated public Spec.ProtoSuiteResult.Builder setPreHookMessage(int index, String value)
      Deprecated.
      gauge.messages.ProtoSuiteResult.preHookMessage is deprecated. See spec.proto;l=364
       / [DEPRECATED, use preHookMessages] Additional information at pre hook exec time to be available on reports
       
      repeated string preHookMessage = 15 [deprecated = true];
      Parameters:
      index - The index to set the value at.
      value - The preHookMessage to set.
      Returns:
      This builder for chaining.
    • addPreHookMessage

      @Deprecated public Spec.ProtoSuiteResult.Builder addPreHookMessage(String value)
      Deprecated.
      gauge.messages.ProtoSuiteResult.preHookMessage is deprecated. See spec.proto;l=364
       / [DEPRECATED, use preHookMessages] Additional information at pre hook exec time to be available on reports
       
      repeated string preHookMessage = 15 [deprecated = true];
      Parameters:
      value - The preHookMessage to add.
      Returns:
      This builder for chaining.
    • addAllPreHookMessage

      @Deprecated public Spec.ProtoSuiteResult.Builder addAllPreHookMessage(Iterable<String> values)
      Deprecated.
      gauge.messages.ProtoSuiteResult.preHookMessage is deprecated. See spec.proto;l=364
       / [DEPRECATED, use preHookMessages] Additional information at pre hook exec time to be available on reports
       
      repeated string preHookMessage = 15 [deprecated = true];
      Parameters:
      values - The preHookMessage to add.
      Returns:
      This builder for chaining.
    • clearPreHookMessage

      @Deprecated public Spec.ProtoSuiteResult.Builder clearPreHookMessage()
      Deprecated.
      gauge.messages.ProtoSuiteResult.preHookMessage is deprecated. See spec.proto;l=364
       / [DEPRECATED, use preHookMessages] Additional information at pre hook exec time to be available on reports
       
      repeated string preHookMessage = 15 [deprecated = true];
      Returns:
      This builder for chaining.
    • addPreHookMessageBytes

      @Deprecated public Spec.ProtoSuiteResult.Builder addPreHookMessageBytes(com.google.protobuf.ByteString value)
      Deprecated.
      gauge.messages.ProtoSuiteResult.preHookMessage is deprecated. See spec.proto;l=364
       / [DEPRECATED, use preHookMessages] Additional information at pre hook exec time to be available on reports
       
      repeated string preHookMessage = 15 [deprecated = true];
      Parameters:
      value - The bytes of the preHookMessage to add.
      Returns:
      This builder for chaining.
    • getPostHookMessageList

      @Deprecated public com.google.protobuf.ProtocolStringList getPostHookMessageList()
      Deprecated.
      gauge.messages.ProtoSuiteResult.postHookMessage is deprecated. See spec.proto;l=366
       / [DEPRECATED, use postHookMessages] Additional information at post hook exec time to be available on reports
       
      repeated string postHookMessage = 16 [deprecated = true];
      Specified by:
      getPostHookMessageList in interface Spec.ProtoSuiteResultOrBuilder
      Returns:
      A list containing the postHookMessage.
    • getPostHookMessageCount

      @Deprecated public int getPostHookMessageCount()
      Deprecated.
      gauge.messages.ProtoSuiteResult.postHookMessage is deprecated. See spec.proto;l=366
       / [DEPRECATED, use postHookMessages] Additional information at post hook exec time to be available on reports
       
      repeated string postHookMessage = 16 [deprecated = true];
      Specified by:
      getPostHookMessageCount in interface Spec.ProtoSuiteResultOrBuilder
      Returns:
      The count of postHookMessage.
    • getPostHookMessage

      @Deprecated public String getPostHookMessage(int index)
      Deprecated.
      gauge.messages.ProtoSuiteResult.postHookMessage is deprecated. See spec.proto;l=366
       / [DEPRECATED, use postHookMessages] Additional information at post hook exec time to be available on reports
       
      repeated string postHookMessage = 16 [deprecated = true];
      Specified by:
      getPostHookMessage in interface Spec.ProtoSuiteResultOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The postHookMessage at the given index.
    • getPostHookMessageBytes

      @Deprecated public com.google.protobuf.ByteString getPostHookMessageBytes(int index)
      Deprecated.
      gauge.messages.ProtoSuiteResult.postHookMessage is deprecated. See spec.proto;l=366
       / [DEPRECATED, use postHookMessages] Additional information at post hook exec time to be available on reports
       
      repeated string postHookMessage = 16 [deprecated = true];
      Specified by:
      getPostHookMessageBytes in interface Spec.ProtoSuiteResultOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the postHookMessage at the given index.
    • setPostHookMessage

      @Deprecated public Spec.ProtoSuiteResult.Builder setPostHookMessage(int index, String value)
      Deprecated.
      gauge.messages.ProtoSuiteResult.postHookMessage is deprecated. See spec.proto;l=366
       / [DEPRECATED, use postHookMessages] Additional information at post hook exec time to be available on reports
       
      repeated string postHookMessage = 16 [deprecated = true];
      Parameters:
      index - The index to set the value at.
      value - The postHookMessage to set.
      Returns:
      This builder for chaining.
    • addPostHookMessage

      @Deprecated public Spec.ProtoSuiteResult.Builder addPostHookMessage(String value)
      Deprecated.
      gauge.messages.ProtoSuiteResult.postHookMessage is deprecated. See spec.proto;l=366
       / [DEPRECATED, use postHookMessages] Additional information at post hook exec time to be available on reports
       
      repeated string postHookMessage = 16 [deprecated = true];
      Parameters:
      value - The postHookMessage to add.
      Returns:
      This builder for chaining.
    • addAllPostHookMessage

      @Deprecated public Spec.ProtoSuiteResult.Builder addAllPostHookMessage(Iterable<String> values)
      Deprecated.
      gauge.messages.ProtoSuiteResult.postHookMessage is deprecated. See spec.proto;l=366
       / [DEPRECATED, use postHookMessages] Additional information at post hook exec time to be available on reports
       
      repeated string postHookMessage = 16 [deprecated = true];
      Parameters:
      values - The postHookMessage to add.
      Returns:
      This builder for chaining.
    • clearPostHookMessage

      @Deprecated public Spec.ProtoSuiteResult.Builder clearPostHookMessage()
      Deprecated.
      gauge.messages.ProtoSuiteResult.postHookMessage is deprecated. See spec.proto;l=366
       / [DEPRECATED, use postHookMessages] Additional information at post hook exec time to be available on reports
       
      repeated string postHookMessage = 16 [deprecated = true];
      Returns:
      This builder for chaining.
    • addPostHookMessageBytes

      @Deprecated public Spec.ProtoSuiteResult.Builder addPostHookMessageBytes(com.google.protobuf.ByteString value)
      Deprecated.
      gauge.messages.ProtoSuiteResult.postHookMessage is deprecated. See spec.proto;l=366
       / [DEPRECATED, use postHookMessages] Additional information at post hook exec time to be available on reports
       
      repeated string postHookMessage = 16 [deprecated = true];
      Parameters:
      value - The bytes of the postHookMessage to add.
      Returns:
      This builder for chaining.
    • getPreHookScreenshotsList

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

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

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

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

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

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

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

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

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

      @Deprecated public Spec.ProtoSuiteResult.Builder setPostHookScreenshots(int index, com.google.protobuf.ByteString value)
      Deprecated.
      gauge.messages.ProtoSuiteResult.postHookScreenshots is deprecated. See spec.proto;l=370
       / [DEPRECATED, use postHookScreenshotFiles] Capture Screenshot at post hook exec time to be available on reports
       
      repeated bytes postHookScreenshots = 18 [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.ProtoSuiteResult.Builder addPostHookScreenshots(com.google.protobuf.ByteString value)
      Deprecated.
      gauge.messages.ProtoSuiteResult.postHookScreenshots is deprecated. See spec.proto;l=370
       / [DEPRECATED, use postHookScreenshotFiles] Capture Screenshot at post hook exec time to be available on reports
       
      repeated bytes postHookScreenshots = 18 [deprecated = true];
      Parameters:
      value - The postHookScreenshots to add.
      Returns:
      This builder for chaining.
    • addAllPostHookScreenshots

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

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

      public boolean getChunked()
       Indicates if the result is sent in chunks
       
      bool chunked = 19;
      Specified by:
      getChunked in interface Spec.ProtoSuiteResultOrBuilder
      Returns:
      The chunked.
    • setChunked

      public Spec.ProtoSuiteResult.Builder setChunked(boolean value)
       Indicates if the result is sent in chunks
       
      bool chunked = 19;
      Parameters:
      value - The chunked to set.
      Returns:
      This builder for chaining.
    • clearChunked

      public Spec.ProtoSuiteResult.Builder clearChunked()
       Indicates if the result is sent in chunks
       
      bool chunked = 19;
      Returns:
      This builder for chaining.
    • getChunkSize

      public long getChunkSize()
       Indicates the number of chunks to expect after this
       
      int64 chunkSize = 20;
      Specified by:
      getChunkSize in interface Spec.ProtoSuiteResultOrBuilder
      Returns:
      The chunkSize.
    • setChunkSize

      public Spec.ProtoSuiteResult.Builder setChunkSize(long value)
       Indicates the number of chunks to expect after this
       
      int64 chunkSize = 20;
      Parameters:
      value - The chunkSize to set.
      Returns:
      This builder for chaining.
    • clearChunkSize

      public Spec.ProtoSuiteResult.Builder clearChunkSize()
       Indicates the number of chunks to expect after this
       
      int64 chunkSize = 20;
      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 = 21;
      Specified by:
      getPreHookScreenshotFilesList in interface Spec.ProtoSuiteResultOrBuilder
      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 = 21;
      Specified by:
      getPreHookScreenshotFilesCount in interface Spec.ProtoSuiteResultOrBuilder
      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 = 21;
      Specified by:
      getPreHookScreenshotFiles in interface Spec.ProtoSuiteResultOrBuilder
      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 = 21;
      Specified by:
      getPreHookScreenshotFilesBytes in interface Spec.ProtoSuiteResultOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the preHookScreenshotFiles at the given index.
    • setPreHookScreenshotFiles

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

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

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

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

      public Spec.ProtoSuiteResult.Builder addPreHookScreenshotFilesBytes(com.google.protobuf.ByteString value)
       / Screenshots captured on pre hook exec time to be available on reports
       
      repeated string preHookScreenshotFiles = 21;
      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 = 22;
      Specified by:
      getPostHookScreenshotFilesList in interface Spec.ProtoSuiteResultOrBuilder
      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 = 22;
      Specified by:
      getPostHookScreenshotFilesCount in interface Spec.ProtoSuiteResultOrBuilder
      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 = 22;
      Specified by:
      getPostHookScreenshotFiles in interface Spec.ProtoSuiteResultOrBuilder
      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 = 22;
      Specified by:
      getPostHookScreenshotFilesBytes in interface Spec.ProtoSuiteResultOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the postHookScreenshotFiles at the given index.
    • setPostHookScreenshotFiles

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

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

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

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

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