Uses of Class
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.EnvironmentVariable
Packages that use BuildEventStreamProtos.EnvironmentVariable
-
Uses of BuildEventStreamProtos.EnvironmentVariable in com.google.devtools.build.lib.buildeventstream
Methods in com.google.devtools.build.lib.buildeventstream that return BuildEventStreamProtos.EnvironmentVariableModifier and TypeMethodDescriptionBuildEventStreamProtos.EnvironmentVariable.Builder.build()BuildEventStreamProtos.EnvironmentVariable.Builder.buildPartial()BuildEventStreamProtos.EnvironmentVariable.getDefaultInstance()BuildEventStreamProtos.EnvironmentVariable.Builder.getDefaultInstanceForType()BuildEventStreamProtos.EnvironmentVariable.getDefaultInstanceForType()BuildEventStreamProtos.ExecRequestConstructed.Builder.getEnvironmentVariable(int index) repeated .build_event_stream.EnvironmentVariable environment_variable = 3;BuildEventStreamProtos.ExecRequestConstructed.getEnvironmentVariable(int index) repeated .build_event_stream.EnvironmentVariable environment_variable = 3;BuildEventStreamProtos.ExecRequestConstructedOrBuilder.getEnvironmentVariable(int index) repeated .build_event_stream.EnvironmentVariable environment_variable = 3;BuildEventStreamProtos.EnvironmentVariable.parseDelimitedFrom(InputStream input) BuildEventStreamProtos.EnvironmentVariable.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BuildEventStreamProtos.EnvironmentVariable.parseFrom(byte[] data) BuildEventStreamProtos.EnvironmentVariable.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BuildEventStreamProtos.EnvironmentVariable.parseFrom(com.google.protobuf.ByteString data) BuildEventStreamProtos.EnvironmentVariable.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BuildEventStreamProtos.EnvironmentVariable.parseFrom(com.google.protobuf.CodedInputStream input) BuildEventStreamProtos.EnvironmentVariable.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BuildEventStreamProtos.EnvironmentVariable.parseFrom(InputStream input) BuildEventStreamProtos.EnvironmentVariable.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BuildEventStreamProtos.EnvironmentVariable.parseFrom(ByteBuffer data) BuildEventStreamProtos.EnvironmentVariable.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.devtools.build.lib.buildeventstream that return types with arguments of type BuildEventStreamProtos.EnvironmentVariableModifier and TypeMethodDescriptionBuildEventStreamProtos.ExecRequestConstructed.Builder.getEnvironmentVariableList()repeated .build_event_stream.EnvironmentVariable environment_variable = 3;BuildEventStreamProtos.ExecRequestConstructed.getEnvironmentVariableList()repeated .build_event_stream.EnvironmentVariable environment_variable = 3;BuildEventStreamProtos.ExecRequestConstructedOrBuilder.getEnvironmentVariableList()repeated .build_event_stream.EnvironmentVariable environment_variable = 3;com.google.protobuf.Parser<BuildEventStreamProtos.EnvironmentVariable>BuildEventStreamProtos.EnvironmentVariable.getParserForType()static com.google.protobuf.Parser<BuildEventStreamProtos.EnvironmentVariable>BuildEventStreamProtos.EnvironmentVariable.parser()Methods in com.google.devtools.build.lib.buildeventstream with parameters of type BuildEventStreamProtos.EnvironmentVariableModifier and TypeMethodDescriptionBuildEventStreamProtos.ExecRequestConstructed.Builder.addEnvironmentVariable(int index, BuildEventStreamProtos.EnvironmentVariable value) repeated .build_event_stream.EnvironmentVariable environment_variable = 3;BuildEventStreamProtos.ExecRequestConstructed.Builder.addEnvironmentVariable(BuildEventStreamProtos.EnvironmentVariable value) repeated .build_event_stream.EnvironmentVariable environment_variable = 3;BuildEventStreamProtos.EnvironmentVariable.Builder.mergeFrom(BuildEventStreamProtos.EnvironmentVariable other) BuildEventStreamProtos.EnvironmentVariable.newBuilder(BuildEventStreamProtos.EnvironmentVariable prototype) BuildEventStreamProtos.ExecRequestConstructed.Builder.setEnvironmentVariable(int index, BuildEventStreamProtos.EnvironmentVariable value) repeated .build_event_stream.EnvironmentVariable environment_variable = 3;Method parameters in com.google.devtools.build.lib.buildeventstream with type arguments of type BuildEventStreamProtos.EnvironmentVariableModifier and TypeMethodDescriptionBuildEventStreamProtos.ExecRequestConstructed.Builder.addAllEnvironmentVariable(Iterable<? extends BuildEventStreamProtos.EnvironmentVariable> values) repeated .build_event_stream.EnvironmentVariable environment_variable = 3;