| Modifier and Type | Method and Description |
|---|---|
EnvVar |
EnvVar.Builder.build() |
EnvVar |
EnvVar.Builder.buildPartial() |
static EnvVar |
EnvVar.getDefaultInstance() |
EnvVar |
EnvVar.getDefaultInstanceForType() |
EnvVar |
EnvVar.Builder.getDefaultInstanceForType() |
EnvVar |
ContainerOrBuilder.getEnv(int index)
List of environment variables to set in the container.
|
EnvVar |
Container.getEnv(int index)
List of environment variables to set in the container.
|
EnvVar |
Container.Builder.getEnv(int index)
List of environment variables to set in the container.
|
EnvVar |
RunJobRequest.Overrides.ContainerOverrideOrBuilder.getEnv(int index)
List of environment variables to set in the container.
|
EnvVar |
RunJobRequest.Overrides.ContainerOverride.getEnv(int index)
List of environment variables to set in the container.
|
EnvVar |
RunJobRequest.Overrides.ContainerOverride.Builder.getEnv(int index)
List of environment variables to set in the container.
|
static EnvVar |
EnvVar.parseDelimitedFrom(InputStream input) |
static EnvVar |
EnvVar.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EnvVar |
EnvVar.parseFrom(byte[] data) |
static EnvVar |
EnvVar.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EnvVar |
EnvVar.parseFrom(ByteBuffer data) |
static EnvVar |
EnvVar.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EnvVar |
EnvVar.parseFrom(com.google.protobuf.ByteString data) |
static EnvVar |
EnvVar.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EnvVar |
EnvVar.parseFrom(com.google.protobuf.CodedInputStream input) |
static EnvVar |
EnvVar.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EnvVar |
EnvVar.parseFrom(InputStream input) |
static EnvVar |
EnvVar.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<EnvVar> |
ContainerOrBuilder.getEnvList()
List of environment variables to set in the container.
|
List<EnvVar> |
Container.getEnvList()
List of environment variables to set in the container.
|
List<EnvVar> |
Container.Builder.getEnvList()
List of environment variables to set in the container.
|
List<EnvVar> |
RunJobRequest.Overrides.ContainerOverrideOrBuilder.getEnvList()
List of environment variables to set in the container.
|
List<EnvVar> |
RunJobRequest.Overrides.ContainerOverride.getEnvList()
List of environment variables to set in the container.
|
List<EnvVar> |
RunJobRequest.Overrides.ContainerOverride.Builder.getEnvList()
List of environment variables to set in the container.
|
com.google.protobuf.Parser<EnvVar> |
EnvVar.getParserForType() |
static com.google.protobuf.Parser<EnvVar> |
EnvVar.parser() |
| Modifier and Type | Method and Description |
|---|---|
Container.Builder |
Container.Builder.addEnv(EnvVar value)
List of environment variables to set in the container.
|
RunJobRequest.Overrides.ContainerOverride.Builder |
RunJobRequest.Overrides.ContainerOverride.Builder.addEnv(EnvVar value)
List of environment variables to set in the container.
|
Container.Builder |
Container.Builder.addEnv(int index,
EnvVar value)
List of environment variables to set in the container.
|
RunJobRequest.Overrides.ContainerOverride.Builder |
RunJobRequest.Overrides.ContainerOverride.Builder.addEnv(int index,
EnvVar value)
List of environment variables to set in the container.
|
EnvVar.Builder |
EnvVar.Builder.mergeFrom(EnvVar other) |
static EnvVar.Builder |
EnvVar.newBuilder(EnvVar prototype) |
Container.Builder |
Container.Builder.setEnv(int index,
EnvVar value)
List of environment variables to set in the container.
|
RunJobRequest.Overrides.ContainerOverride.Builder |
RunJobRequest.Overrides.ContainerOverride.Builder.setEnv(int index,
EnvVar value)
List of environment variables to set in the container.
|
| Modifier and Type | Method and Description |
|---|---|
Container.Builder |
Container.Builder.addAllEnv(Iterable<? extends EnvVar> values)
List of environment variables to set in the container.
|
RunJobRequest.Overrides.ContainerOverride.Builder |
RunJobRequest.Overrides.ContainerOverride.Builder.addAllEnv(Iterable<? extends EnvVar> values)
List of environment variables to set in the container.
|
Copyright © 2025 Google LLC. All rights reserved.