| Modifier and Type | Method and Description |
|---|---|
CustomInfoType.Builder |
CustomInfoType.Builder.addAllDetectionRules(Iterable<? extends CustomInfoType.DetectionRule> values)
Set of detection rules to apply to all findings of this CustomInfoType.
|
CustomInfoType.Builder |
InspectConfig.Builder.addCustomInfoTypesBuilder()
CustomInfoTypes provided by the user.
|
CustomInfoType.Builder |
InspectConfig.Builder.addCustomInfoTypesBuilder(int index)
CustomInfoTypes provided by the user.
|
CustomInfoType.Builder |
CustomInfoType.Builder.addDetectionRules(CustomInfoType.DetectionRule.Builder builderForValue)
Set of detection rules to apply to all findings of this CustomInfoType.
|
CustomInfoType.Builder |
CustomInfoType.Builder.addDetectionRules(CustomInfoType.DetectionRule value)
Set of detection rules to apply to all findings of this CustomInfoType.
|
CustomInfoType.Builder |
CustomInfoType.Builder.addDetectionRules(int index,
CustomInfoType.DetectionRule.Builder builderForValue)
Set of detection rules to apply to all findings of this CustomInfoType.
|
CustomInfoType.Builder |
CustomInfoType.Builder.addDetectionRules(int index,
CustomInfoType.DetectionRule value)
Set of detection rules to apply to all findings of this CustomInfoType.
|
CustomInfoType.Builder |
CustomInfoType.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CustomInfoType.Builder |
CustomInfoType.Builder.clear() |
CustomInfoType.Builder |
CustomInfoType.Builder.clearDetectionRules()
Set of detection rules to apply to all findings of this CustomInfoType.
|
CustomInfoType.Builder |
CustomInfoType.Builder.clearDictionary()
A list of phrases to detect as a CustomInfoType.
|
CustomInfoType.Builder |
CustomInfoType.Builder.clearExclusionType()
If set to EXCLUSION_TYPE_EXCLUDE this infoType will not cause a finding
to be returned.
|
CustomInfoType.Builder |
CustomInfoType.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
CustomInfoType.Builder |
CustomInfoType.Builder.clearInfoType()
CustomInfoType can either be a new infoType, or an extension of built-in
infoType, when the name matches one of existing infoTypes and that infoType
is specified in `InspectContent.info_types` field.
|
CustomInfoType.Builder |
CustomInfoType.Builder.clearLikelihood()
Likelihood to return for this CustomInfoType.
|
CustomInfoType.Builder |
CustomInfoType.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
CustomInfoType.Builder |
CustomInfoType.Builder.clearRegex()
Regular expression based CustomInfoType.
|
CustomInfoType.Builder |
CustomInfoType.Builder.clearStoredType()
Load an existing `StoredInfoType` resource for use in
`InspectDataSource`.
|
CustomInfoType.Builder |
CustomInfoType.Builder.clearSurrogateType()
Message for detecting output from deidentification transformations that
support reversing.
|
CustomInfoType.Builder |
CustomInfoType.Builder.clearType() |
CustomInfoType.Builder |
CustomInfoType.Builder.clone() |
CustomInfoType.Builder |
InspectConfig.Builder.getCustomInfoTypesBuilder(int index)
CustomInfoTypes provided by the user.
|
CustomInfoType.Builder |
CustomInfoType.Builder.mergeDictionary(CustomInfoType.Dictionary value)
A list of phrases to detect as a CustomInfoType.
|
CustomInfoType.Builder |
CustomInfoType.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CustomInfoType.Builder |
CustomInfoType.Builder.mergeFrom(CustomInfoType other) |
CustomInfoType.Builder |
CustomInfoType.Builder.mergeFrom(com.google.protobuf.Message other) |
CustomInfoType.Builder |
CustomInfoType.Builder.mergeInfoType(InfoType value)
CustomInfoType can either be a new infoType, or an extension of built-in
infoType, when the name matches one of existing infoTypes and that infoType
is specified in `InspectContent.info_types` field.
|
CustomInfoType.Builder |
CustomInfoType.Builder.mergeRegex(CustomInfoType.Regex value)
Regular expression based CustomInfoType.
|
CustomInfoType.Builder |
CustomInfoType.Builder.mergeStoredType(StoredType value)
Load an existing `StoredInfoType` resource for use in
`InspectDataSource`.
|
CustomInfoType.Builder |
CustomInfoType.Builder.mergeSurrogateType(CustomInfoType.SurrogateType value)
Message for detecting output from deidentification transformations that
support reversing.
|
CustomInfoType.Builder |
CustomInfoType.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static CustomInfoType.Builder |
CustomInfoType.newBuilder() |
static CustomInfoType.Builder |
CustomInfoType.newBuilder(CustomInfoType prototype) |
CustomInfoType.Builder |
CustomInfoType.newBuilderForType() |
protected CustomInfoType.Builder |
CustomInfoType.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
CustomInfoType.Builder |
CustomInfoType.Builder.removeDetectionRules(int index)
Set of detection rules to apply to all findings of this CustomInfoType.
|
CustomInfoType.Builder |
CustomInfoType.Builder.setDetectionRules(int index,
CustomInfoType.DetectionRule.Builder builderForValue)
Set of detection rules to apply to all findings of this CustomInfoType.
|
CustomInfoType.Builder |
CustomInfoType.Builder.setDetectionRules(int index,
CustomInfoType.DetectionRule value)
Set of detection rules to apply to all findings of this CustomInfoType.
|
CustomInfoType.Builder |
CustomInfoType.Builder.setDictionary(CustomInfoType.Dictionary.Builder builderForValue)
A list of phrases to detect as a CustomInfoType.
|
CustomInfoType.Builder |
CustomInfoType.Builder.setDictionary(CustomInfoType.Dictionary value)
A list of phrases to detect as a CustomInfoType.
|
CustomInfoType.Builder |
CustomInfoType.Builder.setExclusionType(CustomInfoType.ExclusionType value)
If set to EXCLUSION_TYPE_EXCLUDE this infoType will not cause a finding
to be returned.
|
CustomInfoType.Builder |
CustomInfoType.Builder.setExclusionTypeValue(int value)
If set to EXCLUSION_TYPE_EXCLUDE this infoType will not cause a finding
to be returned.
|
CustomInfoType.Builder |
CustomInfoType.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CustomInfoType.Builder |
CustomInfoType.Builder.setInfoType(InfoType.Builder builderForValue)
CustomInfoType can either be a new infoType, or an extension of built-in
infoType, when the name matches one of existing infoTypes and that infoType
is specified in `InspectContent.info_types` field.
|
CustomInfoType.Builder |
CustomInfoType.Builder.setInfoType(InfoType value)
CustomInfoType can either be a new infoType, or an extension of built-in
infoType, when the name matches one of existing infoTypes and that infoType
is specified in `InspectContent.info_types` field.
|
CustomInfoType.Builder |
CustomInfoType.Builder.setLikelihood(Likelihood value)
Likelihood to return for this CustomInfoType.
|
CustomInfoType.Builder |
CustomInfoType.Builder.setLikelihoodValue(int value)
Likelihood to return for this CustomInfoType.
|
CustomInfoType.Builder |
CustomInfoType.Builder.setRegex(CustomInfoType.Regex.Builder builderForValue)
Regular expression based CustomInfoType.
|
CustomInfoType.Builder |
CustomInfoType.Builder.setRegex(CustomInfoType.Regex value)
Regular expression based CustomInfoType.
|
CustomInfoType.Builder |
CustomInfoType.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
CustomInfoType.Builder |
CustomInfoType.Builder.setStoredType(StoredType.Builder builderForValue)
Load an existing `StoredInfoType` resource for use in
`InspectDataSource`.
|
CustomInfoType.Builder |
CustomInfoType.Builder.setStoredType(StoredType value)
Load an existing `StoredInfoType` resource for use in
`InspectDataSource`.
|
CustomInfoType.Builder |
CustomInfoType.Builder.setSurrogateType(CustomInfoType.SurrogateType.Builder builderForValue)
Message for detecting output from deidentification transformations that
support reversing.
|
CustomInfoType.Builder |
CustomInfoType.Builder.setSurrogateType(CustomInfoType.SurrogateType value)
Message for detecting output from deidentification transformations that
support reversing.
|
CustomInfoType.Builder |
CustomInfoType.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CustomInfoType.Builder |
CustomInfoType.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<CustomInfoType.Builder> |
InspectConfig.Builder.getCustomInfoTypesBuilderList()
CustomInfoTypes provided by the user.
|
| Modifier and Type | Method and Description |
|---|---|
InspectConfig.Builder |
InspectConfig.Builder.addCustomInfoTypes(CustomInfoType.Builder builderForValue)
CustomInfoTypes provided by the user.
|
InspectConfig.Builder |
InspectConfig.Builder.addCustomInfoTypes(int index,
CustomInfoType.Builder builderForValue)
CustomInfoTypes provided by the user.
|
InspectConfig.Builder |
InspectConfig.Builder.setCustomInfoTypes(int index,
CustomInfoType.Builder builderForValue)
CustomInfoTypes provided by the user.
|
Copyright © 2022 Google LLC. All rights reserved.