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)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public InspectConfig.FindingLimits.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides