Uses of Class
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.ExecRequestConstructed.Builder
Packages that use BuildEventStreamProtos.ExecRequestConstructed.Builder
-
Uses of BuildEventStreamProtos.ExecRequestConstructed.Builder in com.google.devtools.build.lib.buildeventstream
Methods in com.google.devtools.build.lib.buildeventstream that return BuildEventStreamProtos.ExecRequestConstructed.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.ExecRequestConstructed.Builder.addAllArgv(Iterable<? extends com.google.protobuf.ByteString> values) repeated bytes argv = 2;BuildEventStreamProtos.ExecRequestConstructed.Builder.addAllEnvironmentVariable(Iterable<? extends BuildEventStreamProtos.EnvironmentVariable> values) repeated .build_event_stream.EnvironmentVariable environment_variable = 3;BuildEventStreamProtos.ExecRequestConstructed.Builder.addAllEnvironmentVariableToClear(Iterable<? extends com.google.protobuf.ByteString> values) repeated bytes environment_variable_to_clear = 4;BuildEventStreamProtos.ExecRequestConstructed.Builder.addArgv(com.google.protobuf.ByteString value) repeated bytes argv = 2;BuildEventStreamProtos.ExecRequestConstructed.Builder.addEnvironmentVariable(int index, BuildEventStreamProtos.EnvironmentVariable value) repeated .build_event_stream.EnvironmentVariable environment_variable = 3;BuildEventStreamProtos.ExecRequestConstructed.Builder.addEnvironmentVariable(int index, BuildEventStreamProtos.EnvironmentVariable.Builder builderForValue) repeated .build_event_stream.EnvironmentVariable environment_variable = 3;BuildEventStreamProtos.ExecRequestConstructed.Builder.addEnvironmentVariable(BuildEventStreamProtos.EnvironmentVariable value) repeated .build_event_stream.EnvironmentVariable environment_variable = 3;BuildEventStreamProtos.ExecRequestConstructed.Builder.addEnvironmentVariable(BuildEventStreamProtos.EnvironmentVariable.Builder builderForValue) repeated .build_event_stream.EnvironmentVariable environment_variable = 3;BuildEventStreamProtos.ExecRequestConstructed.Builder.addEnvironmentVariableToClear(com.google.protobuf.ByteString value) repeated bytes environment_variable_to_clear = 4;BuildEventStreamProtos.ExecRequestConstructed.Builder.clear()BuildEventStreamProtos.ExecRequestConstructed.Builder.clearArgv()repeated bytes argv = 2;BuildEventStreamProtos.ExecRequestConstructed.Builder.clearEnvironmentVariable()repeated .build_event_stream.EnvironmentVariable environment_variable = 3;BuildEventStreamProtos.ExecRequestConstructed.Builder.clearEnvironmentVariableToClear()repeated bytes environment_variable_to_clear = 4;BuildEventStreamProtos.ExecRequestConstructed.Builder.clearShouldExec()bool should_exec = 5;BuildEventStreamProtos.ExecRequestConstructed.Builder.clearWorkingDirectory()bytes working_directory = 1;BuildEventStreamProtos.BuildEvent.Builder.getExecRequestBuilder().build_event_stream.ExecRequestConstructed exec_request = 29;BuildEventStreamProtos.ExecRequestConstructed.Builder.mergeFrom(BuildEventStreamProtos.ExecRequestConstructed other) BuildEventStreamProtos.ExecRequestConstructed.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BuildEventStreamProtos.ExecRequestConstructed.Builder.mergeFrom(com.google.protobuf.Message other) BuildEventStreamProtos.ExecRequestConstructed.newBuilder()BuildEventStreamProtos.ExecRequestConstructed.newBuilder(BuildEventStreamProtos.ExecRequestConstructed prototype) BuildEventStreamProtos.ExecRequestConstructed.newBuilderForType()BuildEventStreamProtos.ExecRequestConstructed.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) BuildEventStreamProtos.ExecRequestConstructed.Builder.removeEnvironmentVariable(int index) repeated .build_event_stream.EnvironmentVariable environment_variable = 3;BuildEventStreamProtos.ExecRequestConstructed.Builder.setArgv(int index, com.google.protobuf.ByteString value) repeated bytes argv = 2;BuildEventStreamProtos.ExecRequestConstructed.Builder.setEnvironmentVariable(int index, BuildEventStreamProtos.EnvironmentVariable value) repeated .build_event_stream.EnvironmentVariable environment_variable = 3;BuildEventStreamProtos.ExecRequestConstructed.Builder.setEnvironmentVariable(int index, BuildEventStreamProtos.EnvironmentVariable.Builder builderForValue) repeated .build_event_stream.EnvironmentVariable environment_variable = 3;BuildEventStreamProtos.ExecRequestConstructed.Builder.setEnvironmentVariableToClear(int index, com.google.protobuf.ByteString value) repeated bytes environment_variable_to_clear = 4;BuildEventStreamProtos.ExecRequestConstructed.Builder.setShouldExec(boolean value) bool should_exec = 5;BuildEventStreamProtos.ExecRequestConstructed.Builder.setWorkingDirectory(com.google.protobuf.ByteString value) bytes working_directory = 1;BuildEventStreamProtos.ExecRequestConstructed.toBuilder()Methods in com.google.devtools.build.lib.buildeventstream with parameters of type BuildEventStreamProtos.ExecRequestConstructed.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.BuildEvent.Builder.setExecRequest(BuildEventStreamProtos.ExecRequestConstructed.Builder builderForValue) .build_event_stream.ExecRequestConstructed exec_request = 29;