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 EnvVar
EnvVar.Builder. build()
EnvVar
EnvVar.Builder. buildPartial()
static EnvVar
EnvVar. getDefaultInstance()
EnvVar
EnvVar.Builder. getDefaultInstanceForType()
EnvVar
EnvVar. getDefaultInstanceForType()
EnvVar
Container.Builder. getEnv(int index)
List of environment variables to set in the container.EnvVar
Container. getEnv(int index)
List of environment variables to set in the container.EnvVar
ContainerOrBuilder. getEnv(int index)
List of environment variables to set in the container.static EnvVar
EnvVar. parseDelimitedFrom(InputStream input)
static EnvVar
EnvVar. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EnvVar
EnvVar. parseFrom(byte[] data)
static EnvVar
EnvVar. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EnvVar
EnvVar. parseFrom(com.google.protobuf.ByteString data)
static EnvVar
EnvVar. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EnvVar
EnvVar. parseFrom(com.google.protobuf.CodedInputStream input)
static EnvVar
EnvVar. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EnvVar
EnvVar. parseFrom(InputStream input)
static EnvVar
EnvVar. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EnvVar
EnvVar. parseFrom(ByteBuffer data)
static EnvVar
EnvVar. 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.Builder
Container.Builder. addEnv(int index, EnvVar value)
List of environment variables to set in the container.Container.Builder
Container.Builder. addEnv(EnvVar value)
List of environment variables to set in the container.EnvVar.Builder
EnvVar.Builder. mergeFrom(EnvVar other)
static EnvVar.Builder
EnvVar. newBuilder(EnvVar prototype)
Container.Builder
Container.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.Builder
Container.Builder. addAllEnv(Iterable<? extends EnvVar> values)
List of environment variables to set in the container.
-