Class CustomInfoType.DetectionRule.Builder (3.87.0)

public static final class CustomInfoType.DetectionRule.Builder extends GeneratedMessage.Builder<CustomInfoType.DetectionRule.Builder> implements CustomInfoType.DetectionRuleOrBuilder

Deprecated; use InspectionRuleSet instead. Rule for modifying a CustomInfoType to alter behavior under certain circumstances, depending on the specific details of the rule. Not supported for the surrogate_type custom infoType.

Protobuf type google.privacy.dlp.v2.CustomInfoType.DetectionRule

Static Methods

getDescriptor()

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

Methods

build()

public CustomInfoType.DetectionRule build()
Returns
Type Description
CustomInfoType.DetectionRule

buildPartial()

public CustomInfoType.DetectionRule buildPartial()
Returns
Type Description
CustomInfoType.DetectionRule

clear()

public CustomInfoType.DetectionRule.Builder clear()
Returns
Type Description
CustomInfoType.DetectionRule.Builder
Overrides

clearHotwordRule()

public CustomInfoType.DetectionRule.Builder clearHotwordRule()

Hotword-based detection rule.

.google.privacy.dlp.v2.CustomInfoType.DetectionRule.HotwordRule hotword_rule = 1;

Returns
Type Description
CustomInfoType.DetectionRule.Builder

clearType()

public CustomInfoType.DetectionRule.Builder clearType()
Returns
Type Description
CustomInfoType.DetectionRule.Builder

getDefaultInstanceForType()

public CustomInfoType.DetectionRule getDefaultInstanceForType()
Returns
Type Description
CustomInfoType.DetectionRule

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getHotwordRule()

public CustomInfoType.DetectionRule.HotwordRule getHotwordRule()

Hotword-based detection rule.

.google.privacy.dlp.v2.CustomInfoType.DetectionRule.HotwordRule hotword_rule = 1;

Returns
Type Description
CustomInfoType.DetectionRule.HotwordRule

The hotwordRule.

getHotwordRuleBuilder()

public CustomInfoType.DetectionRule.HotwordRule.Builder getHotwordRuleBuilder()

Hotword-based detection rule.

.google.privacy.dlp.v2.CustomInfoType.DetectionRule.HotwordRule hotword_rule = 1;

Returns
Type Description
CustomInfoType.DetectionRule.HotwordRule.Builder

getHotwordRuleOrBuilder()

public CustomInfoType.DetectionRule.HotwordRuleOrBuilder getHotwordRuleOrBuilder()

Hotword-based detection rule.

.google.privacy.dlp.v2.CustomInfoType.DetectionRule.HotwordRule hotword_rule = 1;

Returns
Type Description
CustomInfoType.DetectionRule.HotwordRuleOrBuilder

getTypeCase()

public CustomInfoType.DetectionRule.TypeCase getTypeCase()
Returns
Type Description
CustomInfoType.DetectionRule.TypeCase

hasHotwordRule()

public boolean hasHotwordRule()

Hotword-based detection rule.

.google.privacy.dlp.v2.CustomInfoType.DetectionRule.HotwordRule hotword_rule = 1;

Returns
Type Description
boolean

Whether the hotwordRule field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CustomInfoType.DetectionRule other)

public CustomInfoType.DetectionRule.Builder mergeFrom(CustomInfoType.DetectionRule other)
Parameter
Name Description
other CustomInfoType.DetectionRule
Returns
Type Description
CustomInfoType.DetectionRule.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public CustomInfoType.DetectionRule.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CustomInfoType.DetectionRule.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public CustomInfoType.DetectionRule.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
CustomInfoType.DetectionRule.Builder
Overrides

mergeHotwordRule(CustomInfoType.DetectionRule.HotwordRule value)

public CustomInfoType.DetectionRule.Builder mergeHotwordRule(CustomInfoType.DetectionRule.HotwordRule value)

Hotword-based detection rule.

.google.privacy.dlp.v2.CustomInfoType.DetectionRule.HotwordRule hotword_rule = 1;

Parameter
Name Description
value CustomInfoType.DetectionRule.HotwordRule
Returns
Type Description
CustomInfoType.DetectionRule.Builder

setHotwordRule(CustomInfoType.DetectionRule.HotwordRule value)

public CustomInfoType.DetectionRule.Builder setHotwordRule(CustomInfoType.DetectionRule.HotwordRule value)

Hotword-based detection rule.

.google.privacy.dlp.v2.CustomInfoType.DetectionRule.HotwordRule hotword_rule = 1;

Parameter
Name Description
value CustomInfoType.DetectionRule.HotwordRule
Returns
Type Description
CustomInfoType.DetectionRule.Builder

setHotwordRule(CustomInfoType.DetectionRule.HotwordRule.Builder builderForValue)

public CustomInfoType.DetectionRule.Builder setHotwordRule(CustomInfoType.DetectionRule.HotwordRule.Builder builderForValue)

Hotword-based detection rule.

.google.privacy.dlp.v2.CustomInfoType.DetectionRule.HotwordRule hotword_rule = 1;

Parameter
Name Description
builderForValue CustomInfoType.DetectionRule.HotwordRule.Builder
Returns
Type Description
CustomInfoType.DetectionRule.Builder