Send feedback
Class InspectConfig.FindingLimits (3.6.3)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.6.3 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.
Protobuf type google.privacy.dlp.v2.InspectConfig.FindingLimits
Static Fields
MAX_FINDINGS_PER_INFO_TYPE_FIELD_NUMBER
public static final int MAX_FINDINGS_PER_INFO_TYPE_FIELD_NUMBER
Field Value
MAX_FINDINGS_PER_ITEM_FIELD_NUMBER
public static final int MAX_FINDINGS_PER_ITEM_FIELD_NUMBER
Field Value
MAX_FINDINGS_PER_REQUEST_FIELD_NUMBER
public static final int MAX_FINDINGS_PER_REQUEST_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static InspectConfig . FindingLimits getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static InspectConfig . FindingLimits . Builder newBuilder ()
Returns
newBuilder(InspectConfig.FindingLimits prototype)
public static InspectConfig . FindingLimits . Builder newBuilder ( InspectConfig . FindingLimits prototype )
Parameter
Returns
public static InspectConfig . FindingLimits parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static InspectConfig . FindingLimits parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static InspectConfig . FindingLimits parseFrom ( byte [] data )
Parameter
Name Description data byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static InspectConfig . FindingLimits parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static InspectConfig . FindingLimits parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static InspectConfig . FindingLimits parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static InspectConfig . FindingLimits parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static InspectConfig . FindingLimits parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static InspectConfig . FindingLimits parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static InspectConfig . FindingLimits parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static InspectConfig . FindingLimits parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static InspectConfig . FindingLimits parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<InspectConfig . FindingLimits > parser ()
Returns
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getDefaultInstanceForType()
public InspectConfig . FindingLimits getDefaultInstanceForType ()
Returns
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
Returns
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
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;
Returns
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
Returns
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 will be returned for each item scanned.
When set within InspectJobConfig
,
the maximum returned is 2000 regardless if this is set higher.
When set within InspectContentRequest
, this field is ignored.
int32 max_findings_per_item = 1;
Returns
Type Description int The maxFindingsPerItem.
getMaxFindingsPerRequest()
public int getMaxFindingsPerRequest ()
Max number of findings that will be returned per request/job.
When set within InspectContentRequest
, the maximum returned is 2000
regardless if this is set higher.
int32 max_findings_per_request = 2;
Returns
Type Description int The maxFindingsPerRequest.
getParserForType()
public Parser<InspectConfig . FindingLimits > getParserForType ()
Returns
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilderForType()
public InspectConfig . FindingLimits . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected InspectConfig . FindingLimits . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public InspectConfig . FindingLimits . Builder toBuilder ()
Returns
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
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."],[],[]]