Uses of Class
com.google.cloud.run.v2.EnvVarSource
-
Packages that use EnvVarSource Package Description com.google.cloud.run.v2 A client to Cloud Run Admin API -
-
Uses of EnvVarSource in com.google.cloud.run.v2
Methods in com.google.cloud.run.v2 that return EnvVarSource Modifier and Type Method Description EnvVarSource
EnvVarSource.Builder. build()
EnvVarSource
EnvVarSource.Builder. buildPartial()
static EnvVarSource
EnvVarSource. getDefaultInstance()
EnvVarSource
EnvVarSource.Builder. getDefaultInstanceForType()
EnvVarSource
EnvVarSource. getDefaultInstanceForType()
EnvVarSource
EnvVar.Builder. getValueSource()
Source for the environment variable's value.EnvVarSource
EnvVar. getValueSource()
Source for the environment variable's value.EnvVarSource
EnvVarOrBuilder. getValueSource()
Source for the environment variable's value.static EnvVarSource
EnvVarSource. parseDelimitedFrom(InputStream input)
static EnvVarSource
EnvVarSource. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EnvVarSource
EnvVarSource. parseFrom(byte[] data)
static EnvVarSource
EnvVarSource. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EnvVarSource
EnvVarSource. parseFrom(com.google.protobuf.ByteString data)
static EnvVarSource
EnvVarSource. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EnvVarSource
EnvVarSource. parseFrom(com.google.protobuf.CodedInputStream input)
static EnvVarSource
EnvVarSource. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EnvVarSource
EnvVarSource. parseFrom(InputStream input)
static EnvVarSource
EnvVarSource. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EnvVarSource
EnvVarSource. parseFrom(ByteBuffer data)
static EnvVarSource
EnvVarSource. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.run.v2 that return types with arguments of type EnvVarSource Modifier and Type Method Description com.google.protobuf.Parser<EnvVarSource>
EnvVarSource. getParserForType()
static com.google.protobuf.Parser<EnvVarSource>
EnvVarSource. parser()
Methods in com.google.cloud.run.v2 with parameters of type EnvVarSource Modifier and Type Method Description EnvVarSource.Builder
EnvVarSource.Builder. mergeFrom(EnvVarSource other)
EnvVar.Builder
EnvVar.Builder. mergeValueSource(EnvVarSource value)
Source for the environment variable's value.static EnvVarSource.Builder
EnvVarSource. newBuilder(EnvVarSource prototype)
EnvVar.Builder
EnvVar.Builder. setValueSource(EnvVarSource value)
Source for the environment variable's value.
-