Package com.google.privacy.dlp.v2
Interface OtherInfoTypeSummaryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OtherInfoTypeSummary
,OtherInfoTypeSummary.Builder
public interface OtherInfoTypeSummaryOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getEstimatedPrevalence()
Approximate percentage of non-null rows that contained data detected by this infotype.InfoType
getInfoType()
The other infoType.InfoTypeOrBuilder
getInfoTypeOrBuilder()
The other infoType.boolean
hasInfoType()
The other infoType.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasInfoType
boolean hasInfoType()
The other infoType.
.google.privacy.dlp.v2.InfoType info_type = 1;
- Returns:
- Whether the infoType field is set.
-
getInfoType
InfoType getInfoType()
The other infoType.
.google.privacy.dlp.v2.InfoType info_type = 1;
- Returns:
- The infoType.
-
getInfoTypeOrBuilder
InfoTypeOrBuilder getInfoTypeOrBuilder()
The other infoType.
.google.privacy.dlp.v2.InfoType info_type = 1;
-
getEstimatedPrevalence
int getEstimatedPrevalence()
Approximate percentage of non-null rows that contained data detected by this infotype.
int32 estimated_prevalence = 2;
- Returns:
- The estimatedPrevalence.
-
-