Interface BuildEventStreamProtos.ConfigurationOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      boolean containsMakeVariable​(java.lang.String key)
      map<string, string> make_variable = 4;
      java.lang.String getCpu()
      string cpu = 3;
      com.google.protobuf.ByteString getCpuBytes()
      string cpu = 3;
      java.util.Map<java.lang.String,​java.lang.String> getMakeVariable()
      Deprecated.
      int getMakeVariableCount()
      map<string, string> make_variable = 4;
      java.util.Map<java.lang.String,​java.lang.String> getMakeVariableMap()
      map<string, string> make_variable = 4;
      java.lang.String getMakeVariableOrDefault​(java.lang.String key, java.lang.String defaultValue)
      map<string, string> make_variable = 4;
      java.lang.String getMakeVariableOrThrow​(java.lang.String key)
      map<string, string> make_variable = 4;
      java.lang.String getMnemonic()
      string mnemonic = 1;
      com.google.protobuf.ByteString getMnemonicBytes()
      string mnemonic = 1;
      java.lang.String getPlatformName()
      string platform_name = 2;
      com.google.protobuf.ByteString getPlatformNameBytes()
      string platform_name = 2;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getMnemonic

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

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

        java.lang.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

        java.lang.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​(java.lang.String key)
        map<string, string> make_variable = 4;
      • getMakeVariable

        @Deprecated
        java.util.Map<java.lang.String,​java.lang.String> getMakeVariable()
        Deprecated.
      • getMakeVariableMap

        java.util.Map<java.lang.String,​java.lang.String> getMakeVariableMap()
        map<string, string> make_variable = 4;
      • getMakeVariableOrDefault

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

        java.lang.String getMakeVariableOrThrow​(java.lang.String key)
        map<string, string> make_variable = 4;