Interface AttackOrBuilder (2.67.0)

public interface AttackOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getClassification()

public abstract String getClassification()

Type of attack, for example, 'SYN-flood', 'NTP-udp', or 'CHARGEN-udp'.

string classification = 3;

Returns
Type Description
String

The classification.

getClassificationBytes()

public abstract ByteString getClassificationBytes()

Type of attack, for example, 'SYN-flood', 'NTP-udp', or 'CHARGEN-udp'.

string classification = 3;

Returns
Type Description
ByteString

The bytes for classification.

getVolumeBps() (deprecated)

public abstract int getVolumeBps()

Deprecated. google.cloud.securitycenter.v2.Attack.volume_bps is deprecated. See google/cloud/securitycenter/v2/cloud_armor.proto;l=120

Total BPS (bytes per second) volume of attack. Deprecated - refer to volume_bps_long instead.

int32 volume_bps = 2 [deprecated = true];

Returns
Type Description
int

The volumeBps.

getVolumeBpsLong()

public abstract long getVolumeBpsLong()

Total BPS (bytes per second) volume of attack.

int64 volume_bps_long = 5;

Returns
Type Description
long

The volumeBpsLong.

getVolumePps() (deprecated)

public abstract int getVolumePps()

Deprecated. google.cloud.securitycenter.v2.Attack.volume_pps is deprecated. See google/cloud/securitycenter/v2/cloud_armor.proto;l=116

Total PPS (packets per second) volume of attack. Deprecated - refer to volume_pps_long instead.

int32 volume_pps = 1 [deprecated = true];

Returns
Type Description
int

The volumePps.

getVolumePpsLong()

public abstract long getVolumePpsLong()

Total PPS (packets per second) volume of attack.

int64 volume_pps_long = 4;

Returns
Type Description
long

The volumePpsLong.