- 3.60.0 (latest)
- 3.59.0
- 3.58.0
- 3.57.0
- 3.56.0
- 3.55.0
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.6
- 3.6.7
- 3.5.0
- 3.4.0
- 3.3.2
- 3.2.1
- 3.1.4
public static final class InspectionRuleSet.Builder extends GeneratedMessageV3.Builder<InspectionRuleSet.Builder> implements InspectionRuleSetOrBuilder
Rule set for modifying a set of infoTypes to alter behavior under certain circumstances, depending on the specific details of the rules within the set.
Protobuf type google.privacy.dlp.v2.InspectionRuleSet
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > InspectionRuleSet.BuilderImplements
InspectionRuleSetOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addAllInfoTypes(Iterable<? extends InfoType> values)
public InspectionRuleSet.Builder addAllInfoTypes(Iterable<? extends InfoType> values)
List of infoTypes this rule set is applied to.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;
Parameter | |
---|---|
Name | Description |
values | Iterable<? extends com.google.privacy.dlp.v2.InfoType> |
Returns | |
---|---|
Type | Description |
InspectionRuleSet.Builder |
addAllRules(Iterable<? extends InspectionRule> values)
public InspectionRuleSet.Builder addAllRules(Iterable<? extends InspectionRule> values)
Set of rules to be applied to infoTypes. The rules are applied in order.
repeated .google.privacy.dlp.v2.InspectionRule rules = 2;
Parameter | |
---|---|
Name | Description |
values | Iterable<? extends com.google.privacy.dlp.v2.InspectionRule> |
Returns | |
---|---|
Type | Description |
InspectionRuleSet.Builder |
addInfoTypes(InfoType value)
public InspectionRuleSet.Builder addInfoTypes(InfoType value)
List of infoTypes this rule set is applied to.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;
Parameter | |
---|---|
Name | Description |
value | InfoType |
Returns | |
---|---|
Type | Description |
InspectionRuleSet.Builder |
addInfoTypes(InfoType.Builder builderForValue)
public InspectionRuleSet.Builder addInfoTypes(InfoType.Builder builderForValue)
List of infoTypes this rule set is applied to.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;
Parameter | |
---|---|
Name | Description |
builderForValue | InfoType.Builder |
Returns | |
---|---|
Type | Description |
InspectionRuleSet.Builder |
addInfoTypes(int index, InfoType value)
public InspectionRuleSet.Builder addInfoTypes(int index, InfoType value)
List of infoTypes this rule set is applied to.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;
Parameters | |
---|---|
Name | Description |
index | int |
value | InfoType |
Returns | |
---|---|
Type | Description |
InspectionRuleSet.Builder |
addInfoTypes(int index, InfoType.Builder builderForValue)
public InspectionRuleSet.Builder addInfoTypes(int index, InfoType.Builder builderForValue)
List of infoTypes this rule set is applied to.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;
Parameters | |
---|---|
Name | Description |
index | int |
builderForValue | InfoType.Builder |
Returns | |
---|---|
Type | Description |
InspectionRuleSet.Builder |
addInfoTypesBuilder()
public InfoType.Builder addInfoTypesBuilder()
List of infoTypes this rule set is applied to.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;
Returns | |
---|---|
Type | Description |
InfoType.Builder |
addInfoTypesBuilder(int index)
public InfoType.Builder addInfoTypesBuilder(int index)
List of infoTypes this rule set is applied to.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
InfoType.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public InspectionRuleSet.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
InspectionRuleSet.Builder |
addRules(InspectionRule value)
public InspectionRuleSet.Builder addRules(InspectionRule value)
Set of rules to be applied to infoTypes. The rules are applied in order.
repeated .google.privacy.dlp.v2.InspectionRule rules = 2;
Parameter | |
---|---|
Name | Description |
value | InspectionRule |
Returns | |
---|---|
Type | Description |
InspectionRuleSet.Builder |
addRules(InspectionRule.Builder builderForValue)
public InspectionRuleSet.Builder addRules(InspectionRule.Builder builderForValue)
Set of rules to be applied to infoTypes. The rules are applied in order.
repeated .google.privacy.dlp.v2.InspectionRule rules = 2;
Parameter | |
---|---|
Name | Description |
builderForValue | InspectionRule.Builder |
Returns | |
---|---|
Type | Description |
InspectionRuleSet.Builder |
addRules(int index, InspectionRule value)
public InspectionRuleSet.Builder addRules(int index, InspectionRule value)
Set of rules to be applied to infoTypes. The rules are applied in order.
repeated .google.privacy.dlp.v2.InspectionRule rules = 2;
Parameters | |
---|---|
Name | Description |
index | int |
value | InspectionRule |
Returns | |
---|---|
Type | Description |
InspectionRuleSet.Builder |
addRules(int index, InspectionRule.Builder builderForValue)
public InspectionRuleSet.Builder addRules(int index, InspectionRule.Builder builderForValue)
Set of rules to be applied to infoTypes. The rules are applied in order.
repeated .google.privacy.dlp.v2.InspectionRule rules = 2;
Parameters | |
---|---|
Name | Description |
index | int |
builderForValue | InspectionRule.Builder |
Returns | |
---|---|
Type | Description |
InspectionRuleSet.Builder |
addRulesBuilder()
public InspectionRule.Builder addRulesBuilder()
Set of rules to be applied to infoTypes. The rules are applied in order.
repeated .google.privacy.dlp.v2.InspectionRule rules = 2;
Returns | |
---|---|
Type | Description |
InspectionRule.Builder |
addRulesBuilder(int index)
public InspectionRule.Builder addRulesBuilder(int index)
Set of rules to be applied to infoTypes. The rules are applied in order.
repeated .google.privacy.dlp.v2.InspectionRule rules = 2;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
InspectionRule.Builder |
build()
public InspectionRuleSet build()
Returns | |
---|---|
Type | Description |
InspectionRuleSet |
buildPartial()
public InspectionRuleSet buildPartial()
Returns | |
---|---|
Type | Description |
InspectionRuleSet |
clear()
public InspectionRuleSet.Builder clear()
Returns | |
---|---|
Type | Description |
InspectionRuleSet.Builder |
clearField(Descriptors.FieldDescriptor field)
public InspectionRuleSet.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
InspectionRuleSet.Builder |
clearInfoTypes()
public InspectionRuleSet.Builder clearInfoTypes()
List of infoTypes this rule set is applied to.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;
Returns | |
---|---|
Type | Description |
InspectionRuleSet.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public InspectionRuleSet.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
InspectionRuleSet.Builder |
clearRules()
public InspectionRuleSet.Builder clearRules()
Set of rules to be applied to infoTypes. The rules are applied in order.
repeated .google.privacy.dlp.v2.InspectionRule rules = 2;
Returns | |
---|---|
Type | Description |
InspectionRuleSet.Builder |
clone()
public InspectionRuleSet.Builder clone()
Returns | |
---|---|
Type | Description |
InspectionRuleSet.Builder |
getDefaultInstanceForType()
public InspectionRuleSet getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
InspectionRuleSet |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getInfoTypes(int index)
public InfoType getInfoTypes(int index)
List of infoTypes this rule set is applied to.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
InfoType |
getInfoTypesBuilder(int index)
public InfoType.Builder getInfoTypesBuilder(int index)
List of infoTypes this rule set is applied to.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
InfoType.Builder |
getInfoTypesBuilderList()
public List<InfoType.Builder> getInfoTypesBuilderList()
List of infoTypes this rule set is applied to.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;
Returns | |
---|---|
Type | Description |
List<Builder> |
getInfoTypesCount()
public int getInfoTypesCount()
List of infoTypes this rule set is applied to.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;
Returns | |
---|---|
Type | Description |
int |
getInfoTypesList()
public List<InfoType> getInfoTypesList()
List of infoTypes this rule set is applied to.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;
Returns | |
---|---|
Type | Description |
List<InfoType> |
getInfoTypesOrBuilder(int index)
public InfoTypeOrBuilder getInfoTypesOrBuilder(int index)
List of infoTypes this rule set is applied to.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
InfoTypeOrBuilder |
getInfoTypesOrBuilderList()
public List<? extends InfoTypeOrBuilder> getInfoTypesOrBuilderList()
List of infoTypes this rule set is applied to.
repeated .google.privacy.dlp.v2.InfoType info_types = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.privacy.dlp.v2.InfoTypeOrBuilder> |
getRules(int index)
public 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;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
InspectionRule |
getRulesBuilder(int index)
public InspectionRule.Builder getRulesBuilder(int index)
Set of rules to be applied to infoTypes. The rules are applied in order.
repeated .google.privacy.dlp.v2.InspectionRule rules = 2;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
InspectionRule.Builder |
getRulesBuilderList()
public List<InspectionRule.Builder> getRulesBuilderList()
Set of rules to be applied to infoTypes. The rules are applied in order.
repeated .google.privacy.dlp.v2.InspectionRule rules = 2;
Returns | |
---|---|
Type | Description |
List<Builder> |
getRulesCount()
public int getRulesCount()
Set of rules to be applied to infoTypes. The rules are applied in order.
repeated .google.privacy.dlp.v2.InspectionRule rules = 2;
Returns | |
---|---|
Type | Description |
int |
getRulesList()
public 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;
Returns | |
---|---|
Type | Description |
List<InspectionRule> |
getRulesOrBuilder(int index)
public 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;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
InspectionRuleOrBuilder |
getRulesOrBuilderList()
public 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;
Returns | |
---|---|
Type | Description |
List<? extends com.google.privacy.dlp.v2.InspectionRuleOrBuilder> |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |