public static final class Messages.TestCaseStarted.Platform.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Messages.TestCaseStarted.Platform.Builder> implements Messages.TestCaseStarted.PlatformOrBuilder
io.cucumber.messages.TestCaseStarted.PlatformgetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.TestCaseStarted.Platform.Builder>public Messages.TestCaseStarted.Platform.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.TestCaseStarted.Platform.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.TestCaseStarted.Platform.Builder>public Messages.TestCaseStarted.Platform getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Messages.TestCaseStarted.Platform build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Messages.TestCaseStarted.Platform buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Messages.TestCaseStarted.Platform.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.TestCaseStarted.Platform.Builder>public Messages.TestCaseStarted.Platform.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.TestCaseStarted.Platform.Builder>public Messages.TestCaseStarted.Platform.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.TestCaseStarted.Platform.Builder>public Messages.TestCaseStarted.Platform.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.TestCaseStarted.Platform.Builder>public Messages.TestCaseStarted.Platform.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.TestCaseStarted.Platform.Builder>public Messages.TestCaseStarted.Platform.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.TestCaseStarted.Platform.Builder>public Messages.TestCaseStarted.Platform.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Messages.TestCaseStarted.Platform.Builder>public Messages.TestCaseStarted.Platform.Builder mergeFrom(Messages.TestCaseStarted.Platform other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.TestCaseStarted.Platform.Builder>public Messages.TestCaseStarted.Platform.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Messages.TestCaseStarted.Platform.Builder>IOExceptionpublic String getImplementation()
The runner implementation. For example "SpecFlow", "Cucumber-JVM", "Behat" etc.
string implementation = 1;getImplementation in interface Messages.TestCaseStarted.PlatformOrBuilderpublic com.google.protobuf.ByteString getImplementationBytes()
The runner implementation. For example "SpecFlow", "Cucumber-JVM", "Behat" etc.
string implementation = 1;getImplementationBytes in interface Messages.TestCaseStarted.PlatformOrBuilderpublic Messages.TestCaseStarted.Platform.Builder setImplementation(String value)
The runner implementation. For example "SpecFlow", "Cucumber-JVM", "Behat" etc.
string implementation = 1;public Messages.TestCaseStarted.Platform.Builder clearImplementation()
The runner implementation. For example "SpecFlow", "Cucumber-JVM", "Behat" etc.
string implementation = 1;public Messages.TestCaseStarted.Platform.Builder setImplementationBytes(com.google.protobuf.ByteString value)
The runner implementation. For example "SpecFlow", "Cucumber-JVM", "Behat" etc.
string implementation = 1;public String getVersion()
The version of the runner
string version = 2;getVersion in interface Messages.TestCaseStarted.PlatformOrBuilderpublic com.google.protobuf.ByteString getVersionBytes()
The version of the runner
string version = 2;getVersionBytes in interface Messages.TestCaseStarted.PlatformOrBuilderpublic Messages.TestCaseStarted.Platform.Builder setVersion(String value)
The version of the runner
string version = 2;public Messages.TestCaseStarted.Platform.Builder clearVersion()
The version of the runner
string version = 2;public Messages.TestCaseStarted.Platform.Builder setVersionBytes(com.google.protobuf.ByteString value)
The version of the runner
string version = 2;public String getOs()
The operating system
string os = 3;getOs in interface Messages.TestCaseStarted.PlatformOrBuilderpublic com.google.protobuf.ByteString getOsBytes()
The operating system
string os = 3;getOsBytes in interface Messages.TestCaseStarted.PlatformOrBuilderpublic Messages.TestCaseStarted.Platform.Builder setOs(String value)
The operating system
string os = 3;public Messages.TestCaseStarted.Platform.Builder clearOs()
The operating system
string os = 3;public Messages.TestCaseStarted.Platform.Builder setOsBytes(com.google.protobuf.ByteString value)
The operating system
string os = 3;public String getCpu()
The CPU architecture
string cpu = 4;getCpu in interface Messages.TestCaseStarted.PlatformOrBuilderpublic com.google.protobuf.ByteString getCpuBytes()
The CPU architecture
string cpu = 4;getCpuBytes in interface Messages.TestCaseStarted.PlatformOrBuilderpublic Messages.TestCaseStarted.Platform.Builder setCpu(String value)
The CPU architecture
string cpu = 4;public Messages.TestCaseStarted.Platform.Builder clearCpu()
The CPU architecture
string cpu = 4;public Messages.TestCaseStarted.Platform.Builder setCpuBytes(com.google.protobuf.ByteString value)
The CPU architecture
string cpu = 4;public final Messages.TestCaseStarted.Platform.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.TestCaseStarted.Platform.Builder>public final Messages.TestCaseStarted.Platform.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.TestCaseStarted.Platform.Builder>Copyright © 2019. All rights reserved.