public static final class OtherInfoTypeSummary.Builder extends GeneratedMessageV3.Builder<OtherInfoTypeSummary.Builder> implements OtherInfoTypeSummaryOrBuilder
Infotype details for other infoTypes found within a column.
Protobuf type google.privacy.dlp.v2.OtherInfoTypeSummary
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 OtherInfoTypeSummary.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public OtherInfoTypeSummary build()
buildPartial()
public OtherInfoTypeSummary buildPartial()
clear()
public OtherInfoTypeSummary.Builder clear()
Overrides
clearEstimatedPrevalence()
public OtherInfoTypeSummary.Builder clearEstimatedPrevalence()
Approximate percentage of non-null rows that contained data detected by
this infotype.
int32 estimated_prevalence = 2;
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;
clearField(Descriptors.FieldDescriptor field)
public OtherInfoTypeSummary.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearInfoType()
public OtherInfoTypeSummary.Builder clearInfoType()
The other infoType.
.google.privacy.dlp.v2.InfoType info_type = 1;
clearOneof(Descriptors.OneofDescriptor oneof)
public OtherInfoTypeSummary.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public OtherInfoTypeSummary.Builder clone()
Overrides
getDefaultInstanceForType()
public OtherInfoTypeSummary getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
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;
getInfoTypeOrBuilder()
public InfoTypeOrBuilder getInfoTypeOrBuilder()
The other infoType.
.google.privacy.dlp.v2.InfoType info_type = 1;
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 GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(OtherInfoTypeSummary other)
public OtherInfoTypeSummary.Builder mergeFrom(OtherInfoTypeSummary other)
public OtherInfoTypeSummary.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public OtherInfoTypeSummary.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeInfoType(InfoType value)
public OtherInfoTypeSummary.Builder mergeInfoType(InfoType value)
The other infoType.
.google.privacy.dlp.v2.InfoType info_type = 1;
mergeUnknownFields(UnknownFieldSet unknownFields)
public final OtherInfoTypeSummary.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
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.
|
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.
|
setField(Descriptors.FieldDescriptor field, Object value)
public OtherInfoTypeSummary.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setInfoType(InfoType value)
public OtherInfoTypeSummary.Builder setInfoType(InfoType value)
The other infoType.
.google.privacy.dlp.v2.InfoType info_type = 1;
setInfoType(InfoType.Builder builderForValue)
public OtherInfoTypeSummary.Builder setInfoType(InfoType.Builder builderForValue)
The other infoType.
.google.privacy.dlp.v2.InfoType info_type = 1;
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public OtherInfoTypeSummary.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final OtherInfoTypeSummary.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides