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