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.State
Condition.State. forNumber(int value)
Condition.State
Condition.Builder. getState()
State of the condition.Condition.State
Condition. getState()
State of the condition.Condition.State
ConditionOrBuilder. getState()
State of the condition.static Condition.State
Condition.State. valueOf(int value)
Deprecated.static Condition.State
Condition.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Condition.State
Condition.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.Builder
Condition.Builder. setState(Condition.State value)
State of the condition.
-