| Package | Description |
|---|---|
| com.google.irm.service.v1alpha2.api |
| Modifier and Type | Method and Description |
|---|---|
static Signal.State |
Signal.State.forNumber(int value) |
Signal.State |
SignalOrBuilder.getSignalState()
The state of this signal.
|
Signal.State |
Signal.getSignalState()
The state of this signal.
|
Signal.State |
Signal.Builder.getSignalState()
The state of this signal.
|
static Signal.State |
Signal.State.valueOf(Descriptors.EnumValueDescriptor desc) |
static Signal.State |
Signal.State.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Signal.State |
Signal.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Signal.State[] |
Signal.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 Internal.EnumLiteMap<Signal.State> |
Signal.State.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Signal.Builder |
Signal.Builder.setSignalState(Signal.State value)
The state of this signal.
|
Copyright © 2020 Google LLC. All rights reserved.