public enum MatchingType extends Enum<MatchingType> implements com.google.protobuf.ProtocolMessageEnum
Type of the match which can be applied to different ways of matching, like Dictionary, regular expression and intersecting with findings of another info type.Protobuf enum
google.privacy.dlp.v2.MatchingType| Enum Constant and Description |
|---|
MATCHING_TYPE_FULL_MATCH
Full match.
|
MATCHING_TYPE_INVERSE_MATCH
Inverse match.
|
MATCHING_TYPE_PARTIAL_MATCH
Partial match.
|
MATCHING_TYPE_UNSPECIFIED
Invalid.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
MATCHING_TYPE_FULL_MATCH_VALUE
Full match.
|
static int |
MATCHING_TYPE_INVERSE_MATCH_VALUE
Inverse match.
|
static int |
MATCHING_TYPE_PARTIAL_MATCH_VALUE
Partial match.
|
static int |
MATCHING_TYPE_UNSPECIFIED_VALUE
Invalid.
|
| Modifier and Type | Method and Description |
|---|---|
static MatchingType |
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<MatchingType> |
internalGetValueMap() |
static MatchingType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MatchingType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MatchingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatchingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MatchingType MATCHING_TYPE_UNSPECIFIED
Invalid.
MATCHING_TYPE_UNSPECIFIED = 0;public static final MatchingType MATCHING_TYPE_FULL_MATCH
Full match. - Dictionary: join of Dictionary results matched complete finding quote - Regex: all regex matches fill a finding quote start to end - Exclude info type: completely inside affecting info types findings
MATCHING_TYPE_FULL_MATCH = 1;public static final MatchingType MATCHING_TYPE_PARTIAL_MATCH
Partial match. - Dictionary: at least one of the tokens in the finding matches - Regex: substring of the finding matches - Exclude info type: intersects with affecting info types findings
MATCHING_TYPE_PARTIAL_MATCH = 2;public static final MatchingType MATCHING_TYPE_INVERSE_MATCH
Inverse match. - Dictionary: no tokens in the finding match the dictionary - Regex: finding doesn't match the regex - Exclude info type: no intersection with affecting info types findings
MATCHING_TYPE_INVERSE_MATCH = 3;public static final MatchingType UNRECOGNIZED
public static final int MATCHING_TYPE_UNSPECIFIED_VALUE
Invalid.
MATCHING_TYPE_UNSPECIFIED = 0;public static final int MATCHING_TYPE_FULL_MATCH_VALUE
Full match. - Dictionary: join of Dictionary results matched complete finding quote - Regex: all regex matches fill a finding quote start to end - Exclude info type: completely inside affecting info types findings
MATCHING_TYPE_FULL_MATCH = 1;public static final int MATCHING_TYPE_PARTIAL_MATCH_VALUE
Partial match. - Dictionary: at least one of the tokens in the finding matches - Regex: substring of the finding matches - Exclude info type: intersects with affecting info types findings
MATCHING_TYPE_PARTIAL_MATCH = 2;public static final int MATCHING_TYPE_INVERSE_MATCH_VALUE
Inverse match. - Dictionary: no tokens in the finding match the dictionary - Regex: finding doesn't match the regex - Exclude info type: no intersection with affecting info types findings
MATCHING_TYPE_INVERSE_MATCH = 3;public static MatchingType[] values()
for (MatchingType c : MatchingType.values()) System.out.println(c);
public static MatchingType 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 MatchingType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static MatchingType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<MatchingType> 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 MatchingType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2022 Google LLC. All rights reserved.