public static enum ConditionEvaluation.EvaluationValue extends Enum<ConditionEvaluation.EvaluationValue> implements ProtocolMessageEnum
Value of this expression.Protobuf enum
google.cloud.asset.v1.ConditionEvaluation.EvaluationValue
Enum Constant and Description |
---|
CONDITIONAL
The evaluation result is `conditional` when the condition expression
contains variables that are either missing input values or have not been
supported by Analyzer yet.
|
EVALUATION_VALUE_UNSPECIFIED
Reserved for future use.
|
FALSE
The evaluation result is `false`.
|
TRUE
The evaluation result is `true`.
|
UNRECOGNIZED |
Modifier and Type | Field and Description |
---|---|
static int |
CONDITIONAL_VALUE
The evaluation result is `conditional` when the condition expression
contains variables that are either missing input values or have not been
supported by Analyzer yet.
|
static int |
EVALUATION_VALUE_UNSPECIFIED_VALUE
Reserved for future use.
|
static int |
FALSE_VALUE
The evaluation result is `false`.
|
static int |
TRUE_VALUE
The evaluation result is `true`.
|
Modifier and Type | Method and Description |
---|---|
static ConditionEvaluation.EvaluationValue |
forNumber(int value) |
static Descriptors.EnumDescriptor |
getDescriptor() |
Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static Internal.EnumLiteMap<ConditionEvaluation.EvaluationValue> |
internalGetValueMap() |
static ConditionEvaluation.EvaluationValue |
valueOf(Descriptors.EnumValueDescriptor desc) |
static ConditionEvaluation.EvaluationValue |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ConditionEvaluation.EvaluationValue |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConditionEvaluation.EvaluationValue[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConditionEvaluation.EvaluationValue EVALUATION_VALUE_UNSPECIFIED
Reserved for future use.
EVALUATION_VALUE_UNSPECIFIED = 0;
public static final ConditionEvaluation.EvaluationValue TRUE
The evaluation result is `true`.
TRUE = 1;
public static final ConditionEvaluation.EvaluationValue FALSE
The evaluation result is `false`.
FALSE = 2;
public static final ConditionEvaluation.EvaluationValue CONDITIONAL
The evaluation result is `conditional` when the condition expression contains variables that are either missing input values or have not been supported by Analyzer yet.
CONDITIONAL = 3;
public static final ConditionEvaluation.EvaluationValue UNRECOGNIZED
public static final int EVALUATION_VALUE_UNSPECIFIED_VALUE
Reserved for future use.
EVALUATION_VALUE_UNSPECIFIED = 0;
public static final int TRUE_VALUE
The evaluation result is `true`.
TRUE = 1;
public static final int FALSE_VALUE
The evaluation result is `false`.
FALSE = 2;
public static final int CONDITIONAL_VALUE
The evaluation result is `conditional` when the condition expression contains variables that are either missing input values or have not been supported by Analyzer yet.
CONDITIONAL = 3;
public static ConditionEvaluation.EvaluationValue[] values()
for (ConditionEvaluation.EvaluationValue c : ConditionEvaluation.EvaluationValue.values()) System.out.println(c);
public static ConditionEvaluation.EvaluationValue valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic final int getNumber()
getNumber
in interface Internal.EnumLite
getNumber
in interface ProtocolMessageEnum
@Deprecated public static ConditionEvaluation.EvaluationValue valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static ConditionEvaluation.EvaluationValue forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static Internal.EnumLiteMap<ConditionEvaluation.EvaluationValue> internalGetValueMap()
public final Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface ProtocolMessageEnum
public final Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface ProtocolMessageEnum
public static final Descriptors.EnumDescriptor getDescriptor()
public static ConditionEvaluation.EvaluationValue valueOf(Descriptors.EnumValueDescriptor desc)
Copyright © 2022 Google LLC. All rights reserved.