public interface InfoTypeCategoryOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCategoryCase()
public abstract InfoTypeCategory.CategoryCase getCategoryCase()| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the typeCategory field is set. |