Class OtherInfoTypeSummary.Builder (3.87.0)

public static final class OtherInfoTypeSummary.Builder extends GeneratedMessage.Builder<OtherInfoTypeSummary.Builder> implements OtherInfoTypeSummaryOrBuilder

Infotype details for other infoTypes found within a column.

Protobuf type google.privacy.dlp.v2.OtherInfoTypeSummary

Static Methods

getDescriptor()

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

Methods

build()

public OtherInfoTypeSummary build()
Returns
Type Description
OtherInfoTypeSummary

buildPartial()

public OtherInfoTypeSummary buildPartial()
Returns
Type Description
OtherInfoTypeSummary

clear()

public OtherInfoTypeSummary.Builder clear()
Returns
Type Description
OtherInfoTypeSummary.Builder
Overrides

clearEstimatedPrevalence()

public OtherInfoTypeSummary.Builder clearEstimatedPrevalence()

Approximate percentage of non-null rows that contained data detected by this infotype.

int32 estimated_prevalence = 2;

Returns
Type Description
OtherInfoTypeSummary.Builder

This builder for chaining.

clearExcludedFromAnalysis()

public OtherInfoTypeSummary.Builder clearExcludedFromAnalysis()

Whether this infoType was excluded from sensitivity and risk analysis due to factors such as low prevalence (subject to change).

bool excluded_from_analysis = 3;

Returns
Type Description
OtherInfoTypeSummary.Builder

This builder for chaining.

clearInfoType()

public OtherInfoTypeSummary.Builder clearInfoType()

The other infoType.

.google.privacy.dlp.v2.InfoType info_type = 1;

Returns
Type Description
OtherInfoTypeSummary.Builder

getDefaultInstanceForType()

public OtherInfoTypeSummary getDefaultInstanceForType()
Returns
Type Description
OtherInfoTypeSummary

getDescriptorForType()

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

getEstimatedPrevalence()

public int getEstimatedPrevalence()

Approximate percentage of non-null rows that contained data detected by this infotype.

int32 estimated_prevalence = 2;

Returns
Type Description
int

The estimatedPrevalence.

getExcludedFromAnalysis()

public boolean getExcludedFromAnalysis()

Whether this infoType was excluded from sensitivity and risk analysis due to factors such as low prevalence (subject to change).

bool excluded_from_analysis = 3;

Returns
Type Description
boolean

The excludedFromAnalysis.

getInfoType()

public InfoType getInfoType()

The other infoType.

.google.privacy.dlp.v2.InfoType info_type = 1;

Returns
Type Description
InfoType

The infoType.

getInfoTypeBuilder()

public InfoType.Builder getInfoTypeBuilder()

The other infoType.

.google.privacy.dlp.v2.InfoType info_type = 1;

Returns
Type Description
InfoType.Builder

getInfoTypeOrBuilder()

public InfoTypeOrBuilder getInfoTypeOrBuilder()

The other infoType.

.google.privacy.dlp.v2.InfoType info_type = 1;

Returns
Type Description
InfoTypeOrBuilder

hasInfoType()

public boolean hasInfoType()

The other infoType.

.google.privacy.dlp.v2.InfoType info_type = 1;

Returns
Type Description
boolean

Whether the infoType field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(OtherInfoTypeSummary other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeInfoType(InfoType value)

public OtherInfoTypeSummary.Builder mergeInfoType(InfoType value)

The other infoType.

.google.privacy.dlp.v2.InfoType info_type = 1;

Parameter
Name Description
value InfoType
Returns
Type Description
OtherInfoTypeSummary.Builder

setEstimatedPrevalence(int value)

public OtherInfoTypeSummary.Builder setEstimatedPrevalence(int value)

Approximate percentage of non-null rows that contained data detected by this infotype.

int32 estimated_prevalence = 2;

Parameter
Name Description
value int

The estimatedPrevalence to set.

Returns
Type Description
OtherInfoTypeSummary.Builder

This builder for chaining.

setExcludedFromAnalysis(boolean value)

public OtherInfoTypeSummary.Builder setExcludedFromAnalysis(boolean value)

Whether this infoType was excluded from sensitivity and risk analysis due to factors such as low prevalence (subject to change).

bool excluded_from_analysis = 3;

Parameter
Name Description
value boolean

The excludedFromAnalysis to set.

Returns
Type Description
OtherInfoTypeSummary.Builder

This builder for chaining.

setInfoType(InfoType value)

public OtherInfoTypeSummary.Builder setInfoType(InfoType value)

The other infoType.

.google.privacy.dlp.v2.InfoType info_type = 1;

Parameter
Name Description
value InfoType
Returns
Type Description
OtherInfoTypeSummary.Builder

setInfoType(InfoType.Builder builderForValue)

public OtherInfoTypeSummary.Builder setInfoType(InfoType.Builder builderForValue)

The other infoType.

.google.privacy.dlp.v2.InfoType info_type = 1;

Parameter
Name Description
builderForValue InfoType.Builder
Returns
Type Description
OtherInfoTypeSummary.Builder