Class 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.GeneratedMessageV3.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 Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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
      • clone

        public Spec.ProtoSpec.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<Spec.ProtoSpec.Builder>
      • setField

        public Spec.ProtoSpec.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                               Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<Spec.ProtoSpec.Builder>
      • clearField

        public Spec.ProtoSpec.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Spec.ProtoSpec.Builder>
      • clearOneof

        public Spec.ProtoSpec.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Spec.ProtoSpec.Builder>
      • setRepeatedField

        public Spec.ProtoSpec.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                       int index,
                                                       Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Spec.ProtoSpec.Builder>
      • addRepeatedField

        public Spec.ProtoSpec.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                       Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Spec.ProtoSpec.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>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.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
      • getSpecHeadingBytes

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

        public Spec.ProtoSpec.Builder setSpecHeading​(String value)
        / Heading describing the Specification
         
        string specHeading = 1;
      • clearSpecHeading

        public Spec.ProtoSpec.Builder clearSpecHeading()
        / Heading describing the Specification
         
        string specHeading = 1;
      • setSpecHeadingBytes

        public Spec.ProtoSpec.Builder setSpecHeadingBytes​(com.google.protobuf.ByteString value)
        / Heading describing the Specification
         
        string specHeading = 1;
      • 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
      • 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;
      • 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;
      • 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;
      • 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
      • 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;
      • 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;
      • 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;
      • 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;
      • 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;
      • 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;
      • 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
      • setFileName

        public Spec.ProtoSpec.Builder setFileName​(String value)
        / Contains the filename for that holds this specification.
         
        string fileName = 6;
      • clearFileName

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

        public Spec.ProtoSpec.Builder setFileNameBytes​(com.google.protobuf.ByteString value)
        / Contains the filename for that holds this specification.
         
        string fileName = 6;
      • 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
      • 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
      • 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
      • 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
      • 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;
      • 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;
      • 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;
      • 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;
      • 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;
      • 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
      • 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
      • 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
      • 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
      • 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;
      • addPreHookMessages

        public Spec.ProtoSpec.Builder addPreHookMessages​(String value)
        / Additional information at pre hook exec time to be available on reports
         
        repeated string preHookMessages = 8;
      • 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;
      • clearPreHookMessages

        public Spec.ProtoSpec.Builder clearPreHookMessages()
        / Additional information at pre hook exec time to be available on reports
         
        repeated string preHookMessages = 8;
      • 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;
      • 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
      • 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
      • 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
      • 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
      • 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;
      • addPostHookMessages

        public Spec.ProtoSpec.Builder addPostHookMessages​(String value)
        / Additional information at post hook exec time to be available on reports
         
        repeated string postHookMessages = 9;
      • 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;
      • clearPostHookMessages

        public Spec.ProtoSpec.Builder clearPostHookMessages()
        / Additional information at post hook exec time to be available on reports
         
        repeated string postHookMessages = 9;
      • 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;
      • getPreHookMessageList

        @Deprecated
        public com.google.protobuf.ProtocolStringList getPreHookMessageList()
        Deprecated.
        / [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
      • getPreHookMessageCount

        @Deprecated
        public int getPreHookMessageCount()
        Deprecated.
        / [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
      • getPreHookMessage

        @Deprecated
        public String getPreHookMessage​(int index)
        Deprecated.
        / [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
      • getPreHookMessageBytes

        @Deprecated
        public com.google.protobuf.ByteString getPreHookMessageBytes​(int index)
        Deprecated.
        / [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
      • setPreHookMessage

        @Deprecated
        public Spec.ProtoSpec.Builder setPreHookMessage​(int index,
                                                        String value)
        Deprecated.
        / [DEPRECATED, use preHookMessages] Additional information at pre hook exec time to be available on reports
         
        repeated string preHookMessage = 10 [deprecated = true];
      • addPreHookMessage

        @Deprecated
        public Spec.ProtoSpec.Builder addPreHookMessage​(String value)
        Deprecated.
        / [DEPRECATED, use preHookMessages] Additional information at pre hook exec time to be available on reports
         
        repeated string preHookMessage = 10 [deprecated = true];
      • addAllPreHookMessage

        @Deprecated
        public Spec.ProtoSpec.Builder addAllPreHookMessage​(Iterable<String> values)
        Deprecated.
        / [DEPRECATED, use preHookMessages] Additional information at pre hook exec time to be available on reports
         
        repeated string preHookMessage = 10 [deprecated = true];
      • clearPreHookMessage

        @Deprecated
        public Spec.ProtoSpec.Builder clearPreHookMessage()
        Deprecated.
        / [DEPRECATED, use preHookMessages] Additional information at pre hook exec time to be available on reports
         
        repeated string preHookMessage = 10 [deprecated = true];
      • addPreHookMessageBytes

        @Deprecated
        public Spec.ProtoSpec.Builder addPreHookMessageBytes​(com.google.protobuf.ByteString value)
        Deprecated.
        / [DEPRECATED, use preHookMessages] Additional information at pre hook exec time to be available on reports
         
        repeated string preHookMessage = 10 [deprecated = true];
      • getPostHookMessageList

        @Deprecated
        public com.google.protobuf.ProtocolStringList getPostHookMessageList()
        Deprecated.
        / [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
      • getPostHookMessageCount

        @Deprecated
        public int getPostHookMessageCount()
        Deprecated.
        / [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
      • getPostHookMessage

        @Deprecated
        public String getPostHookMessage​(int index)
        Deprecated.
        / [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
      • getPostHookMessageBytes

        @Deprecated
        public com.google.protobuf.ByteString getPostHookMessageBytes​(int index)
        Deprecated.
        / [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
      • setPostHookMessage

        @Deprecated
        public Spec.ProtoSpec.Builder setPostHookMessage​(int index,
                                                         String value)
        Deprecated.
        / [DEPRECATED, use postHookMessages] Additional information at post hook exec time to be available on reports
         
        repeated string postHookMessage = 11 [deprecated = true];
      • addPostHookMessage

        @Deprecated
        public Spec.ProtoSpec.Builder addPostHookMessage​(String value)
        Deprecated.
        / [DEPRECATED, use postHookMessages] Additional information at post hook exec time to be available on reports
         
        repeated string postHookMessage = 11 [deprecated = true];
      • addAllPostHookMessage

        @Deprecated
        public Spec.ProtoSpec.Builder addAllPostHookMessage​(Iterable<String> values)
        Deprecated.
        / [DEPRECATED, use postHookMessages] Additional information at post hook exec time to be available on reports
         
        repeated string postHookMessage = 11 [deprecated = true];
      • clearPostHookMessage

        @Deprecated
        public Spec.ProtoSpec.Builder clearPostHookMessage()
        Deprecated.
        / [DEPRECATED, use postHookMessages] Additional information at post hook exec time to be available on reports
         
        repeated string postHookMessage = 11 [deprecated = true];
      • addPostHookMessageBytes

        @Deprecated
        public Spec.ProtoSpec.Builder addPostHookMessageBytes​(com.google.protobuf.ByteString value)
        Deprecated.
        / [DEPRECATED, use postHookMessages] Additional information at post hook exec time to be available on reports
         
        repeated string postHookMessage = 11 [deprecated = true];
      • getPreHookScreenshotsList

        @Deprecated
        public List<com.google.protobuf.ByteString> getPreHookScreenshotsList()
        Deprecated.
        / [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
      • getPreHookScreenshotsCount

        @Deprecated
        public int getPreHookScreenshotsCount()
        Deprecated.
        / [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
      • getPreHookScreenshots

        @Deprecated
        public com.google.protobuf.ByteString getPreHookScreenshots​(int index)
        Deprecated.
        / [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
      • setPreHookScreenshots

        @Deprecated
        public Spec.ProtoSpec.Builder setPreHookScreenshots​(int index,
                                                            com.google.protobuf.ByteString value)
        Deprecated.
        / [DEPRECATED, use preHookScreenshotFiles] Capture Screenshot at pre hook exec time to be available on reports
         
        repeated bytes preHookScreenshots = 12 [deprecated = true];
      • addPreHookScreenshots

        @Deprecated
        public Spec.ProtoSpec.Builder addPreHookScreenshots​(com.google.protobuf.ByteString value)
        Deprecated.
        / [DEPRECATED, use preHookScreenshotFiles] Capture Screenshot at pre hook exec time to be available on reports
         
        repeated bytes preHookScreenshots = 12 [deprecated = true];
      • addAllPreHookScreenshots

        @Deprecated
        public Spec.ProtoSpec.Builder addAllPreHookScreenshots​(Iterable<? extends com.google.protobuf.ByteString> values)
        Deprecated.
        / [DEPRECATED, use preHookScreenshotFiles] Capture Screenshot at pre hook exec time to be available on reports
         
        repeated bytes preHookScreenshots = 12 [deprecated = true];
      • clearPreHookScreenshots

        @Deprecated
        public Spec.ProtoSpec.Builder clearPreHookScreenshots()
        Deprecated.
        / [DEPRECATED, use preHookScreenshotFiles] Capture Screenshot at pre hook exec time to be available on reports
         
        repeated bytes preHookScreenshots = 12 [deprecated = true];
      • getPostHookScreenshotsList

        @Deprecated
        public List<com.google.protobuf.ByteString> getPostHookScreenshotsList()
        Deprecated.
        / [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
      • getPostHookScreenshotsCount

        @Deprecated
        public int getPostHookScreenshotsCount()
        Deprecated.
        / [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
      • getPostHookScreenshots

        @Deprecated
        public com.google.protobuf.ByteString getPostHookScreenshots​(int index)
        Deprecated.
        / [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
      • setPostHookScreenshots

        @Deprecated
        public Spec.ProtoSpec.Builder setPostHookScreenshots​(int index,
                                                             com.google.protobuf.ByteString value)
        Deprecated.
        / [DEPRECATED, use postHookScreenshotFiles] Capture Screenshot at post hook exec time to be available on reports
         
        repeated bytes postHookScreenshots = 13 [deprecated = true];
      • addPostHookScreenshots

        @Deprecated
        public Spec.ProtoSpec.Builder addPostHookScreenshots​(com.google.protobuf.ByteString value)
        Deprecated.
        / [DEPRECATED, use postHookScreenshotFiles] Capture Screenshot at post hook exec time to be available on reports
         
        repeated bytes postHookScreenshots = 13 [deprecated = true];
      • addAllPostHookScreenshots

        @Deprecated
        public Spec.ProtoSpec.Builder addAllPostHookScreenshots​(Iterable<? extends com.google.protobuf.ByteString> values)
        Deprecated.
        / [DEPRECATED, use postHookScreenshotFiles] Capture Screenshot at post hook exec time to be available on reports
         
        repeated bytes postHookScreenshots = 13 [deprecated = true];
      • clearPostHookScreenshots

        @Deprecated
        public Spec.ProtoSpec.Builder clearPostHookScreenshots()
        Deprecated.
        / [DEPRECATED, use postHookScreenshotFiles] Capture Screenshot at post hook exec time to be available on reports
         
        repeated bytes postHookScreenshots = 13 [deprecated = true];
      • 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
      • 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;
      • 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;
      • 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
      • 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
      • 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
      • 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
      • 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;
      • addPreHookScreenshotFiles

        public Spec.ProtoSpec.Builder addPreHookScreenshotFiles​(String value)
        / Screenshots captured on pre hook exec time to be available on reports
         
        repeated string preHookScreenshotFiles = 15;
      • 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;
      • clearPreHookScreenshotFiles

        public Spec.ProtoSpec.Builder clearPreHookScreenshotFiles()
        / Screenshots captured on pre hook exec time to be available on reports
         
        repeated string preHookScreenshotFiles = 15;
      • 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;
      • 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
      • 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
      • 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
      • 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
      • 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;
      • addPostHookScreenshotFiles

        public Spec.ProtoSpec.Builder addPostHookScreenshotFiles​(String value)
        / Screenshots captured on post hook exec time to be available on reports
         
        repeated string postHookScreenshotFiles = 16;
      • 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;
      • clearPostHookScreenshotFiles

        public Spec.ProtoSpec.Builder clearPostHookScreenshotFiles()
        / Screenshots captured on post hook exec time to be available on reports
         
        repeated string postHookScreenshotFiles = 16;
      • 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;
      • setUnknownFields

        public final Spec.ProtoSpec.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Spec.ProtoSpec.Builder>
      • mergeUnknownFields

        public final Spec.ProtoSpec.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Spec.ProtoSpec.Builder>