Class CustomInfoType.DetectionRule.Builder (3.46.0)

public static final class CustomInfoType.DetectionRule.Builder extends GeneratedMessageV3.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

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public CustomInfoType.DetectionRule.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
CustomInfoType.DetectionRule.Builder
Overrides

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

clearField(Descriptors.FieldDescriptor field)

public CustomInfoType.DetectionRule.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
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

clearOneof(Descriptors.OneofDescriptor oneof)

public CustomInfoType.DetectionRule.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
CustomInfoType.DetectionRule.Builder
Overrides

clearType()

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

clone()

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

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 GeneratedMessageV3.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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final CustomInfoType.DetectionRule.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
CustomInfoType.DetectionRule.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public CustomInfoType.DetectionRule.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
CustomInfoType.DetectionRule.Builder
Overrides

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

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public CustomInfoType.DetectionRule.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
CustomInfoType.DetectionRule.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final CustomInfoType.DetectionRule.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
CustomInfoType.DetectionRule.Builder
Overrides