Package | Description |
---|---|
com.google.cloud.asset.v1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
static ConditionEvaluation.EvaluationValue |
ConditionEvaluation.EvaluationValue.forNumber(int value) |
ConditionEvaluation.EvaluationValue |
ConditionEvaluationOrBuilder.getEvaluationValue()
The evaluation result.
|
ConditionEvaluation.EvaluationValue |
ConditionEvaluation.getEvaluationValue()
The evaluation result.
|
ConditionEvaluation.EvaluationValue |
ConditionEvaluation.Builder.getEvaluationValue()
The evaluation result.
|
static ConditionEvaluation.EvaluationValue |
ConditionEvaluation.EvaluationValue.valueOf(Descriptors.EnumValueDescriptor desc) |
static ConditionEvaluation.EvaluationValue |
ConditionEvaluation.EvaluationValue.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ConditionEvaluation.EvaluationValue |
ConditionEvaluation.EvaluationValue.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConditionEvaluation.EvaluationValue[] |
ConditionEvaluation.EvaluationValue.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Internal.EnumLiteMap<ConditionEvaluation.EvaluationValue> |
ConditionEvaluation.EvaluationValue.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
ConditionEvaluation.Builder |
ConditionEvaluation.Builder.setEvaluationValue(ConditionEvaluation.EvaluationValue value)
The evaluation result.
|
Copyright © 2022 Google LLC. All rights reserved.