| Modifier and Type | Method and Description |
|---|---|
EnvironmentVariable |
EnvironmentVariable.Builder.build() |
EnvironmentVariable |
EnvironmentVariable.Builder.buildPartial() |
static EnvironmentVariable |
EnvironmentVariable.getDefaultInstance() |
EnvironmentVariable |
EnvironmentVariable.getDefaultInstanceForType() |
EnvironmentVariable |
EnvironmentVariable.Builder.getDefaultInstanceForType() |
EnvironmentVariable |
ProcessOrBuilder.getEnvVariables(int index)
Process environment variables.
|
EnvironmentVariable |
Process.getEnvVariables(int index)
Process environment variables.
|
EnvironmentVariable |
Process.Builder.getEnvVariables(int index)
Process environment variables.
|
static EnvironmentVariable |
EnvironmentVariable.parseDelimitedFrom(InputStream input) |
static EnvironmentVariable |
EnvironmentVariable.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EnvironmentVariable |
EnvironmentVariable.parseFrom(byte[] data) |
static EnvironmentVariable |
EnvironmentVariable.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EnvironmentVariable |
EnvironmentVariable.parseFrom(ByteBuffer data) |
static EnvironmentVariable |
EnvironmentVariable.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EnvironmentVariable |
EnvironmentVariable.parseFrom(com.google.protobuf.ByteString data) |
static EnvironmentVariable |
EnvironmentVariable.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EnvironmentVariable |
EnvironmentVariable.parseFrom(com.google.protobuf.CodedInputStream input) |
static EnvironmentVariable |
EnvironmentVariable.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EnvironmentVariable |
EnvironmentVariable.parseFrom(InputStream input) |
static EnvironmentVariable |
EnvironmentVariable.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<EnvironmentVariable> |
ProcessOrBuilder.getEnvVariablesList()
Process environment variables.
|
List<EnvironmentVariable> |
Process.getEnvVariablesList()
Process environment variables.
|
List<EnvironmentVariable> |
Process.Builder.getEnvVariablesList()
Process environment variables.
|
com.google.protobuf.Parser<EnvironmentVariable> |
EnvironmentVariable.getParserForType() |
static com.google.protobuf.Parser<EnvironmentVariable> |
EnvironmentVariable.parser() |
| Modifier and Type | Method and Description |
|---|---|
Process.Builder |
Process.Builder.addEnvVariables(EnvironmentVariable value)
Process environment variables.
|
Process.Builder |
Process.Builder.addEnvVariables(int index,
EnvironmentVariable value)
Process environment variables.
|
EnvironmentVariable.Builder |
EnvironmentVariable.Builder.mergeFrom(EnvironmentVariable other) |
static EnvironmentVariable.Builder |
EnvironmentVariable.newBuilder(EnvironmentVariable prototype) |
Process.Builder |
Process.Builder.setEnvVariables(int index,
EnvironmentVariable value)
Process environment variables.
|
| Modifier and Type | Method and Description |
|---|---|
Process.Builder |
Process.Builder.addAllEnvVariables(Iterable<? extends EnvironmentVariable> values)
Process environment variables.
|
Copyright © 2024 Google LLC. All rights reserved.