| Modifier and Type | Method and Description |
|---|---|
static Run.State |
Run.State.forNumber(int value) |
Run.State |
RunOrBuilder.getState()
Required.
|
Run.State |
Run.getState()
Required.
|
Run.State |
Run.Builder.getState()
Required.
|
static Run.State |
Run.State.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Run.State |
Run.State.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Run.State |
Run.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Run.State[] |
Run.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<Run.State> |
Run.State.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Run.Builder |
Run.Builder.setState(Run.State value)
Required.
|
Copyright © 2023 Google LLC. All rights reserved.