- 3.57.0 (latest)
- 3.56.0
- 3.55.0
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.6
- 3.6.7
- 3.5.0
- 3.4.0
- 3.3.2
- 3.2.1
- 3.1.4
public static final class InspectConfig.FindingLimits.Builder extends GeneratedMessageV3.Builder<InspectConfig.FindingLimits.Builder> 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
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > InspectConfig.FindingLimits.BuilderImplements
InspectConfig.FindingLimitsOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addAllMaxFindingsPerInfoType(Iterable<? extends InspectConfig.FindingLimits.InfoTypeLimit> values)
public InspectConfig.FindingLimits.Builder addAllMaxFindingsPerInfoType(Iterable<? extends InspectConfig.FindingLimits.InfoTypeLimit> values)
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 |
values | Iterable<? extends com.google.privacy.dlp.v2.InspectConfig.FindingLimits.InfoTypeLimit> |
Returns | |
---|---|
Type | Description |
InspectConfig.FindingLimits.Builder |
addMaxFindingsPerInfoType(InspectConfig.FindingLimits.InfoTypeLimit value)
public InspectConfig.FindingLimits.Builder addMaxFindingsPerInfoType(InspectConfig.FindingLimits.InfoTypeLimit value)
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 |
value | InspectConfig.FindingLimits.InfoTypeLimit |
Returns | |
---|---|
Type | Description |
InspectConfig.FindingLimits.Builder |
addMaxFindingsPerInfoType(InspectConfig.FindingLimits.InfoTypeLimit.Builder builderForValue)
public InspectConfig.FindingLimits.Builder addMaxFindingsPerInfoType(InspectConfig.FindingLimits.InfoTypeLimit.Builder builderForValue)
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 |
builderForValue | InspectConfig.FindingLimits.InfoTypeLimit.Builder |
Returns | |
---|---|
Type | Description |
InspectConfig.FindingLimits.Builder |
addMaxFindingsPerInfoType(int index, InspectConfig.FindingLimits.InfoTypeLimit value)
public InspectConfig.FindingLimits.Builder addMaxFindingsPerInfoType(int index, InspectConfig.FindingLimits.InfoTypeLimit value)
Configuration of findings limit given for specified infoTypes.
repeated .google.privacy.dlp.v2.InspectConfig.FindingLimits.InfoTypeLimit max_findings_per_info_type = 3;
Parameters | |
---|---|
Name | Description |
index | int |
value | InspectConfig.FindingLimits.InfoTypeLimit |
Returns | |
---|---|
Type | Description |
InspectConfig.FindingLimits.Builder |
addMaxFindingsPerInfoType(int index, InspectConfig.FindingLimits.InfoTypeLimit.Builder builderForValue)
public InspectConfig.FindingLimits.Builder addMaxFindingsPerInfoType(int index, InspectConfig.FindingLimits.InfoTypeLimit.Builder builderForValue)
Configuration of findings limit given for specified infoTypes.
repeated .google.privacy.dlp.v2.InspectConfig.FindingLimits.InfoTypeLimit max_findings_per_info_type = 3;
Parameters | |
---|---|
Name | Description |
index | int |
builderForValue | InspectConfig.FindingLimits.InfoTypeLimit.Builder |
Returns | |
---|---|
Type | Description |
InspectConfig.FindingLimits.Builder |
addMaxFindingsPerInfoTypeBuilder()
public InspectConfig.FindingLimits.InfoTypeLimit.Builder addMaxFindingsPerInfoTypeBuilder()
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 |
InspectConfig.FindingLimits.InfoTypeLimit.Builder |
addMaxFindingsPerInfoTypeBuilder(int index)
public InspectConfig.FindingLimits.InfoTypeLimit.Builder addMaxFindingsPerInfoTypeBuilder(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.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public InspectConfig.FindingLimits.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
InspectConfig.FindingLimits.Builder |
build()
public InspectConfig.FindingLimits build()
Returns | |
---|---|
Type | Description |
InspectConfig.FindingLimits |
buildPartial()
public InspectConfig.FindingLimits buildPartial()
Returns | |
---|---|
Type | Description |
InspectConfig.FindingLimits |
clear()
public InspectConfig.FindingLimits.Builder clear()
Returns | |
---|---|
Type | Description |
InspectConfig.FindingLimits.Builder |
clearField(Descriptors.FieldDescriptor field)
public InspectConfig.FindingLimits.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
InspectConfig.FindingLimits.Builder |
clearMaxFindingsPerInfoType()
public InspectConfig.FindingLimits.Builder clearMaxFindingsPerInfoType()
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 |
InspectConfig.FindingLimits.Builder |
clearMaxFindingsPerItem()
public InspectConfig.FindingLimits.Builder clearMaxFindingsPerItem()
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 |
InspectConfig.FindingLimits.Builder | This builder for chaining. |
clearMaxFindingsPerRequest()
public InspectConfig.FindingLimits.Builder clearMaxFindingsPerRequest()
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 |
InspectConfig.FindingLimits.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public InspectConfig.FindingLimits.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
InspectConfig.FindingLimits.Builder |
clone()
public InspectConfig.FindingLimits.Builder clone()
Returns | |
---|---|
Type | Description |
InspectConfig.FindingLimits.Builder |
getDefaultInstanceForType()
public InspectConfig.FindingLimits getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
InspectConfig.FindingLimits |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
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 |
getMaxFindingsPerInfoTypeBuilder(int index)
public InspectConfig.FindingLimits.InfoTypeLimit.Builder getMaxFindingsPerInfoTypeBuilder(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.Builder |
getMaxFindingsPerInfoTypeBuilderList()
public List<InspectConfig.FindingLimits.InfoTypeLimit.Builder> getMaxFindingsPerInfoTypeBuilderList()
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<Builder> |
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. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(InspectConfig.FindingLimits other)
public InspectConfig.FindingLimits.Builder mergeFrom(InspectConfig.FindingLimits other)
Parameter | |
---|---|
Name | Description |
other | InspectConfig.FindingLimits |
Returns | |
---|---|
Type | Description |
InspectConfig.FindingLimits.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public InspectConfig.FindingLimits.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
InspectConfig.FindingLimits.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public InspectConfig.FindingLimits.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
InspectConfig.FindingLimits.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final InspectConfig.FindingLimits.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
InspectConfig.FindingLimits.Builder |
removeMaxFindingsPerInfoType(int index)
public InspectConfig.FindingLimits.Builder removeMaxFindingsPerInfoType(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.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public InspectConfig.FindingLimits.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
InspectConfig.FindingLimits.Builder |
setMaxFindingsPerInfoType(int index, InspectConfig.FindingLimits.InfoTypeLimit value)
public InspectConfig.FindingLimits.Builder setMaxFindingsPerInfoType(int index, InspectConfig.FindingLimits.InfoTypeLimit value)
Configuration of findings limit given for specified infoTypes.
repeated .google.privacy.dlp.v2.InspectConfig.FindingLimits.InfoTypeLimit max_findings_per_info_type = 3;
Parameters | |
---|---|
Name | Description |
index | int |
value | InspectConfig.FindingLimits.InfoTypeLimit |
Returns | |
---|---|
Type | Description |
InspectConfig.FindingLimits.Builder |
setMaxFindingsPerInfoType(int index, InspectConfig.FindingLimits.InfoTypeLimit.Builder builderForValue)
public InspectConfig.FindingLimits.Builder setMaxFindingsPerInfoType(int index, InspectConfig.FindingLimits.InfoTypeLimit.Builder builderForValue)
Configuration of findings limit given for specified infoTypes.
repeated .google.privacy.dlp.v2.InspectConfig.FindingLimits.InfoTypeLimit max_findings_per_info_type = 3;
Parameters | |
---|---|
Name | Description |
index | int |
builderForValue | InspectConfig.FindingLimits.InfoTypeLimit.Builder |
Returns | |
---|---|
Type | Description |
InspectConfig.FindingLimits.Builder |
setMaxFindingsPerItem(int value)
public InspectConfig.FindingLimits.Builder setMaxFindingsPerItem(int value)
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;
Parameter | |
---|---|
Name | Description |
value | int The maxFindingsPerItem to set. |
Returns | |
---|---|
Type | Description |
InspectConfig.FindingLimits.Builder | This builder for chaining. |
setMaxFindingsPerRequest(int value)
public InspectConfig.FindingLimits.Builder setMaxFindingsPerRequest(int value)
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;
Parameter | |
---|---|
Name | Description |
value | int The maxFindingsPerRequest to set. |
Returns | |
---|---|
Type | Description |
InspectConfig.FindingLimits.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public InspectConfig.FindingLimits.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
InspectConfig.FindingLimits.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final InspectConfig.FindingLimits.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
InspectConfig.FindingLimits.Builder |