Package | Description |
---|---|
com.google.api.services.cloudbuild.v2.model |
Modifier and Type | Method and Description |
---|---|
EnvVar |
EnvVar.clone() |
EnvVar |
EnvVar.set(String fieldName,
Object value) |
EnvVar |
EnvVar.setName(String name)
Name of the environment variable.
|
EnvVar |
EnvVar.setValue(String value)
Value of the environment variable.
|
Modifier and Type | Method and Description |
---|---|
List<EnvVar> |
StepTemplate.getEnv()
Optional.
|
List<EnvVar> |
Sidecar.getEnv()
List of environment variables to set in the container.
|
List<EnvVar> |
Step.getEnv()
List of environment variables to set in the container.
|
Modifier and Type | Method and Description |
---|---|
StepTemplate |
StepTemplate.setEnv(List<EnvVar> env)
Optional.
|
Sidecar |
Sidecar.setEnv(List<EnvVar> env)
List of environment variables to set in the container.
|
Step |
Step.setEnv(List<EnvVar> env)
List of environment variables to set in the container.
|
Copyright © 2011–2025 Google. All rights reserved.