public static interface InspectConfig.FindingLimits.InfoTypeLimitOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
InfoType |
getInfoType()
Type of information the findings limit applies to.
|
InfoTypeOrBuilder |
getInfoTypeOrBuilder()
Type of information the findings limit applies to.
|
int |
getMaxFindings()
Max findings limit for the given infoType.
|
boolean |
hasInfoType()
Type of information the findings limit applies to.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasInfoType()
Type of information the findings limit applies to. Only one limit per info_type should be provided. If InfoTypeLimit does not have an info_type, the DLP API applies the limit against all info_types that are found but not specified in another InfoTypeLimit.
.google.privacy.dlp.v2.InfoType info_type = 1;InfoType getInfoType()
Type of information the findings limit applies to. Only one limit per info_type should be provided. If InfoTypeLimit does not have an info_type, the DLP API applies the limit against all info_types that are found but not specified in another InfoTypeLimit.
.google.privacy.dlp.v2.InfoType info_type = 1;InfoTypeOrBuilder getInfoTypeOrBuilder()
Type of information the findings limit applies to. Only one limit per info_type should be provided. If InfoTypeLimit does not have an info_type, the DLP API applies the limit against all info_types that are found but not specified in another InfoTypeLimit.
.google.privacy.dlp.v2.InfoType info_type = 1;int getMaxFindings()
Max findings limit for the given infoType.
int32 max_findings = 2;Copyright © 2022 Google LLC. All rights reserved.