public static final class CustomInfoType.DetectionRule.Proximity.Builder extends GeneratedMessageV3.Builder<CustomInfoType.DetectionRule.Proximity.Builder> implements CustomInfoType.DetectionRule.ProximityOrBuilder
Message for specifying a window around a finding to apply a detection
rule.
Protobuf type google.privacy.dlp.v2.CustomInfoType.DetectionRule.Proximity
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CustomInfoType.DetectionRule.Proximity.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public CustomInfoType.DetectionRule.Proximity build()
buildPartial()
public CustomInfoType.DetectionRule.Proximity buildPartial()
clear()
public CustomInfoType.DetectionRule.Proximity.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public CustomInfoType.DetectionRule.Proximity.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public CustomInfoType.DetectionRule.Proximity.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearWindowAfter()
public CustomInfoType.DetectionRule.Proximity.Builder clearWindowAfter()
Number of characters after the finding to consider.
int32 window_after = 2;
clearWindowBefore()
public CustomInfoType.DetectionRule.Proximity.Builder clearWindowBefore()
clone()
public CustomInfoType.DetectionRule.Proximity.Builder clone()
Overrides
getDefaultInstanceForType()
public CustomInfoType.DetectionRule.Proximity getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getWindowAfter()
public int getWindowAfter()
Number of characters after the finding to consider.
int32 window_after = 2;
Returns |
---|
Type | Description |
int | The windowAfter.
|
getWindowBefore()
public int getWindowBefore()
Returns |
---|
Type | Description |
int | The windowBefore.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(CustomInfoType.DetectionRule.Proximity other)
public CustomInfoType.DetectionRule.Proximity.Builder mergeFrom(CustomInfoType.DetectionRule.Proximity other)
public CustomInfoType.DetectionRule.Proximity.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public CustomInfoType.DetectionRule.Proximity.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CustomInfoType.DetectionRule.Proximity.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public CustomInfoType.DetectionRule.Proximity.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CustomInfoType.DetectionRule.Proximity.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final CustomInfoType.DetectionRule.Proximity.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
setWindowAfter(int value)
public CustomInfoType.DetectionRule.Proximity.Builder setWindowAfter(int value)
Number of characters after the finding to consider.
int32 window_after = 2;
Parameter |
---|
Name | Description |
value | int
The windowAfter to set.
|
setWindowBefore(int value)
public CustomInfoType.DetectionRule.Proximity.Builder setWindowBefore(int value)
Parameter |
---|
Name | Description |
value | int
The windowBefore to set.
|