Interface CommandLineOuterClass.CommandLineSectionOrBuilder

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