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 Summary
Modifier and TypeMethodDescriptionbooleanmap<string, string> make_variable = 4;getCpu()string cpu = 3;com.google.protobuf.ByteStringstring cpu = 3;booleanWhether this configuration is used for building tools.Deprecated.intmap<string, string> make_variable = 4;map<string, string> make_variable = 4;getMakeVariableOrDefault(String key, String defaultValue) map<string, string> make_variable = 4;map<string, string> make_variable = 4;string mnemonic = 1;com.google.protobuf.ByteStringstring mnemonic = 1;string platform_name = 2;com.google.protobuf.ByteStringstring platform_name = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
map<string, string> make_variable = 4; -
getMakeVariable
Deprecated.UsegetMakeVariableMap()instead. -
getMakeVariableMap
map<string, string> make_variable = 4; -
getMakeVariableOrDefault
map<string, string> make_variable = 4; -
getMakeVariableOrThrow
map<string, string> make_variable = 4; -
getIsTool
boolean getIsTool()Whether this configuration is used for building tools.
bool is_tool = 5;- Returns:
- The isTool.
-