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 EnvVarSourceEnvVarSource.Builder. build()EnvVarSourceEnvVarSource.Builder. buildPartial()static EnvVarSourceEnvVarSource. getDefaultInstance()EnvVarSourceEnvVarSource.Builder. getDefaultInstanceForType()EnvVarSourceEnvVarSource. getDefaultInstanceForType()EnvVarSourceEnvVar.Builder. getValueSource()Source for the environment variable's value.EnvVarSourceEnvVar. getValueSource()Source for the environment variable's value.EnvVarSourceEnvVarOrBuilder. getValueSource()Source for the environment variable's value.static EnvVarSourceEnvVarSource. parseDelimitedFrom(InputStream input)static EnvVarSourceEnvVarSource. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EnvVarSourceEnvVarSource. parseFrom(byte[] data)static EnvVarSourceEnvVarSource. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EnvVarSourceEnvVarSource. parseFrom(com.google.protobuf.ByteString data)static EnvVarSourceEnvVarSource. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EnvVarSourceEnvVarSource. parseFrom(com.google.protobuf.CodedInputStream input)static EnvVarSourceEnvVarSource. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EnvVarSourceEnvVarSource. parseFrom(InputStream input)static EnvVarSourceEnvVarSource. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EnvVarSourceEnvVarSource. parseFrom(ByteBuffer data)static EnvVarSourceEnvVarSource. 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.BuilderEnvVarSource.Builder. mergeFrom(EnvVarSource other)EnvVar.BuilderEnvVar.Builder. mergeValueSource(EnvVarSource value)Source for the environment variable's value.static EnvVarSource.BuilderEnvVarSource. newBuilder(EnvVarSource prototype)EnvVar.BuilderEnvVar.Builder. setValueSource(EnvVarSource value)Source for the environment variable's value.
-