Package gauge.messages
Class Spec.ProtoSpec.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.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.GeneratedMessageV3.Builder<Spec.ProtoSpec.Builder> implements Spec.ProtoSpecOrBuilder
/ A proto object representing a Specification / A specification can contain Scenarios or Steps, besides Comments
Protobuf typegauge.messages.ProtoSpec
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Spec.ProtoSpec.BuilderaddAllItems(Iterable<? extends Spec.ProtoItem> values)/ A collection of items that come under this stepSpec.ProtoSpec.BuilderaddAllPostHookFailures(Iterable<? extends Spec.ProtoHookFailure> values)/ Contains a 'before' hook failure message.Spec.ProtoSpec.BuilderaddAllPostHookMessage(Iterable<String> values)Deprecated.Spec.ProtoSpec.BuilderaddAllPostHookMessages(Iterable<String> values)/ Additional information at post hook exec time to be available on reportsSpec.ProtoSpec.BuilderaddAllPostHookScreenshotFiles(Iterable<String> values)/ Screenshots captured on post hook exec time to be available on reportsSpec.ProtoSpec.BuilderaddAllPostHookScreenshots(Iterable<? extends com.google.protobuf.ByteString> values)Deprecated.Spec.ProtoSpec.BuilderaddAllPreHookFailures(Iterable<? extends Spec.ProtoHookFailure> values)/ Contains a 'before' hook failure message.Spec.ProtoSpec.BuilderaddAllPreHookMessage(Iterable<String> values)Deprecated.Spec.ProtoSpec.BuilderaddAllPreHookMessages(Iterable<String> values)/ Additional information at pre hook exec time to be available on reportsSpec.ProtoSpec.BuilderaddAllPreHookScreenshotFiles(Iterable<String> values)/ Screenshots captured on pre hook exec time to be available on reportsSpec.ProtoSpec.BuilderaddAllPreHookScreenshots(Iterable<? extends com.google.protobuf.ByteString> values)Deprecated.Spec.ProtoSpec.BuilderaddAllTags(Iterable<String> values)/ Contains a list of tags that are defined at the specification level.Spec.ProtoSpec.BuilderaddItems(int index, Spec.ProtoItem value)/ A collection of items that come under this stepSpec.ProtoSpec.BuilderaddItems(int index, Spec.ProtoItem.Builder builderForValue)/ A collection of items that come under this stepSpec.ProtoSpec.BuilderaddItems(Spec.ProtoItem value)/ A collection of items that come under this stepSpec.ProtoSpec.BuilderaddItems(Spec.ProtoItem.Builder builderForValue)/ A collection of items that come under this stepSpec.ProtoItem.BuilderaddItemsBuilder()/ A collection of items that come under this stepSpec.ProtoItem.BuilderaddItemsBuilder(int index)/ A collection of items that come under this stepSpec.ProtoSpec.BuilderaddPostHookFailures(int index, Spec.ProtoHookFailure value)/ Contains a 'before' hook failure message.Spec.ProtoSpec.BuilderaddPostHookFailures(int index, Spec.ProtoHookFailure.Builder builderForValue)/ Contains a 'before' hook failure message.Spec.ProtoSpec.BuilderaddPostHookFailures(Spec.ProtoHookFailure value)/ Contains a 'before' hook failure message.Spec.ProtoSpec.BuilderaddPostHookFailures(Spec.ProtoHookFailure.Builder builderForValue)/ Contains a 'before' hook failure message.Spec.ProtoHookFailure.BuilderaddPostHookFailuresBuilder()/ Contains a 'before' hook failure message.Spec.ProtoHookFailure.BuilderaddPostHookFailuresBuilder(int index)/ Contains a 'before' hook failure message.Spec.ProtoSpec.BuilderaddPostHookMessage(String value)Deprecated.Spec.ProtoSpec.BuilderaddPostHookMessageBytes(com.google.protobuf.ByteString value)Deprecated.Spec.ProtoSpec.BuilderaddPostHookMessages(String value)/ Additional information at post hook exec time to be available on reportsSpec.ProtoSpec.BuilderaddPostHookMessagesBytes(com.google.protobuf.ByteString value)/ Additional information at post hook exec time to be available on reportsSpec.ProtoSpec.BuilderaddPostHookScreenshotFiles(String value)/ Screenshots captured on post hook exec time to be available on reportsSpec.ProtoSpec.BuilderaddPostHookScreenshotFilesBytes(com.google.protobuf.ByteString value)/ Screenshots captured on post hook exec time to be available on reportsSpec.ProtoSpec.BuilderaddPostHookScreenshots(com.google.protobuf.ByteString value)Deprecated.Spec.ProtoSpec.BuilderaddPreHookFailures(int index, Spec.ProtoHookFailure value)/ Contains a 'before' hook failure message.Spec.ProtoSpec.BuilderaddPreHookFailures(int index, Spec.ProtoHookFailure.Builder builderForValue)/ Contains a 'before' hook failure message.Spec.ProtoSpec.BuilderaddPreHookFailures(Spec.ProtoHookFailure value)/ Contains a 'before' hook failure message.Spec.ProtoSpec.BuilderaddPreHookFailures(Spec.ProtoHookFailure.Builder builderForValue)/ Contains a 'before' hook failure message.Spec.ProtoHookFailure.BuilderaddPreHookFailuresBuilder()/ Contains a 'before' hook failure message.Spec.ProtoHookFailure.BuilderaddPreHookFailuresBuilder(int index)/ Contains a 'before' hook failure message.Spec.ProtoSpec.BuilderaddPreHookMessage(String value)Deprecated.Spec.ProtoSpec.BuilderaddPreHookMessageBytes(com.google.protobuf.ByteString value)Deprecated.Spec.ProtoSpec.BuilderaddPreHookMessages(String value)/ Additional information at pre hook exec time to be available on reportsSpec.ProtoSpec.BuilderaddPreHookMessagesBytes(com.google.protobuf.ByteString value)/ Additional information at pre hook exec time to be available on reportsSpec.ProtoSpec.BuilderaddPreHookScreenshotFiles(String value)/ Screenshots captured on pre hook exec time to be available on reportsSpec.ProtoSpec.BuilderaddPreHookScreenshotFilesBytes(com.google.protobuf.ByteString value)/ Screenshots captured on pre hook exec time to be available on reportsSpec.ProtoSpec.BuilderaddPreHookScreenshots(com.google.protobuf.ByteString value)Deprecated.Spec.ProtoSpec.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Spec.ProtoSpec.BuilderaddTags(String value)/ Contains a list of tags that are defined at the specification level.Spec.ProtoSpec.BuilderaddTagsBytes(com.google.protobuf.ByteString value)/ Contains a list of tags that are defined at the specification level.Spec.ProtoSpecbuild()Spec.ProtoSpecbuildPartial()Spec.ProtoSpec.Builderclear()Spec.ProtoSpec.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)Spec.ProtoSpec.BuilderclearFileName()/ Contains the filename for that holds this specification.Spec.ProtoSpec.BuilderclearIsTableDriven()/ Flag indicating if this is a Table Driven Specification.Spec.ProtoSpec.BuilderclearItemCount()/ meta field to indicate the number of items in the list / used when items are sent as individual chunkSpec.ProtoSpec.BuilderclearItems()/ A collection of items that come under this stepSpec.ProtoSpec.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Spec.ProtoSpec.BuilderclearPostHookFailures()/ Contains a 'before' hook failure message.Spec.ProtoSpec.BuilderclearPostHookMessage()Deprecated.Spec.ProtoSpec.BuilderclearPostHookMessages()/ Additional information at post hook exec time to be available on reportsSpec.ProtoSpec.BuilderclearPostHookScreenshotFiles()/ Screenshots captured on post hook exec time to be available on reportsSpec.ProtoSpec.BuilderclearPostHookScreenshots()Deprecated.Spec.ProtoSpec.BuilderclearPreHookFailures()/ Contains a 'before' hook failure message.Spec.ProtoSpec.BuilderclearPreHookMessage()Deprecated.Spec.ProtoSpec.BuilderclearPreHookMessages()/ Additional information at pre hook exec time to be available on reportsSpec.ProtoSpec.BuilderclearPreHookScreenshotFiles()/ Screenshots captured on pre hook exec time to be available on reportsSpec.ProtoSpec.BuilderclearPreHookScreenshots()Deprecated.Spec.ProtoSpec.BuilderclearSpecHeading()/ Heading describing the SpecificationSpec.ProtoSpec.BuilderclearTags()/ Contains a list of tags that are defined at the specification level.Spec.ProtoSpec.Builderclone()Spec.ProtoSpecgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()StringgetFileName()/ Contains the filename for that holds this specification.com.google.protobuf.ByteStringgetFileNameBytes()/ Contains the filename for that holds this specification.booleangetIsTableDriven()/ Flag indicating if this is a Table Driven Specification.longgetItemCount()/ meta field to indicate the number of items in the list / used when items are sent as individual chunkSpec.ProtoItemgetItems(int index)/ A collection of items that come under this stepSpec.ProtoItem.BuildergetItemsBuilder(int index)/ A collection of items that come under this stepList<Spec.ProtoItem.Builder>getItemsBuilderList()/ A collection of items that come under this stepintgetItemsCount()/ A collection of items that come under this stepList<Spec.ProtoItem>getItemsList()/ A collection of items that come under this stepSpec.ProtoItemOrBuildergetItemsOrBuilder(int index)/ A collection of items that come under this stepList<? extends Spec.ProtoItemOrBuilder>getItemsOrBuilderList()/ A collection of items that come under this stepSpec.ProtoHookFailuregetPostHookFailures(int index)/ Contains a 'before' hook failure message.Spec.ProtoHookFailure.BuildergetPostHookFailuresBuilder(int index)/ Contains a 'before' hook failure message.List<Spec.ProtoHookFailure.Builder>getPostHookFailuresBuilderList()/ Contains a 'before' hook failure message.intgetPostHookFailuresCount()/ Contains a 'before' hook failure message.List<Spec.ProtoHookFailure>getPostHookFailuresList()/ Contains a 'before' hook failure message.Spec.ProtoHookFailureOrBuildergetPostHookFailuresOrBuilder(int index)/ Contains a 'before' hook failure message.List<? extends Spec.ProtoHookFailureOrBuilder>getPostHookFailuresOrBuilderList()/ Contains a 'before' hook failure message.StringgetPostHookMessage(int index)Deprecated.com.google.protobuf.ByteStringgetPostHookMessageBytes(int index)Deprecated.intgetPostHookMessageCount()Deprecated.com.google.protobuf.ProtocolStringListgetPostHookMessageList()Deprecated.StringgetPostHookMessages(int index)/ Additional information at post hook exec time to be available on reportscom.google.protobuf.ByteStringgetPostHookMessagesBytes(int index)/ Additional information at post hook exec time to be available on reportsintgetPostHookMessagesCount()/ Additional information at post hook exec time to be available on reportscom.google.protobuf.ProtocolStringListgetPostHookMessagesList()/ Additional information at post hook exec time to be available on reportsStringgetPostHookScreenshotFiles(int index)/ Screenshots captured on post hook exec time to be available on reportscom.google.protobuf.ByteStringgetPostHookScreenshotFilesBytes(int index)/ Screenshots captured on post hook exec time to be available on reportsintgetPostHookScreenshotFilesCount()/ Screenshots captured on post hook exec time to be available on reportscom.google.protobuf.ProtocolStringListgetPostHookScreenshotFilesList()/ Screenshots captured on post hook exec time to be available on reportscom.google.protobuf.ByteStringgetPostHookScreenshots(int index)Deprecated.intgetPostHookScreenshotsCount()Deprecated.List<com.google.protobuf.ByteString>getPostHookScreenshotsList()Deprecated.Spec.ProtoHookFailuregetPreHookFailures(int index)/ Contains a 'before' hook failure message.Spec.ProtoHookFailure.BuildergetPreHookFailuresBuilder(int index)/ Contains a 'before' hook failure message.List<Spec.ProtoHookFailure.Builder>getPreHookFailuresBuilderList()/ Contains a 'before' hook failure message.intgetPreHookFailuresCount()/ Contains a 'before' hook failure message.List<Spec.ProtoHookFailure>getPreHookFailuresList()/ Contains a 'before' hook failure message.Spec.ProtoHookFailureOrBuildergetPreHookFailuresOrBuilder(int index)/ Contains a 'before' hook failure message.List<? extends Spec.ProtoHookFailureOrBuilder>getPreHookFailuresOrBuilderList()/ Contains a 'before' hook failure message.StringgetPreHookMessage(int index)Deprecated.com.google.protobuf.ByteStringgetPreHookMessageBytes(int index)Deprecated.intgetPreHookMessageCount()Deprecated.com.google.protobuf.ProtocolStringListgetPreHookMessageList()Deprecated.StringgetPreHookMessages(int index)/ Additional information at pre hook exec time to be available on reportscom.google.protobuf.ByteStringgetPreHookMessagesBytes(int index)/ Additional information at pre hook exec time to be available on reportsintgetPreHookMessagesCount()/ Additional information at pre hook exec time to be available on reportscom.google.protobuf.ProtocolStringListgetPreHookMessagesList()/ Additional information at pre hook exec time to be available on reportsStringgetPreHookScreenshotFiles(int index)/ Screenshots captured on pre hook exec time to be available on reportscom.google.protobuf.ByteStringgetPreHookScreenshotFilesBytes(int index)/ Screenshots captured on pre hook exec time to be available on reportsintgetPreHookScreenshotFilesCount()/ Screenshots captured on pre hook exec time to be available on reportscom.google.protobuf.ProtocolStringListgetPreHookScreenshotFilesList()/ Screenshots captured on pre hook exec time to be available on reportscom.google.protobuf.ByteStringgetPreHookScreenshots(int index)Deprecated.intgetPreHookScreenshotsCount()Deprecated.List<com.google.protobuf.ByteString>getPreHookScreenshotsList()Deprecated.StringgetSpecHeading()/ Heading describing the Specificationcom.google.protobuf.ByteStringgetSpecHeadingBytes()/ Heading describing the SpecificationStringgetTags(int index)/ Contains a list of tags that are defined at the specification level.com.google.protobuf.ByteStringgetTagsBytes(int index)/ Contains a list of tags that are defined at the specification level.intgetTagsCount()/ Contains a list of tags that are defined at the specification level.com.google.protobuf.ProtocolStringListgetTagsList()/ Contains a list of tags that are defined at the specification level.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()Spec.ProtoSpec.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Spec.ProtoSpec.BuildermergeFrom(com.google.protobuf.Message other)Spec.ProtoSpec.BuildermergeFrom(Spec.ProtoSpec other)Spec.ProtoSpec.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Spec.ProtoSpec.BuilderremoveItems(int index)/ A collection of items that come under this stepSpec.ProtoSpec.BuilderremovePostHookFailures(int index)/ Contains a 'before' hook failure message.Spec.ProtoSpec.BuilderremovePreHookFailures(int index)/ Contains a 'before' hook failure message.Spec.ProtoSpec.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Spec.ProtoSpec.BuildersetFileName(String value)/ Contains the filename for that holds this specification.Spec.ProtoSpec.BuildersetFileNameBytes(com.google.protobuf.ByteString value)/ Contains the filename for that holds this specification.Spec.ProtoSpec.BuildersetIsTableDriven(boolean value)/ Flag indicating if this is a Table Driven Specification.Spec.ProtoSpec.BuildersetItemCount(long value)/ meta field to indicate the number of items in the list / used when items are sent as individual chunkSpec.ProtoSpec.BuildersetItems(int index, Spec.ProtoItem value)/ A collection of items that come under this stepSpec.ProtoSpec.BuildersetItems(int index, Spec.ProtoItem.Builder builderForValue)/ A collection of items that come under this stepSpec.ProtoSpec.BuildersetPostHookFailures(int index, Spec.ProtoHookFailure value)/ Contains a 'before' hook failure message.Spec.ProtoSpec.BuildersetPostHookFailures(int index, Spec.ProtoHookFailure.Builder builderForValue)/ Contains a 'before' hook failure message.Spec.ProtoSpec.BuildersetPostHookMessage(int index, String value)Deprecated.Spec.ProtoSpec.BuildersetPostHookMessages(int index, String value)/ Additional information at post hook exec time to be available on reportsSpec.ProtoSpec.BuildersetPostHookScreenshotFiles(int index, String value)/ Screenshots captured on post hook exec time to be available on reportsSpec.ProtoSpec.BuildersetPostHookScreenshots(int index, com.google.protobuf.ByteString value)Deprecated.Spec.ProtoSpec.BuildersetPreHookFailures(int index, Spec.ProtoHookFailure value)/ Contains a 'before' hook failure message.Spec.ProtoSpec.BuildersetPreHookFailures(int index, Spec.ProtoHookFailure.Builder builderForValue)/ Contains a 'before' hook failure message.Spec.ProtoSpec.BuildersetPreHookMessage(int index, String value)Deprecated.Spec.ProtoSpec.BuildersetPreHookMessages(int index, String value)/ Additional information at pre hook exec time to be available on reportsSpec.ProtoSpec.BuildersetPreHookScreenshotFiles(int index, String value)/ Screenshots captured on pre hook exec time to be available on reportsSpec.ProtoSpec.BuildersetPreHookScreenshots(int index, com.google.protobuf.ByteString value)Deprecated.Spec.ProtoSpec.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)Spec.ProtoSpec.BuildersetSpecHeading(String value)/ Heading describing the SpecificationSpec.ProtoSpec.BuildersetSpecHeadingBytes(com.google.protobuf.ByteString value)/ Heading describing the SpecificationSpec.ProtoSpec.BuildersetTags(int index, String value)/ Contains a list of tags that are defined at the specification level.Spec.ProtoSpec.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeFrom, newUninitializedMessageException
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<Spec.ProtoSpec.Builder>
-
clear
public Spec.ProtoSpec.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<Spec.ProtoSpec.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<Spec.ProtoSpec.Builder>
-
getDefaultInstanceForType
public Spec.ProtoSpec getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public Spec.ProtoSpec build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Spec.ProtoSpec buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public Spec.ProtoSpec.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<Spec.ProtoSpec.Builder>
-
setField
public Spec.ProtoSpec.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Spec.ProtoSpec.Builder>
-
clearField
public Spec.ProtoSpec.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Spec.ProtoSpec.Builder>
-
clearOneof
public Spec.ProtoSpec.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.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:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Spec.ProtoSpec.Builder>
-
addRepeatedField
public Spec.ProtoSpec.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Spec.ProtoSpec.Builder>
-
mergeFrom
public Spec.ProtoSpec.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Spec.ProtoSpec.Builder>
-
mergeFrom
public Spec.ProtoSpec.Builder mergeFrom(Spec.ProtoSpec other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.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:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Spec.ProtoSpec.Builder>- Throws:
IOException
-
getSpecHeading
public String getSpecHeading()
/ Heading describing the Specification
string specHeading = 1;- Specified by:
getSpecHeadingin interfaceSpec.ProtoSpecOrBuilder
-
getSpecHeadingBytes
public com.google.protobuf.ByteString getSpecHeadingBytes()
/ Heading describing the Specification
string specHeading = 1;- Specified by:
getSpecHeadingBytesin interfaceSpec.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;
-
getItemsList
public List<Spec.ProtoItem> getItemsList()
/ A collection of items that come under this step
repeated .gauge.messages.ProtoItem items = 2;- Specified by:
getItemsListin interfaceSpec.ProtoSpecOrBuilder
-
getItemsCount
public int getItemsCount()
/ A collection of items that come under this step
repeated .gauge.messages.ProtoItem items = 2;- Specified by:
getItemsCountin interfaceSpec.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:
getItemsin interfaceSpec.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:
getItemsOrBuilderin interfaceSpec.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:
getItemsOrBuilderListin interfaceSpec.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:
getIsTableDrivenin interfaceSpec.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;
-
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:
getPreHookFailuresListin interfaceSpec.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:
getPreHookFailuresCountin interfaceSpec.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:
getPreHookFailuresin interfaceSpec.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:
getPreHookFailuresOrBuilderin interfaceSpec.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:
getPreHookFailuresOrBuilderListin interfaceSpec.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:
getPostHookFailuresListin interfaceSpec.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:
getPostHookFailuresCountin interfaceSpec.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:
getPostHookFailuresin interfaceSpec.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:
getPostHookFailuresOrBuilderin interfaceSpec.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:
getPostHookFailuresOrBuilderListin interfaceSpec.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:
getFileNamein interfaceSpec.ProtoSpecOrBuilder
-
getFileNameBytes
public com.google.protobuf.ByteString getFileNameBytes()
/ Contains the filename for that holds this specification.
string fileName = 6;- Specified by:
getFileNameBytesin interfaceSpec.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:
getTagsListin interfaceSpec.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:
getTagsCountin interfaceSpec.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:
getTagsin interfaceSpec.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:
getTagsBytesin interfaceSpec.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:
getPreHookMessagesListin interfaceSpec.ProtoSpecOrBuilder
-
getPreHookMessagesCount
public int getPreHookMessagesCount()
/ Additional information at pre hook exec time to be available on reports
repeated string preHookMessages = 8;- Specified by:
getPreHookMessagesCountin interfaceSpec.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:
getPreHookMessagesin interfaceSpec.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:
getPreHookMessagesBytesin interfaceSpec.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:
getPostHookMessagesListin interfaceSpec.ProtoSpecOrBuilder
-
getPostHookMessagesCount
public int getPostHookMessagesCount()
/ Additional information at post hook exec time to be available on reports
repeated string postHookMessages = 9;- Specified by:
getPostHookMessagesCountin interfaceSpec.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:
getPostHookMessagesin interfaceSpec.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:
getPostHookMessagesBytesin interfaceSpec.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:
getPreHookMessageListin interfaceSpec.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:
getPreHookMessageCountin interfaceSpec.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:
getPreHookMessagein interfaceSpec.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:
getPreHookMessageBytesin interfaceSpec.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:
getPostHookMessageListin interfaceSpec.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:
getPostHookMessageCountin interfaceSpec.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:
getPostHookMessagein interfaceSpec.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:
getPostHookMessageBytesin interfaceSpec.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:
getPreHookScreenshotsListin interfaceSpec.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:
getPreHookScreenshotsCountin interfaceSpec.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:
getPreHookScreenshotsin interfaceSpec.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:
getPostHookScreenshotsListin interfaceSpec.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:
getPostHookScreenshotsCountin interfaceSpec.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:
getPostHookScreenshotsin interfaceSpec.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:
getItemCountin interfaceSpec.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:
getPreHookScreenshotFilesListin interfaceSpec.ProtoSpecOrBuilder
-
getPreHookScreenshotFilesCount
public int getPreHookScreenshotFilesCount()
/ Screenshots captured on pre hook exec time to be available on reports
repeated string preHookScreenshotFiles = 15;- Specified by:
getPreHookScreenshotFilesCountin interfaceSpec.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:
getPreHookScreenshotFilesin interfaceSpec.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:
getPreHookScreenshotFilesBytesin interfaceSpec.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:
getPostHookScreenshotFilesListin interfaceSpec.ProtoSpecOrBuilder
-
getPostHookScreenshotFilesCount
public int getPostHookScreenshotFilesCount()
/ Screenshots captured on post hook exec time to be available on reports
repeated string postHookScreenshotFiles = 16;- Specified by:
getPostHookScreenshotFilesCountin interfaceSpec.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:
getPostHookScreenshotFilesin interfaceSpec.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:
getPostHookScreenshotFilesBytesin interfaceSpec.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:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Spec.ProtoSpec.Builder>
-
mergeUnknownFields
public final Spec.ProtoSpec.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Spec.ProtoSpec.Builder>
-
-