Reference documentation and code samples for the Data Loss Prevention V2 Client class IndustryCategory.
Enum of the current industries in the category.
We might add more industries in the future.
Protobuf type google.privacy.dlp.v2.InfoTypeCategory.IndustryCategory
Namespace
Google \ Cloud \ Dlp \ V2 \ InfoTypeCategoryMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
INDUSTRY_UNSPECIFIED
Value: 0Unused industry
Generated from protobuf enum INDUSTRY_UNSPECIFIED = 0;
FINANCE
Value: 1The infoType is typically used in the finance industry.
Generated from protobuf enum FINANCE = 1;
HEALTH
Value: 2The infoType is typically used in the health industry.
Generated from protobuf enum HEALTH = 2;
TELECOMMUNICATIONS
Value: 3The infoType is typically used in the telecommunications industry.
Generated from protobuf enum TELECOMMUNICATIONS = 3;