public interface InspectionRuleSetOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
InfoType |
getInfoTypes(int index)
List of infoTypes this rule set is applied to.
|
int |
getInfoTypesCount()
List of infoTypes this rule set is applied to.
|
List<InfoType> |
getInfoTypesList()
List of infoTypes this rule set is applied to.
|
InfoTypeOrBuilder |
getInfoTypesOrBuilder(int index)
List of infoTypes this rule set is applied to.
|
List<? extends InfoTypeOrBuilder> |
getInfoTypesOrBuilderList()
List of infoTypes this rule set is applied to.
|
InspectionRule |
getRules(int index)
Set of rules to be applied to infoTypes.
|
int |
getRulesCount()
Set of rules to be applied to infoTypes.
|
List<InspectionRule> |
getRulesList()
Set of rules to be applied to infoTypes.
|
InspectionRuleOrBuilder |
getRulesOrBuilder(int index)
Set of rules to be applied to infoTypes.
|
List<? extends InspectionRuleOrBuilder> |
getRulesOrBuilderList()
Set of rules to be applied to infoTypes.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<InfoType> getInfoTypesList()
List of infoTypes this rule set is applied to.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;InfoType getInfoTypes(int index)
List of infoTypes this rule set is applied to.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;int getInfoTypesCount()
List of infoTypes this rule set is applied to.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;List<? extends InfoTypeOrBuilder> getInfoTypesOrBuilderList()
List of infoTypes this rule set is applied to.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;InfoTypeOrBuilder getInfoTypesOrBuilder(int index)
List of infoTypes this rule set is applied to.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;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;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;int getRulesCount()
Set of rules to be applied to infoTypes. The rules are applied in order.
repeated .google.privacy.dlp.v2.InspectionRule rules = 2;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;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;Copyright © 2022 Google LLC. All rights reserved.