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 classEnvVarEnvVar represents an environment variable present in a Container.static classEnvVar.BuilderEnvVar represents an environment variable present in a Container.Methods in com.google.cloud.run.v2 that return EnvVarOrBuilder Modifier and Type Method Description EnvVarOrBuilderContainer.Builder. getEnvOrBuilder(int index)List of environment variables to set in the container.EnvVarOrBuilderContainer. getEnvOrBuilder(int index)List of environment variables to set in the container.EnvVarOrBuilderContainerOrBuilder. 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.
-