Interface BuildConfigurationOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
BuildConfiguration, BuildConfiguration.Builder

public interface BuildConfigurationOrBuilder extends MessageOrBuilder
  • Method Details

    • getMode

      String getMode()
      opt, dbg, etc
      
      string mode = 1;
      Returns:
      The mode.
    • getModeBytes

      ByteString getModeBytes()
      opt, dbg, etc
      
      string mode = 1;
      Returns:
      The bytes for mode.
    • getCcFlagsList

      List<String> getCcFlagsList()
      CC compiler flags, if known
      
      repeated string cc_flags = 2;
      Returns:
      A list containing the ccFlags.
    • getCcFlagsCount

      int getCcFlagsCount()
      CC compiler flags, if known
      
      repeated string cc_flags = 2;
      Returns:
      The count of ccFlags.
    • getCcFlags

      String getCcFlags(int index)
      CC compiler flags, if known
      
      repeated string cc_flags = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The ccFlags at the given index.
    • getCcFlagsBytes

      ByteString getCcFlagsBytes(int index)
      CC compiler flags, if known
      
      repeated string cc_flags = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the ccFlags at the given index.
    • getOptsList

      List<String> getOptsList()
      Bazel compilation options, if known
      
      repeated string opts = 3;
      Returns:
      A list containing the opts.
    • getOptsCount

      int getOptsCount()
      Bazel compilation options, if known
      
      repeated string opts = 3;
      Returns:
      The count of opts.
    • getOpts

      String getOpts(int index)
      Bazel compilation options, if known
      
      repeated string opts = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The opts at the given index.
    • getOptsBytes

      ByteString getOptsBytes(int index)
      Bazel compilation options, if known
      
      repeated string opts = 3;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the opts at the given index.