public interface InfoTypeSummaryOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEstimatedPrevalence() (deprecated)
public abstract int getEstimatedPrevalence()Deprecated. google.privacy.dlp.v2.InfoTypeSummary.estimated_prevalence is deprecated. See google/privacy/dlp/v2/dlp.proto;l=8152
Not populated for predicted infotypes.
int32 estimated_prevalence = 2 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
int |
The estimatedPrevalence. |
getInfoType()
public abstract InfoType getInfoType()The infoType.
.google.privacy.dlp.v2.InfoType info_type = 1;
| Returns | |
|---|---|
| Type | Description |
InfoType |
The infoType. |
getInfoTypeOrBuilder()
public abstract InfoTypeOrBuilder getInfoTypeOrBuilder()The infoType.
.google.privacy.dlp.v2.InfoType info_type = 1;
| Returns | |
|---|---|
| Type | Description |
InfoTypeOrBuilder |
|
hasInfoType()
public abstract boolean hasInfoType()The infoType.
.google.privacy.dlp.v2.InfoType info_type = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the infoType field is set. |