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