Class PrivacyMetric.DeltaPresenceEstimationConfig.Builder (3.4.0)

public static final class PrivacyMetric.DeltaPresenceEstimationConfig.Builder extends GeneratedMessageV3.Builder<PrivacyMetric.DeltaPresenceEstimationConfig.Builder> implements PrivacyMetric.DeltaPresenceEstimationConfigOrBuilder

\u03b4-presence metric, used to estimate how likely it is for an attacker to figure out that one given individual appears in a de-identified dataset. Similarly to the k-map metric, we cannot compute \u03b4-presence exactly without knowing the attack dataset, so we use a statistical model instead.

Protobuf type google.privacy.dlp.v2.PrivacyMetric.DeltaPresenceEstimationConfig

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllAuxiliaryTables(Iterable<? extends StatisticalTable> values)

public PrivacyMetric.DeltaPresenceEstimationConfig.Builder addAllAuxiliaryTables(Iterable<? extends StatisticalTable> values)

Several auxiliary tables can be used in the analysis. Each custom_tag used to tag a quasi-identifiers field must appear in exactly one field of one auxiliary table.

repeated .google.privacy.dlp.v2.StatisticalTable auxiliary_tables = 3;

Parameter
NameDescription
valuesIterable<? extends com.google.privacy.dlp.v2.StatisticalTable>
Returns
TypeDescription
PrivacyMetric.DeltaPresenceEstimationConfig.Builder

addAllQuasiIds(Iterable<? extends QuasiId> values)

public PrivacyMetric.DeltaPresenceEstimationConfig.Builder addAllQuasiIds(Iterable<? extends QuasiId> values)

Required. Fields considered to be quasi-identifiers. No two fields can have the same tag.

repeated .google.privacy.dlp.v2.QuasiId quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valuesIterable<? extends com.google.privacy.dlp.v2.QuasiId>
Returns
TypeDescription
PrivacyMetric.DeltaPresenceEstimationConfig.Builder

addAuxiliaryTables(StatisticalTable value)

public PrivacyMetric.DeltaPresenceEstimationConfig.Builder addAuxiliaryTables(StatisticalTable value)

Several auxiliary tables can be used in the analysis. Each custom_tag used to tag a quasi-identifiers field must appear in exactly one field of one auxiliary table.

repeated .google.privacy.dlp.v2.StatisticalTable auxiliary_tables = 3;

Parameter
NameDescription
valueStatisticalTable
Returns
TypeDescription
PrivacyMetric.DeltaPresenceEstimationConfig.Builder

addAuxiliaryTables(StatisticalTable.Builder builderForValue)

public PrivacyMetric.DeltaPresenceEstimationConfig.Builder addAuxiliaryTables(StatisticalTable.Builder builderForValue)

Several auxiliary tables can be used in the analysis. Each custom_tag used to tag a quasi-identifiers field must appear in exactly one field of one auxiliary table.

repeated .google.privacy.dlp.v2.StatisticalTable auxiliary_tables = 3;

Parameter
NameDescription
builderForValueStatisticalTable.Builder
Returns
TypeDescription
PrivacyMetric.DeltaPresenceEstimationConfig.Builder

addAuxiliaryTables(int index, StatisticalTable value)

public PrivacyMetric.DeltaPresenceEstimationConfig.Builder addAuxiliaryTables(int index, StatisticalTable value)

Several auxiliary tables can be used in the analysis. Each custom_tag used to tag a quasi-identifiers field must appear in exactly one field of one auxiliary table.

repeated .google.privacy.dlp.v2.StatisticalTable auxiliary_tables = 3;

Parameters
NameDescription
indexint
valueStatisticalTable
Returns
TypeDescription
PrivacyMetric.DeltaPresenceEstimationConfig.Builder

addAuxiliaryTables(int index, StatisticalTable.Builder builderForValue)

public PrivacyMetric.DeltaPresenceEstimationConfig.Builder addAuxiliaryTables(int index, StatisticalTable.Builder builderForValue)

Several auxiliary tables can be used in the analysis. Each custom_tag used to tag a quasi-identifiers field must appear in exactly one field of one auxiliary table.

repeated .google.privacy.dlp.v2.StatisticalTable auxiliary_tables = 3;

Parameters
NameDescription
indexint
builderForValueStatisticalTable.Builder
Returns
TypeDescription
PrivacyMetric.DeltaPresenceEstimationConfig.Builder

addAuxiliaryTablesBuilder()

public StatisticalTable.Builder addAuxiliaryTablesBuilder()

Several auxiliary tables can be used in the analysis. Each custom_tag used to tag a quasi-identifiers field must appear in exactly one field of one auxiliary table.

repeated .google.privacy.dlp.v2.StatisticalTable auxiliary_tables = 3;

Returns
TypeDescription
StatisticalTable.Builder

addAuxiliaryTablesBuilder(int index)

public StatisticalTable.Builder addAuxiliaryTablesBuilder(int index)

Several auxiliary tables can be used in the analysis. Each custom_tag used to tag a quasi-identifiers field must appear in exactly one field of one auxiliary table.

repeated .google.privacy.dlp.v2.StatisticalTable auxiliary_tables = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
StatisticalTable.Builder

addQuasiIds(QuasiId value)

public PrivacyMetric.DeltaPresenceEstimationConfig.Builder addQuasiIds(QuasiId value)

Required. Fields considered to be quasi-identifiers. No two fields can have the same tag.

repeated .google.privacy.dlp.v2.QuasiId quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueQuasiId
Returns
TypeDescription
PrivacyMetric.DeltaPresenceEstimationConfig.Builder

addQuasiIds(QuasiId.Builder builderForValue)

public PrivacyMetric.DeltaPresenceEstimationConfig.Builder addQuasiIds(QuasiId.Builder builderForValue)

Required. Fields considered to be quasi-identifiers. No two fields can have the same tag.

repeated .google.privacy.dlp.v2.QuasiId quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
builderForValueQuasiId.Builder
Returns
TypeDescription
PrivacyMetric.DeltaPresenceEstimationConfig.Builder

addQuasiIds(int index, QuasiId value)

public PrivacyMetric.DeltaPresenceEstimationConfig.Builder addQuasiIds(int index, QuasiId value)

Required. Fields considered to be quasi-identifiers. No two fields can have the same tag.

repeated .google.privacy.dlp.v2.QuasiId quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];

Parameters
NameDescription
indexint
valueQuasiId
Returns
TypeDescription
PrivacyMetric.DeltaPresenceEstimationConfig.Builder

addQuasiIds(int index, QuasiId.Builder builderForValue)

public PrivacyMetric.DeltaPresenceEstimationConfig.Builder addQuasiIds(int index, QuasiId.Builder builderForValue)

Required. Fields considered to be quasi-identifiers. No two fields can have the same tag.

repeated .google.privacy.dlp.v2.QuasiId quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];

Parameters
NameDescription
indexint
builderForValueQuasiId.Builder
Returns
TypeDescription
PrivacyMetric.DeltaPresenceEstimationConfig.Builder

addQuasiIdsBuilder()

public QuasiId.Builder addQuasiIdsBuilder()

Required. Fields considered to be quasi-identifiers. No two fields can have the same tag.

repeated .google.privacy.dlp.v2.QuasiId quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
QuasiId.Builder

addQuasiIdsBuilder(int index)

public QuasiId.Builder addQuasiIdsBuilder(int index)

Required. Fields considered to be quasi-identifiers. No two fields can have the same tag.

repeated .google.privacy.dlp.v2.QuasiId quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint
Returns
TypeDescription
QuasiId.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public PrivacyMetric.DeltaPresenceEstimationConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
PrivacyMetric.DeltaPresenceEstimationConfig.Builder
Overrides

build()

public PrivacyMetric.DeltaPresenceEstimationConfig build()
Returns
TypeDescription
PrivacyMetric.DeltaPresenceEstimationConfig

buildPartial()

public PrivacyMetric.DeltaPresenceEstimationConfig buildPartial()
Returns
TypeDescription
PrivacyMetric.DeltaPresenceEstimationConfig

clear()

public PrivacyMetric.DeltaPresenceEstimationConfig.Builder clear()
Returns
TypeDescription
PrivacyMetric.DeltaPresenceEstimationConfig.Builder
Overrides

clearAuxiliaryTables()

public PrivacyMetric.DeltaPresenceEstimationConfig.Builder clearAuxiliaryTables()

Several auxiliary tables can be used in the analysis. Each custom_tag used to tag a quasi-identifiers field must appear in exactly one field of one auxiliary table.

repeated .google.privacy.dlp.v2.StatisticalTable auxiliary_tables = 3;

Returns
TypeDescription
PrivacyMetric.DeltaPresenceEstimationConfig.Builder

clearField(Descriptors.FieldDescriptor field)

public PrivacyMetric.DeltaPresenceEstimationConfig.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
PrivacyMetric.DeltaPresenceEstimationConfig.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public PrivacyMetric.DeltaPresenceEstimationConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
PrivacyMetric.DeltaPresenceEstimationConfig.Builder
Overrides

clearQuasiIds()

public PrivacyMetric.DeltaPresenceEstimationConfig.Builder clearQuasiIds()

Required. Fields considered to be quasi-identifiers. No two fields can have the same tag.

repeated .google.privacy.dlp.v2.QuasiId quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
PrivacyMetric.DeltaPresenceEstimationConfig.Builder

clearRegionCode()

public PrivacyMetric.DeltaPresenceEstimationConfig.Builder clearRegionCode()

ISO 3166-1 alpha-2 region code to use in the statistical modeling. Set if no column is tagged with a region-specific InfoType (like US_ZIP_5) or a region code.

string region_code = 2;

Returns
TypeDescription
PrivacyMetric.DeltaPresenceEstimationConfig.Builder

This builder for chaining.

clone()

public PrivacyMetric.DeltaPresenceEstimationConfig.Builder clone()
Returns
TypeDescription
PrivacyMetric.DeltaPresenceEstimationConfig.Builder
Overrides

getAuxiliaryTables(int index)

public StatisticalTable getAuxiliaryTables(int index)

Several auxiliary tables can be used in the analysis. Each custom_tag used to tag a quasi-identifiers field must appear in exactly one field of one auxiliary table.

repeated .google.privacy.dlp.v2.StatisticalTable auxiliary_tables = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
StatisticalTable

getAuxiliaryTablesBuilder(int index)

public StatisticalTable.Builder getAuxiliaryTablesBuilder(int index)

Several auxiliary tables can be used in the analysis. Each custom_tag used to tag a quasi-identifiers field must appear in exactly one field of one auxiliary table.

repeated .google.privacy.dlp.v2.StatisticalTable auxiliary_tables = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
StatisticalTable.Builder

getAuxiliaryTablesBuilderList()

public List<StatisticalTable.Builder> getAuxiliaryTablesBuilderList()

Several auxiliary tables can be used in the analysis. Each custom_tag used to tag a quasi-identifiers field must appear in exactly one field of one auxiliary table.

repeated .google.privacy.dlp.v2.StatisticalTable auxiliary_tables = 3;

Returns
TypeDescription
List<Builder>

getAuxiliaryTablesCount()

public int getAuxiliaryTablesCount()

Several auxiliary tables can be used in the analysis. Each custom_tag used to tag a quasi-identifiers field must appear in exactly one field of one auxiliary table.

repeated .google.privacy.dlp.v2.StatisticalTable auxiliary_tables = 3;

Returns
TypeDescription
int

getAuxiliaryTablesList()

public List<StatisticalTable> getAuxiliaryTablesList()

Several auxiliary tables can be used in the analysis. Each custom_tag used to tag a quasi-identifiers field must appear in exactly one field of one auxiliary table.

repeated .google.privacy.dlp.v2.StatisticalTable auxiliary_tables = 3;

Returns
TypeDescription
List<StatisticalTable>

getAuxiliaryTablesOrBuilder(int index)

public StatisticalTableOrBuilder getAuxiliaryTablesOrBuilder(int index)

Several auxiliary tables can be used in the analysis. Each custom_tag used to tag a quasi-identifiers field must appear in exactly one field of one auxiliary table.

repeated .google.privacy.dlp.v2.StatisticalTable auxiliary_tables = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
StatisticalTableOrBuilder

getAuxiliaryTablesOrBuilderList()

public List<? extends StatisticalTableOrBuilder> getAuxiliaryTablesOrBuilderList()

Several auxiliary tables can be used in the analysis. Each custom_tag used to tag a quasi-identifiers field must appear in exactly one field of one auxiliary table.

repeated .google.privacy.dlp.v2.StatisticalTable auxiliary_tables = 3;

Returns
TypeDescription
List<? extends com.google.privacy.dlp.v2.StatisticalTableOrBuilder>

getDefaultInstanceForType()

public PrivacyMetric.DeltaPresenceEstimationConfig getDefaultInstanceForType()
Returns
TypeDescription
PrivacyMetric.DeltaPresenceEstimationConfig

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getQuasiIds(int index)

public QuasiId getQuasiIds(int index)

Required. Fields considered to be quasi-identifiers. No two fields can have the same tag.

repeated .google.privacy.dlp.v2.QuasiId quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint
Returns
TypeDescription
QuasiId

getQuasiIdsBuilder(int index)

public QuasiId.Builder getQuasiIdsBuilder(int index)

Required. Fields considered to be quasi-identifiers. No two fields can have the same tag.

repeated .google.privacy.dlp.v2.QuasiId quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint
Returns
TypeDescription
QuasiId.Builder

getQuasiIdsBuilderList()

public List<QuasiId.Builder> getQuasiIdsBuilderList()

Required. Fields considered to be quasi-identifiers. No two fields can have the same tag.

repeated .google.privacy.dlp.v2.QuasiId quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
List<Builder>

getQuasiIdsCount()

public int getQuasiIdsCount()

Required. Fields considered to be quasi-identifiers. No two fields can have the same tag.

repeated .google.privacy.dlp.v2.QuasiId quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

getQuasiIdsList()

public List<QuasiId> getQuasiIdsList()

Required. Fields considered to be quasi-identifiers. No two fields can have the same tag.

repeated .google.privacy.dlp.v2.QuasiId quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
List<QuasiId>

getQuasiIdsOrBuilder(int index)

public QuasiIdOrBuilder getQuasiIdsOrBuilder(int index)

Required. Fields considered to be quasi-identifiers. No two fields can have the same tag.

repeated .google.privacy.dlp.v2.QuasiId quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint
Returns
TypeDescription
QuasiIdOrBuilder

getQuasiIdsOrBuilderList()

public List<? extends QuasiIdOrBuilder> getQuasiIdsOrBuilderList()

Required. Fields considered to be quasi-identifiers. No two fields can have the same tag.

repeated .google.privacy.dlp.v2.QuasiId quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
List<? extends com.google.privacy.dlp.v2.QuasiIdOrBuilder>

getRegionCode()

public String getRegionCode()

ISO 3166-1 alpha-2 region code to use in the statistical modeling. Set if no column is tagged with a region-specific InfoType (like US_ZIP_5) or a region code.

string region_code = 2;

Returns
TypeDescription
String

The regionCode.

getRegionCodeBytes()

public ByteString getRegionCodeBytes()

ISO 3166-1 alpha-2 region code to use in the statistical modeling. Set if no column is tagged with a region-specific InfoType (like US_ZIP_5) or a region code.

string region_code = 2;

Returns
TypeDescription
ByteString

The bytes for regionCode.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(PrivacyMetric.DeltaPresenceEstimationConfig other)

public PrivacyMetric.DeltaPresenceEstimationConfig.Builder mergeFrom(PrivacyMetric.DeltaPresenceEstimationConfig other)
Parameter
NameDescription
otherPrivacyMetric.DeltaPresenceEstimationConfig
Returns
TypeDescription
PrivacyMetric.DeltaPresenceEstimationConfig.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public PrivacyMetric.DeltaPresenceEstimationConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
PrivacyMetric.DeltaPresenceEstimationConfig.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public PrivacyMetric.DeltaPresenceEstimationConfig.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
PrivacyMetric.DeltaPresenceEstimationConfig.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final PrivacyMetric.DeltaPresenceEstimationConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
PrivacyMetric.DeltaPresenceEstimationConfig.Builder
Overrides

removeAuxiliaryTables(int index)

public PrivacyMetric.DeltaPresenceEstimationConfig.Builder removeAuxiliaryTables(int index)

Several auxiliary tables can be used in the analysis. Each custom_tag used to tag a quasi-identifiers field must appear in exactly one field of one auxiliary table.

repeated .google.privacy.dlp.v2.StatisticalTable auxiliary_tables = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
PrivacyMetric.DeltaPresenceEstimationConfig.Builder

removeQuasiIds(int index)

public PrivacyMetric.DeltaPresenceEstimationConfig.Builder removeQuasiIds(int index)

Required. Fields considered to be quasi-identifiers. No two fields can have the same tag.

repeated .google.privacy.dlp.v2.QuasiId quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint
Returns
TypeDescription
PrivacyMetric.DeltaPresenceEstimationConfig.Builder

setAuxiliaryTables(int index, StatisticalTable value)

public PrivacyMetric.DeltaPresenceEstimationConfig.Builder setAuxiliaryTables(int index, StatisticalTable value)

Several auxiliary tables can be used in the analysis. Each custom_tag used to tag a quasi-identifiers field must appear in exactly one field of one auxiliary table.

repeated .google.privacy.dlp.v2.StatisticalTable auxiliary_tables = 3;

Parameters
NameDescription
indexint
valueStatisticalTable
Returns
TypeDescription
PrivacyMetric.DeltaPresenceEstimationConfig.Builder

setAuxiliaryTables(int index, StatisticalTable.Builder builderForValue)

public PrivacyMetric.DeltaPresenceEstimationConfig.Builder setAuxiliaryTables(int index, StatisticalTable.Builder builderForValue)

Several auxiliary tables can be used in the analysis. Each custom_tag used to tag a quasi-identifiers field must appear in exactly one field of one auxiliary table.

repeated .google.privacy.dlp.v2.StatisticalTable auxiliary_tables = 3;

Parameters
NameDescription
indexint
builderForValueStatisticalTable.Builder
Returns
TypeDescription
PrivacyMetric.DeltaPresenceEstimationConfig.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public PrivacyMetric.DeltaPresenceEstimationConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
PrivacyMetric.DeltaPresenceEstimationConfig.Builder
Overrides

setQuasiIds(int index, QuasiId value)

public PrivacyMetric.DeltaPresenceEstimationConfig.Builder setQuasiIds(int index, QuasiId value)

Required. Fields considered to be quasi-identifiers. No two fields can have the same tag.

repeated .google.privacy.dlp.v2.QuasiId quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];

Parameters
NameDescription
indexint
valueQuasiId
Returns
TypeDescription
PrivacyMetric.DeltaPresenceEstimationConfig.Builder

setQuasiIds(int index, QuasiId.Builder builderForValue)

public PrivacyMetric.DeltaPresenceEstimationConfig.Builder setQuasiIds(int index, QuasiId.Builder builderForValue)

Required. Fields considered to be quasi-identifiers. No two fields can have the same tag.

repeated .google.privacy.dlp.v2.QuasiId quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];

Parameters
NameDescription
indexint
builderForValueQuasiId.Builder
Returns
TypeDescription
PrivacyMetric.DeltaPresenceEstimationConfig.Builder

setRegionCode(String value)

public PrivacyMetric.DeltaPresenceEstimationConfig.Builder setRegionCode(String value)

ISO 3166-1 alpha-2 region code to use in the statistical modeling. Set if no column is tagged with a region-specific InfoType (like US_ZIP_5) or a region code.

string region_code = 2;

Parameter
NameDescription
valueString

The regionCode to set.

Returns
TypeDescription
PrivacyMetric.DeltaPresenceEstimationConfig.Builder

This builder for chaining.

setRegionCodeBytes(ByteString value)

public PrivacyMetric.DeltaPresenceEstimationConfig.Builder setRegionCodeBytes(ByteString value)

ISO 3166-1 alpha-2 region code to use in the statistical modeling. Set if no column is tagged with a region-specific InfoType (like US_ZIP_5) or a region code.

string region_code = 2;

Parameter
NameDescription
valueByteString

The bytes for regionCode to set.

Returns
TypeDescription
PrivacyMetric.DeltaPresenceEstimationConfig.Builder

This builder for chaining.

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

public PrivacyMetric.DeltaPresenceEstimationConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
PrivacyMetric.DeltaPresenceEstimationConfig.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final PrivacyMetric.DeltaPresenceEstimationConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
PrivacyMetric.DeltaPresenceEstimationConfig.Builder
Overrides