Uses of Class
com.google.cloud.run.v2.EnvVar.ValuesCase
-
Packages that use EnvVar.ValuesCase Package Description com.google.cloud.run.v2 A client to Cloud Run Admin API -
-
Uses of EnvVar.ValuesCase in com.google.cloud.run.v2
Methods in com.google.cloud.run.v2 that return EnvVar.ValuesCase Modifier and Type Method Description static EnvVar.ValuesCase
EnvVar.ValuesCase. forNumber(int value)
EnvVar.ValuesCase
EnvVar.Builder. getValuesCase()
EnvVar.ValuesCase
EnvVar. getValuesCase()
EnvVar.ValuesCase
EnvVarOrBuilder. getValuesCase()
static EnvVar.ValuesCase
EnvVar.ValuesCase. valueOf(int value)
Deprecated.static EnvVar.ValuesCase
EnvVar.ValuesCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static EnvVar.ValuesCase[]
EnvVar.ValuesCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-