Uses of Class
com.google.cloud.run.v2.EnvVar
-
Packages that use EnvVar Package Description com.google.cloud.run.v2 A client to Cloud Run Admin API -
-
Uses of EnvVar in com.google.cloud.run.v2
Methods in com.google.cloud.run.v2 that return EnvVar Modifier and Type Method Description EnvVarEnvVar.Builder. build()EnvVarEnvVar.Builder. buildPartial()static EnvVarEnvVar. getDefaultInstance()EnvVarEnvVar.Builder. getDefaultInstanceForType()EnvVarEnvVar. getDefaultInstanceForType()EnvVarContainer.Builder. getEnv(int index)List of environment variables to set in the container.EnvVarContainer. getEnv(int index)List of environment variables to set in the container.EnvVarContainerOrBuilder. getEnv(int index)List of environment variables to set in the container.static EnvVarEnvVar. parseDelimitedFrom(InputStream input)static EnvVarEnvVar. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EnvVarEnvVar. parseFrom(byte[] data)static EnvVarEnvVar. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EnvVarEnvVar. parseFrom(com.google.protobuf.ByteString data)static EnvVarEnvVar. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EnvVarEnvVar. parseFrom(com.google.protobuf.CodedInputStream input)static EnvVarEnvVar. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EnvVarEnvVar. parseFrom(InputStream input)static EnvVarEnvVar. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EnvVarEnvVar. parseFrom(ByteBuffer data)static EnvVarEnvVar. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.run.v2 that return types with arguments of type EnvVar Modifier and Type Method Description List<EnvVar>Container.Builder. getEnvList()List of environment variables to set in the container.List<EnvVar>Container. getEnvList()List of environment variables to set in the container.List<EnvVar>ContainerOrBuilder. getEnvList()List of environment variables to set in the container.com.google.protobuf.Parser<EnvVar>EnvVar. getParserForType()static com.google.protobuf.Parser<EnvVar>EnvVar. parser()Methods in com.google.cloud.run.v2 with parameters of type EnvVar Modifier and Type Method Description Container.BuilderContainer.Builder. addEnv(int index, EnvVar value)List of environment variables to set in the container.Container.BuilderContainer.Builder. addEnv(EnvVar value)List of environment variables to set in the container.EnvVar.BuilderEnvVar.Builder. mergeFrom(EnvVar other)static EnvVar.BuilderEnvVar. newBuilder(EnvVar prototype)Container.BuilderContainer.Builder. setEnv(int index, EnvVar value)List of environment variables to set in the container.Method parameters in com.google.cloud.run.v2 with type arguments of type EnvVar Modifier and Type Method Description Container.BuilderContainer.Builder. addAllEnv(Iterable<? extends EnvVar> values)List of environment variables to set in the container.
-