Class CommandLineOuterClass.CommandLine.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<CommandLineOuterClass.CommandLine.Builder>
-
- com.google.devtools.build.lib.runtime.proto.CommandLineOuterClass.CommandLine.Builder
-
- All Implemented Interfaces:
CommandLineOuterClass.CommandLineOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.lang.Cloneable
- Enclosing class:
- CommandLineOuterClass.CommandLine
public static final class CommandLineOuterClass.CommandLine.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<CommandLineOuterClass.CommandLine.Builder> implements CommandLineOuterClass.CommandLineOrBuilder
Representation of a Bazel command line.
Protobuf typecommand_line.CommandLine
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandLineOuterClass.CommandLine.BuilderaddAllSections(java.lang.Iterable<? extends CommandLineOuterClass.CommandLineSection> values)A Bazel command line is made of distinct parts.CommandLineOuterClass.CommandLine.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)CommandLineOuterClass.CommandLine.BuilderaddSections(int index, CommandLineOuterClass.CommandLineSection value)A Bazel command line is made of distinct parts.CommandLineOuterClass.CommandLine.BuilderaddSections(int index, CommandLineOuterClass.CommandLineSection.Builder builderForValue)A Bazel command line is made of distinct parts.CommandLineOuterClass.CommandLine.BuilderaddSections(CommandLineOuterClass.CommandLineSection value)A Bazel command line is made of distinct parts.CommandLineOuterClass.CommandLine.BuilderaddSections(CommandLineOuterClass.CommandLineSection.Builder builderForValue)A Bazel command line is made of distinct parts.CommandLineOuterClass.CommandLineSection.BuilderaddSectionsBuilder()A Bazel command line is made of distinct parts.CommandLineOuterClass.CommandLineSection.BuilderaddSectionsBuilder(int index)A Bazel command line is made of distinct parts.CommandLineOuterClass.CommandLinebuild()CommandLineOuterClass.CommandLinebuildPartial()CommandLineOuterClass.CommandLine.Builderclear()CommandLineOuterClass.CommandLine.BuilderclearCommandLineLabel()A title for this command line value, to differentiate it from others.CommandLineOuterClass.CommandLine.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)CommandLineOuterClass.CommandLine.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)CommandLineOuterClass.CommandLine.BuilderclearSections()A Bazel command line is made of distinct parts.CommandLineOuterClass.CommandLine.Builderclone()java.lang.StringgetCommandLineLabel()A title for this command line value, to differentiate it from others.com.google.protobuf.ByteStringgetCommandLineLabelBytes()A title for this command line value, to differentiate it from others.CommandLineOuterClass.CommandLinegetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()CommandLineOuterClass.CommandLineSectiongetSections(int index)A Bazel command line is made of distinct parts.CommandLineOuterClass.CommandLineSection.BuildergetSectionsBuilder(int index)A Bazel command line is made of distinct parts.java.util.List<CommandLineOuterClass.CommandLineSection.Builder>getSectionsBuilderList()A Bazel command line is made of distinct parts.intgetSectionsCount()A Bazel command line is made of distinct parts.java.util.List<CommandLineOuterClass.CommandLineSection>getSectionsList()A Bazel command line is made of distinct parts.CommandLineOuterClass.CommandLineSectionOrBuildergetSectionsOrBuilder(int index)A Bazel command line is made of distinct parts.java.util.List<? extends CommandLineOuterClass.CommandLineSectionOrBuilder>getSectionsOrBuilderList()A Bazel command line is made of distinct parts.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()CommandLineOuterClass.CommandLine.BuildermergeFrom(CommandLineOuterClass.CommandLine other)CommandLineOuterClass.CommandLine.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)CommandLineOuterClass.CommandLine.BuildermergeFrom(com.google.protobuf.Message other)CommandLineOuterClass.CommandLine.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)CommandLineOuterClass.CommandLine.BuilderremoveSections(int index)A Bazel command line is made of distinct parts.CommandLineOuterClass.CommandLine.BuildersetCommandLineLabel(java.lang.String value)A title for this command line value, to differentiate it from others.CommandLineOuterClass.CommandLine.BuildersetCommandLineLabelBytes(com.google.protobuf.ByteString value)A title for this command line value, to differentiate it from others.CommandLineOuterClass.CommandLine.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)CommandLineOuterClass.CommandLine.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)CommandLineOuterClass.CommandLine.BuildersetSections(int index, CommandLineOuterClass.CommandLineSection value)A Bazel command line is made of distinct parts.CommandLineOuterClass.CommandLine.BuildersetSections(int index, CommandLineOuterClass.CommandLineSection.Builder builderForValue)A Bazel command line is made of distinct parts.CommandLineOuterClass.CommandLine.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
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<CommandLineOuterClass.CommandLine.Builder>
-
clear
public CommandLineOuterClass.CommandLine.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<CommandLineOuterClass.CommandLine.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<CommandLineOuterClass.CommandLine.Builder>
-
getDefaultInstanceForType
public CommandLineOuterClass.CommandLine getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public CommandLineOuterClass.CommandLine build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public CommandLineOuterClass.CommandLine buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public CommandLineOuterClass.CommandLine.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<CommandLineOuterClass.CommandLine.Builder>
-
setField
public CommandLineOuterClass.CommandLine.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<CommandLineOuterClass.CommandLine.Builder>
-
clearField
public CommandLineOuterClass.CommandLine.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<CommandLineOuterClass.CommandLine.Builder>
-
clearOneof
public CommandLineOuterClass.CommandLine.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<CommandLineOuterClass.CommandLine.Builder>
-
setRepeatedField
public CommandLineOuterClass.CommandLine.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<CommandLineOuterClass.CommandLine.Builder>
-
addRepeatedField
public CommandLineOuterClass.CommandLine.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<CommandLineOuterClass.CommandLine.Builder>
-
mergeFrom
public CommandLineOuterClass.CommandLine.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<CommandLineOuterClass.CommandLine.Builder>
-
mergeFrom
public CommandLineOuterClass.CommandLine.Builder mergeFrom(CommandLineOuterClass.CommandLine other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<CommandLineOuterClass.CommandLine.Builder>
-
mergeFrom
public CommandLineOuterClass.CommandLine.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<CommandLineOuterClass.CommandLine.Builder>- Throws:
java.io.IOException
-
getCommandLineLabel
public java.lang.String getCommandLineLabel()
A title for this command line value, to differentiate it from others. In particular, a single invocation may wish to report both the literal and canonical command lines, and this label would be used to differentiate between both versions. This is a string for flexibility.
string command_line_label = 1;- Specified by:
getCommandLineLabelin interfaceCommandLineOuterClass.CommandLineOrBuilder- Returns:
- The commandLineLabel.
-
getCommandLineLabelBytes
public com.google.protobuf.ByteString getCommandLineLabelBytes()
A title for this command line value, to differentiate it from others. In particular, a single invocation may wish to report both the literal and canonical command lines, and this label would be used to differentiate between both versions. This is a string for flexibility.
string command_line_label = 1;- Specified by:
getCommandLineLabelBytesin interfaceCommandLineOuterClass.CommandLineOrBuilder- Returns:
- The bytes for commandLineLabel.
-
setCommandLineLabel
public CommandLineOuterClass.CommandLine.Builder setCommandLineLabel(java.lang.String value)
A title for this command line value, to differentiate it from others. In particular, a single invocation may wish to report both the literal and canonical command lines, and this label would be used to differentiate between both versions. This is a string for flexibility.
string command_line_label = 1;- Parameters:
value- The commandLineLabel to set.- Returns:
- This builder for chaining.
-
clearCommandLineLabel
public CommandLineOuterClass.CommandLine.Builder clearCommandLineLabel()
A title for this command line value, to differentiate it from others. In particular, a single invocation may wish to report both the literal and canonical command lines, and this label would be used to differentiate between both versions. This is a string for flexibility.
string command_line_label = 1;- Returns:
- This builder for chaining.
-
setCommandLineLabelBytes
public CommandLineOuterClass.CommandLine.Builder setCommandLineLabelBytes(com.google.protobuf.ByteString value)
A title for this command line value, to differentiate it from others. In particular, a single invocation may wish to report both the literal and canonical command lines, and this label would be used to differentiate between both versions. This is a string for flexibility.
string command_line_label = 1;- Parameters:
value- The bytes for commandLineLabel to set.- Returns:
- This builder for chaining.
-
getSectionsList
public java.util.List<CommandLineOuterClass.CommandLineSection> getSectionsList()
A Bazel command line is made of distinct parts. For example, `bazel --nomaster_bazelrc test --nocache_test_results //foo:aTest` has the executable "bazel", a startup flag, a command "test", a command flag, and a test target. There could be many more flags and targets, or none (`bazel info` for example), but the basic structure is there. The command line should be broken down into these logical sections here.repeated .command_line.CommandLineSection sections = 2;- Specified by:
getSectionsListin interfaceCommandLineOuterClass.CommandLineOrBuilder
-
getSectionsCount
public int getSectionsCount()
A Bazel command line is made of distinct parts. For example, `bazel --nomaster_bazelrc test --nocache_test_results //foo:aTest` has the executable "bazel", a startup flag, a command "test", a command flag, and a test target. There could be many more flags and targets, or none (`bazel info` for example), but the basic structure is there. The command line should be broken down into these logical sections here.repeated .command_line.CommandLineSection sections = 2;- Specified by:
getSectionsCountin interfaceCommandLineOuterClass.CommandLineOrBuilder
-
getSections
public CommandLineOuterClass.CommandLineSection getSections(int index)
A Bazel command line is made of distinct parts. For example, `bazel --nomaster_bazelrc test --nocache_test_results //foo:aTest` has the executable "bazel", a startup flag, a command "test", a command flag, and a test target. There could be many more flags and targets, or none (`bazel info` for example), but the basic structure is there. The command line should be broken down into these logical sections here.repeated .command_line.CommandLineSection sections = 2;- Specified by:
getSectionsin interfaceCommandLineOuterClass.CommandLineOrBuilder
-
setSections
public CommandLineOuterClass.CommandLine.Builder setSections(int index, CommandLineOuterClass.CommandLineSection value)
A Bazel command line is made of distinct parts. For example, `bazel --nomaster_bazelrc test --nocache_test_results //foo:aTest` has the executable "bazel", a startup flag, a command "test", a command flag, and a test target. There could be many more flags and targets, or none (`bazel info` for example), but the basic structure is there. The command line should be broken down into these logical sections here.repeated .command_line.CommandLineSection sections = 2;
-
setSections
public CommandLineOuterClass.CommandLine.Builder setSections(int index, CommandLineOuterClass.CommandLineSection.Builder builderForValue)
A Bazel command line is made of distinct parts. For example, `bazel --nomaster_bazelrc test --nocache_test_results //foo:aTest` has the executable "bazel", a startup flag, a command "test", a command flag, and a test target. There could be many more flags and targets, or none (`bazel info` for example), but the basic structure is there. The command line should be broken down into these logical sections here.repeated .command_line.CommandLineSection sections = 2;
-
addSections
public CommandLineOuterClass.CommandLine.Builder addSections(CommandLineOuterClass.CommandLineSection value)
A Bazel command line is made of distinct parts. For example, `bazel --nomaster_bazelrc test --nocache_test_results //foo:aTest` has the executable "bazel", a startup flag, a command "test", a command flag, and a test target. There could be many more flags and targets, or none (`bazel info` for example), but the basic structure is there. The command line should be broken down into these logical sections here.repeated .command_line.CommandLineSection sections = 2;
-
addSections
public CommandLineOuterClass.CommandLine.Builder addSections(int index, CommandLineOuterClass.CommandLineSection value)
A Bazel command line is made of distinct parts. For example, `bazel --nomaster_bazelrc test --nocache_test_results //foo:aTest` has the executable "bazel", a startup flag, a command "test", a command flag, and a test target. There could be many more flags and targets, or none (`bazel info` for example), but the basic structure is there. The command line should be broken down into these logical sections here.repeated .command_line.CommandLineSection sections = 2;
-
addSections
public CommandLineOuterClass.CommandLine.Builder addSections(CommandLineOuterClass.CommandLineSection.Builder builderForValue)
A Bazel command line is made of distinct parts. For example, `bazel --nomaster_bazelrc test --nocache_test_results //foo:aTest` has the executable "bazel", a startup flag, a command "test", a command flag, and a test target. There could be many more flags and targets, or none (`bazel info` for example), but the basic structure is there. The command line should be broken down into these logical sections here.repeated .command_line.CommandLineSection sections = 2;
-
addSections
public CommandLineOuterClass.CommandLine.Builder addSections(int index, CommandLineOuterClass.CommandLineSection.Builder builderForValue)
A Bazel command line is made of distinct parts. For example, `bazel --nomaster_bazelrc test --nocache_test_results //foo:aTest` has the executable "bazel", a startup flag, a command "test", a command flag, and a test target. There could be many more flags and targets, or none (`bazel info` for example), but the basic structure is there. The command line should be broken down into these logical sections here.repeated .command_line.CommandLineSection sections = 2;
-
addAllSections
public CommandLineOuterClass.CommandLine.Builder addAllSections(java.lang.Iterable<? extends CommandLineOuterClass.CommandLineSection> values)
A Bazel command line is made of distinct parts. For example, `bazel --nomaster_bazelrc test --nocache_test_results //foo:aTest` has the executable "bazel", a startup flag, a command "test", a command flag, and a test target. There could be many more flags and targets, or none (`bazel info` for example), but the basic structure is there. The command line should be broken down into these logical sections here.repeated .command_line.CommandLineSection sections = 2;
-
clearSections
public CommandLineOuterClass.CommandLine.Builder clearSections()
A Bazel command line is made of distinct parts. For example, `bazel --nomaster_bazelrc test --nocache_test_results //foo:aTest` has the executable "bazel", a startup flag, a command "test", a command flag, and a test target. There could be many more flags and targets, or none (`bazel info` for example), but the basic structure is there. The command line should be broken down into these logical sections here.repeated .command_line.CommandLineSection sections = 2;
-
removeSections
public CommandLineOuterClass.CommandLine.Builder removeSections(int index)
A Bazel command line is made of distinct parts. For example, `bazel --nomaster_bazelrc test --nocache_test_results //foo:aTest` has the executable "bazel", a startup flag, a command "test", a command flag, and a test target. There could be many more flags and targets, or none (`bazel info` for example), but the basic structure is there. The command line should be broken down into these logical sections here.repeated .command_line.CommandLineSection sections = 2;
-
getSectionsBuilder
public CommandLineOuterClass.CommandLineSection.Builder getSectionsBuilder(int index)
A Bazel command line is made of distinct parts. For example, `bazel --nomaster_bazelrc test --nocache_test_results //foo:aTest` has the executable "bazel", a startup flag, a command "test", a command flag, and a test target. There could be many more flags and targets, or none (`bazel info` for example), but the basic structure is there. The command line should be broken down into these logical sections here.repeated .command_line.CommandLineSection sections = 2;
-
getSectionsOrBuilder
public CommandLineOuterClass.CommandLineSectionOrBuilder getSectionsOrBuilder(int index)
A Bazel command line is made of distinct parts. For example, `bazel --nomaster_bazelrc test --nocache_test_results //foo:aTest` has the executable "bazel", a startup flag, a command "test", a command flag, and a test target. There could be many more flags and targets, or none (`bazel info` for example), but the basic structure is there. The command line should be broken down into these logical sections here.repeated .command_line.CommandLineSection sections = 2;- Specified by:
getSectionsOrBuilderin interfaceCommandLineOuterClass.CommandLineOrBuilder
-
getSectionsOrBuilderList
public java.util.List<? extends CommandLineOuterClass.CommandLineSectionOrBuilder> getSectionsOrBuilderList()
A Bazel command line is made of distinct parts. For example, `bazel --nomaster_bazelrc test --nocache_test_results //foo:aTest` has the executable "bazel", a startup flag, a command "test", a command flag, and a test target. There could be many more flags and targets, or none (`bazel info` for example), but the basic structure is there. The command line should be broken down into these logical sections here.repeated .command_line.CommandLineSection sections = 2;- Specified by:
getSectionsOrBuilderListin interfaceCommandLineOuterClass.CommandLineOrBuilder
-
addSectionsBuilder
public CommandLineOuterClass.CommandLineSection.Builder addSectionsBuilder()
A Bazel command line is made of distinct parts. For example, `bazel --nomaster_bazelrc test --nocache_test_results //foo:aTest` has the executable "bazel", a startup flag, a command "test", a command flag, and a test target. There could be many more flags and targets, or none (`bazel info` for example), but the basic structure is there. The command line should be broken down into these logical sections here.repeated .command_line.CommandLineSection sections = 2;
-
addSectionsBuilder
public CommandLineOuterClass.CommandLineSection.Builder addSectionsBuilder(int index)
A Bazel command line is made of distinct parts. For example, `bazel --nomaster_bazelrc test --nocache_test_results //foo:aTest` has the executable "bazel", a startup flag, a command "test", a command flag, and a test target. There could be many more flags and targets, or none (`bazel info` for example), but the basic structure is there. The command line should be broken down into these logical sections here.repeated .command_line.CommandLineSection sections = 2;
-
getSectionsBuilderList
public java.util.List<CommandLineOuterClass.CommandLineSection.Builder> getSectionsBuilderList()
A Bazel command line is made of distinct parts. For example, `bazel --nomaster_bazelrc test --nocache_test_results //foo:aTest` has the executable "bazel", a startup flag, a command "test", a command flag, and a test target. There could be many more flags and targets, or none (`bazel info` for example), but the basic structure is there. The command line should be broken down into these logical sections here.repeated .command_line.CommandLineSection sections = 2;
-
setUnknownFields
public final CommandLineOuterClass.CommandLine.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<CommandLineOuterClass.CommandLine.Builder>
-
mergeUnknownFields
public final CommandLineOuterClass.CommandLine.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<CommandLineOuterClass.CommandLine.Builder>
-
-