Interface BuildEventStreamProtos.ConfigurationOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
BuildEventStreamProtos.Configuration, BuildEventStreamProtos.Configuration.Builder
Enclosing class:
BuildEventStreamProtos

public static interface BuildEventStreamProtos.ConfigurationOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getMnemonic

      String getMnemonic()
      string mnemonic = 1;
      Returns:
      The mnemonic.
    • getMnemonicBytes

      com.google.protobuf.ByteString getMnemonicBytes()
      string mnemonic = 1;
      Returns:
      The bytes for mnemonic.
    • getPlatformName

      String getPlatformName()
      string platform_name = 2;
      Returns:
      The platformName.
    • getPlatformNameBytes

      com.google.protobuf.ByteString getPlatformNameBytes()
      string platform_name = 2;
      Returns:
      The bytes for platformName.
    • getCpu

      String getCpu()
      string cpu = 3;
      Returns:
      The cpu.
    • getCpuBytes

      com.google.protobuf.ByteString getCpuBytes()
      string cpu = 3;
      Returns:
      The bytes for cpu.
    • getMakeVariableCount

      int getMakeVariableCount()
      map<string, string> make_variable = 4;
    • containsMakeVariable

      boolean containsMakeVariable(String key)
      map<string, string> make_variable = 4;
    • getMakeVariable

      @Deprecated Map<String,String> getMakeVariable()
      Deprecated.
    • getMakeVariableMap

      Map<String,String> getMakeVariableMap()
      map<string, string> make_variable = 4;
    • getMakeVariableOrDefault

      String getMakeVariableOrDefault(String key, String defaultValue)
      map<string, string> make_variable = 4;
    • getMakeVariableOrThrow

      String getMakeVariableOrThrow(String key)
      map<string, string> make_variable = 4;
    • getIsTool

      boolean getIsTool()
       Whether this configuration is used for building tools.
       
      bool is_tool = 5;
      Returns:
      The isTool.