public static enum RecordCondition.Expressions.LogicalOperator extends Enum<RecordCondition.Expressions.LogicalOperator> implements com.google.protobuf.ProtocolMessageEnum
Logical operators for conditional checks.Protobuf enum
google.privacy.dlp.v2.RecordCondition.Expressions.LogicalOperator| Enum Constant and Description |
|---|
AND
Conditional AND
|
LOGICAL_OPERATOR_UNSPECIFIED
Unused
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
AND_VALUE
Conditional AND
|
static int |
LOGICAL_OPERATOR_UNSPECIFIED_VALUE
Unused
|
| Modifier and Type | Method and Description |
|---|---|
static RecordCondition.Expressions.LogicalOperator |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<RecordCondition.Expressions.LogicalOperator> |
internalGetValueMap() |
static RecordCondition.Expressions.LogicalOperator |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static RecordCondition.Expressions.LogicalOperator |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static RecordCondition.Expressions.LogicalOperator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecordCondition.Expressions.LogicalOperator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RecordCondition.Expressions.LogicalOperator LOGICAL_OPERATOR_UNSPECIFIED
Unused
LOGICAL_OPERATOR_UNSPECIFIED = 0;public static final RecordCondition.Expressions.LogicalOperator AND
Conditional AND
AND = 1;public static final RecordCondition.Expressions.LogicalOperator UNRECOGNIZED
public static final int LOGICAL_OPERATOR_UNSPECIFIED_VALUE
Unused
LOGICAL_OPERATOR_UNSPECIFIED = 0;public static final int AND_VALUE
Conditional AND
AND = 1;public static RecordCondition.Expressions.LogicalOperator[] values()
for (RecordCondition.Expressions.LogicalOperator c : RecordCondition.Expressions.LogicalOperator.values()) System.out.println(c);
public static RecordCondition.Expressions.LogicalOperator 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 com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static RecordCondition.Expressions.LogicalOperator valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static RecordCondition.Expressions.LogicalOperator forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<RecordCondition.Expressions.LogicalOperator> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static RecordCondition.Expressions.LogicalOperator valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2022 Google LLC. All rights reserved.