Uses of Class
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.Configuration.Builder
Packages that use BuildEventStreamProtos.Configuration.Builder
-
Uses of BuildEventStreamProtos.Configuration.Builder in com.google.devtools.build.lib.buildeventstream
Methods in com.google.devtools.build.lib.buildeventstream that return BuildEventStreamProtos.Configuration.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.Configuration.Builder.clear()BuildEventStreamProtos.Configuration.Builder.clearCpu()string cpu = 3;BuildEventStreamProtos.Configuration.Builder.clearIsTool()Whether this configuration is used for building tools.BuildEventStreamProtos.Configuration.Builder.clearMakeVariable()BuildEventStreamProtos.Configuration.Builder.clearMnemonic()string mnemonic = 1;BuildEventStreamProtos.Configuration.Builder.clearPlatformName()string platform_name = 2;BuildEventStreamProtos.BuildEvent.Builder.getConfigurationBuilder().build_event_stream.Configuration configuration = 17;BuildEventStreamProtos.Configuration.Builder.mergeFrom(BuildEventStreamProtos.Configuration other) BuildEventStreamProtos.Configuration.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BuildEventStreamProtos.Configuration.Builder.mergeFrom(com.google.protobuf.Message other) BuildEventStreamProtos.Configuration.newBuilder()BuildEventStreamProtos.Configuration.newBuilder(BuildEventStreamProtos.Configuration prototype) BuildEventStreamProtos.Configuration.newBuilderForType()BuildEventStreamProtos.Configuration.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) BuildEventStreamProtos.Configuration.Builder.putAllMakeVariable(Map<String, String> values) map<string, string> make_variable = 4;BuildEventStreamProtos.Configuration.Builder.putMakeVariable(String key, String value) map<string, string> make_variable = 4;BuildEventStreamProtos.Configuration.Builder.removeMakeVariable(String key) map<string, string> make_variable = 4;string cpu = 3;BuildEventStreamProtos.Configuration.Builder.setCpuBytes(com.google.protobuf.ByteString value) string cpu = 3;BuildEventStreamProtos.Configuration.Builder.setIsTool(boolean value) Whether this configuration is used for building tools.BuildEventStreamProtos.Configuration.Builder.setMnemonic(String value) string mnemonic = 1;BuildEventStreamProtos.Configuration.Builder.setMnemonicBytes(com.google.protobuf.ByteString value) string mnemonic = 1;BuildEventStreamProtos.Configuration.Builder.setPlatformName(String value) string platform_name = 2;BuildEventStreamProtos.Configuration.Builder.setPlatformNameBytes(com.google.protobuf.ByteString value) string platform_name = 2;BuildEventStreamProtos.Configuration.toBuilder()Methods in com.google.devtools.build.lib.buildeventstream with parameters of type BuildEventStreamProtos.Configuration.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.BuildEvent.Builder.setConfiguration(BuildEventStreamProtos.Configuration.Builder builderForValue) .build_event_stream.Configuration configuration = 17;