Interface InfoTypeCategoryOrBuilder (3.45.0)

public interface InfoTypeCategoryOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCategoryCase()

public abstract InfoTypeCategory.CategoryCase getCategoryCase()
Returns
TypeDescription
InfoTypeCategory.CategoryCase

getIndustryCategory()

public abstract InfoTypeCategory.IndustryCategory getIndustryCategory()

The group of relevant businesses where this infoType is commonly used

.google.privacy.dlp.v2.InfoTypeCategory.IndustryCategory industry_category = 2;

Returns
TypeDescription
InfoTypeCategory.IndustryCategory

The industryCategory.

getIndustryCategoryValue()

public abstract int getIndustryCategoryValue()

The group of relevant businesses where this infoType is commonly used

.google.privacy.dlp.v2.InfoTypeCategory.IndustryCategory industry_category = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for industryCategory.

getLocationCategory()

public abstract InfoTypeCategory.LocationCategory getLocationCategory()

The region or country that issued the ID or document represented by the infoType.

.google.privacy.dlp.v2.InfoTypeCategory.LocationCategory location_category = 1;

Returns
TypeDescription
InfoTypeCategory.LocationCategory

The locationCategory.

getLocationCategoryValue()

public abstract int getLocationCategoryValue()

The region or country that issued the ID or document represented by the infoType.

.google.privacy.dlp.v2.InfoTypeCategory.LocationCategory location_category = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for locationCategory.

getTypeCategory()

public abstract InfoTypeCategory.TypeCategory getTypeCategory()

The class of identifiers where this infoType belongs

.google.privacy.dlp.v2.InfoTypeCategory.TypeCategory type_category = 3;

Returns
TypeDescription
InfoTypeCategory.TypeCategory

The typeCategory.

getTypeCategoryValue()

public abstract int getTypeCategoryValue()

The class of identifiers where this infoType belongs

.google.privacy.dlp.v2.InfoTypeCategory.TypeCategory type_category = 3;

Returns
TypeDescription
int

The enum numeric value on the wire for typeCategory.

hasIndustryCategory()

public abstract boolean hasIndustryCategory()

The group of relevant businesses where this infoType is commonly used

.google.privacy.dlp.v2.InfoTypeCategory.IndustryCategory industry_category = 2;

Returns
TypeDescription
boolean

Whether the industryCategory field is set.

hasLocationCategory()

public abstract boolean hasLocationCategory()

The region or country that issued the ID or document represented by the infoType.

.google.privacy.dlp.v2.InfoTypeCategory.LocationCategory location_category = 1;

Returns
TypeDescription
boolean

Whether the locationCategory field is set.

hasTypeCategory()

public abstract boolean hasTypeCategory()

The class of identifiers where this infoType belongs

.google.privacy.dlp.v2.InfoTypeCategory.TypeCategory type_category = 3;

Returns
TypeDescription
boolean

Whether the typeCategory field is set.