Interface CommandLineOuterClass.OptionListOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CommandLineOuterClass.OptionList,CommandLineOuterClass.OptionList.Builder
- Enclosing class:
- CommandLineOuterClass
public static interface CommandLineOuterClass.OptionListOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommandLineOuterClass.OptiongetOption(int index)repeated .command_line.Option option = 1;intgetOptionCount()repeated .command_line.Option option = 1;java.util.List<CommandLineOuterClass.Option>getOptionList()repeated .command_line.Option option = 1;CommandLineOuterClass.OptionOrBuildergetOptionOrBuilder(int index)repeated .command_line.Option option = 1;java.util.List<? extends CommandLineOuterClass.OptionOrBuilder>getOptionOrBuilderList()repeated .command_line.Option option = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getOptionList
java.util.List<CommandLineOuterClass.Option> getOptionList()
repeated .command_line.Option option = 1;
-
getOption
CommandLineOuterClass.Option getOption(int index)
repeated .command_line.Option option = 1;
-
getOptionCount
int getOptionCount()
repeated .command_line.Option option = 1;
-
getOptionOrBuilderList
java.util.List<? extends CommandLineOuterClass.OptionOrBuilder> getOptionOrBuilderList()
repeated .command_line.Option option = 1;
-
getOptionOrBuilder
CommandLineOuterClass.OptionOrBuilder getOptionOrBuilder(int index)
repeated .command_line.Option option = 1;
-
-