Package com.google.privacy.dlp.v2
Interface InfoTypeSummaryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InfoTypeSummary
,InfoTypeSummary.Builder
public interface InfoTypeSummaryOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description int
getEstimatedPrevalence()
Deprecated.google.privacy.dlp.v2.InfoTypeSummary.estimated_prevalence is deprecated.InfoType
getInfoType()
The infoType.InfoTypeOrBuilder
getInfoTypeOrBuilder()
The infoType.boolean
hasInfoType()
The 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 infoType.
.google.privacy.dlp.v2.InfoType info_type = 1;
- Returns:
- Whether the infoType field is set.
-
getInfoType
InfoType getInfoType()
The infoType.
.google.privacy.dlp.v2.InfoType info_type = 1;
- Returns:
- The infoType.
-
getInfoTypeOrBuilder
InfoTypeOrBuilder getInfoTypeOrBuilder()
The infoType.
.google.privacy.dlp.v2.InfoType info_type = 1;
-
getEstimatedPrevalence
@Deprecated int getEstimatedPrevalence()
Deprecated.google.privacy.dlp.v2.InfoTypeSummary.estimated_prevalence is deprecated. See google/privacy/dlp/v2/dlp.proto;l=5324Not populated for predicted infotypes.
int32 estimated_prevalence = 2 [deprecated = true];
- Returns:
- The estimatedPrevalence.
-
-