Uses of Class
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.EnvironmentVariable.Builder
Packages that use BuildEventStreamProtos.EnvironmentVariable.Builder
-
Uses of BuildEventStreamProtos.EnvironmentVariable.Builder in com.google.devtools.build.lib.buildeventstream
Methods in com.google.devtools.build.lib.buildeventstream that return BuildEventStreamProtos.EnvironmentVariable.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.ExecRequestConstructed.Builder.addEnvironmentVariableBuilder()repeated .build_event_stream.EnvironmentVariable environment_variable = 3;BuildEventStreamProtos.ExecRequestConstructed.Builder.addEnvironmentVariableBuilder(int index) repeated .build_event_stream.EnvironmentVariable environment_variable = 3;BuildEventStreamProtos.EnvironmentVariable.Builder.clear()BuildEventStreamProtos.EnvironmentVariable.Builder.clearName()bytes name = 1;BuildEventStreamProtos.EnvironmentVariable.Builder.clearValue()bytes value = 2;BuildEventStreamProtos.ExecRequestConstructed.Builder.getEnvironmentVariableBuilder(int index) repeated .build_event_stream.EnvironmentVariable environment_variable = 3;BuildEventStreamProtos.EnvironmentVariable.Builder.mergeFrom(BuildEventStreamProtos.EnvironmentVariable other) BuildEventStreamProtos.EnvironmentVariable.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BuildEventStreamProtos.EnvironmentVariable.Builder.mergeFrom(com.google.protobuf.Message other) BuildEventStreamProtos.EnvironmentVariable.newBuilder()BuildEventStreamProtos.EnvironmentVariable.newBuilder(BuildEventStreamProtos.EnvironmentVariable prototype) BuildEventStreamProtos.EnvironmentVariable.newBuilderForType()BuildEventStreamProtos.EnvironmentVariable.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) BuildEventStreamProtos.EnvironmentVariable.Builder.setName(com.google.protobuf.ByteString value) bytes name = 1;BuildEventStreamProtos.EnvironmentVariable.Builder.setValue(com.google.protobuf.ByteString value) bytes value = 2;BuildEventStreamProtos.EnvironmentVariable.toBuilder()Methods in com.google.devtools.build.lib.buildeventstream that return types with arguments of type BuildEventStreamProtos.EnvironmentVariable.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.ExecRequestConstructed.Builder.getEnvironmentVariableBuilderList()repeated .build_event_stream.EnvironmentVariable environment_variable = 3;Methods in com.google.devtools.build.lib.buildeventstream with parameters of type BuildEventStreamProtos.EnvironmentVariable.BuilderModifier and TypeMethodDescriptionBuildEventStreamProtos.ExecRequestConstructed.Builder.addEnvironmentVariable(int index, BuildEventStreamProtos.EnvironmentVariable.Builder builderForValue) 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.setEnvironmentVariable(int index, BuildEventStreamProtos.EnvironmentVariable.Builder builderForValue) repeated .build_event_stream.EnvironmentVariable environment_variable = 3;