public static final class StatisticalTable.QuasiIdentifierField.Builder extends GeneratedMessageV3.Builder<StatisticalTable.QuasiIdentifierField.Builder> implements StatisticalTable.QuasiIdentifierFieldOrBuilder
A quasi-identifier column has a custom_tag, used to know which column
in the data corresponds to which column in the statistical model.
Protobuf type google.privacy.dlp.v2.StatisticalTable.QuasiIdentifierField
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 StatisticalTable.QuasiIdentifierField.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public StatisticalTable.QuasiIdentifierField build()
buildPartial()
public StatisticalTable.QuasiIdentifierField buildPartial()
clear()
public StatisticalTable.QuasiIdentifierField.Builder clear()
Overrides
clearCustomTag()
public StatisticalTable.QuasiIdentifierField.Builder clearCustomTag()
A column can be tagged with a custom tag. In this case, the user must
indicate an auxiliary table that contains statistical information on
the possible values of this column (below).
string custom_tag = 2;
clearField()
public StatisticalTable.QuasiIdentifierField.Builder clearField()
Identifies the column.
.google.privacy.dlp.v2.FieldId field = 1;
clearField(Descriptors.FieldDescriptor field)
public StatisticalTable.QuasiIdentifierField.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public StatisticalTable.QuasiIdentifierField.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public StatisticalTable.QuasiIdentifierField.Builder clone()
Overrides
getCustomTag()
public String getCustomTag()
A column can be tagged with a custom tag. In this case, the user must
indicate an auxiliary table that contains statistical information on
the possible values of this column (below).
string custom_tag = 2;
Returns |
---|
Type | Description |
String | The customTag.
|
getCustomTagBytes()
public ByteString getCustomTagBytes()
A column can be tagged with a custom tag. In this case, the user must
indicate an auxiliary table that contains statistical information on
the possible values of this column (below).
string custom_tag = 2;
Returns |
---|
Type | Description |
ByteString | The bytes for customTag.
|
getDefaultInstanceForType()
public StatisticalTable.QuasiIdentifierField getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getField()
public FieldId getField()
Identifies the column.
.google.privacy.dlp.v2.FieldId field = 1;
Returns |
---|
Type | Description |
FieldId | The field.
|
getFieldBuilder()
public FieldId.Builder getFieldBuilder()
Identifies the column.
.google.privacy.dlp.v2.FieldId field = 1;
getFieldOrBuilder()
public FieldIdOrBuilder getFieldOrBuilder()
Identifies the column.
.google.privacy.dlp.v2.FieldId field = 1;
hasField()
public boolean hasField()
Identifies the column.
.google.privacy.dlp.v2.FieldId field = 1;
Returns |
---|
Type | Description |
boolean | Whether the field field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeField(FieldId value)
public StatisticalTable.QuasiIdentifierField.Builder mergeField(FieldId value)
Identifies the column.
.google.privacy.dlp.v2.FieldId field = 1;
Parameter |
---|
Name | Description |
value | FieldId
|
mergeFrom(StatisticalTable.QuasiIdentifierField other)
public StatisticalTable.QuasiIdentifierField.Builder mergeFrom(StatisticalTable.QuasiIdentifierField other)
public StatisticalTable.QuasiIdentifierField.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public StatisticalTable.QuasiIdentifierField.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final StatisticalTable.QuasiIdentifierField.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setCustomTag(String value)
public StatisticalTable.QuasiIdentifierField.Builder setCustomTag(String value)
A column can be tagged with a custom tag. In this case, the user must
indicate an auxiliary table that contains statistical information on
the possible values of this column (below).
string custom_tag = 2;
Parameter |
---|
Name | Description |
value | String
The customTag to set.
|
setCustomTagBytes(ByteString value)
public StatisticalTable.QuasiIdentifierField.Builder setCustomTagBytes(ByteString value)
A column can be tagged with a custom tag. In this case, the user must
indicate an auxiliary table that contains statistical information on
the possible values of this column (below).
string custom_tag = 2;
Parameter |
---|
Name | Description |
value | ByteString
The bytes for customTag to set.
|
setField(FieldId value)
public StatisticalTable.QuasiIdentifierField.Builder setField(FieldId value)
Identifies the column.
.google.privacy.dlp.v2.FieldId field = 1;
Parameter |
---|
Name | Description |
value | FieldId
|
setField(FieldId.Builder builderForValue)
public StatisticalTable.QuasiIdentifierField.Builder setField(FieldId.Builder builderForValue)
Identifies the column.
.google.privacy.dlp.v2.FieldId field = 1;
setField(Descriptors.FieldDescriptor field, Object value)
public StatisticalTable.QuasiIdentifierField.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public StatisticalTable.QuasiIdentifierField.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final StatisticalTable.QuasiIdentifierField.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides