public interface InfoTypeStatsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getCount()
Number of findings for this infoType.
|
InfoType |
getInfoType()
The type of finding this stat is for.
|
InfoTypeOrBuilder |
getInfoTypeOrBuilder()
The type of finding this stat is for.
|
boolean |
hasInfoType()
The type of finding this stat is for.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasInfoType()
The type of finding this stat is for.
.google.privacy.dlp.v2.InfoType info_type = 1;InfoType getInfoType()
The type of finding this stat is for.
.google.privacy.dlp.v2.InfoType info_type = 1;InfoTypeOrBuilder getInfoTypeOrBuilder()
The type of finding this stat is for.
.google.privacy.dlp.v2.InfoType info_type = 1;long getCount()
Number of findings for this infoType.
int64 count = 2;Copyright © 2022 Google LLC. All rights reserved.