public enum NotificationConfig.EventType extends Enum<NotificationConfig.EventType> implements ProtocolMessageEnum
The type of events.
Protobuf enum google.cloud.securitycenter.v1p1beta1.NotificationConfig.EventType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
EVENT_TYPE_UNSPECIFIED |
Unspecified event type. |
EVENT_TYPE_UNSPECIFIED_VALUE |
Unspecified event type. |
FINDING |
Events for findings. |
FINDING_VALUE |
Events for findings. |
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() |