Enum AttackExposure.State (2.49.0)

public enum AttackExposure.State extends Enum<AttackExposure.State> implements ProtocolMessageEnum

This enum defines the various states an AttackExposure can be in.

Protobuf enum google.cloud.securitycenter.v2.AttackExposure.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CALCULATED

The attack exposure has been calculated.

CALCULATED = 1;

CALCULATED_VALUE

The attack exposure has been calculated.

CALCULATED = 1;

NOT_CALCULATED

The attack exposure has not been calculated.

NOT_CALCULATED = 2;

NOT_CALCULATED_VALUE

The attack exposure has not been calculated.

NOT_CALCULATED = 2;

STATE_UNSPECIFIED

The state is not specified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

The state is not specified.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()