Uses of Class
com.google.cloud.run.v2.Condition.State
-
Packages that use Condition.State Package Description com.google.cloud.run.v2 A client to Cloud Run Admin API -
-
Uses of Condition.State in com.google.cloud.run.v2
Methods in com.google.cloud.run.v2 that return Condition.State Modifier and Type Method Description static Condition.StateCondition.State. forNumber(int value)Condition.StateCondition.Builder. getState()State of the condition.Condition.StateCondition. getState()State of the condition.Condition.StateConditionOrBuilder. getState()State of the condition.static Condition.StateCondition.State. valueOf(int value)Deprecated.static Condition.StateCondition.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Condition.StateCondition.State. valueOf(String name)Returns the enum constant of this type with the specified name.static Condition.State[]Condition.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.run.v2 that return types with arguments of type Condition.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Condition.State>Condition.State. internalGetValueMap()Methods in com.google.cloud.run.v2 with parameters of type Condition.State Modifier and Type Method Description Condition.BuilderCondition.Builder. setState(Condition.State value)State of the condition.
-