Class InfoTypeCategory (3.50.0)

public final class InfoTypeCategory extends GeneratedMessageV3 implements InfoTypeCategoryOrBuilder

Classification of infoTypes to organize them according to geographic location, industry, and data type.

Protobuf type google.privacy.dlp.v2.InfoTypeCategory

Static Fields

INDUSTRY_CATEGORY_FIELD_NUMBER

public static final int INDUSTRY_CATEGORY_FIELD_NUMBER
Field Value
Type Description
int

LOCATION_CATEGORY_FIELD_NUMBER

public static final int LOCATION_CATEGORY_FIELD_NUMBER
Field Value
Type Description
int

TYPE_CATEGORY_FIELD_NUMBER

public static final int TYPE_CATEGORY_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static InfoTypeCategory getDefaultInstance()
Returns
Type Description
InfoTypeCategory

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static InfoTypeCategory.Builder newBuilder()
Returns
Type Description
InfoTypeCategory.Builder

newBuilder(InfoTypeCategory prototype)

public static InfoTypeCategory.Builder newBuilder(InfoTypeCategory prototype)
Parameter
Name Description
prototype InfoTypeCategory
Returns
Type Description
InfoTypeCategory.Builder

parseDelimitedFrom(InputStream input)