public final class InfoTypeSummary extends GeneratedMessageV3 implements InfoTypeSummaryOrBuilder
The infoType details for this column.
Protobuf type google.privacy.dlp.v2.InfoTypeSummary
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Fields
ESTIMATED_PREVALENCE_FIELD_NUMBER
public static final int ESTIMATED_PREVALENCE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
INFO_TYPE_FIELD_NUMBER
public static final int INFO_TYPE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static InfoTypeSummary getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static InfoTypeSummary.Builder newBuilder()
newBuilder(InfoTypeSummary prototype)
public static InfoTypeSummary.Builder newBuilder(InfoTypeSummary prototype)
public static InfoTypeSummary parseDelimitedFrom(InputStream input)
public static InfoTypeSummary parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static InfoTypeSummary parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static InfoTypeSummary parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static InfoTypeSummary parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static InfoTypeSummary parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static InfoTypeSummary parseFrom(CodedInputStream input)
public static InfoTypeSummary parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static InfoTypeSummary parseFrom(InputStream input)
public static InfoTypeSummary parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static InfoTypeSummary parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static InfoTypeSummary parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<InfoTypeSummary> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public InfoTypeSummary getDefaultInstanceForType()
getEstimatedPrevalence() (deprecated)
public int getEstimatedPrevalence()
Deprecated. google.privacy.dlp.v2.InfoTypeSummary.estimated_prevalence is deprecated. See
google/privacy/dlp/v2/dlp.proto;l=5324
Not populated for predicted infotypes.
int32 estimated_prevalence = 2 [deprecated = true];
Returns |
---|
Type | Description |
int | The estimatedPrevalence.
|
getInfoType()
public InfoType getInfoType()
The infoType.
.google.privacy.dlp.v2.InfoType info_type = 1;
Returns |
---|
Type | Description |
InfoType | The infoType.
|
getInfoTypeOrBuilder()
public InfoTypeOrBuilder getInfoTypeOrBuilder()
The infoType.
.google.privacy.dlp.v2.InfoType info_type = 1;
getParserForType()
public Parser<InfoTypeSummary> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
hasInfoType()
public boolean hasInfoType()
The infoType.
.google.privacy.dlp.v2.InfoType info_type = 1;
Returns |
---|
Type | Description |
boolean | Whether the infoType field is set.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public InfoTypeSummary.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected InfoTypeSummary.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public InfoTypeSummary.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides