Class Spec.ProtoSuiteResult

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

public static final class Spec.ProtoSuiteResult extends com.google.protobuf.GeneratedMessage implements Spec.ProtoSuiteResultOrBuilder
 / A proto object representing the result of entire Suite execution.
 
Protobuf type gauge.messages.ProtoSuiteResult
See Also:
  • Field Details

    • SPECRESULTS_FIELD_NUMBER

      public static final int SPECRESULTS_FIELD_NUMBER
      See Also:
    • PREHOOKFAILURE_FIELD_NUMBER

      public static final int PREHOOKFAILURE_FIELD_NUMBER
      See Also:
    • POSTHOOKFAILURE_FIELD_NUMBER

      public static final int POSTHOOKFAILURE_FIELD_NUMBER
      See Also:
    • FAILED_FIELD_NUMBER

      public static final int FAILED_FIELD_NUMBER
      See Also:
    • SPECSFAILEDCOUNT_FIELD_NUMBER

      public static final int SPECSFAILEDCOUNT_FIELD_NUMBER
      See Also:
    • EXECUTIONTIME_FIELD_NUMBER

      public static final int EXECUTIONTIME_FIELD_NUMBER
      See Also:
    • SUCCESSRATE_FIELD_NUMBER

      public static final int SUCCESSRATE_FIELD_NUMBER
      See Also:
    • ENVIRONMENT_FIELD_NUMBER

      public static final int ENVIRONMENT_FIELD_NUMBER
      See Also:
    • TAGS_FIELD_NUMBER

      public static final int TAGS_FIELD_NUMBER
      See Also:
    • PROJECTNAME_FIELD_NUMBER

      public static final int PROJECTNAME_FIELD_NUMBER
      See Also:
    • TIMESTAMP_FIELD_NUMBER

      public static final int TIMESTAMP_FIELD_NUMBER
      See Also:
    • SPECSSKIPPEDCOUNT_FIELD_NUMBER

      public static final int SPECSSKIPPEDCOUNT_FIELD_NUMBER
      See Also:
    • PREHOOKMESSAGES_FIELD_NUMBER

      public static final int PREHOOKMESSAGES_FIELD_NUMBER
      See Also:
    • POSTHOOKMESSAGES_FIELD_NUMBER

      public static final int POSTHOOKMESSAGES_FIELD_NUMBER
      See Also:
    • PREHOOKMESSAGE_FIELD_NUMBER

      public static final int PREHOOKMESSAGE_FIELD_NUMBER
      See Also:
    • POSTHOOKMESSAGE_FIELD_NUMBER

      public static final int POSTHOOKMESSAGE_FIELD_NUMBER
      See Also:
    • PREHOOKSCREENSHOTS_FIELD_NUMBER

      public static final int PREHOOKSCREENSHOTS_FIELD_NUMBER
      See Also:
    • POSTHOOKSCREENSHOTS_FIELD_NUMBER

      public static final int POSTHOOKSCREENSHOTS_FIELD_NUMBER
      See Also:
    • CHUNKED_FIELD_NUMBER

      public static final int CHUNKED_FIELD_NUMBER
      See Also:
    • CHUNKSIZE_FIELD_NUMBER

      public static final int CHUNKSIZE_FIELD_NUMBER
      See Also:
    • PREHOOKSCREENSHOTFILES_FIELD_NUMBER

      public static final int PREHOOKSCREENSHOTFILES_FIELD_NUMBER
      See Also:
    • POSTHOOKSCREENSHOTFILES_FIELD_NUMBER

      public static final int POSTHOOKSCREENSHOTFILES_FIELD_NUMBER
      See Also:
  • 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
    • 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
    • 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
    • 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
    • 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
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • getSpecsSkippedCount

      public int getSpecsSkippedCount()
      int32 specsSkippedCount = 12;
      Specified by:
      getSpecsSkippedCount in interface Spec.ProtoSuiteResultOrBuilder
      Returns:
      The specsSkippedCount.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • 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.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static Spec.ProtoSuiteResult parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

      public static Spec.ProtoSuiteResult parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Spec.ProtoSuiteResult parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

      public static Spec.ProtoSuiteResult parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

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

      public static Spec.ProtoSuiteResult parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

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

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

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

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

      public static Spec.ProtoSuiteResult.Builder newBuilder()
    • newBuilder

      public static Spec.ProtoSuiteResult.Builder newBuilder(Spec.ProtoSuiteResult prototype)
    • toBuilder

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

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

      public static Spec.ProtoSuiteResult getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Spec.ProtoSuiteResult> parser()
    • getParserForType

      public com.google.protobuf.Parser<Spec.ProtoSuiteResult> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

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