Uses of Class
io.envoyproxy.envoy.extensions.wasm.v3.EnvironmentVariables
Packages that use EnvironmentVariables
-
Uses of EnvironmentVariables in io.envoyproxy.envoy.extensions.wasm.v3
Methods in io.envoyproxy.envoy.extensions.wasm.v3 that return EnvironmentVariablesModifier and TypeMethodDescriptionEnvironmentVariables.Builder.build()EnvironmentVariables.Builder.buildPartial()static EnvironmentVariablesEnvironmentVariables.getDefaultInstance()EnvironmentVariables.Builder.getDefaultInstanceForType()EnvironmentVariables.getDefaultInstanceForType()VmConfig.Builder.getEnvironmentVariables()Specifies environment variables to be injected to this VM which will be available through WASI's ``environ_get`` and ``environ_get_sizes`` system calls.VmConfig.getEnvironmentVariables()Specifies environment variables to be injected to this VM which will be available through WASI's ``environ_get`` and ``environ_get_sizes`` system calls.VmConfigOrBuilder.getEnvironmentVariables()Specifies environment variables to be injected to this VM which will be available through WASI's ``environ_get`` and ``environ_get_sizes`` system calls.static EnvironmentVariablesEnvironmentVariables.parseDelimitedFrom(InputStream input) static EnvironmentVariablesEnvironmentVariables.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EnvironmentVariablesEnvironmentVariables.parseFrom(byte[] data) static EnvironmentVariablesEnvironmentVariables.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EnvironmentVariablesEnvironmentVariables.parseFrom(com.google.protobuf.ByteString data) static EnvironmentVariablesEnvironmentVariables.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EnvironmentVariablesEnvironmentVariables.parseFrom(com.google.protobuf.CodedInputStream input) static EnvironmentVariablesEnvironmentVariables.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EnvironmentVariablesEnvironmentVariables.parseFrom(InputStream input) static EnvironmentVariablesEnvironmentVariables.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EnvironmentVariablesEnvironmentVariables.parseFrom(ByteBuffer data) static EnvironmentVariablesEnvironmentVariables.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.extensions.wasm.v3 that return types with arguments of type EnvironmentVariablesModifier and TypeMethodDescriptioncom.google.protobuf.Parser<EnvironmentVariables>EnvironmentVariables.getParserForType()static com.google.protobuf.Parser<EnvironmentVariables>EnvironmentVariables.parser()Methods in io.envoyproxy.envoy.extensions.wasm.v3 with parameters of type EnvironmentVariablesModifier and TypeMethodDescriptionVmConfig.Builder.mergeEnvironmentVariables(EnvironmentVariables value) 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(EnvironmentVariables other) static EnvironmentVariables.BuilderEnvironmentVariables.newBuilder(EnvironmentVariables prototype) VmConfig.Builder.setEnvironmentVariables(EnvironmentVariables value) Specifies environment variables to be injected to this VM which will be available through WASI's ``environ_get`` and ``environ_get_sizes`` system calls.