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
Modifier and TypeMethodDescriptionSections with non-options, such as the list of targets or the command, should use simple string chunks.Sections with non-options, such as the list of targets or the command, should use simple string chunks.Startup and command options are lists of options and belong here.Startup and command options are lists of options and belong here.The name of this section, such as "startup_option" or "command".com.google.protobuf.ByteStringThe name of this section, such as "startup_option" or "command".booleanSections with non-options, such as the list of targets or the command, should use simple string chunks.booleanStartup and command options are lists of options and belong here.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
-
getSectionLabel
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()
-