| Modifier and Type | Method and Description |
|---|---|
static Condition.State |
Condition.State.forNumber(int value) |
Condition.State |
Condition.getState()
State of the condition.
|
Condition.State |
Condition.Builder.getState()
State of the condition.
|
Condition.State |
ConditionOrBuilder.getState()
State of the condition.
|
static Condition.State |
Condition.State.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Condition.State |
Condition.State.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Condition.State> |
Condition.State.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Condition.Builder |
Condition.Builder.setState(Condition.State value)
State of the condition.
|
Copyright © 2025 Google LLC. All rights reserved.