public enum InfoTypeSupportedBy extends Enum<InfoTypeSupportedBy> implements com.google.protobuf.ProtocolMessageEnum
Parts of the APIs which use certain infoTypes.Protobuf enum
google.privacy.dlp.v2.InfoTypeSupportedBy| Enum Constant and Description |
|---|
ENUM_TYPE_UNSPECIFIED
Unused.
|
INSPECT
Supported by the inspect operations.
|
RISK_ANALYSIS
Supported by the risk analysis operations.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
ENUM_TYPE_UNSPECIFIED_VALUE
Unused.
|
static int |
INSPECT_VALUE
Supported by the inspect operations.
|
static int |
RISK_ANALYSIS_VALUE
Supported by the risk analysis operations.
|
| Modifier and Type | Method and Description |
|---|---|
static InfoTypeSupportedBy |
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<InfoTypeSupportedBy> |
internalGetValueMap() |
static InfoTypeSupportedBy |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static InfoTypeSupportedBy |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static InfoTypeSupportedBy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InfoTypeSupportedBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InfoTypeSupportedBy ENUM_TYPE_UNSPECIFIED
Unused.
ENUM_TYPE_UNSPECIFIED = 0;public static final InfoTypeSupportedBy INSPECT
Supported by the inspect operations.
INSPECT = 1;public static final InfoTypeSupportedBy RISK_ANALYSIS
Supported by the risk analysis operations.
RISK_ANALYSIS = 2;public static final InfoTypeSupportedBy UNRECOGNIZED
public static final int ENUM_TYPE_UNSPECIFIED_VALUE
Unused.
ENUM_TYPE_UNSPECIFIED = 0;public static final int INSPECT_VALUE
Supported by the inspect operations.
INSPECT = 1;public static final int RISK_ANALYSIS_VALUE
Supported by the risk analysis operations.
RISK_ANALYSIS = 2;public static InfoTypeSupportedBy[] values()
for (InfoTypeSupportedBy c : InfoTypeSupportedBy.values()) System.out.println(c);
public static InfoTypeSupportedBy 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 InfoTypeSupportedBy valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static InfoTypeSupportedBy forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<InfoTypeSupportedBy> 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 InfoTypeSupportedBy valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2022 Google LLC. All rights reserved.