Class DataRiskLevel.Builder (3.87.0)

public static final class DataRiskLevel.Builder extends GeneratedMessage.Builder<DataRiskLevel.Builder> implements DataRiskLevelOrBuilder

Score is a summary of all elements in the data profile. A higher number means more risk.

Protobuf type google.privacy.dlp.v2.DataRiskLevel

Static Methods

getDescriptor()

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

Methods

build()

public DataRiskLevel build()
Returns
Type Description
DataRiskLevel

buildPartial()

public DataRiskLevel buildPartial()
Returns
Type Description
DataRiskLevel

clear()

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

clearScore()

public DataRiskLevel.Builder clearScore()

The score applied to the resource.

.google.privacy.dlp.v2.DataRiskLevel.DataRiskLevelScore score = 1;

Returns
Type Description
DataRiskLevel.Builder

This builder for chaining.

getDefaultInstanceForType()

public DataRiskLevel getDefaultInstanceForType()
Returns
Type Description
DataRiskLevel

getDescriptorForType()

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

getScore()

public DataRiskLevel.DataRiskLevelScore getScore()

The score applied to the resource.

.google.privacy.dlp.v2.DataRiskLevel.DataRiskLevelScore score = 1;

Returns
Type Description
DataRiskLevel.DataRiskLevelScore

The score.

getScoreValue()

public int getScoreValue()

The score applied to the resource.

.google.privacy.dlp.v2.DataRiskLevel.DataRiskLevelScore score = 1;

Returns
Type Description
int

The enum numeric value on the wire for score.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(DataRiskLevel other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setScore(DataRiskLevel.DataRiskLevelScore value)

public DataRiskLevel.Builder setScore(DataRiskLevel.DataRiskLevelScore value)

The score applied to the resource.

.google.privacy.dlp.v2.DataRiskLevel.DataRiskLevelScore score = 1;

Parameter
Name Description
value DataRiskLevel.DataRiskLevelScore

The score to set.

Returns
Type Description
DataRiskLevel.Builder

This builder for chaining.

setScoreValue(int value)

public DataRiskLevel.Builder setScoreValue(int value)

The score applied to the resource.

.google.privacy.dlp.v2.DataRiskLevel.DataRiskLevelScore score = 1;

Parameter
Name Description
value int

The enum numeric value on the wire for score to set.

Returns
Type Description
DataRiskLevel.Builder

This builder for chaining.