Uses of Interface
com.google.cloud.run.v2.EnvVarOrBuilder
-
Packages that use EnvVarOrBuilder Package Description com.google.cloud.run.v2 A client to Cloud Run Admin API -
-
Uses of EnvVarOrBuilder in com.google.cloud.run.v2
Classes in com.google.cloud.run.v2 that implement EnvVarOrBuilder Modifier and Type Class Description class
EnvVar
EnvVar represents an environment variable present in a Container.static class
EnvVar.Builder
EnvVar represents an environment variable present in a Container.Methods in com.google.cloud.run.v2 that return EnvVarOrBuilder Modifier and Type Method Description EnvVarOrBuilder
Container.Builder. getEnvOrBuilder(int index)
List of environment variables to set in the container.EnvVarOrBuilder
Container. getEnvOrBuilder(int index)
List of environment variables to set in the container.EnvVarOrBuilder
ContainerOrBuilder. getEnvOrBuilder(int index)
List of environment variables to set in the container.Methods in com.google.cloud.run.v2 that return types with arguments of type EnvVarOrBuilder Modifier and Type Method Description List<? extends EnvVarOrBuilder>
Container.Builder. getEnvOrBuilderList()
List of environment variables to set in the container.List<? extends EnvVarOrBuilder>
Container. getEnvOrBuilderList()
List of environment variables to set in the container.List<? extends EnvVarOrBuilder>
ContainerOrBuilder. getEnvOrBuilderList()
List of environment variables to set in the container.
-