- 3.87.0 (latest)
- 3.86.0
- 3.85.0
- 3.84.0
- 3.82.0
- 3.80.0
- 3.79.0
- 3.78.0
- 3.77.0
- 3.76.0
- 3.74.0
- 3.72.0
- 3.71.0
- 3.68.0
- 3.67.0
- 3.66.0
- 3.64.0
- 3.63.0
- 3.62.0
- 3.61.0
- 3.60.0
- 3.59.0
- 3.58.0
- 3.57.0
- 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 ExcludeByHotword.Builder extends GeneratedMessage.Builder<ExcludeByHotword.Builder> implements ExcludeByHotwordOrBuilderThe rule to exclude findings based on a hotword. For record inspection of tables, column names are considered hotwords. An example of this is to exclude a finding if it belongs to a BigQuery column that matches a specific pattern.
Protobuf type google.privacy.dlp.v2.ExcludeByHotword
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ExcludeByHotword.BuilderImplements
ExcludeByHotwordOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ExcludeByHotword build()| Returns | |
|---|---|
| Type | Description |
ExcludeByHotword |
|
buildPartial()
public ExcludeByHotword buildPartial()| Returns | |
|---|---|
| Type | Description |
ExcludeByHotword |
|
clear()
public ExcludeByHotword.Builder clear()| Returns | |
|---|---|
| Type | Description |
ExcludeByHotword.Builder |
|
clearHotwordRegex()
public ExcludeByHotword.Builder clearHotwordRegex()Regular expression pattern defining what qualifies as a hotword.
.google.privacy.dlp.v2.CustomInfoType.Regex hotword_regex = 1;
| Returns | |
|---|---|
| Type | Description |
ExcludeByHotword.Builder |
|
clearProximity()
public ExcludeByHotword.Builder clearProximity()Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The windowBefore property in proximity should be set to 1 if the hotword needs to be included in a column header.
.google.privacy.dlp.v2.CustomInfoType.DetectionRule.Proximity proximity = 2;
| Returns | |
|---|---|
| Type | Description |
ExcludeByHotword.Builder |
|
getDefaultInstanceForType()
public ExcludeByHotword getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ExcludeByHotword |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getHotwordRegex()
public CustomInfoType.Regex getHotwordRegex()Regular expression pattern defining what qualifies as a hotword.
.google.privacy.dlp.v2.CustomInfoType.Regex hotword_regex = 1;
| Returns | |
|---|---|
| Type | Description |
CustomInfoType.Regex |
The hotwordRegex. |
getHotwordRegexBuilder()
public CustomInfoType.Regex.Builder getHotwordRegexBuilder()Regular expression pattern defining what qualifies as a hotword.
.google.privacy.dlp.v2.CustomInfoType.Regex hotword_regex = 1;
| Returns | |
|---|---|
| Type | Description |
CustomInfoType.Regex.Builder |
|
getHotwordRegexOrBuilder()
public CustomInfoType.RegexOrBuilder getHotwordRegexOrBuilder()Regular expression pattern defining what qualifies as a hotword.
.google.privacy.dlp.v2.CustomInfoType.Regex hotword_regex = 1;
| Returns | |
|---|---|
| Type | Description |
CustomInfoType.RegexOrBuilder |
|
getProximity()
public CustomInfoType.DetectionRule.Proximity getProximity()Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The windowBefore property in proximity should be set to 1 if the hotword needs to be included in a column header.
.google.privacy.dlp.v2.CustomInfoType.DetectionRule.Proximity proximity = 2;
| Returns | |
|---|---|
| Type | Description |
CustomInfoType.DetectionRule.Proximity |
The proximity. |
getProximityBuilder()
public CustomInfoType.DetectionRule.Proximity.Builder getProximityBuilder()Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The windowBefore property in proximity should be set to 1 if the hotword needs to be included in a column header.
.google.privacy.dlp.v2.CustomInfoType.DetectionRule.Proximity proximity = 2;
| Returns | |
|---|---|
| Type | Description |
CustomInfoType.DetectionRule.Proximity.Builder |
|
getProximityOrBuilder()
public CustomInfoType.DetectionRule.ProximityOrBuilder getProximityOrBuilder()Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The windowBefore property in proximity should be set to 1 if the hotword needs to be included in a column header.
.google.privacy.dlp.v2.CustomInfoType.DetectionRule.Proximity proximity = 2;
| Returns | |
|---|---|
| Type | Description |
CustomInfoType.DetectionRule.ProximityOrBuilder |
|
hasHotwordRegex()
public boolean hasHotwordRegex()Regular expression pattern defining what qualifies as a hotword.
.google.privacy.dlp.v2.CustomInfoType.Regex hotword_regex = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the hotwordRegex field is set. |
hasProximity()
public boolean hasProximity()Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The windowBefore property in proximity should be set to 1 if the hotword needs to be included in a column header.
.google.privacy.dlp.v2.CustomInfoType.DetectionRule.Proximity proximity = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the proximity field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ExcludeByHotword other)
public ExcludeByHotword.Builder mergeFrom(ExcludeByHotword other)| Parameter | |
|---|---|
| Name | Description |
other |
ExcludeByHotword |
| Returns | |
|---|---|
| Type | Description |
ExcludeByHotword.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ExcludeByHotword.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ExcludeByHotword.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ExcludeByHotword.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ExcludeByHotword.Builder |
|
mergeHotwordRegex(CustomInfoType.Regex value)
public ExcludeByHotword.Builder mergeHotwordRegex(CustomInfoType.Regex value)Regular expression pattern defining what qualifies as a hotword.
.google.privacy.dlp.v2.CustomInfoType.Regex hotword_regex = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
CustomInfoType.Regex |
| Returns | |
|---|---|
| Type | Description |
ExcludeByHotword.Builder |
|
mergeProximity(CustomInfoType.DetectionRule.Proximity value)
public ExcludeByHotword.Builder mergeProximity(CustomInfoType.DetectionRule.Proximity value)Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The windowBefore property in proximity should be set to 1 if the hotword needs to be included in a column header.
.google.privacy.dlp.v2.CustomInfoType.DetectionRule.Proximity proximity = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
CustomInfoType.DetectionRule.Proximity |
| Returns | |
|---|---|
| Type | Description |
ExcludeByHotword.Builder |
|
setHotwordRegex(CustomInfoType.Regex value)
public ExcludeByHotword.Builder setHotwordRegex(CustomInfoType.Regex value)Regular expression pattern defining what qualifies as a hotword.
.google.privacy.dlp.v2.CustomInfoType.Regex hotword_regex = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
CustomInfoType.Regex |
| Returns | |
|---|---|
| Type | Description |
ExcludeByHotword.Builder |
|
setHotwordRegex(CustomInfoType.Regex.Builder builderForValue)
public ExcludeByHotword.Builder setHotwordRegex(CustomInfoType.Regex.Builder builderForValue)Regular expression pattern defining what qualifies as a hotword.
.google.privacy.dlp.v2.CustomInfoType.Regex hotword_regex = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
CustomInfoType.Regex.Builder |
| Returns | |
|---|---|
| Type | Description |
ExcludeByHotword.Builder |
|
setProximity(CustomInfoType.DetectionRule.Proximity value)
public ExcludeByHotword.Builder setProximity(CustomInfoType.DetectionRule.Proximity value)Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The windowBefore property in proximity should be set to 1 if the hotword needs to be included in a column header.
.google.privacy.dlp.v2.CustomInfoType.DetectionRule.Proximity proximity = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
CustomInfoType.DetectionRule.Proximity |
| Returns | |
|---|---|
| Type | Description |
ExcludeByHotword.Builder |
|
setProximity(CustomInfoType.DetectionRule.Proximity.Builder builderForValue)
public ExcludeByHotword.Builder setProximity(CustomInfoType.DetectionRule.Proximity.Builder builderForValue)Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The windowBefore property in proximity should be set to 1 if the hotword needs to be included in a column header.
.google.privacy.dlp.v2.CustomInfoType.DetectionRule.Proximity proximity = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
CustomInfoType.DetectionRule.Proximity.Builder |
| Returns | |
|---|---|
| Type | Description |
ExcludeByHotword.Builder |
|