Interface CommandLineOuterClass.CommandLineSectionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CommandLineOuterClass.CommandLineSection,CommandLineOuterClass.CommandLineSection.Builder
- Enclosing class:
- CommandLineOuterClass
public static interface CommandLineOuterClass.CommandLineSectionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommandLineOuterClass.ChunkListgetChunkList()Sections with non-options, such as the list of targets or the command, should use simple string chunks.CommandLineOuterClass.ChunkListOrBuildergetChunkListOrBuilder()Sections with non-options, such as the list of targets or the command, should use simple string chunks.CommandLineOuterClass.OptionListgetOptionList()Startup and command options are lists of options and belong here.CommandLineOuterClass.OptionListOrBuildergetOptionListOrBuilder()Startup and command options are lists of options and belong here.java.lang.StringgetSectionLabel()The name of this section, such as "startup_option" or "command".com.google.protobuf.ByteStringgetSectionLabelBytes()The name of this section, such as "startup_option" or "command".CommandLineOuterClass.CommandLineSection.SectionTypeCasegetSectionTypeCase()booleanhasChunkList()Sections with non-options, such as the list of targets or the command, should use simple string chunks.booleanhasOptionList()Startup and command options are lists of options and belong here.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSectionLabel
java.lang.String getSectionLabel()
The name of this section, such as "startup_option" or "command".
string section_label = 1;- Returns:
- The sectionLabel.
-
getSectionLabelBytes
com.google.protobuf.ByteString getSectionLabelBytes()
The name of this section, such as "startup_option" or "command".
string section_label = 1;- Returns:
- The bytes for sectionLabel.
-
hasChunkList
boolean hasChunkList()
Sections with non-options, such as the list of targets or the command, should use simple string chunks.
.command_line.ChunkList chunk_list = 2;- Returns:
- Whether the chunkList field is set.
-
getChunkList
CommandLineOuterClass.ChunkList getChunkList()
Sections with non-options, such as the list of targets or the command, should use simple string chunks.
.command_line.ChunkList chunk_list = 2;- Returns:
- The chunkList.
-
getChunkListOrBuilder
CommandLineOuterClass.ChunkListOrBuilder getChunkListOrBuilder()
Sections with non-options, such as the list of targets or the command, should use simple string chunks.
.command_line.ChunkList chunk_list = 2;
-
hasOptionList
boolean hasOptionList()
Startup and command options are lists of options and belong here.
.command_line.OptionList option_list = 3;- Returns:
- Whether the optionList field is set.
-
getOptionList
CommandLineOuterClass.OptionList getOptionList()
Startup and command options are lists of options and belong here.
.command_line.OptionList option_list = 3;- Returns:
- The optionList.
-
getOptionListOrBuilder
CommandLineOuterClass.OptionListOrBuilder getOptionListOrBuilder()
Startup and command options are lists of options and belong here.
.command_line.OptionList option_list = 3;
-
getSectionTypeCase
CommandLineOuterClass.CommandLineSection.SectionTypeCase getSectionTypeCase()
-
-