Interface ThreatPreventionProfileOrBuilder (0.94.0)

public interface ThreatPreventionProfileOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAntivirusOverrides(int index)

public abstract AntivirusOverride getAntivirusOverrides(int index)

Optional. Configuration for overriding antivirus actions per protocol.

repeated .google.cloud.networksecurity.v1.AntivirusOverride antivirus_overrides = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
AntivirusOverride

getAntivirusOverridesCount()

public abstract int getAntivirusOverridesCount()

Optional. Configuration for overriding antivirus actions per protocol.

repeated .google.cloud.networksecurity.v1.AntivirusOverride antivirus_overrides = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

getAntivirusOverridesList()

public abstract List<AntivirusOverride> getAntivirusOverridesList()

Optional. Configuration for overriding antivirus actions per protocol.

repeated .google.cloud.networksecurity.v1.AntivirusOverride antivirus_overrides = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<AntivirusOverride>

getAntivirusOverridesOrBuilder(int index)

public abstract AntivirusOverrideOrBuilder getAntivirusOverridesOrBuilder(int index)

Optional. Configuration for overriding antivirus actions per protocol.

repeated .google.cloud.networksecurity.v1.AntivirusOverride antivirus_overrides = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
AntivirusOverrideOrBuilder

getAntivirusOverridesOrBuilderList()

public abstract List<? extends AntivirusOverrideOrBuilder> getAntivirusOverridesOrBuilderList()

Optional. Configuration for overriding antivirus actions per protocol.

repeated .google.cloud.networksecurity.v1.AntivirusOverride antivirus_overrides = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<? extends com.google.cloud.networksecurity.v1.AntivirusOverrideOrBuilder>

getSeverityOverrides(int index)

public abstract SeverityOverride getSeverityOverrides(int index)

Optional. Configuration for overriding threats actions by severity match.

repeated .google.cloud.networksecurity.v1.SeverityOverride severity_overrides = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
SeverityOverride

getSeverityOverridesCount()

public abstract int getSeverityOverridesCount()

Optional. Configuration for overriding threats actions by severity match.

repeated .google.cloud.networksecurity.v1.SeverityOverride severity_overrides = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

getSeverityOverridesList()

public abstract List<SeverityOverride> getSeverityOverridesList()

Optional. Configuration for overriding threats actions by severity match.

repeated .google.cloud.networksecurity.v1.SeverityOverride severity_overrides = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<SeverityOverride>

getSeverityOverridesOrBuilder(int index)

public abstract SeverityOverrideOrBuilder getSeverityOverridesOrBuilder(int index)

Optional. Configuration for overriding threats actions by severity match.

repeated .google.cloud.networksecurity.v1.SeverityOverride severity_overrides = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
SeverityOverrideOrBuilder

getSeverityOverridesOrBuilderList()

public abstract List<? extends SeverityOverrideOrBuilder> getSeverityOverridesOrBuilderList()

Optional. Configuration for overriding threats actions by severity match.

repeated .google.cloud.networksecurity.v1.SeverityOverride severity_overrides = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<? extends com.google.cloud.networksecurity.v1.SeverityOverrideOrBuilder>

getThreatOverrides(int index)

public abstract ThreatOverride getThreatOverrides(int index)

Optional. Configuration for overriding threats actions by threat_id match. If a threat is matched both by configuration provided in severity_overrides and threat_overrides, the threat_overrides action is applied.

repeated .google.cloud.networksecurity.v1.ThreatOverride threat_overrides = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
ThreatOverride

getThreatOverridesCount()

public abstract int getThreatOverridesCount()

Optional. Configuration for overriding threats actions by threat_id match. If a threat is matched both by configuration provided in severity_overrides and threat_overrides, the threat_overrides action is applied.

repeated .google.cloud.networksecurity.v1.ThreatOverride threat_overrides = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

getThreatOverridesList()

public abstract List<ThreatOverride> getThreatOverridesList()

Optional. Configuration for overriding threats actions by threat_id match. If a threat is matched both by configuration provided in severity_overrides and threat_overrides, the threat_overrides action is applied.

repeated .google.cloud.networksecurity.v1.ThreatOverride threat_overrides = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<ThreatOverride>

getThreatOverridesOrBuilder(int index)

public abstract ThreatOverrideOrBuilder getThreatOverridesOrBuilder(int index)

Optional. Configuration for overriding threats actions by threat_id match. If a threat is matched both by configuration provided in severity_overrides and threat_overrides, the threat_overrides action is applied.

repeated .google.cloud.networksecurity.v1.ThreatOverride threat_overrides = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
ThreatOverrideOrBuilder

getThreatOverridesOrBuilderList()

public abstract List<? extends ThreatOverrideOrBuilder> getThreatOverridesOrBuilderList()

Optional. Configuration for overriding threats actions by threat_id match. If a threat is matched both by configuration provided in severity_overrides and threat_overrides, the threat_overrides action is applied.

repeated .google.cloud.networksecurity.v1.ThreatOverride threat_overrides = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<? extends com.google.cloud.networksecurity.v1.ThreatOverrideOrBuilder>