Uses of Interface
com.google.cloud.run.v2.EnvVarSourceOrBuilder
-
Packages that use EnvVarSourceOrBuilder Package Description com.google.cloud.run.v2 A client to Cloud Run Admin API -
-
Uses of EnvVarSourceOrBuilder in com.google.cloud.run.v2
Classes in com.google.cloud.run.v2 that implement EnvVarSourceOrBuilder Modifier and Type Class Description class
EnvVarSource
EnvVarSource represents a source for the value of an EnvVar.static class
EnvVarSource.Builder
EnvVarSource represents a source for the value of an EnvVar.Methods in com.google.cloud.run.v2 that return EnvVarSourceOrBuilder Modifier and Type Method Description EnvVarSourceOrBuilder
EnvVar.Builder. getValueSourceOrBuilder()
Source for the environment variable's value.EnvVarSourceOrBuilder
EnvVar. getValueSourceOrBuilder()
Source for the environment variable's value.EnvVarSourceOrBuilder
EnvVarOrBuilder. getValueSourceOrBuilder()
Source for the environment variable's value.
-