public static enum InfoTypeCategory.IndustryCategory extends Enum<InfoTypeCategory.IndustryCategory> implements com.google.protobuf.ProtocolMessageEnum
Enum of the current industries in the category. We might add more industries in the future.Protobuf enum
google.privacy.dlp.v2.InfoTypeCategory.IndustryCategory| Enum Constant and Description |
|---|
FINANCE
The infoType is typically used in the finance industry.
|
HEALTH
The infoType is typically used in the health industry.
|
INDUSTRY_UNSPECIFIED
Unused industry
|
TELECOMMUNICATIONS
The infoType is typically used in the telecommunications industry.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
FINANCE_VALUE
The infoType is typically used in the finance industry.
|
static int |
HEALTH_VALUE
The infoType is typically used in the health industry.
|
static int |
INDUSTRY_UNSPECIFIED_VALUE
Unused industry
|
static int |
TELECOMMUNICATIONS_VALUE
The infoType is typically used in the telecommunications industry.
|
| Modifier and Type | Method and Description |
|---|---|
static InfoTypeCategory.IndustryCategory |
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<InfoTypeCategory.IndustryCategory> |
internalGetValueMap() |
static InfoTypeCategory.IndustryCategory |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static InfoTypeCategory.IndustryCategory |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static InfoTypeCategory.IndustryCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InfoTypeCategory.IndustryCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InfoTypeCategory.IndustryCategory INDUSTRY_UNSPECIFIED
Unused industry
INDUSTRY_UNSPECIFIED = 0;public static final InfoTypeCategory.IndustryCategory FINANCE
The infoType is typically used in the finance industry.
FINANCE = 1;public static final InfoTypeCategory.IndustryCategory HEALTH
The infoType is typically used in the health industry.
HEALTH = 2;public static final InfoTypeCategory.IndustryCategory TELECOMMUNICATIONS
The infoType is typically used in the telecommunications industry.
TELECOMMUNICATIONS = 3;public static final InfoTypeCategory.IndustryCategory UNRECOGNIZED
public static final int INDUSTRY_UNSPECIFIED_VALUE
Unused industry
INDUSTRY_UNSPECIFIED = 0;public static final int FINANCE_VALUE
The infoType is typically used in the finance industry.
FINANCE = 1;public static final int HEALTH_VALUE
The infoType is typically used in the health industry.
HEALTH = 2;public static final int TELECOMMUNICATIONS_VALUE
The infoType is typically used in the telecommunications industry.
TELECOMMUNICATIONS = 3;public static InfoTypeCategory.IndustryCategory[] values()
for (InfoTypeCategory.IndustryCategory c : InfoTypeCategory.IndustryCategory.values()) System.out.println(c);
public static InfoTypeCategory.IndustryCategory 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 InfoTypeCategory.IndustryCategory valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static InfoTypeCategory.IndustryCategory forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<InfoTypeCategory.IndustryCategory> 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 InfoTypeCategory.IndustryCategory valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2022 Google LLC. All rights reserved.