CommandLineOuterClass.OptionList.Builder |
CommandLineOuterClass.OptionList.Builder.addAllOption(java.lang.Iterable<? extends CommandLineOuterClass.Option> values) |
repeated .command_line.Option option = 1;
|
CommandLineOuterClass.OptionList.Builder |
CommandLineOuterClass.OptionList.Builder.addOption(int index,
CommandLineOuterClass.Option value) |
repeated .command_line.Option option = 1;
|
CommandLineOuterClass.OptionList.Builder |
CommandLineOuterClass.OptionList.Builder.addOption(int index,
CommandLineOuterClass.Option.Builder builderForValue) |
repeated .command_line.Option option = 1;
|
CommandLineOuterClass.OptionList.Builder |
CommandLineOuterClass.OptionList.Builder.addOption(CommandLineOuterClass.Option value) |
repeated .command_line.Option option = 1;
|
CommandLineOuterClass.OptionList.Builder |
CommandLineOuterClass.OptionList.Builder.addOption(CommandLineOuterClass.Option.Builder builderForValue) |
repeated .command_line.Option option = 1;
|
CommandLineOuterClass.OptionList.Builder |
CommandLineOuterClass.OptionList.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
CommandLineOuterClass.OptionList.Builder |
CommandLineOuterClass.OptionList.Builder.clear() |
|
CommandLineOuterClass.OptionList.Builder |
CommandLineOuterClass.OptionList.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
CommandLineOuterClass.OptionList.Builder |
CommandLineOuterClass.OptionList.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
CommandLineOuterClass.OptionList.Builder |
CommandLineOuterClass.OptionList.Builder.clearOption() |
repeated .command_line.Option option = 1;
|
CommandLineOuterClass.OptionList.Builder |
CommandLineOuterClass.OptionList.Builder.clone() |
|
CommandLineOuterClass.OptionList.Builder |
CommandLineOuterClass.CommandLineSection.Builder.getOptionListBuilder() |
Startup and command options are lists of options and belong here.
|
CommandLineOuterClass.OptionList.Builder |
CommandLineOuterClass.OptionList.Builder.mergeFrom(CommandLineOuterClass.OptionList other) |
|
CommandLineOuterClass.OptionList.Builder |
CommandLineOuterClass.OptionList.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
CommandLineOuterClass.OptionList.Builder |
CommandLineOuterClass.OptionList.Builder.mergeFrom(com.google.protobuf.Message other) |
|
CommandLineOuterClass.OptionList.Builder |
CommandLineOuterClass.OptionList.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static CommandLineOuterClass.OptionList.Builder |
CommandLineOuterClass.OptionList.newBuilder() |
|
static CommandLineOuterClass.OptionList.Builder |
CommandLineOuterClass.OptionList.newBuilder(CommandLineOuterClass.OptionList prototype) |
|
CommandLineOuterClass.OptionList.Builder |
CommandLineOuterClass.OptionList.newBuilderForType() |
|
protected CommandLineOuterClass.OptionList.Builder |
CommandLineOuterClass.OptionList.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
CommandLineOuterClass.OptionList.Builder |
CommandLineOuterClass.OptionList.Builder.removeOption(int index) |
repeated .command_line.Option option = 1;
|
CommandLineOuterClass.OptionList.Builder |
CommandLineOuterClass.OptionList.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
CommandLineOuterClass.OptionList.Builder |
CommandLineOuterClass.OptionList.Builder.setOption(int index,
CommandLineOuterClass.Option value) |
repeated .command_line.Option option = 1;
|
CommandLineOuterClass.OptionList.Builder |
CommandLineOuterClass.OptionList.Builder.setOption(int index,
CommandLineOuterClass.Option.Builder builderForValue) |
repeated .command_line.Option option = 1;
|
CommandLineOuterClass.OptionList.Builder |
CommandLineOuterClass.OptionList.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
|
CommandLineOuterClass.OptionList.Builder |
CommandLineOuterClass.OptionList.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
CommandLineOuterClass.OptionList.Builder |
CommandLineOuterClass.OptionList.toBuilder() |
|