| Package | Description |
|---|---|
| com.staros.proto |
| Modifier and Type | Method and Description |
|---|---|
static WorkerState |
WorkerState.forNumber(int value) |
WorkerState |
WorkerInfo.getWorkerState()
.staros.WorkerState worker_state = 5; |
WorkerState |
WorkerInfo.Builder.getWorkerState()
.staros.WorkerState worker_state = 5; |
WorkerState |
WorkerInfoOrBuilder.getWorkerState()
.staros.WorkerState worker_state = 5; |
static WorkerState |
WorkerState.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static WorkerState |
WorkerState.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static WorkerState |
WorkerState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WorkerState[] |
WorkerState.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<WorkerState> |
WorkerState.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
WorkerInfo.Builder |
WorkerInfo.Builder.setWorkerState(WorkerState value)
.staros.WorkerState worker_state = 5; |
Copyright © 2024. All rights reserved.