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