public enum AttackPath.AttackPathNode.NodeType extends Enum<AttackPath.AttackPathNode.NodeType> implements ProtocolMessageEnum
The type of the incoming attack step node.
Protobuf enum google.cloud.securitycenter.v1.AttackPath.AttackPathNode.NodeType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
NODE_TYPE_AND |
Incoming edge joined with AND |
NODE_TYPE_AND_VALUE |
Incoming edge joined with AND |
NODE_TYPE_ATTACKER |
Incoming edge is attacker |
NODE_TYPE_ATTACKER_VALUE |
Incoming edge is attacker |
NODE_TYPE_DEFENSE |
Incoming edge is defense |
NODE_TYPE_DEFENSE_VALUE |
Incoming edge is defense |
NODE_TYPE_OR |
Incoming edge joined with OR |
NODE_TYPE_OR_VALUE |
Incoming edge joined with OR |
NODE_TYPE_UNSPECIFIED |
Type not specified |
NODE_TYPE_UNSPECIFIED_VALUE |
Type 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() |