Interface DetectionExclusionApplicationOrBuilder (0.33.0)

public interface DetectionExclusionApplicationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCuratedRuleSets(int index)

public abstract String getCuratedRuleSets(int index)

The CuratedRuleSets this detection exclusion applies to. Format: projects/{project}/locations/{location}/instances/{instance}/curatedRuleSetCategories/{category}/curatedRuleSets/{rule_set}

repeated string curated_rule_sets = 1 [(.google.api.resource_reference) = { ... }

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The curatedRuleSets at the given index.

getCuratedRuleSetsBytes(int index)

public abstract ByteString getCuratedRuleSetsBytes(int index)

The CuratedRuleSets this detection exclusion applies to. Format: projects/{project}/locations/{location}/instances/{instance}/curatedRuleSetCategories/{category}/curatedRuleSets/{rule_set}

repeated string curated_rule_sets = 1 [(.google.api.resource_reference) = { ... }

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the curatedRuleSets at the given index.

getCuratedRuleSetsCount()

public abstract int getCuratedRuleSetsCount()

The CuratedRuleSets this detection exclusion applies to. Format: projects/{project}/locations/{location}/instances/{instance}/curatedRuleSetCategories/{category}/curatedRuleSets/{rule_set}

repeated string curated_rule_sets = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
int

The count of curatedRuleSets.

getCuratedRuleSetsList()

public abstract List<String> getCuratedRuleSetsList()

The CuratedRuleSets this detection exclusion applies to. Format: projects/{project}/locations/{location}/instances/{instance}/curatedRuleSetCategories/{category}/curatedRuleSets/{rule_set}

repeated string curated_rule_sets = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
List<String>

A list containing the curatedRuleSets.

getCuratedRules(int index)

public abstract String getCuratedRules(int index)

The CuratedRules this detection exclusion applies to. Format: projects/{project}/locations/{location}/instances/{instance}/curatedRules/{rule}

repeated string curated_rules = 2 [(.google.api.resource_reference) = { ... }

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The curatedRules at the given index.

getCuratedRulesBytes(int index)

public abstract ByteString getCuratedRulesBytes(int index)

The CuratedRules this detection exclusion applies to. Format: projects/{project}/locations/{location}/instances/{instance}/curatedRules/{rule}

repeated string curated_rules = 2 [(.google.api.resource_reference) = { ... }

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the curatedRules at the given index.

getCuratedRulesCount()

public abstract int getCuratedRulesCount()

The CuratedRules this detection exclusion applies to. Format: projects/{project}/locations/{location}/instances/{instance}/curatedRules/{rule}

repeated string curated_rules = 2 [(.google.api.resource_reference) = { ... }

Returns
Type Description
int

The count of curatedRules.

getCuratedRulesList()

public abstract List<String> getCuratedRulesList()

The CuratedRules this detection exclusion applies to. Format: projects/{project}/locations/{location}/instances/{instance}/curatedRules/{rule}

repeated string curated_rules = 2 [(.google.api.resource_reference) = { ... }

Returns
Type Description
List<String>

A list containing the curatedRules.

getDeletedCuratedRuleSets(int index)

public abstract String getDeletedCuratedRuleSets(int index)

Output only. The deleted CuratedRuleSets this detection exclusion applies to. Indicates to the customer that the detection exclusion no longer applies to the rule sets, so the detection exclusion should be updated. Format: projects/{project}/locations/{location}/instances/{instance}/curatedRuleSetCategories/{category}/curatedRuleSets/{rule_set}

repeated string deleted_curated_rule_sets = 4 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The deletedCuratedRuleSets at the given index.

getDeletedCuratedRuleSetsBytes(int index)

public abstract ByteString getDeletedCuratedRuleSetsBytes(int index)

Output only. The deleted CuratedRuleSets this detection exclusion applies to. Indicates to the customer that the detection exclusion no longer applies to the rule sets, so the detection exclusion should be updated. Format: projects/{project}/locations/{location}/instances/{instance}/curatedRuleSetCategories/{category}/curatedRuleSets/{rule_set}

repeated string deleted_curated_rule_sets = 4 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the deletedCuratedRuleSets at the given index.

getDeletedCuratedRuleSetsCount()

public abstract int getDeletedCuratedRuleSetsCount()

Output only. The deleted CuratedRuleSets this detection exclusion applies to. Indicates to the customer that the detection exclusion no longer applies to the rule sets, so the detection exclusion should be updated. Format: projects/{project}/locations/{location}/instances/{instance}/curatedRuleSetCategories/{category}/curatedRuleSets/{rule_set}

repeated string deleted_curated_rule_sets = 4 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
int

The count of deletedCuratedRuleSets.

getDeletedCuratedRuleSetsList()

public abstract List<String> getDeletedCuratedRuleSetsList()

Output only. The deleted CuratedRuleSets this detection exclusion applies to. Indicates to the customer that the detection exclusion no longer applies to the rule sets, so the detection exclusion should be updated. Format: projects/{project}/locations/{location}/instances/{instance}/curatedRuleSetCategories/{category}/curatedRuleSets/{rule_set}

repeated string deleted_curated_rule_sets = 4 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
List<String>

A list containing the deletedCuratedRuleSets.

getRules(int index)

public abstract String getRules(int index)

Optional. The Rules this detection exclusion applies to. Format: projects/{project}/locations/{location}/instances/{instance}/rules/{rule}

repeated string rules = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The rules at the given index.

getRulesBytes(int index)

public abstract ByteString getRulesBytes(int index)

Optional. The Rules this detection exclusion applies to. Format: projects/{project}/locations/{location}/instances/{instance}/rules/{rule}

repeated string rules = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the rules at the given index.

getRulesCount()

public abstract int getRulesCount()

Optional. The Rules this detection exclusion applies to. Format: projects/{project}/locations/{location}/instances/{instance}/rules/{rule}

repeated string rules = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
int

The count of rules.

getRulesList()

public abstract List<String> getRulesList()

Optional. The Rules this detection exclusion applies to. Format: projects/{project}/locations/{location}/instances/{instance}/rules/{rule}

repeated string rules = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
List<String>

A list containing the rules.