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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CALCULATED |
The attack exposure has been calculated. |
CALCULATED_VALUE |
The attack exposure has been calculated. |
NOT_CALCULATED |
The attack exposure has not been calculated. |
NOT_CALCULATED_VALUE |
The attack exposure has not been calculated. |
STATE_UNSPECIFIED |
The state is not specified. |
STATE_UNSPECIFIED_VALUE |
The state is not specified. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |