Send feedback
Class InspectConfig.FindingLimits (3.44.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.44.0 keyboard_arrow_down
public static final class InspectConfig . FindingLimits extends GeneratedMessageV3 implements InspectConfig . FindingLimitsOrBuilder
Configuration to control the number of findings returned for inspection.
This is not used for de-identification or data profiling.
When redacting sensitive data from images, finding limits don't apply. They
can cause unexpected or inconsistent results, where only some data is
redacted. Don't include finding limits in
RedactImage
requests. Otherwise, Cloud DLP returns an error.
Protobuf type google.privacy.dlp.v2.InspectConfig.FindingLimits
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
MAX_FINDINGS_PER_INFO_TYPE_FIELD_NUMBER
public static final int MAX_FINDINGS_PER_INFO_TYPE_FIELD_NUMBER
Field Value Type Description int
MAX_FINDINGS_PER_ITEM_FIELD_NUMBER
public static final int MAX_FINDINGS_PER_ITEM_FIELD_NUMBER
Field Value Type Description int
MAX_FINDINGS_PER_REQUEST_FIELD_NUMBER
public static final int MAX_FINDINGS_PER_REQUEST_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static InspectConfig . FindingLimits getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static InspectConfig . FindingLimits . Builder newBuilder ()
newBuilder(InspectConfig.FindingLimits prototype)
public static InspectConfig . FindingLimits . Builder newBuilder ( InspectConfig . FindingLimits prototype )
public static InspectConfig . FindingLimits parseDelimitedFrom ( InputStream input )
public static InspectConfig . FindingLimits parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static InspectConfig . FindingLimits parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static InspectConfig . FindingLimits parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static InspectConfig . FindingLimits parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static InspectConfig . FindingLimits parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static InspectConfig . FindingLimits parseFrom ( CodedInputStream input )
public static InspectConfig . FindingLimits parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static InspectConfig . FindingLimits parseFrom ( InputStream input )
public static InspectConfig . FindingLimits parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static InspectConfig . FindingLimits parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static InspectConfig . FindingLimits parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<InspectConfig . FindingLimits > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getDefaultInstanceForType()
public InspectConfig . FindingLimits getDefaultInstanceForType ()
getMaxFindingsPerInfoType(int index)
public InspectConfig . FindingLimits . InfoTypeLimit getMaxFindingsPerInfoType ( int index )
Configuration of findings limit given for specified infoTypes.
repeated .google.privacy.dlp.v2.InspectConfig.FindingLimits.InfoTypeLimit max_findings_per_info_type = 3;
Parameter Name Description index
int
getMaxFindingsPerInfoTypeCount()
public int getMaxFindingsPerInfoTypeCount ()
Configuration of findings limit given for specified infoTypes.
repeated .google.privacy.dlp.v2.InspectConfig.FindingLimits.InfoTypeLimit max_findings_per_info_type = 3;
Returns Type Description int
getMaxFindingsPerInfoTypeList()
public List<InspectConfig . FindingLimits . InfoTypeLimit > getMaxFindingsPerInfoTypeList ()
Configuration of findings limit given for specified infoTypes.
repeated .google.privacy.dlp.v2.InspectConfig.FindingLimits.InfoTypeLimit max_findings_per_info_type = 3;
getMaxFindingsPerInfoTypeOrBuilder(int index)
public InspectConfig . FindingLimits . InfoTypeLimitOrBuilder getMaxFindingsPerInfoTypeOrBuilder ( int index )
Configuration of findings limit given for specified infoTypes.
repeated .google.privacy.dlp.v2.InspectConfig.FindingLimits.InfoTypeLimit max_findings_per_info_type = 3;
Parameter Name Description index
int
getMaxFindingsPerInfoTypeOrBuilderList()
public List <? extends InspectConfig . FindingLimits . InfoTypeLimitOrBuilder > getMaxFindingsPerInfoTypeOrBuilderList ()
Configuration of findings limit given for specified infoTypes.
repeated .google.privacy.dlp.v2.InspectConfig.FindingLimits.InfoTypeLimit max_findings_per_info_type = 3;
Returns Type Description List <? extends com.google.privacy.dlp.v2.InspectConfig.FindingLimits.InfoTypeLimitOrBuilder >
getMaxFindingsPerItem()
public int getMaxFindingsPerItem ()
Max number of findings that are returned for each item scanned.
When set within an
InspectContentRequest ,
this field is ignored.
This value isn't a hard limit. If the number of findings for an item
reaches this limit, the inspection of that item ends gradually, not
abruptly. Therefore, the actual number of findings that Cloud DLP returns
for the item can be multiple times higher than this value.
int32 max_findings_per_item = 1;
Returns Type Description int
The maxFindingsPerItem.
getMaxFindingsPerRequest()
public int getMaxFindingsPerRequest ()
Max number of findings that are returned per request or job.
If you set this field in an
InspectContentRequest , the
resulting maximum value is the value that you set or 3,000, whichever is
lower.
This value isn't a hard limit. If an inspection reaches this limit, the
inspection ends gradually, not abruptly. Therefore, the actual number of
findings that Cloud DLP returns can be multiple times higher than this
value.
int32 max_findings_per_request = 2;
Returns Type Description int
The maxFindingsPerRequest.
getParserForType()
public Parser<InspectConfig . FindingLimits > getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public InspectConfig . FindingLimits . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected InspectConfig . FindingLimits . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public InspectConfig . FindingLimits . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]