Enum AlertConfig.AlertPolicy.EnrollStatus (2.48.0)

public enum AlertConfig.AlertPolicy.EnrollStatus extends Enum<AlertConfig.AlertPolicy.EnrollStatus> implements ProtocolMessageEnum

The enrollment status enum for alert policy.

Protobuf enum google.cloud.retail.v2alpha.AlertConfig.AlertPolicy.EnrollStatus

Implements

ProtocolMessageEnum

Static Fields

Name Description
DECLINED

Customer declined this policy.

DECLINED = 2;

DECLINED_VALUE

Customer declined this policy.

DECLINED = 2;

ENROLLED

Customer is enrolled in this policy.

ENROLLED = 1;

ENROLLED_VALUE

Customer is enrolled in this policy.

ENROLLED = 1;

ENROLL_STATUS_UNSPECIFIED

Default value. Used for customers who have not responded to the alert policy.

ENROLL_STATUS_UNSPECIFIED = 0;

ENROLL_STATUS_UNSPECIFIED_VALUE

Default value. Used for customers who have not responded to the alert policy.

ENROLL_STATUS_UNSPECIFIED = 0;

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