Enum NotificationChannel.VerificationStatus (3.3.6)

public enum NotificationChannel.VerificationStatus extends Enum<NotificationChannel.VerificationStatus> implements ProtocolMessageEnum

Indicates whether the channel has been verified or not. It is illegal to specify this field in a CreateNotificationChannel or an UpdateNotificationChannel operation.

Protobuf enum google.monitoring.v3.NotificationChannel.VerificationStatus

Implements

ProtocolMessageEnum

Static Fields

NameDescription
UNRECOGNIZED
UNVERIFIED

The channel has yet to be verified and requires verification to function. Note that this state also applies to the case where the verification process has been initiated by sending a verification code but where the verification code has not been submitted to complete the process.

UNVERIFIED = 1;

UNVERIFIED_VALUE

The channel has yet to be verified and requires verification to function. Note that this state also applies to the case where the verification process has been initiated by sending a verification code but where the verification code has not been submitted to complete the process.

UNVERIFIED = 1;

VERIFICATION_STATUS_UNSPECIFIED

Sentinel value used to indicate that the state is unknown, omitted, or is not applicable (as in the case of channels that neither support nor require verification in order to function).

VERIFICATION_STATUS_UNSPECIFIED = 0;

VERIFICATION_STATUS_UNSPECIFIED_VALUE

Sentinel value used to indicate that the state is unknown, omitted, or is not applicable (as in the case of channels that neither support nor require verification in order to function).

VERIFICATION_STATUS_UNSPECIFIED = 0;

VERIFIED

It has been proven that notifications can be received on this notification channel and that someone on the project has access to messages that are delivered to that channel.

VERIFIED = 2;

VERIFIED_VALUE

It has been proven that notifications can be received on this notification channel and that someone on the project has access to messages that are delivered to that channel.

VERIFIED = 2;

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