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
Modifier and TypeMethodDescriptiongetOption(int index) repeated .command_line.Option option = 1;intrepeated .command_line.Option option = 1;repeated .command_line.Option option = 1;getOptionOrBuilder(int index) repeated .command_line.Option option = 1;List<? extends CommandLineOuterClass.OptionOrBuilder>repeated .command_line.Option option = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getOptionList
List<CommandLineOuterClass.Option> getOptionList()repeated .command_line.Option option = 1; -
getOption
repeated .command_line.Option option = 1; -
getOptionCount
int getOptionCount()repeated .command_line.Option option = 1; -
getOptionOrBuilderList
List<? extends CommandLineOuterClass.OptionOrBuilder> getOptionOrBuilderList()repeated .command_line.Option option = 1; -
getOptionOrBuilder
repeated .command_line.Option option = 1;
-