public interface InspectionRuleSetOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInfoTypes(int index)
public abstract InfoType getInfoTypes(int index)List of infoTypes this rule set is applied to.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;
| Name | Description |
| index | int |
| Type | Description |
| InfoType |
getInfoTypesCount()
public abstract int getInfoTypesCount()List of infoTypes this rule set is applied to.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;
| Type | Description |
| int |
getInfoTypesList()
public abstract List<InfoType> getInfoTypesList()List of infoTypes this rule set is applied to.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;
| Type | Description |
| List<InfoType> |
getInfoTypesOrBuilder(int index)
public abstract InfoTypeOrBuilder getInfoTypesOrBuilder(int index)List of infoTypes this rule set is applied to.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;
| Name | Description |
| index | int |
| Type | Description |
| InfoTypeOrBuilder |
getInfoTypesOrBuilderList()
public abstract List<? extends InfoTypeOrBuilder> getInfoTypesOrBuilderList()List of infoTypes this rule set is applied to.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;
| Type | Description |
| List<? extends com.google.privacy.dlp.v2.InfoTypeOrBuilder> |
getRules(int index)
public abstract InspectionRule getRules(int index)Set of rules to be applied to infoTypes. The rules are applied in order.
repeated .google.privacy.dlp.v2.InspectionRule rules = 2;
| Name | Description |
| index | int |
| Type | Description |
| InspectionRule |
getRulesCount()
public abstract int getRulesCount()Set of rules to be applied to infoTypes. The rules are applied in order.
repeated .google.privacy.dlp.v2.InspectionRule rules = 2;
| Type | Description |
| int |
getRulesList()
public abstract List<InspectionRule> getRulesList()Set of rules to be applied to infoTypes. The rules are applied in order.
repeated .google.privacy.dlp.v2.InspectionRule rules = 2;
| Type | Description |
| List<InspectionRule> |
getRulesOrBuilder(int index)
public abstract InspectionRuleOrBuilder getRulesOrBuilder(int index)Set of rules to be applied to infoTypes. The rules are applied in order.
repeated .google.privacy.dlp.v2.InspectionRule rules = 2;
| Name | Description |
| index | int |
| Type | Description |
| InspectionRuleOrBuilder |
getRulesOrBuilderList()
public abstract List<? extends InspectionRuleOrBuilder> getRulesOrBuilderList()Set of rules to be applied to infoTypes. The rules are applied in order.
repeated .google.privacy.dlp.v2.InspectionRule rules = 2;
| Type | Description |
| List<? extends com.google.privacy.dlp.v2.InspectionRuleOrBuilder> |