public interface InfoTypeCategoryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
InfoTypeCategory.CategoryCase |
getCategoryCase() |
InfoTypeCategory.IndustryCategory |
getIndustryCategory()
The group of relevant businesses where this infoType is commonly used
|
int |
getIndustryCategoryValue()
The group of relevant businesses where this infoType is commonly used
|
InfoTypeCategory.LocationCategory |
getLocationCategory()
The region or country that issued the ID or document represented by the
infoType.
|
int |
getLocationCategoryValue()
The region or country that issued the ID or document represented by the
infoType.
|
InfoTypeCategory.TypeCategory |
getTypeCategory()
The class of identifiers where this infoType belongs
|
int |
getTypeCategoryValue()
The class of identifiers where this infoType belongs
|
boolean |
hasIndustryCategory()
The group of relevant businesses where this infoType is commonly used
|
boolean |
hasLocationCategory()
The region or country that issued the ID or document represented by the
infoType.
|
boolean |
hasTypeCategory()
The class of identifiers where this infoType belongs
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasLocationCategory()
The region or country that issued the ID or document represented by the infoType.
.google.privacy.dlp.v2.InfoTypeCategory.LocationCategory location_category = 1;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;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;boolean hasIndustryCategory()
The group of relevant businesses where this infoType is commonly used
.google.privacy.dlp.v2.InfoTypeCategory.IndustryCategory industry_category = 2;int getIndustryCategoryValue()
The group of relevant businesses where this infoType is commonly used
.google.privacy.dlp.v2.InfoTypeCategory.IndustryCategory industry_category = 2;InfoTypeCategory.IndustryCategory getIndustryCategory()
The group of relevant businesses where this infoType is commonly used
.google.privacy.dlp.v2.InfoTypeCategory.IndustryCategory industry_category = 2;boolean hasTypeCategory()
The class of identifiers where this infoType belongs
.google.privacy.dlp.v2.InfoTypeCategory.TypeCategory type_category = 3;int getTypeCategoryValue()
The class of identifiers where this infoType belongs
.google.privacy.dlp.v2.InfoTypeCategory.TypeCategory type_category = 3;InfoTypeCategory.TypeCategory getTypeCategory()
The class of identifiers where this infoType belongs
.google.privacy.dlp.v2.InfoTypeCategory.TypeCategory type_category = 3;InfoTypeCategory.CategoryCase getCategoryCase()
Copyright © 2022 Google LLC. All rights reserved.