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 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

       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

       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

       Startup and command options are lists of options and belong here.
       
      .command_line.OptionList option_list = 3;
      Returns:
      The optionList.
    • getOptionListOrBuilder

       Startup and command options are lists of options and belong here.
       
      .command_line.OptionList option_list = 3;
    • getSectionTypeCase