Enum NotificationConfig.EventType (2.6.0)

public enum NotificationConfig.EventType extends Enum<NotificationConfig.EventType> implements ProtocolMessageEnum

The type of events.

Protobuf enum google.cloud.securitycenter.v1p1beta1.NotificationConfig.EventType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
EVENT_TYPE_UNSPECIFIED

Unspecified event type.

EVENT_TYPE_UNSPECIFIED = 0;

EVENT_TYPE_UNSPECIFIED_VALUE

Unspecified event type.

EVENT_TYPE_UNSPECIFIED = 0;

FINDING

Events for findings.

FINDING = 1;

FINDING_VALUE

Events for findings.

FINDING = 1;

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()