Enum SignalStatus (0.6.0)

public enum SignalStatus extends Enum<SignalStatus> implements ProtocolMessageEnum

Represents the state of a signal. More enum values are expected to be added as needed.

Protobuf enum google.cloud.databasecenter.v1beta.SignalStatus

Implements

ProtocolMessageEnum

Static Fields

Name Description
SIGNAL_STATUS_ISSUE

Signal is an issue.

SIGNAL_STATUS_ISSUE = 3;

SIGNAL_STATUS_ISSUE_VALUE

Signal is an issue.

SIGNAL_STATUS_ISSUE = 3;

SIGNAL_STATUS_NOT_APPLICABLE

Signal is not applicable to the resource.

SIGNAL_STATUS_NOT_APPLICABLE = 1;

SIGNAL_STATUS_NOT_APPLICABLE_VALUE

Signal is not applicable to the resource.

SIGNAL_STATUS_NOT_APPLICABLE = 1;

SIGNAL_STATUS_NOT_ENABLED

Signal is not enabled for the resource.

SIGNAL_STATUS_NOT_ENABLED = 4;

SIGNAL_STATUS_NOT_ENABLED_VALUE

Signal is not enabled for the resource.

SIGNAL_STATUS_NOT_ENABLED = 4;

SIGNAL_STATUS_OK

Signal is not an issue.

SIGNAL_STATUS_OK = 2;

SIGNAL_STATUS_OK_VALUE

Signal is not an issue.

SIGNAL_STATUS_OK = 2;

SIGNAL_STATUS_UNSPECIFIED

Unspecified.

SIGNAL_STATUS_UNSPECIFIED = 0;

SIGNAL_STATUS_UNSPECIFIED_VALUE

Unspecified.

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