Class InspectConfig.FindingLimits (3.46.0)

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

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()
Returns
Type Description
InspectConfig.FindingLimits

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static InspectConfig.FindingLimits.Builder newBuilder()
Returns
Type Description
InspectConfig.FindingLimits.Builder

newBuilder(InspectConfig.FindingLimits prototype)

public static InspectConfig.FindingLimits.Builder newBuilder(InspectConfig.FindingLimits prototype)
Parameter
Name Description
prototype InspectConfig.FindingLimits
Returns
Type Description
InspectConfig.FindingLimits.Builder

parseDelimitedFrom(InputStream input)

public static InspectConfig.FindingLimits parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
InspectConfig.FindingLimits
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static InspectConfig.FindingLimits parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
InspectConfig.FindingLimits
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static InspectConfig.FindingLimits parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
InspectConfig.FindingLimits
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static InspectConfig.FindingLimits parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
InspectConfig.FindingLimits
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static InspectConfig.FindingLimits parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
InspectConfig.FindingLimits
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static InspectConfig.FindingLimits parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
InspectConfig.FindingLimits
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static InspectConfig.FindingLimits parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
InspectConfig.FindingLimits
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static InspectConfig.FindingLimits parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
InspectConfig.FindingLimits
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static InspectConfig.FindingLimits parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
InspectConfig.FindingLimits
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static InspectConfig.FindingLimits parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
InspectConfig.FindingLimits
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static InspectConfig.FindingLimits parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
InspectConfig.FindingLimits
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static InspectConfig.FindingLimits parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
InspectConfig.FindingLimits
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<InspectConfig.FindingLimits> parser()
Returns
Type Description
Parser<FindingLimits>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public InspectConfig.FindingLimits getDefaultInstanceForType()
Returns
Type Description
InspectConfig.FindingLimits

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
Returns
Type Description
InspectConfig.FindingLimits.InfoTypeLimit

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;

Returns
Type Description
List<InfoTypeLimit>

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
Returns
Type Description
InspectConfig.FindingLimits.InfoTypeLimitOrBuilder

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()
Returns
Type Description
Parser<FindingLimits>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public InspectConfig.FindingLimits.Builder newBuilderForType()
Returns
Type Description
InspectConfig.FindingLimits.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected InspectConfig.FindingLimits.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
InspectConfig.FindingLimits.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public InspectConfig.FindingLimits.Builder toBuilder()
Returns
Type Description
InspectConfig.FindingLimits.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException