Interface SeverityOverrideOrBuilder (0.94.0)

public interface SeverityOverrideOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAction()

public abstract ThreatAction getAction()

Required. Threat action override.

.google.cloud.networksecurity.v1.ThreatAction action = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ThreatAction

The action.

getActionValue()

public abstract int getActionValue()

Required. Threat action override.

.google.cloud.networksecurity.v1.ThreatAction action = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The enum numeric value on the wire for action.

getSeverity()

public abstract Severity getSeverity()

Required. Severity level to match.

.google.cloud.networksecurity.v1.Severity severity = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Severity

The severity.

getSeverityValue()

public abstract int getSeverityValue()

Required. Severity level to match.

.google.cloud.networksecurity.v1.Severity severity = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The enum numeric value on the wire for severity.