| Package | Description |
|---|---|
| com.google.api.services.run.v2.model |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudRunV2EnvVar |
GoogleCloudRunV2EnvVar.clone() |
GoogleCloudRunV2EnvVar |
GoogleCloudRunV2EnvVar.set(String fieldName,
Object value) |
GoogleCloudRunV2EnvVar |
GoogleCloudRunV2EnvVar.setName(String name)
Required.
|
GoogleCloudRunV2EnvVar |
GoogleCloudRunV2EnvVar.setValue(String value)
Literal value of the environment variable.
|
GoogleCloudRunV2EnvVar |
GoogleCloudRunV2EnvVar.setValueSource(GoogleCloudRunV2EnvVarSource valueSource)
Source for the environment variable's value.
|
| Modifier and Type | Method and Description |
|---|---|
List<GoogleCloudRunV2EnvVar> |
GoogleCloudRunV2Container.getEnv()
List of environment variables to set in the container.
|
List<GoogleCloudRunV2EnvVar> |
GoogleCloudRunV2ContainerOverride.getEnv()
List of environment variables to set in the container.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudRunV2Container |
GoogleCloudRunV2Container.setEnv(List<GoogleCloudRunV2EnvVar> env)
List of environment variables to set in the container.
|
GoogleCloudRunV2ContainerOverride |
GoogleCloudRunV2ContainerOverride.setEnv(List<GoogleCloudRunV2EnvVar> env)
List of environment variables to set in the container.
|
Copyright © 2011–2026 Google. All rights reserved.