| Modifier and Type | Method and Description |
|---|---|
static EvaluationJob.State |
EvaluationJob.State.forNumber(int value) |
EvaluationJob.State |
EvaluationJobOrBuilder.getState()
.google.cloud.datalabeling.v1beta1.EvaluationJob.State state = 3; |
EvaluationJob.State |
EvaluationJob.getState()
.google.cloud.datalabeling.v1beta1.EvaluationJob.State state = 3; |
EvaluationJob.State |
EvaluationJob.Builder.getState()
.google.cloud.datalabeling.v1beta1.EvaluationJob.State state = 3; |
static EvaluationJob.State |
EvaluationJob.State.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static EvaluationJob.State |
EvaluationJob.State.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static EvaluationJob.State |
EvaluationJob.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EvaluationJob.State[] |
EvaluationJob.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<EvaluationJob.State> |
EvaluationJob.State.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
EvaluationJob.Builder |
EvaluationJob.Builder.setState(EvaluationJob.State value)
.google.cloud.datalabeling.v1beta1.EvaluationJob.State state = 3; |
Copyright © 2019 Google LLC. All rights reserved.