Class Spec.ProtoSpec.Builder

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

public static final class Spec.ProtoSpec.Builder extends com.google.protobuf.GeneratedMessage.Builder<Spec.ProtoSpec.Builder> implements Spec.ProtoSpecOrBuilder
 / A proto object representing a Specification
 / A specification can contain Scenarios or Steps, besides Comments
 
Protobuf type gauge.messages.ProtoSpec
  • 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.ProtoSpec.Builder>
    • clear

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

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

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

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

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

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

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

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

      public Spec.ProtoSpec.Builder setSpecHeading(String value)
       / Heading describing the Specification
       
      string specHeading = 1;
      Parameters:
      value - The specHeading to set.
      Returns:
      This builder for chaining.
    • clearSpecHeading

      public Spec.ProtoSpec.Builder clearSpecHeading()
       / Heading describing the Specification
       
      string specHeading = 1;
      Returns:
      This builder for chaining.
    • setSpecHeadingBytes

      public Spec.ProtoSpec.Builder setSpecHeadingBytes(com.google.protobuf.ByteString value)
       / Heading describing the Specification
       
      string specHeading = 1;
      Parameters:
      value - The bytes for specHeading to set.
      Returns:
      This builder for chaining.
    • 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
    • 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
    • setItems

      public Spec.ProtoSpec.Builder setItems(int index, Spec.ProtoItem value)
       / A collection of items that come under this step
       
      repeated .gauge.messages.ProtoItem items = 2;
    • setItems

      public Spec.ProtoSpec.Builder setItems(int index, Spec.ProtoItem.Builder builderForValue)
       / A collection of items that come under this step
       
      repeated .gauge.messages.ProtoItem items = 2;
    • addItems

      public Spec.ProtoSpec.Builder addItems(Spec.ProtoItem value)
       / A collection of items that come under this step
       
      repeated .gauge.messages.ProtoItem items = 2;
    • addItems

      public Spec.ProtoSpec.Builder addItems(int index, Spec.ProtoItem value)
       / A collection of items that come under this step
       
      repeated .gauge.messages.ProtoItem items = 2;
    • addItems

      public Spec.ProtoSpec.Builder addItems(Spec.ProtoItem.Builder builderForValue)
       / A collection of items that come under this step
       
      repeated .gauge.messages.ProtoItem items = 2;
    • addItems

      public Spec.ProtoSpec.Builder addItems(int index, Spec.ProtoItem.Builder builderForValue)
       / A collection of items that come under this step
       
      repeated .gauge.messages.ProtoItem items = 2;
    • addAllItems

      public Spec.ProtoSpec.Builder addAllItems(Iterable<? extends Spec.ProtoItem> values)
       / A collection of items that come under this step
       
      repeated .gauge.messages.ProtoItem items = 2;
    • clearItems

      public Spec.ProtoSpec.Builder clearItems()
       / A collection of items that come under this step
       
      repeated .gauge.messages.ProtoItem items = 2;
    • removeItems

      public Spec.ProtoSpec.Builder removeItems(int index)
       / A collection of items that come under this step
       
      repeated .gauge.messages.ProtoItem items = 2;
    • getItemsBuilder

      public Spec.ProtoItem.Builder getItemsBuilder(int index)
       / A collection of items that come under this step
       
      repeated .gauge.messages.ProtoItem items = 2;
    • 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
    • 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
    • addItemsBuilder

      public Spec.ProtoItem.Builder addItemsBuilder()
       / A collection of items that come under this step
       
      repeated .gauge.messages.ProtoItem items = 2;
    • addItemsBuilder

      public Spec.ProtoItem.Builder addItemsBuilder(int index)
       / A collection of items that come under this step
       
      repeated .gauge.messages.ProtoItem items = 2;
    • getItemsBuilderList

      public List<Spec.ProtoItem.Builder> getItemsBuilderList()
       / A collection of items that come under this step
       
      repeated .gauge.messages.ProtoItem items = 2;
    • 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.
    • setIsTableDriven

      public Spec.ProtoSpec.Builder setIsTableDriven(boolean value)
       / 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;
      Parameters:
      value - The isTableDriven to set.
      Returns:
      This builder for chaining.
    • clearIsTableDriven

      public Spec.ProtoSpec.Builder clearIsTableDriven()
       / 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;
      Returns:
      This builder for chaining.
    • 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
    • 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
    • setPreHookFailures

      public Spec.ProtoSpec.Builder setPreHookFailures(int index, Spec.ProtoHookFailure value)
       / Contains a 'before' hook failure message. This happens when the `before_spec` hook has an error.
       
      repeated .gauge.messages.ProtoHookFailure preHookFailures = 4;
    • setPreHookFailures

      public Spec.ProtoSpec.Builder setPreHookFailures(int index, Spec.ProtoHookFailure.Builder builderForValue)
       / Contains a 'before' hook failure message. This happens when the `before_spec` hook has an error.
       
      repeated .gauge.messages.ProtoHookFailure preHookFailures = 4;
    • addPreHookFailures

      public Spec.ProtoSpec.Builder addPreHookFailures(Spec.ProtoHookFailure value)
       / Contains a 'before' hook failure message. This happens when the `before_spec` hook has an error.
       
      repeated .gauge.messages.ProtoHookFailure preHookFailures = 4;
    • addPreHookFailures

      public Spec.ProtoSpec.Builder addPreHookFailures(int index, Spec.ProtoHookFailure value)
       / Contains a 'before' hook failure message. This happens when the `before_spec` hook has an error.
       
      repeated .gauge.messages.ProtoHookFailure preHookFailures = 4;
    • addPreHookFailures

      public Spec.ProtoSpec.Builder addPreHookFailures(Spec.ProtoHookFailure.Builder builderForValue)
       / Contains a 'before' hook failure message. This happens when the `before_spec` hook has an error.
       
      repeated .gauge.messages.ProtoHookFailure preHookFailures = 4;
    • addPreHookFailures

      public Spec.ProtoSpec.Builder addPreHookFailures(int index, Spec.ProtoHookFailure.Builder builderForValue)
       / Contains a 'before' hook failure message. This happens when the `before_spec` hook has an error.
       
      repeated .gauge.messages.ProtoHookFailure preHookFailures = 4;
    • addAllPreHookFailures

      public Spec.ProtoSpec.Builder addAllPreHookFailures(Iterable<? extends Spec.ProtoHookFailure> values)
       / Contains a 'before' hook failure message. This happens when the `before_spec` hook has an error.
       
      repeated .gauge.messages.ProtoHookFailure preHookFailures = 4;
    • clearPreHookFailures

      public Spec.ProtoSpec.Builder clearPreHookFailures()
       / Contains a 'before' hook failure message. This happens when the `before_spec` hook has an error.
       
      repeated .gauge.messages.ProtoHookFailure preHookFailures = 4;
    • removePreHookFailures

      public Spec.ProtoSpec.Builder removePreHookFailures(int index)
       / Contains a 'before' hook failure message. This happens when the `before_spec` hook has an error.
       
      repeated .gauge.messages.ProtoHookFailure preHookFailures = 4;
    • getPreHookFailuresBuilder

      public Spec.ProtoHookFailure.Builder getPreHookFailuresBuilder(int index)
       / Contains a 'before' hook failure message. This happens when the `before_spec` hook has an error.
       
      repeated .gauge.messages.ProtoHookFailure preHookFailures = 4;
    • 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
    • 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
    • addPreHookFailuresBuilder

      public Spec.ProtoHookFailure.Builder addPreHookFailuresBuilder()
       / Contains a 'before' hook failure message. This happens when the `before_spec` hook has an error.
       
      repeated .gauge.messages.ProtoHookFailure preHookFailures = 4;
    • addPreHookFailuresBuilder

      public Spec.ProtoHookFailure.Builder addPreHookFailuresBuilder(int index)
       / Contains a 'before' hook failure message. This happens when the `before_spec` hook has an error.
       
      repeated .gauge.messages.ProtoHookFailure preHookFailures = 4;
    • getPreHookFailuresBuilderList

      public List<Spec.ProtoHookFailure.Builder> getPreHookFailuresBuilderList()
       / Contains a 'before' hook failure message. This happens when the `before_spec` hook has an error.
       
      repeated .gauge.messages.ProtoHookFailure preHookFailures = 4;
    • 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
    • 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
    • setPostHookFailures

      public Spec.ProtoSpec.Builder setPostHookFailures(int index, Spec.ProtoHookFailure value)
       / Contains a 'before' hook failure message. This happens when the `after_hook` hook has an error.
       
      repeated .gauge.messages.ProtoHookFailure postHookFailures = 5;
    • setPostHookFailures

      public Spec.ProtoSpec.Builder setPostHookFailures(int index, Spec.ProtoHookFailure.Builder builderForValue)
       / Contains a 'before' hook failure message. This happens when the `after_hook` hook has an error.
       
      repeated .gauge.messages.ProtoHookFailure postHookFailures = 5;
    • addPostHookFailures

      public Spec.ProtoSpec.Builder addPostHookFailures(Spec.ProtoHookFailure value)
       / Contains a 'before' hook failure message. This happens when the `after_hook` hook has an error.
       
      repeated .gauge.messages.ProtoHookFailure postHookFailures = 5;
    • addPostHookFailures

      public Spec.ProtoSpec.Builder addPostHookFailures(int index, Spec.ProtoHookFailure value)
       / Contains a 'before' hook failure message. This happens when the `after_hook` hook has an error.
       
      repeated .gauge.messages.ProtoHookFailure postHookFailures = 5;
    • addPostHookFailures

      public Spec.ProtoSpec.Builder addPostHookFailures(Spec.ProtoHookFailure.Builder builderForValue)
       / Contains a 'before' hook failure message. This happens when the `after_hook` hook has an error.
       
      repeated .gauge.messages.ProtoHookFailure postHookFailures = 5;
    • addPostHookFailures

      public Spec.ProtoSpec.Builder addPostHookFailures(int index, Spec.ProtoHookFailure.Builder builderForValue)
       / Contains a 'before' hook failure message. This happens when the `after_hook` hook has an error.
       
      repeated .gauge.messages.ProtoHookFailure postHookFailures = 5;
    • addAllPostHookFailures

      public Spec.ProtoSpec.Builder addAllPostHookFailures(Iterable<? extends Spec.ProtoHookFailure> values)
       / Contains a 'before' hook failure message. This happens when the `after_hook` hook has an error.
       
      repeated .gauge.messages.ProtoHookFailure postHookFailures = 5;
    • clearPostHookFailures

      public Spec.ProtoSpec.Builder clearPostHookFailures()
       / Contains a 'before' hook failure message. This happens when the `after_hook` hook has an error.
       
      repeated .gauge.messages.ProtoHookFailure postHookFailures = 5;
    • removePostHookFailures

      public Spec.ProtoSpec.Builder removePostHookFailures(int index)
       / Contains a 'before' hook failure message. This happens when the `after_hook` hook has an error.
       
      repeated .gauge.messages.ProtoHookFailure postHookFailures = 5;
    • getPostHookFailuresBuilder

      public Spec.ProtoHookFailure.Builder getPostHookFailuresBuilder(int index)
       / Contains a 'before' hook failure message. This happens when the `after_hook` hook has an error.
       
      repeated .gauge.messages.ProtoHookFailure postHookFailures = 5;
    • 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
    • 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
    • addPostHookFailuresBuilder

      public Spec.ProtoHookFailure.Builder addPostHookFailuresBuilder()
       / Contains a 'before' hook failure message. This happens when the `after_hook` hook has an error.
       
      repeated .gauge.messages.ProtoHookFailure postHookFailures = 5;
    • addPostHookFailuresBuilder

      public Spec.ProtoHookFailure.Builder addPostHookFailuresBuilder(int index)
       / Contains a 'before' hook failure message. This happens when the `after_hook` hook has an error.
       
      repeated .gauge.messages.ProtoHookFailure postHookFailures = 5;
    • getPostHookFailuresBuilderList

      public List<Spec.ProtoHookFailure.Builder> getPostHookFailuresBuilderList()
       / Contains a 'before' hook failure message. This happens when the `after_hook` hook has an error.
       
      repeated .gauge.messages.ProtoHookFailure postHookFailures = 5;
    • 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.
    • setFileName

      public Spec.ProtoSpec.Builder setFileName(String value)
       / Contains the filename for that holds this specification.
       
      string fileName = 6;
      Parameters:
      value - The fileName to set.
      Returns:
      This builder for chaining.
    • clearFileName

      public Spec.ProtoSpec.Builder clearFileName()
       / Contains the filename for that holds this specification.
       
      string fileName = 6;
      Returns:
      This builder for chaining.
    • setFileNameBytes

      public Spec.ProtoSpec.Builder setFileNameBytes(com.google.protobuf.ByteString value)
       / Contains the filename for that holds this specification.
       
      string fileName = 6;
      Parameters:
      value - The bytes for fileName to set.
      Returns:
      This builder for chaining.
    • 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.
    • setTags

      public Spec.ProtoSpec.Builder setTags(int index, String value)
       / Contains a list of tags that are defined at the specification level. Scenario tags are not present here.
       
      repeated string tags = 7;
      Parameters:
      index - The index to set the value at.
      value - The tags to set.
      Returns:
      This builder for chaining.
    • addTags

      public Spec.ProtoSpec.Builder addTags(String value)
       / Contains a list of tags that are defined at the specification level. Scenario tags are not present here.
       
      repeated string tags = 7;
      Parameters:
      value - The tags to add.
      Returns:
      This builder for chaining.
    • addAllTags

      public Spec.ProtoSpec.Builder addAllTags(Iterable<String> values)
       / Contains a list of tags that are defined at the specification level. Scenario tags are not present here.
       
      repeated string tags = 7;
      Parameters:
      values - The tags to add.
      Returns:
      This builder for chaining.
    • clearTags

      public Spec.ProtoSpec.Builder clearTags()
       / Contains a list of tags that are defined at the specification level. Scenario tags are not present here.
       
      repeated string tags = 7;
      Returns:
      This builder for chaining.
    • addTagsBytes

      public Spec.ProtoSpec.Builder addTagsBytes(com.google.protobuf.ByteString value)
       / Contains a list of tags that are defined at the specification level. Scenario tags are not present here.
       
      repeated string tags = 7;
      Parameters:
      value - The bytes of the tags to add.
      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 = 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.
    • setPreHookMessages

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

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

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

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

      public Spec.ProtoSpec.Builder addPreHookMessagesBytes(com.google.protobuf.ByteString value)
       / Additional information at pre hook exec time to be available on reports
       
      repeated string preHookMessages = 8;
      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 = 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.
    • setPostHookMessages

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

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

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

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

      public Spec.ProtoSpec.Builder addPostHookMessagesBytes(com.google.protobuf.ByteString value)
       / Additional information at post hook exec time to be available on reports
       
      repeated string postHookMessages = 9;
      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.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.
    • setPreHookMessage

      @Deprecated public Spec.ProtoSpec.Builder setPreHookMessage(int index, String value)
      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];
      Parameters:
      index - The index to set the value at.
      value - The preHookMessage to set.
      Returns:
      This builder for chaining.
    • addPreHookMessage

      @Deprecated public Spec.ProtoSpec.Builder addPreHookMessage(String value)
      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];
      Parameters:
      value - The preHookMessage to add.
      Returns:
      This builder for chaining.
    • addAllPreHookMessage

      @Deprecated public Spec.ProtoSpec.Builder addAllPreHookMessage(Iterable<String> values)
      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];
      Parameters:
      values - The preHookMessage to add.
      Returns:
      This builder for chaining.
    • clearPreHookMessage

      @Deprecated public Spec.ProtoSpec.Builder clearPreHookMessage()
      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];
      Returns:
      This builder for chaining.
    • addPreHookMessageBytes

      @Deprecated public Spec.ProtoSpec.Builder addPreHookMessageBytes(com.google.protobuf.ByteString value)
      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];
      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.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.
    • setPostHookMessage

      @Deprecated public Spec.ProtoSpec.Builder setPostHookMessage(int index, String value)
      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];
      Parameters:
      index - The index to set the value at.
      value - The postHookMessage to set.
      Returns:
      This builder for chaining.
    • addPostHookMessage

      @Deprecated public Spec.ProtoSpec.Builder addPostHookMessage(String value)
      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];
      Parameters:
      value - The postHookMessage to add.
      Returns:
      This builder for chaining.
    • addAllPostHookMessage

      @Deprecated public Spec.ProtoSpec.Builder addAllPostHookMessage(Iterable<String> values)
      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];
      Parameters:
      values - The postHookMessage to add.
      Returns:
      This builder for chaining.
    • clearPostHookMessage

      @Deprecated public Spec.ProtoSpec.Builder clearPostHookMessage()
      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];
      Returns:
      This builder for chaining.
    • addPostHookMessageBytes

      @Deprecated public Spec.ProtoSpec.Builder addPostHookMessageBytes(com.google.protobuf.ByteString value)
      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];
      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.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.
    • setPreHookScreenshots

      @Deprecated public Spec.ProtoSpec.Builder setPreHookScreenshots(int index, com.google.protobuf.ByteString value)
      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];
      Parameters:
      index - The index to set the value at.
      value - The preHookScreenshots to set.
      Returns:
      This builder for chaining.
    • addPreHookScreenshots

      @Deprecated public Spec.ProtoSpec.Builder addPreHookScreenshots(com.google.protobuf.ByteString value)
      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];
      Parameters:
      value - The preHookScreenshots to add.
      Returns:
      This builder for chaining.
    • addAllPreHookScreenshots

      @Deprecated public Spec.ProtoSpec.Builder addAllPreHookScreenshots(Iterable<? extends com.google.protobuf.ByteString> values)
      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];
      Parameters:
      values - The preHookScreenshots to add.
      Returns:
      This builder for chaining.
    • clearPreHookScreenshots

      @Deprecated public Spec.ProtoSpec.Builder clearPreHookScreenshots()
      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];
      Returns:
      This builder for chaining.
    • 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.
    • setPostHookScreenshots

      @Deprecated public Spec.ProtoSpec.Builder setPostHookScreenshots(int index, com.google.protobuf.ByteString value)
      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];
      Parameters:
      index - The index to set the value at.
      value - The postHookScreenshots to set.
      Returns:
      This builder for chaining.
    • addPostHookScreenshots

      @Deprecated public Spec.ProtoSpec.Builder addPostHookScreenshots(com.google.protobuf.ByteString value)
      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];
      Parameters:
      value - The postHookScreenshots to add.
      Returns:
      This builder for chaining.
    • addAllPostHookScreenshots

      @Deprecated public Spec.ProtoSpec.Builder addAllPostHookScreenshots(Iterable<? extends com.google.protobuf.ByteString> values)
      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];
      Parameters:
      values - The postHookScreenshots to add.
      Returns:
      This builder for chaining.
    • clearPostHookScreenshots

      @Deprecated public Spec.ProtoSpec.Builder clearPostHookScreenshots()
      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];
      Returns:
      This builder for chaining.
    • 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.
    • setItemCount

      public Spec.ProtoSpec.Builder setItemCount(long value)
       / meta field to indicate the number of items in the list
       / used when items are sent as individual chunk
       
      int64 itemCount = 14;
      Parameters:
      value - The itemCount to set.
      Returns:
      This builder for chaining.
    • clearItemCount

      public Spec.ProtoSpec.Builder clearItemCount()
       / meta field to indicate the number of items in the list
       / used when items are sent as individual chunk
       
      int64 itemCount = 14;
      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 = 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.
    • setPreHookScreenshotFiles

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

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

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

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

      public Spec.ProtoSpec.Builder addPreHookScreenshotFilesBytes(com.google.protobuf.ByteString value)
       / Screenshots captured on pre hook exec time to be available on reports
       
      repeated string preHookScreenshotFiles = 15;
      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 = 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.
    • setPostHookScreenshotFiles

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

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

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

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

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