Class Spec.ProtoSpec

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

public static final class Spec.ProtoSpec extends com.google.protobuf.GeneratedMessage implements Spec.ProtoSpecOrBuilder
 / A proto object representing a Specification
 / A specification can contain Scenarios or Steps, besides Comments
 
Protobuf type gauge.messages.ProtoSpec
See Also:
  • Field Details

    • SPECHEADING_FIELD_NUMBER

      public static final int SPECHEADING_FIELD_NUMBER
      See Also:
    • ITEMS_FIELD_NUMBER

      public static final int ITEMS_FIELD_NUMBER
      See Also:
    • ISTABLEDRIVEN_FIELD_NUMBER

      public static final int ISTABLEDRIVEN_FIELD_NUMBER
      See Also:
    • PREHOOKFAILURES_FIELD_NUMBER

      public static final int PREHOOKFAILURES_FIELD_NUMBER
      See Also:
    • POSTHOOKFAILURES_FIELD_NUMBER

      public static final int POSTHOOKFAILURES_FIELD_NUMBER
      See Also:
    • FILENAME_FIELD_NUMBER

      public static final int FILENAME_FIELD_NUMBER
      See Also:
    • TAGS_FIELD_NUMBER

      public static final int TAGS_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:
    • ITEMCOUNT_FIELD_NUMBER

      public static final int ITEMCOUNT_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
    • getSpecHeading

      public String getSpecHeading()
       / Heading describing the Specification
       
      string specHeading = 1;
      Specified by:
      getSpecHeading in interface Spec.ProtoSpecOrBuilder
      Returns:
      The specHeading.
    • getSpecHeadingBytes

      public com.google.protobuf.ByteString getSpecHeadingBytes()
       / Heading describing the Specification
       
      string specHeading = 1;
      Specified by:
      getSpecHeadingBytes in interface Spec.ProtoSpecOrBuilder
      Returns:
      The bytes for specHeading.
    • getItemsList

      public List<Spec.ProtoItem> getItemsList()
       / A collection of items that come under this step
       
      repeated .gauge.messages.ProtoItem items = 2;
      Specified by:
      getItemsList in interface Spec.ProtoSpecOrBuilder
    • getItemsOrBuilderList

      public List<? extends Spec.ProtoItemOrBuilder> getItemsOrBuilderList()
       / A collection of items that come under this step
       
      repeated .gauge.messages.ProtoItem items = 2;
      Specified by:
      getItemsOrBuilderList in interface Spec.ProtoSpecOrBuilder
    • getItemsCount

      public int getItemsCount()
       / A collection of items that come under this step
       
      repeated .gauge.messages.ProtoItem items = 2;
      Specified by:
      getItemsCount in interface Spec.ProtoSpecOrBuilder
    • getItems

      public Spec.ProtoItem getItems(int index)
       / A collection of items that come under this step
       
      repeated .gauge.messages.ProtoItem items = 2;
      Specified by:
      getItems in interface Spec.ProtoSpecOrBuilder
    • getItemsOrBuilder

      public Spec.ProtoItemOrBuilder getItemsOrBuilder(int index)
       / A collection of items that come under this step
       
      repeated .gauge.messages.ProtoItem items = 2;
      Specified by:
      getItemsOrBuilder in interface Spec.ProtoSpecOrBuilder
    • getIsTableDriven

      public boolean getIsTableDriven()
       / Flag indicating if this is a Table Driven Specification. The table is defined in the context, this is different from using a table parameter.
       
      bool isTableDriven = 3;
      Specified by:
      getIsTableDriven in interface Spec.ProtoSpecOrBuilder
      Returns:
      The isTableDriven.
    • getPreHookFailuresList

      public List<Spec.ProtoHookFailure> getPreHookFailuresList()
       / Contains a 'before' hook failure message. This happens when the `before_spec` hook has an error.
       
      repeated .gauge.messages.ProtoHookFailure preHookFailures = 4;
      Specified by:
      getPreHookFailuresList in interface Spec.ProtoSpecOrBuilder
    • getPreHookFailuresOrBuilderList

      public List<? extends Spec.ProtoHookFailureOrBuilder> getPreHookFailuresOrBuilderList()
       / Contains a 'before' hook failure message. This happens when the `before_spec` hook has an error.
       
      repeated .gauge.messages.ProtoHookFailure preHookFailures = 4;
      Specified by:
      getPreHookFailuresOrBuilderList in interface Spec.ProtoSpecOrBuilder
    • getPreHookFailuresCount

      public int getPreHookFailuresCount()
       / Contains a 'before' hook failure message. This happens when the `before_spec` hook has an error.
       
      repeated .gauge.messages.ProtoHookFailure preHookFailures = 4;
      Specified by:
      getPreHookFailuresCount in interface Spec.ProtoSpecOrBuilder
    • getPreHookFailures

      public Spec.ProtoHookFailure getPreHookFailures(int index)
       / Contains a 'before' hook failure message. This happens when the `before_spec` hook has an error.
       
      repeated .gauge.messages.ProtoHookFailure preHookFailures = 4;
      Specified by:
      getPreHookFailures in interface Spec.ProtoSpecOrBuilder
    • getPreHookFailuresOrBuilder

      public Spec.ProtoHookFailureOrBuilder getPreHookFailuresOrBuilder(int index)
       / Contains a 'before' hook failure message. This happens when the `before_spec` hook has an error.
       
      repeated .gauge.messages.ProtoHookFailure preHookFailures = 4;
      Specified by:
      getPreHookFailuresOrBuilder in interface Spec.ProtoSpecOrBuilder
    • getPostHookFailuresList

      public List<Spec.ProtoHookFailure> getPostHookFailuresList()
       / Contains a 'before' hook failure message. This happens when the `after_hook` hook has an error.
       
      repeated .gauge.messages.ProtoHookFailure postHookFailures = 5;
      Specified by:
      getPostHookFailuresList in interface Spec.ProtoSpecOrBuilder
    • getPostHookFailuresOrBuilderList

      public List<? extends Spec.ProtoHookFailureOrBuilder> getPostHookFailuresOrBuilderList()
       / Contains a 'before' hook failure message. This happens when the `after_hook` hook has an error.
       
      repeated .gauge.messages.ProtoHookFailure postHookFailures = 5;
      Specified by:
      getPostHookFailuresOrBuilderList in interface Spec.ProtoSpecOrBuilder
    • getPostHookFailuresCount

      public int getPostHookFailuresCount()
       / Contains a 'before' hook failure message. This happens when the `after_hook` hook has an error.
       
      repeated .gauge.messages.ProtoHookFailure postHookFailures = 5;
      Specified by:
      getPostHookFailuresCount in interface Spec.ProtoSpecOrBuilder
    • getPostHookFailures

      public Spec.ProtoHookFailure getPostHookFailures(int index)
       / Contains a 'before' hook failure message. This happens when the `after_hook` hook has an error.
       
      repeated .gauge.messages.ProtoHookFailure postHookFailures = 5;
      Specified by:
      getPostHookFailures in interface Spec.ProtoSpecOrBuilder
    • getPostHookFailuresOrBuilder

      public Spec.ProtoHookFailureOrBuilder getPostHookFailuresOrBuilder(int index)
       / Contains a 'before' hook failure message. This happens when the `after_hook` hook has an error.
       
      repeated .gauge.messages.ProtoHookFailure postHookFailures = 5;
      Specified by:
      getPostHookFailuresOrBuilder in interface Spec.ProtoSpecOrBuilder
    • getFileName

      public String getFileName()
       / Contains the filename for that holds this specification.
       
      string fileName = 6;
      Specified by:
      getFileName in interface Spec.ProtoSpecOrBuilder
      Returns:
      The fileName.
    • getFileNameBytes

      public com.google.protobuf.ByteString getFileNameBytes()
       / Contains the filename for that holds this specification.
       
      string fileName = 6;
      Specified by:
      getFileNameBytes in interface Spec.ProtoSpecOrBuilder
      Returns:
      The bytes for fileName.
    • getTagsList

      public com.google.protobuf.ProtocolStringList getTagsList()
       / Contains a list of tags that are defined at the specification level. Scenario tags are not present here.
       
      repeated string tags = 7;
      Specified by:
      getTagsList in interface Spec.ProtoSpecOrBuilder
      Returns:
      A list containing the tags.
    • getTagsCount

      public int getTagsCount()
       / Contains a list of tags that are defined at the specification level. Scenario tags are not present here.
       
      repeated string tags = 7;
      Specified by:
      getTagsCount in interface Spec.ProtoSpecOrBuilder
      Returns:
      The count of tags.
    • getTags

      public String getTags(int index)
       / Contains a list of tags that are defined at the specification level. Scenario tags are not present here.
       
      repeated string tags = 7;
      Specified by:
      getTags in interface Spec.ProtoSpecOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The tags at the given index.
    • getTagsBytes

      public com.google.protobuf.ByteString getTagsBytes(int index)
       / Contains a list of tags that are defined at the specification level. Scenario tags are not present here.
       
      repeated string tags = 7;
      Specified by:
      getTagsBytes in interface Spec.ProtoSpecOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the tags at the given index.
    • getPreHookMessagesList

      public com.google.protobuf.ProtocolStringList getPreHookMessagesList()
       / Additional information at pre hook exec time to be available on reports
       
      repeated string preHookMessages = 8;
      Specified by:
      getPreHookMessagesList in interface Spec.ProtoSpecOrBuilder
      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 = 8;
      Specified by:
      getPreHookMessagesCount in interface Spec.ProtoSpecOrBuilder
      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 = 8;
      Specified by:
      getPreHookMessages in interface Spec.ProtoSpecOrBuilder
      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 = 8;
      Specified by:
      getPreHookMessagesBytes in interface Spec.ProtoSpecOrBuilder
      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 = 9;
      Specified by:
      getPostHookMessagesList in interface Spec.ProtoSpecOrBuilder
      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 = 9;
      Specified by:
      getPostHookMessagesCount in interface Spec.ProtoSpecOrBuilder
      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 = 9;
      Specified by:
      getPostHookMessages in interface Spec.ProtoSpecOrBuilder
      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 = 9;
      Specified by:
      getPostHookMessagesBytes in interface Spec.ProtoSpecOrBuilder
      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.ProtoSpec.preHookMessage is deprecated. See spec.proto;l=37
       / [DEPRECATED, use preHookMessages] Additional information at pre hook exec time to be available on reports
       
      repeated string preHookMessage = 10 [deprecated = true];
      Specified by:
      getPreHookMessageList in interface Spec.ProtoSpecOrBuilder
      Returns:
      A list containing the preHookMessage.
    • getPreHookMessageCount

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

      @Deprecated public String getPreHookMessage(int index)
      Deprecated.
      gauge.messages.ProtoSpec.preHookMessage is deprecated. See spec.proto;l=37
       / [DEPRECATED, use preHookMessages] Additional information at pre hook exec time to be available on reports
       
      repeated string preHookMessage = 10 [deprecated = true];
      Specified by:
      getPreHookMessage in interface Spec.ProtoSpecOrBuilder
      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.ProtoSpec.preHookMessage is deprecated. See spec.proto;l=37
       / [DEPRECATED, use preHookMessages] Additional information at pre hook exec time to be available on reports
       
      repeated string preHookMessage = 10 [deprecated = true];
      Specified by:
      getPreHookMessageBytes in interface Spec.ProtoSpecOrBuilder
      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.ProtoSpec.postHookMessage is deprecated. See spec.proto;l=39
       / [DEPRECATED, use postHookMessages] Additional information at post hook exec time to be available on reports
       
      repeated string postHookMessage = 11 [deprecated = true];
      Specified by:
      getPostHookMessageList in interface Spec.ProtoSpecOrBuilder
      Returns:
      A list containing the postHookMessage.
    • getPostHookMessageCount

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

      @Deprecated public String getPostHookMessage(int index)
      Deprecated.
      gauge.messages.ProtoSpec.postHookMessage is deprecated. See spec.proto;l=39
       / [DEPRECATED, use postHookMessages] Additional information at post hook exec time to be available on reports
       
      repeated string postHookMessage = 11 [deprecated = true];
      Specified by:
      getPostHookMessage in interface Spec.ProtoSpecOrBuilder
      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.ProtoSpec.postHookMessage is deprecated. See spec.proto;l=39
       / [DEPRECATED, use postHookMessages] Additional information at post hook exec time to be available on reports
       
      repeated string postHookMessage = 11 [deprecated = true];
      Specified by:
      getPostHookMessageBytes in interface Spec.ProtoSpecOrBuilder
      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.ProtoSpec.preHookScreenshots is deprecated. See spec.proto;l=41
       / [DEPRECATED, use preHookScreenshotFiles] Capture Screenshot at pre hook exec time to be available on reports
       
      repeated bytes preHookScreenshots = 12 [deprecated = true];
      Specified by:
      getPreHookScreenshotsList in interface Spec.ProtoSpecOrBuilder
      Returns:
      A list containing the preHookScreenshots.
    • getPreHookScreenshotsCount

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

      @Deprecated public com.google.protobuf.ByteString getPreHookScreenshots(int index)
      Deprecated.
      gauge.messages.ProtoSpec.preHookScreenshots is deprecated. See spec.proto;l=41
       / [DEPRECATED, use preHookScreenshotFiles] Capture Screenshot at pre hook exec time to be available on reports
       
      repeated bytes preHookScreenshots = 12 [deprecated = true];
      Specified by:
      getPreHookScreenshots in interface Spec.ProtoSpecOrBuilder
      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.ProtoSpec.postHookScreenshots is deprecated. See spec.proto;l=43
       / [DEPRECATED, use postHookScreenshotFiles] Capture Screenshot at post hook exec time to be available on reports
       
      repeated bytes postHookScreenshots = 13 [deprecated = true];
      Specified by:
      getPostHookScreenshotsList in interface Spec.ProtoSpecOrBuilder
      Returns:
      A list containing the postHookScreenshots.
    • getPostHookScreenshotsCount

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

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

      public long getItemCount()
       / meta field to indicate the number of items in the list
       / used when items are sent as individual chunk
       
      int64 itemCount = 14;
      Specified by:
      getItemCount in interface Spec.ProtoSpecOrBuilder
      Returns:
      The itemCount.
    • getPreHookScreenshotFilesList

      public com.google.protobuf.ProtocolStringList getPreHookScreenshotFilesList()
       / Screenshots captured on pre hook exec time to be available on reports
       
      repeated string preHookScreenshotFiles = 15;
      Specified by:
      getPreHookScreenshotFilesList in interface Spec.ProtoSpecOrBuilder
      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 = 15;
      Specified by:
      getPreHookScreenshotFilesCount in interface Spec.ProtoSpecOrBuilder
      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 = 15;
      Specified by:
      getPreHookScreenshotFiles in interface Spec.ProtoSpecOrBuilder
      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 = 15;
      Specified by:
      getPreHookScreenshotFilesBytes in interface Spec.ProtoSpecOrBuilder
      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 = 16;
      Specified by:
      getPostHookScreenshotFilesList in interface Spec.ProtoSpecOrBuilder
      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 = 16;
      Specified by:
      getPostHookScreenshotFilesCount in interface Spec.ProtoSpecOrBuilder
      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 = 16;
      Specified by:
      getPostHookScreenshotFiles in interface Spec.ProtoSpecOrBuilder
      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 = 16;
      Specified by:
      getPostHookScreenshotFilesBytes in interface Spec.ProtoSpecOrBuilder
      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.ProtoSpec parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

      public static Spec.ProtoSpec 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.ProtoSpec parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static Spec.ProtoSpec getDefaultInstance()
    • parser

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

      public com.google.protobuf.Parser<Spec.ProtoSpec> 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.ProtoSpec getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder