Uses of Class
io.envoyproxy.envoy.extensions.wasm.v3.EnvironmentVariables.Builder
Packages that use EnvironmentVariables.Builder
-
Uses of EnvironmentVariables.Builder in io.envoyproxy.envoy.extensions.wasm.v3
Methods in io.envoyproxy.envoy.extensions.wasm.v3 that return EnvironmentVariables.BuilderModifier and TypeMethodDescriptionEnvironmentVariables.Builder.addAllHostEnvKeys(Iterable<String> values) The keys of *Envoy's* environment variables exposed to this VM.EnvironmentVariables.Builder.addHostEnvKeys(String value) The keys of *Envoy's* environment variables exposed to this VM.EnvironmentVariables.Builder.addHostEnvKeysBytes(com.google.protobuf.ByteString value) The keys of *Envoy's* environment variables exposed to this VM.EnvironmentVariables.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) EnvironmentVariables.Builder.clear()EnvironmentVariables.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) EnvironmentVariables.Builder.clearHostEnvKeys()The keys of *Envoy's* environment variables exposed to this VM.EnvironmentVariables.Builder.clearKeyValues()EnvironmentVariables.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) EnvironmentVariables.Builder.clone()VmConfig.Builder.getEnvironmentVariablesBuilder()Specifies environment variables to be injected to this VM which will be available through WASI's ``environ_get`` and ``environ_get_sizes`` system calls.EnvironmentVariables.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) EnvironmentVariables.Builder.mergeFrom(com.google.protobuf.Message other) EnvironmentVariables.Builder.mergeFrom(EnvironmentVariables other) EnvironmentVariables.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static EnvironmentVariables.BuilderEnvironmentVariables.newBuilder()static EnvironmentVariables.BuilderEnvironmentVariables.newBuilder(EnvironmentVariables prototype) EnvironmentVariables.newBuilderForType()protected EnvironmentVariables.BuilderEnvironmentVariables.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) EnvironmentVariables.Builder.putAllKeyValues(Map<String, String> values) Explicitly given key-value pairs to be injected to this VM in the form of "KEY=VALUE".EnvironmentVariables.Builder.putKeyValues(String key, String value) Explicitly given key-value pairs to be injected to this VM in the form of "KEY=VALUE".EnvironmentVariables.Builder.removeKeyValues(String key) Explicitly given key-value pairs to be injected to this VM in the form of "KEY=VALUE".EnvironmentVariables.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) EnvironmentVariables.Builder.setHostEnvKeys(int index, String value) The keys of *Envoy's* environment variables exposed to this VM.EnvironmentVariables.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) EnvironmentVariables.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) EnvironmentVariables.toBuilder()Methods in io.envoyproxy.envoy.extensions.wasm.v3 with parameters of type EnvironmentVariables.BuilderModifier and TypeMethodDescriptionVmConfig.Builder.setEnvironmentVariables(EnvironmentVariables.Builder builderForValue) Specifies environment variables to be injected to this VM which will be available through WASI's ``environ_get`` and ``environ_get_sizes`` system calls.