public static interface InspectConfig.FindingLimits.InfoTypeLimitOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInfoType()
public abstract InfoType getInfoType()Type of information the findings limit applies to. Only one limit per info_type should be provided. If InfoTypeLimit does not have an info_type, the DLP API applies the limit against all info_types that are found but not specified in another InfoTypeLimit.
.google.privacy.dlp.v2.InfoType info_type = 1;
| Type | Description |
| InfoType | The infoType. |
getInfoTypeOrBuilder()
public abstract InfoTypeOrBuilder getInfoTypeOrBuilder()Type of information the findings limit applies to. Only one limit per info_type should be provided. If InfoTypeLimit does not have an info_type, the DLP API applies the limit against all info_types that are found but not specified in another InfoTypeLimit.
.google.privacy.dlp.v2.InfoType info_type = 1;
| Type | Description |
| InfoTypeOrBuilder |
getMaxFindings()
public abstract int getMaxFindings()Max findings limit for the given infoType.
int32 max_findings = 2;
| Type | Description |
| int | The maxFindings. |
hasInfoType()
public abstract boolean hasInfoType()Type of information the findings limit applies to. Only one limit per info_type should be provided. If InfoTypeLimit does not have an info_type, the DLP API applies the limit against all info_types that are found but not specified in another InfoTypeLimit.
.google.privacy.dlp.v2.InfoType info_type = 1;
| Type | Description |
| boolean | Whether the infoType field is set. |