| Modifier and Type | Method and Description |
|---|---|
static JobLevel |
JobLevel.forNumber(int value) |
JobLevel |
JobOrBuilder.getJobLevel()
Optional.
|
JobLevel |
Job.getJobLevel()
Optional.
|
JobLevel |
Job.Builder.getJobLevel()
Optional.
|
static JobLevel |
JobLevel.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static JobLevel |
JobLevel.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static JobLevel |
JobLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobLevel[] |
JobLevel.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<JobLevel> |
JobLevel.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Job.Builder |
Job.Builder.setJobLevel(JobLevel value)
Optional.
|
Copyright © 2019 Google LLC. All rights reserved.