public sealed class InspectionRuleSet : IMessage<InspectionRuleSet>, IEquatable<InspectionRuleSet>, IDeepCloneable<InspectionRuleSet>, IBufferMessage, IMessageRule set for modifying a set of infoTypes to alter behavior under certain circumstances, depending on the specific details of the rules within the set.
Implements
IMessage<InspectionRuleSet>, IEquatable<InspectionRuleSet>, IDeepCloneable<InspectionRuleSet>, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
InspectionRuleSet()
public InspectionRuleSet()InspectionRuleSet(InspectionRuleSet)
public InspectionRuleSet(InspectionRuleSet other)| Parameter | |
|---|---|
| Name | Description |
other |
InspectionRuleSet |
Properties
InfoTypes
public RepeatedField<InfoType> InfoTypes { get; }List of infoTypes this rule set is applied to.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<InfoType> |
|
Rules
public RepeatedField<InspectionRule> Rules { get; }Set of rules to be applied to infoTypes. The rules are applied in order.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<InspectionRule> |
|