Interface SeverityOrBuilder (0.1.0)

public interface SeverityOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDisplayName()

public abstract String getDisplayName()

The display name of the severity level. Extracted from the meta section of the rule text.

string display_name = 1;

Returns
Type Description
String

The displayName.

getDisplayNameBytes()

public abstract ByteString getDisplayNameBytes()

The display name of the severity level. Extracted from the meta section of the rule text.

string display_name = 1;

Returns
Type Description
ByteString

The bytes for displayName.